{"id":3077,"date":"2024-12-18T11:26:32","date_gmt":"2024-12-18T11:26:32","guid":{"rendered":"https:\/\/baliyants.com\/?page_id=3077"},"modified":"2026-06-25T16:19:22","modified_gmt":"2026-06-25T13:19:22","slug":"avtomatizatsiya-marketinga","status":"publish","type":"page","link":"https:\/\/baliyants.com\/en\/","title":{"rendered":"Process and Marketing Automation"},"content":{"rendered":"\/* \u0418\u0437\u043e\u043b\u044f\u0446\u0438\u044f \u0441\u0442\u0438\u043b\u0435\u0439 *\/\n    .custom-hero-section * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .custom-hero-section {\n        font-family: &#8216;Poppins&#8217;, sans-serif;\n        color: #1a1a1a;\n    }\n\n    \/* Hero Section *\/\n    .custom-hero-section .hero {\n        text-align: center;\n        padding: 80px 20px;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .custom-hero-section .hero__title {\n        font-size: 60px;\n        font-weight: 900;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        color: #1a1a1a;\n        margin-bottom: 50px;\n        animation: slideIn 1s ease-out;\n    }\n\n    .custom-hero-section .hero__features {\n        max-width: 1000px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n    }\n\n    .custom-hero-section .hero__feature {\n        font-size: 18px;\n        font-weight: 500;\n        padding: 15px 25px;\n        background: rgba(255, 255, 255, 0.1);\n        border: 2px solid #1a1a1a;\n        border-radius: 50px;\n        transition: all 0.4s ease;\n    }\n\n    .custom-hero-section .hero__feature:hover {\n        transform: scale(1.05) translateY(-5px);\n        border-color: #1E3A8A; \/* \u041d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0434\u043b\u044f hover *\/\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n    }\n\n    .custom-hero-section .hero__feature:nth-child(odd) {\n        transform: rotate(-2deg);\n    }\n\n    .custom-hero-section .hero__feature:nth-child(even) {\n        transform: rotate(2deg);\n    }\n\n    @keyframes slideIn {\n        0% { transform: translateY(-50px); opacity: 0; }\n        100% { transform: translateY(0); opacity: 1; }\n    }\n\n    .custom-hero-section .hero:before {\n        content: &#187;;\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        width: 300px;\n        height: 300px;\n        background: radial-gradient(circle, rgba(30, 58, 138, 0.2), transparent); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        transform: translate(-50%, -50%);\n        z-index: -1;\n        animation: pulse 4s infinite;\n    }\n\n    @keyframes pulse {\n        0% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }\n        50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.2; }\n        100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }\n    }\n\n    \/* Cards Section *\/\n    .custom-hero-section .cards {\n        padding: 60px 20px;\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n    }\n\n    .custom-hero-section .card {\n        background: #fff;\n        border-radius: 20px;\n        padding: 30px;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .custom-hero-section .card:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);\n    }\n\n    .custom-hero-section .card__title {\n        font-size: 22px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 15px;\n    }\n\n    .custom-hero-section .card__description {\n        font-size: 16px;\n        color: #666;\n        line-height: 1.6;\n    }\n\n    .custom-hero-section .card:before {\n        content: &#187;;\n        position: absolute;\n        top: -50%;\n        left: -50%;\n        width: 200%;\n        height: 200%;\n        background: linear-gradient(45deg, rgba(30, 58, 138, 0.1), rgba(217, 119, 6, 0.1)); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        transform: rotate(30deg);\n        z-index: 0;\n        opacity: 0;\n        transition: opacity 0.3s ease;\n    }\n\n    .custom-hero-section .card:hover:before {\n        opacity: 1;\n    }\n\n    .custom-hero-section .card__content {\n        position: relative;\n        z-index: 1;\n    }\n\n    \/* Marketing Section (\u041e \u043d\u0430\u0441) *\/\n    .custom-hero-section .marketing {\n        padding: 80px 20px;\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .custom-hero-section .marketing__title {\n        font-size: 48px;\n        font-weight: 900;\n        color: #1a1a1a;\n        margin-bottom: 20px;\n        letter-spacing: 1px;\n        position: relative;\n        display: inline-block;\n    }\n\n    .custom-hero-section .marketing__title:after {\n        content: &#187;;\n        position: absolute;\n        bottom: -10px;\n        left: 50%;\n        width: 80%;\n        height: 4px;\n        background: linear-gradient(90deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        transform: translateX(-50%);\n        border-radius: 2px;\n    }\n\n    .custom-hero-section .marketing__subtitle {\n        font-size: 24px;\n        font-weight: 500;\n        color: #666;\n        margin-bottom: 40px;\n        font-style: italic;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .custom-hero-section .marketing__text {\n        font-size: 18px;\n        line-height: 1.8;\n        color: #333;\n        text-align: left;\n    }\n\n    .custom-hero-section .marketing__text strong {\n        font-weight: 700;\n        color: #1E3A8A; \/* \u041d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0432\u043c\u0435\u0441\u0442\u043e \u043a\u0440\u0430\u0441\u043d\u043e\u0433\u043e *\/\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .custom-hero-section .marketing__text em {\n        font-style: italic;\n        color: #D97706; \/* \u041d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0432\u043c\u0435\u0441\u0442\u043e \u0433\u043e\u043b\u0443\u0431\u043e\u0433\u043e *\/\n    }\n\n    .custom-hero-section .marketing__text p {\n        margin-bottom: 20px;\n    }\n\n    \/* Cases Section *\/\n    .custom-hero-section .cases {\n        padding: 60px 20px;\n        max-width: 1200px;\n        margin: 0 auto;\n        text-align: center;\n        background: linear-gradient(135deg, rgba(30, 58, 138, 0.05), rgba(217, 119, 6, 0.05)); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        border-radius: 20px;\n    }\n\n    .custom-hero-section .cases__title {\n        font-size: 36px;\n        font-weight: 900;\n        color: #1a1a1a;\n        margin-bottom: 20px;\n        position: relative;\n        display: inline-block;\n    }\n\n    .custom-hero-section .cases__title:after {\n        content: &#187;;\n        position: absolute;\n        bottom: -10px;\n        left: 50%;\n        width: 60%;\n        height: 4px;\n        background: linear-gradient(90deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        transform: translateX(-50%);\n    }\n\n    .custom-hero-section .cases__subtitle {\n        font-size: 20px;\n        color: #666;\n        margin-bottom: 40px;\n        font-style: italic;\n    }\n\n    .custom-hero-section .cases__list {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n    }\n\n    .custom-hero-section .case {\n        background: #fff;\n        padding: 25px;\n        border-radius: 15px;\n        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        position: relative;\n    }\n\n    .custom-hero-section .case:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    }\n\n    .custom-hero-section .case__title {\n        font-size: 20px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 10px;\n        background: linear-gradient(45deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n    }\n\n    .custom-hero-section .case__description {\n        font-size: 16px;\n        color: #666;\n        line-height: 1.6;\n    }\n\n    \/* Process Section *\/\n    .custom-hero-section .process {\n        padding: 60px 20px;\n        max-width: 1200px;\n        margin: 0 auto;\n        text-align: center;\n        position: relative;\n    }\n\n    .custom-hero-section .process__title {\n        font-size: 36px;\n        font-weight: 900;\n        color: #1a1a1a;\n        margin-bottom: 20px;\n        position: relative;\n        display: inline-block;\n        background: linear-gradient(45deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n    }\n\n    .custom-hero-section .process__title:after {\n        content: &#187;;\n        position: absolute;\n        bottom: -10px;\n        left: 50%;\n        width: 60%;\n        height: 4px;\n        background: linear-gradient(90deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        transform: translateX(-50%);\n    }\n\n    .custom-hero-section .process__subtitle {\n        font-size: 20px;\n        color: #666;\n        margin-bottom: 40px;\n        font-style: italic;\n    }\n\n    .custom-hero-section .process__steps {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 25px;\n    }\n\n    .custom-hero-section .step {\n        padding: 25px;\n        text-align: left;\n        background: #fff;\n        border-radius: 15px;\n        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .custom-hero-section .step:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    }\n\n    .custom-hero-section .step:before {\n        content: &#187;;\n        position: absolute;\n        top: -50%;\n        left: -50%;\n        width: 200%;\n        height: 200%;\n        background: linear-gradient(45deg, rgba(30, 58, 138, 0.1), rgba(217, 119, 6, 0.1)); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        transform: rotate(30deg);\n        z-index: 0;\n        opacity: 0;\n        transition: opacity 0.3s ease;\n    }\n\n    .custom-hero-section .step:hover:before {\n        opacity: 1;\n    }\n\n    .custom-hero-section .step__content {\n        position: relative;\n        z-index: 1;\n    }\n\n    .custom-hero-section .step__number {\n        font-size: 28px;\n        font-weight: 900;\n        background: linear-gradient(45deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n        margin-bottom: 10px;\n        display: inline-block;\n        animation: bounceIn 1s ease;\n    }\n\n    .custom-hero-section .step__title {\n        font-size: 22px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 10px;\n    }\n\n    .custom-hero-section .step__description {\n        font-size: 16px;\n        color: #666;\n        line-height: 1.6;\n    }\n\n    \/* Reviews Section *\/\n    .custom-hero-section .reviews {\n        padding: 60px 20px;\n        max-width: 1200px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .custom-hero-section .reviews__title {\n        font-size: 36px;\n        font-weight: 900;\n        color: #1a1a1a;\n        margin-bottom: 40px;\n        background: linear-gradient(45deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n    }\n\n    .custom-hero-section .reviews__list {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n    }\n\n    .custom-hero-section .review {\n        background: #fff;\n        padding: 25px;\n        border-radius: 15px;\n        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .custom-hero-section .review:hover {\n        transform: scale(1.02);\n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    }\n\n    .custom-hero-section .review__text {\n        font-size: 16px;\n        color: #666;\n        font-style: italic;\n        margin-bottom: 15px;\n        line-height: 1.6;\n    }\n\n    .custom-hero-section .review__author {\n        font-size: 14px;\n        font-weight: 700;\n        color: #1a1a1a;\n        background: linear-gradient(45deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n    }\n\n    \/* Stats Section *\/\n    .custom-hero-section .stats {\n        padding: 60px 20px;\n        max-width: 1200px;\n        margin: 0 auto;\n        text-align: center;\n        background: linear-gradient(135deg, rgba(30, 58, 138, 0.05), rgba(217, 119, 6, 0.05)); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        border-radius: 20px;\n        position: relative;\n    }\n\n    .custom-hero-section .stats__title {\n        font-size: 36px;\n        font-weight: 900;\n        color: #1a1a1a;\n        margin-bottom: 40px;\n        background: linear-gradient(45deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n    }\n\n    .custom-hero-section .stats__list {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 20px;\n    }\n\n    .custom-hero-section .stat {\n        padding: 20px;\n        position: relative;\n    }\n\n    .custom-hero-section .stat__number {\n        font-size: 48px;\n        font-weight: 900;\n        background: linear-gradient(45deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        -webkit-background-clip: text;\n        background-clip: text;\n        color: transparent;\n        margin-bottom: 10px;\n        animation: bounceIn 1s ease;\n    }\n\n    .custom-hero-section .stat__text {\n        font-size: 16px;\n        color: #666;\n        font-style: italic;\n    }\n\n    @keyframes bounceIn {\n        0% { transform: scale(0.8); opacity: 0; }\n        60% { transform: scale(1.1); opacity: 1; }\n        100% { transform: scale(1); }\n    }\n\n    \/* CTA Section *\/\n    .custom-hero-section .cta {\n        padding: 60px 20px;\n        max-width: 800px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .custom-hero-section .cta__title {\n        font-size: 36px;\n        font-weight: 900;\n        color: #1a1a1a;\n        margin-bottom: 20px;\n    }\n\n    .custom-hero-section .cta__subtitle {\n        font-size: 20px;\n        color: #666;\n        margin-bottom: 40px;\n    }\n\n    .custom-hero-section .cta__form {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n    }\n\n    .custom-hero-section .cta__form input,\n    .custom-hero-section .cta__form textarea {\n        padding: 15px;\n        font-size: 16px;\n        border: 2px solid #1a1a1a;\n        border-radius: 10px;\n        outline: none;\n        transition: border-color 0.3s ease;\n    }\n\n    .custom-hero-section .cta__form input:focus,\n    .custom-hero-section .cta__form textarea:focus {\n        border-color: #1E3A8A; \/* \u041d\u043e\u0432\u044b\u0439 \u0446\u0432\u0435\u0442 \u0432\u043c\u0435\u0441\u0442\u043e \u043a\u0440\u0430\u0441\u043d\u043e\u0433\u043e *\/\n    }\n\n    .custom-hero-section .cta__form textarea {\n        min-height: 100px;\n        resize: vertical;\n    }\n\n    .custom-hero-section .cta__form button {\n        padding: 15px;\n        font-size: 18px;\n        font-weight: 700;\n        color: #fff;\n        background: linear-gradient(45deg, #1E3A8A, #D97706); \/* \u041d\u043e\u0432\u044b\u0439 \u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442 *\/\n        border: none;\n        border-radius: 10px;\n        cursor: pointer;\n        transition: transform 0.3s ease;\n    }\n\n    .custom-hero-section .cta__form button:hover {\n        transform: scale(1.05);\n    }\n\n    \/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c *\/\n    @media (max-width: 1024px) {\n        .custom-hero-section .hero { padding: 60px 15px; }\n        .custom-hero-section .hero__title { font-size: 48px; }\n        .custom-hero-section .hero__features { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; }\n        .custom-hero-section .hero__feature { font-size: 16px; padding: 12px 20px; }\n        .custom-hero-section .cards { padding: 40px 15px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }\n        .custom-hero-section .card { padding: 25px; }\n        .custom-hero-section .card__title { font-size: 20px; }\n        .custom-hero-section .card__description { font-size: 15px; }\n        .custom-hero-section .marketing { padding: 60px 15px; }\n        .custom-hero-section .marketing__title { font-size: 36px; }\n        .custom-hero-section .marketing__subtitle { font-size: 20px; }\n        .custom-hero-section .marketing__text { font-size: 16px; }\n        .custom-hero-section .cases { padding: 40px 15px; }\n        .custom-hero-section .cases__title { font-size: 32px; }\n        .custom-hero-section .process { padding: 40px 15px; }\n        .custom-hero-section .process__title { font-size: 32px; }\n        .custom-hero-section .reviews { padding: 40px 15px; }\n        .custom-hero-section .reviews__title { font-size: 32px; }\n        .custom-hero-section .stats { padding: 40px 15px; }\n        .custom-hero-section .stats__title { font-size: 32px; }\n        .custom-hero-section .cta { padding: 40px 15px; }\n        .custom-hero-section .cta__title { font-size: 32px; }\n    }\n\n    @media (max-width: 768px) {\n        .custom-hero-section .hero { padding: 40px 10px; }\n        .custom-hero-section .hero__title { font-size: 36px; letter-spacing: 1px; }\n        .custom-hero-section .hero__features { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }\n        .custom-hero-section .hero__feature { font-size: 14px; padding: 10px 15px; }\n        .custom-hero-section .cards { padding: 30px 10px; grid-template-columns: 1fr; gap: 15px; }\n        .custom-hero-section .card { padding: 20px; }\n        .custom-hero-section .marketing__title { font-size: 30px; }\n        .custom-hero-section .marketing__subtitle { font-size: 18px; }\n        .custom-hero-section .marketing__text { font-size: 15px; }\n        .custom-hero-section .cases__title { font-size: 28px; }\n        .custom-hero-section .cases__list { grid-template-columns: 1fr; }\n        .custom-hero-section .process__title { font-size: 28px; }\n        .custom-hero-section .process__steps { grid-template-columns: 1fr; }\n        .custom-hero-section .reviews__title { font-size: 28px; }\n        .custom-hero-section .reviews__list { grid-template-columns: 1fr; }\n        .custom-hero-section .stats__title { font-size: 28px; }\n        .custom-hero-section .stats__list { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }\n        .custom-hero-section .cta__title { font-size: 28px; }\n        .custom-hero-section .cta__subtitle { font-size: 18px; }\n    }\n\n    @media (max-width: 480px) {\n        .custom-hero-section .hero { padding: 30px 10px; }\n        .custom-hero-section .hero__title { font-size: 28px; letter-spacing: 0.5px; }\n        .custom-hero-section .hero__features { grid-template-columns: 1fr; gap: 8px; }\n        .custom-hero-section .hero__feature { font-size: 14px; padding: 8px 12px; }\n        .custom-hero-section .cards { padding: 20px 10px; gap: 10px; }\n        .custom-hero-section .card { padding: 15px; }\n        .custom-hero-section .card__title { font-size: 16px; }\n        .custom-hero-section .card__description { font-size: 13px; }\n        .custom-hero-section .marketing { padding: 40px 10px; }\n        .custom-hero-section .marketing__title { font-size: 24px; }\n        .custom-hero-section .marketing__subtitle { font-size: 16px; }\n        .custom-hero-section .marketing__text { font-size: 14px; }\n        .custom-hero-section .cases { padding: 30px 10px; }\n        .custom-hero-section .cases__title { font-size: 24px; }\n        .custom-hero-section .case__title { font-size: 18px; }\n        .custom-hero-section .process { padding: 30px 10px; }\n        .custom-hero-section .process__title { font-size: 24px; }\n        .custom-hero-section .step__title { font-size: 18px; }\n        .custom-hero-section .reviews { padding: 30px 10px; }\n        .custom-hero-section .reviews__title { font-size: 24px; }\n        .custom-hero-section .stats { padding: 30px 10px; }\n        .custom-hero-section .stats__title { font-size: 24px; }\n        .custom-hero-section .stat__number { font-size: 36px; }\n        .custom-hero-section .cta { padding: 30px 10px; }\n        .custom-hero-section .cta__title { font-size: 24px; }\n        .custom-hero-section .cta__form input,\n        .custom-hero-section .cta__form textarea { font-size: 14px; padding: 10px; }\n        .custom-hero-section .cta__form button { font-size: 16px; padding: 12px; }\n        .custom-hero-section .hero:before { width: 200px; height: 200px; }\n    }\n\n\n\n\n<div class=\"custom-hero-section\">\n        <section class=\"hero\">\n            <h1 class=\"hero__title\">\u041c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u0431\u0435\u0437 \u0442\u0435\u043e\u0440\u0438\u0438<\/h1>\n            <div class=\"hero__features\">\n                <div class=\"hero__feature\">\u041f\u0440\u044f\u043c\u043e\u0435 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0441 \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433\u0430\u043c\u0438<\/div>\n                <div class=\"hero__feature\">\u042d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0435 \u043a\u0430\u043c\u043f\u0430\u043d\u0438\u0438<\/div>\n                <div class=\"hero__feature\">\u041e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442 \u043d\u0430 \u043f\u0440\u043e\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0435<\/div>\n                <div class=\"hero__feature\">\u041e\u0442\u0447\u0435\u0442\u043d\u043e\u0441\u0442\u044c \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438<\/div>\n                <div class=\"hero__feature\">\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0438\u0437\u043c\u0435\u0440\u0438\u043c\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0445<\/div>\n                <div class=\"hero__feature\">\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438 \u0434\u043b\u044f \u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430<\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"cards\">\n            <div class=\"card\">\n                <div class=\"card__content\">\n                    <h2 class=\"card__title\">\u041f\u0440\u044f\u043c\u043e\u0435 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0441 \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433\u0430\u043c\u0438<\/h2>\n                    <p class=\"card__description\">\u041d\u0430\u0448\u0430 \u0444\u0438\u043b\u043e\u0441\u043e\u0444\u0438\u044f: \u043e\u0434\u0438\u043d \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433 &#8212; \u043e\u0434\u0438\u043d \u043f\u0440\u043e\u0435\u043a\u0442, \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043e\u0432. \u042d\u0442\u043e \u0443\u0441\u043a\u043e\u0440\u044f\u0435\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0440\u0438\u043d\u044f\u0442\u0438\u044f \u0440\u0435\u0448\u0435\u043d\u0438\u0439 \u0438 \u043f\u043e\u0432\u044b\u0448\u0430\u0435\u0442 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u043a\u0430\u043c\u043f\u0430\u043d\u0438\u0439.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"card__content\">\n                    <h2 class=\"card__title\">\u042d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0435 \u043a\u0430\u043c\u043f\u0430\u043d\u0438\u0438<\/h2>\n                    <p class=\"card__description\">\u041d\u0430\u0448\u0438 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u044b \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445, \u0447\u0442\u043e \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u0442 \u0432\u044b\u0441\u043e\u043a\u0438\u0439 \u043e\u0442\u043a\u043b\u0438\u043a \u0430\u0443\u0434\u0438\u0442\u043e\u0440\u0438\u0438 \u0438 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435 \u0432\u0430\u0448\u0438\u0445 \u0446\u0435\u043b\u0435\u0439.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"card__content\">\n                    <h2 class=\"card__title\">\u041e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u044f \u0437\u0430\u0442\u0440\u0430\u0442 \u043d\u0430 \u043f\u0440\u043e\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0435<\/h2>\n                    <p class=\"card__description\">\u041c\u044b \u0441\u043d\u0438\u0436\u0430\u0435\u043c \u0438\u0437\u0434\u0435\u0440\u0436\u043a\u0438, \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c. \u041a\u0430\u0436\u0434\u044b\u0439 \u0440\u0443\u0431\u043b\u044c \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 \u0432\u0430\u0448 \u0431\u0438\u0437\u043d\u0435\u0441 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"card__content\">\n                    <h2 class=\"card__title\">\u041e\u0442\u0447\u0435\u0442\u043d\u043e\u0441\u0442\u044c \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438<\/h2>\n                    <p class=\"card__description\">\u041f\u043e\u043b\u0443\u0447\u0430\u0439\u0442\u0435 \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043e \u043a\u0430\u043c\u043f\u0430\u043d\u0438\u044f\u0445 24\/7. \u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u044c \u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c \u2014 \u0432 \u0432\u0430\u0448\u0438\u0445 \u0440\u0443\u043a\u0430\u0445.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"card__content\">\n                    <h2 class=\"card__title\">\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0438\u0437\u043c\u0435\u0440\u0438\u043c\u044b\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0445<\/h2>\n                    <p class=\"card__description\">\u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u043f\u0443\u0441\u0442\u044b\u0445 \u043e\u0431\u0435\u0449\u0430\u043d\u0438\u0439 \u2014 \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u0438 \u0438\u0437\u043c\u0435\u0440\u0438\u0442\u044c.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"card__content\">\n                    <h2 class=\"card__title\">\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438 \u0434\u043b\u044f \u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430<\/h2>\n                    <p class=\"card__description\">\u0420\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u043c \u0434\u043e\u043b\u0433\u043e\u0441\u0440\u043e\u0447\u043d\u044b\u0435 \u043f\u043b\u0430\u043d\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u044e\u0442 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430 \u0431\u0435\u0437 \u043b\u0438\u0448\u043d\u0438\u0445 \u0440\u0438\u0441\u043a\u043e\u0432.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"marketing\">\n            <h2 class=\"marketing__title\">\u041f\u043e\u0447\u0435\u043c\u0443 Baliyants?<\/h2>\n            <p class=\"marketing__subtitle\">\u041c\u044b \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0430\u0433\u0435\u043d\u0442\u0441\u0442\u0432\u043e \u2014 \u043c\u044b \u0432\u0430\u0448 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u0442\u043d\u0435\u0440 \u0441 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0434\u0445\u043e\u0434\u043e\u043c<\/p>\n            <div class=\"marketing__text\">\n                <p>\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 Baliyants.com \u2014 \u043c\u0435\u0441\u0442\u043e, \u0433\u0434\u0435 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u0435\u0442 \u0431\u044b\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d\u043d\u044b\u043c. \u041c\u044b \u043d\u0435 \u043a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u043e\u0432\u043e\u0435 \u0430\u0433\u0435\u043d\u0442\u0441\u0442\u0432\u043e \u0441 \u043a\u043e\u043d\u0432\u0435\u0439\u0435\u0440\u043e\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0438 \u043e\u0431\u0435\u0437\u043b\u0438\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u0440\u0435\u0448\u0435\u043d\u0438\u044f\u043c\u0438. \u041d\u0430\u0448\u0430 \u0444\u0438\u043b\u043e\u0441\u043e\u0444\u0438\u044f \u043f\u0440\u043e\u0441\u0442\u0430 \u0438 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0430: <em>\u043e\u0434\u0438\u043d \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433 \u2014 \u043e\u0434\u0438\u043d \u043f\u0440\u043e\u0435\u043a\u0442<\/em>. \u042d\u0442\u043e \u0437\u043d\u0430\u0447\u0438\u0442, \u0447\u0442\u043e \u0432\u0430\u0448 \u0431\u0438\u0437\u043d\u0435\u0441 \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442 \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0443\u0441\u043b\u0443\u0433\u0438, \u0430 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0433\u043e \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0436\u0438\u0432\u0435\u0442 \u0432\u0430\u0448\u0438\u043c\u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u043c\u0438, \u0438\u0437\u0443\u0447\u0430\u0435\u0442 \u0432\u0430\u0448\u0443 \u043d\u0438\u0448\u0443 \u0438 \u0432\u044b\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u0442 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u044e \u0442\u0430\u043a, \u0431\u0443\u0434\u0442\u043e \u044d\u0442\u043e \u0435\u0433\u043e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442.<\/p>\n                <p>\u0427\u0442\u043e \u044d\u0442\u043e \u0434\u0430\u0435\u0442 \u0432\u0430\u043c? \u0412\u043e-\u043f\u0435\u0440\u0432\u044b\u0445, <strong>\u0433\u043b\u0443\u0431\u043e\u043a\u043e\u0435 \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u0438\u0435<\/strong> \u0432 \u0432\u0430\u0448 \u0431\u0438\u0437\u043d\u0435\u0441. \u041d\u0430\u0448 \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433 \u043d\u0435 \u0440\u0430\u0441\u043f\u044b\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0430 \u0434\u0435\u0441\u044f\u0442\u043a\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u2014 \u043e\u043d \u0441\u043e\u0441\u0440\u0435\u0434\u043e\u0442\u043e\u0447\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0432\u0430\u0441. \u041e\u043d \u0437\u043d\u0430\u0435\u0442 \u0432\u0430\u0448\u0438 \u0446\u0435\u043b\u0438, \u0432\u0430\u0448\u0443 \u0430\u0443\u0434\u0438\u0442\u043e\u0440\u0438\u044e, \u0432\u0430\u0448\u0438 \u0441\u0438\u043b\u044c\u043d\u044b\u0435 \u0438 \u0441\u043b\u0430\u0431\u044b\u0435 \u0441\u0442\u043e\u0440\u043e\u043d\u044b. \u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043d\u0430\u043c \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c <em>SEO-\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438<\/em>, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b\u0432\u043e\u0434\u044f\u0442 \u0441\u0430\u0439\u0442\u044b \u0432 \u0442\u043e\u043f \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c, \u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0435 \u043a\u0430\u043c\u043f\u0430\u043d\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u044c\u044e\u0442 \u0442\u043e\u0447\u043d\u043e \u0432 \u0446\u0435\u043b\u044c. \u041c\u044b \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u0440\u043e\u0434\u0432\u0438\u0433\u0430\u0435\u043c \u2014 \u043c\u044b \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u043c \u0440\u044b\u043d\u043e\u043a, \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c \u0433\u0438\u043f\u043e\u0442\u0435\u0437\u044b \u0438 \u0434\u043e\u0432\u043e\u0434\u0438\u043c \u043a\u0430\u0436\u0434\u044b\u0439 \u0448\u0430\u0433 \u0434\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430.<\/p>\n                <p>\u0412\u043e-\u0432\u0442\u043e\u0440\u044b\u0445, \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0435 <strong>\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u044e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432<\/strong>. \u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u0434\u043e\u043b\u0433\u0438\u0445 \u0446\u0435\u043f\u043e\u0447\u0435\u043a \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u0438\u0439 \u0447\u0435\u0440\u0435\u0437 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043e\u0432 \u0438\u043b\u0438 \u0431\u0435\u0441\u043a\u043e\u043d\u0435\u0447\u043d\u044b\u0445 \u043f\u0440\u0430\u0432\u043e\u043a \u0438\u0437-\u0437\u0430 \u043d\u0435\u0434\u043e\u043f\u043e\u043d\u0438\u043c\u0430\u043d\u0438\u044f. \u041e\u0434\u0438\u043d \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u2014 \u044d\u0442\u043e \u043f\u0440\u044f\u043c\u043e\u0439 \u043a\u043e\u043d\u0442\u0430\u043a\u0442, \u0431\u044b\u0441\u0442\u0440\u044b\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0438 \u0447\u0435\u0442\u043a\u043e\u0435 \u043f\u043e\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u0432\u0430\u0448\u0438\u0445 \u043f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442\u043e\u0432. \u041c\u044b \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u0443\u0435\u043c \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433, \u043d\u0430\u0445\u043e\u0434\u044f \u0441\u0430\u043c\u044b\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u043a\u0430\u043d\u0430\u043b\u044b \u043f\u0440\u043e\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f, \u0431\u0443\u0434\u044c \u0442\u043e \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u0430\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u0430, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0435\u0442\u0438 \u0438\u043b\u0438 <em>\u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u043e\u0435 SEO<\/em>. \u041a\u0430\u0436\u0434\u044b\u0439 \u0440\u0443\u0431\u043b\u044c \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u044e\u0434\u0436\u0435\u0442\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c.<\/p>\n                <p>\u041d\u0430\u0448\u0430 \u0441\u0438\u043b\u0430 \u2014 \u0432 <strong>\u0433\u0438\u0431\u043a\u043e\u0441\u0442\u0438<\/strong>. \u041c\u044b \u043d\u0435 \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u044b \u043a \u0436\u0435\u0441\u0442\u043a\u0438\u043c \u0448\u0430\u0431\u043b\u043e\u043d\u0430\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u044e\u0442 \u0442\u0438\u043f\u0438\u0447\u043d\u044b\u0435 \u0430\u0433\u0435\u043d\u0442\u0441\u0442\u0432\u0430. \u0412\u0430\u0448 \u0431\u0438\u0437\u043d\u0435\u0441 \u0443\u043d\u0438\u043a\u0430\u043b\u0435\u043d, \u0438 \u043c\u044b \u043f\u043e\u0434\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u0441\u044f \u043f\u043e\u0434 \u043d\u0435\u0433\u043e: \u043e\u0442 \u0441\u0442\u0430\u0440\u0442\u0430\u043f\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043d\u0443\u0436\u0435\u043d \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u0437\u0430\u043f\u0443\u0441\u043a, \u0434\u043e \u043a\u0440\u0443\u043f\u043d\u044b\u0445 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0439, \u0441\u0442\u0440\u0435\u043c\u044f\u0449\u0438\u0445\u0441\u044f \u0443\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u043f\u043e\u0437\u0438\u0446\u0438\u0438. \u041c\u044b \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u043c <em>\u0434\u043e\u043b\u0433\u043e\u0441\u0440\u043e\u0447\u043d\u044b\u0435 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438<\/em>, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u0438\u043d\u043e\u0441\u044f\u0442 \u0441\u0438\u044e\u043c\u0438\u043d\u0443\u0442\u043d\u044b\u0439 \u044d\u0444\u0444\u0435\u043a\u0442, \u043d\u043e \u0438 \u0437\u0430\u043a\u043b\u0430\u0434\u044b\u0432\u0430\u044e\u0442 \u0444\u0443\u043d\u0434\u0430\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0433\u043e \u0440\u043e\u0441\u0442\u0430 \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c.<\/p>\n                <p>\u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u044c \u2014 \u0435\u0449\u0451 \u043e\u0434\u043d\u043e \u043d\u0430\u0448\u0435 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u043e. \u0421 Baliyants.com \u0432\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u0432 \u043a\u0443\u0440\u0441\u0435, \u0447\u0442\u043e \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0441 \u0432\u0430\u0448\u0438\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c. <strong>\u041e\u0442\u0447\u0435\u0442\u044b \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438<\/strong>, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u043c\u0435\u0442\u0440\u0438\u043a\u0438, \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f \u2014 \u0432\u044b \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u043a\u043b\u0438\u0435\u043d\u0442, \u0432\u044b \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430. \u041c\u044b \u043d\u0435 \u043f\u0440\u044f\u0447\u0435\u043c\u0441\u044f \u0437\u0430 \u0441\u043b\u043e\u0436\u043d\u044b\u043c\u0438 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043c\u0438 \u0438\u043b\u0438 \u043f\u0443\u0441\u0442\u044b\u043c\u0438 \u043e\u0431\u0435\u0449\u0430\u043d\u0438\u044f\u043c\u0438. \u041d\u0430\u0448\u0430 \u0446\u0435\u043b\u044c \u2014 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0430\u043c \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0435 \u0446\u0438\u0444\u0440\u044b: \u0440\u043e\u0441\u0442 \u0442\u0440\u0430\u0444\u0438\u043a\u0430, \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043d\u0432\u0435\u0440\u0441\u0438\u0439, \u0441\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043b\u0438\u0434\u0430.<\/p>\n                <p>\u0418 \u043d\u0430\u043a\u043e\u043d\u0435\u0446, \u043c\u044b \u2014 \u044d\u0442\u043e <strong>\u0447\u0435\u043b\u043e\u0432\u0435\u0447\u0435\u0441\u043a\u0438\u0439 \u043f\u043e\u0434\u0445\u043e\u0434<\/strong>. \u0412 \u043c\u0438\u0440\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 \u0438 \u043c\u0430\u0441\u0441\u043e\u0432\u044b\u0445 \u0440\u0435\u0448\u0435\u043d\u0438\u0439 \u043c\u044b \u0432\u0435\u0440\u0438\u043c \u0432 \u0441\u0438\u043b\u0443 \u043b\u0438\u0447\u043d\u043e\u0433\u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f. \u0412\u0430\u0448 \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433 \u2014 \u044d\u0442\u043e \u043d\u0435 \u0431\u0435\u0437\u043b\u0438\u043a\u0438\u0439 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c, \u0430 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0438\u0441\u043a\u0440\u0435\u043d\u043d\u0435 \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043e\u0432\u0430\u043d \u0432 \u0432\u0430\u0448\u0435\u043c \u0443\u0441\u043f\u0435\u0445\u0435. \u041c\u044b \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0434\u0435\u043b\u0430\u0435\u043c \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u2014 \u043c\u044b \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u043c \u0432\u0430\u0448\u0435\u043c\u0443 \u0431\u0438\u0437\u043d\u0435\u0441\u0443 \u0440\u0430\u0441\u0442\u0438, \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u044f \u0437\u0430\u043c\u0435\u0442\u043d\u0435\u0435 \u0438 \u0437\u0430\u0432\u043e\u0435\u0432\u044b\u0432\u0430\u0442\u044c \u0434\u043e\u0432\u0435\u0440\u0438\u0435 \u0430\u0443\u0434\u0438\u0442\u043e\u0440\u0438\u0438.<\/p>\n                <p>\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441 Baliyants.com \u2014 \u044d\u0442\u043e \u043d\u0435 \u043f\u0440\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u0443\u0441\u043b\u0443\u0433\u0438 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u043e\u0432\u043e\u0433\u043e \u0430\u0433\u0435\u043d\u0442\u0441\u0442\u0432\u0430. \u042d\u0442\u043e \u043f\u0440\u043e <em>\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0441\u0442\u0432\u043e<\/em>, \u0433\u0434\u0435 \u043a\u0430\u0436\u0434\u0430\u044f \u0434\u0435\u0442\u0430\u043b\u044c \u043f\u0440\u043e\u0434\u0443\u043c\u0430\u043d\u0430, \u043a\u0430\u0436\u0434\u044b\u0439 \u0448\u0430\u0433 \u043e\u0431\u043e\u0441\u043d\u043e\u0432\u0430\u043d, \u0430 \u043a\u0430\u0436\u0434\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0438\u0437\u043c\u0435\u0440\u0438\u043c. \u041c\u044b \u0437\u0434\u0435\u0441\u044c, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0435\u0432\u0440\u0430\u0442\u0438\u0442\u044c \u0432\u0430\u0448\u0438 \u0430\u043c\u0431\u0438\u0446\u0438\u0438 \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0431\u0443\u0434\u044c \u0442\u043e \u0432\u044b\u0445\u043e\u0434 \u043d\u0430 \u043d\u043e\u0432\u044b\u0439 \u0440\u044b\u043d\u043e\u043a, \u0443\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u0438\u0435 \u0431\u0440\u0435\u043d\u0434\u0430 \u0438\u043b\u0438 \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0434\u0430\u0436. \u0414\u0430\u0432\u0430\u0439\u0442\u0435 \u0441\u0434\u0435\u043b\u0430\u0435\u043c \u0432\u0430\u0448 \u0431\u0438\u0437\u043d\u0435\u0441 \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0443\u0441\u043f\u0435\u0448\u043d\u044b\u043c, \u0430 <strong>\u043b\u0438\u0434\u0435\u0440\u043e\u043c<\/strong> \u0432 \u0441\u0432\u043e\u0435\u0439 \u043d\u0438\u0448\u0435!<\/p>\n            <\/div>\n        <\/section>\n\n        <section class=\"cases\">\n            <h2 class=\"cases__title\">\u041a\u0435\u0439\u0441\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u0434\u043e\u0445\u043d\u043e\u0432\u043b\u044f\u044e\u0442<\/h2>\n            <p class=\"cases__subtitle\">\u041a\u043e\u0433\u0434\u0430 \u043e\u0434\u043d\u0430 \u0438\u0434\u0435\u044f \u043c\u0435\u043d\u044f\u0435\u0442 \u0432\u0441\u0451<\/p>\n            <div class=\"cases__list\">\n                <div class=\"case\">\n                    <h3 class=\"case__title\">\u041e\u043d\u043b\u0430\u0439\u043d \u043c\u0430\u0433\u0430\u0437\u0438\u043d Pobratski.ru: \u0412\u0437\u043b\u0451\u0442 \u043d\u0430 200%<\/h3>\n                    <p class=\"case__description\">SEO \u0438 \u0442\u0430\u0440\u0433\u0435\u0442 \u043f\u0440\u0435\u0432\u0440\u0430\u0442\u0438\u043b\u0438 \u0441\u043a\u0440\u043e\u043c\u043d\u044b\u0439 \u043c\u0430\u0433\u0430\u0437\u0438\u043d \u0432 \u043b\u0438\u0434\u0435\u0440\u0430 \u043d\u0438\u0448\u0438. \u041f\u0440\u043e\u0434\u0430\u0436\u0438 \u0432\u044b\u0440\u043e\u0441\u043b\u0438 \u0432 2 \u0440\u0430\u0437\u0430 \u0437\u0430 7 \u043c\u0435\u0441\u044f\u0446\u0430.<\/p>\n                <\/div>\n                <div class=\"case\">\n                    <h3 class=\"case__title\">\u0422\u0435\u0445-\u0441\u0442\u0430\u0440\u0442\u0430\u043f habl.ru: \u0422\u043e\u043f-5 \u0437\u0430 8 \u043d\u0435\u0434\u0435\u043b\u044c<\/h3>\n                    <p class=\"case__description\">\u041a\u043e\u043d\u0442\u0435\u043d\u0442-\u043c\u0430\u0433\u0438\u044f \u0438 SEO-\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u044f \u0432\u044b\u0432\u0435\u043b\u0438 \u0441\u0430\u0439\u0442 IT-\u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0432 \u0442\u043e\u043f Google, \u0437\u0430 8 \u043d\u0435\u0434\u0435\u043b\u044c \u0440\u0430\u0431\u043e\u0442\u044b.<\/p>\n                <\/div>\n                <div class=\"case\">\n                    <h3 class=\"case__title\">\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u043c\u0430\u0433\u0430\u0437\u0438\u043d Becompact.ru &#8212; \u0414\u0420\u0420 \u0441 7 \u0434\u043e 2.4%<\/h3>\n                    <p class=\"case__description\">\u0422\u043e\u0447\u043d\u0430\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u0430 \u0438 \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0430. \u0412\u043d\u0435\u0434\u0440\u0435\u043d\u0438\u0435 Business intelligence. \u041c\u0435\u043d\u044c\u0448\u0435 \u0437\u0430\u0442\u0440\u0430\u0442, \u0431\u043e\u043b\u044c\u0448\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432 \u0437\u0430 8 \u043c\u0435\u0441\u044f\u0446\u0430.<\/p>\n                <\/div>\n                <div class=\"case\">\n                    <h3 class=\"case__title\">SEO \u0434\u043b\u044f SEVERIN DEVELOPMENT<\/h3>\n                    <p class=\"case__description\">\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 SEO \u043f\u0440\u0438\u043d\u0435\u0441\u043b\u043e +40% \u043a \u0435\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u043e\u0439 \u0430\u0443\u0434\u0438\u0442\u043e\u0440\u0438\u0438. \u0412\u043f\u0435\u0440\u0432\u044b\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043b\u0438\u0434\u044b \u0441 \u0441\u0430\u0439\u0442\u0430.<\/p>\n                <\/div>\n                <div class=\"case\">\n                    <h3 class=\"case__title\">\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u043c\u0430\u0433\u0430\u0437\u0438\u043d net-mart.ru<\/h3>\n                    <p class=\"case__description\">\u041f\u0435\u0440\u0435\u0441\u0442\u0440\u043e\u0438\u043b\u0438 \u0432\u043e\u0440\u043e\u043d\u043a\u0443 \u043f\u0440\u043e\u0434\u0430\u0436 \u0434\u043b\u044f \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 \u0442\u0435\u0445\u043d\u0438\u043a\u0438. \u0423\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0435 KPI \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0435\u0439 \u043e\u0442\u0434\u0435\u043b\u0430 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u0430 \u043d\u0430 142%. \u0421\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u0414\u0420\u0420 \u043d\u0430 45%<\/p>\n                <\/div>\n                <div class=\"case\">\n                    <h3 class=\"case__title\">\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430 \u043e\u0434\u0435\u0436\u0434\u044b \u201cFashion Trends\u201d<\/h3>\n                    <p class=\"case__description\">\u0412\u044b\u0432\u043e\u0434 \u0441\u0430\u0439\u0442\u0430 \u0432 \u0442\u043e\u043f \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u043e\u0439 \u0432\u044b\u0434\u0430\u0447\u0438. \u0412\u043d\u0435\u0434\u0440\u0435\u043d\u0438\u0435 \u043d\u043e\u0432\u044b\u0445 \u043e\u043d\u043b\u0430\u0439\u043d \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0445 \u043a\u0430\u043d\u0430\u043b\u043e\u0432. \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u043d\u043b\u0430\u0439\u043d \u043b\u0438\u0434\u043e\u0432 \u043f\u0440\u0435\u0432\u044b\u0441\u0438\u043b\u043e 100 \u043b\u0438\u0434\u043e\u0432 \u0432 \u043c\u0435\u0441\u044f\u0446.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"process\">\n            <h2 class=\"process__title\">\u0424\u043e\u0440\u043c\u0443\u043b\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u0440\u0438\u0443\u043c\u0444\u0430<\/h2>\n            <p class=\"process__subtitle\">\u041e\u0434\u0438\u043d \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433 \u2014 \u0432\u0430\u0448 \u043f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a \u043a \u0432\u0435\u0440\u0448\u0438\u043d\u0435<\/p>\n            <div class=\"process__steps\">\n                <div class=\"step\">\n                    <div class=\"step__content\">\n                        <span class=\"step__number\">01<\/span>\n                        <h3 class=\"step__title\">\u0413\u043b\u0443\u0431\u043e\u043a\u043e\u0435 \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u0432 \u043f\u0440\u043e\u0435\u043a\u0442<\/h3>\n                        <p class=\"step__description\">\u041c\u044b \u0432\u044b\u0434\u0435\u043b\u044f\u0435\u043c \u043e\u0434\u043d\u043e\u0433\u043e \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433\u0430, \u0447\u0442\u043e\u0431\u044b \u043e\u043d \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u0433\u0440\u0443\u0437\u0438\u043b\u0441\u044f \u0432 \u0432\u0430\u0448 \u0431\u0438\u0437\u043d\u0435\u0441: \u0438\u0437\u0443\u0447\u0438\u043b \u0432\u0430\u0448\u0443 \u0430\u0443\u0434\u0438\u0442\u043e\u0440\u0438\u044e, \u043f\u0440\u043e\u0434\u0443\u043a\u0442, \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u043e\u0432 \u0438 \u0440\u044b\u043d\u043e\u043a. \u0427\u0435\u043c \u043b\u0443\u0447\u0448\u0435 \u043c\u044b \u043f\u043e\u043d\u0438\u043c\u0430\u0435\u043c \u0432\u0430\u0448 \u043c\u0438\u0440, \u0442\u0435\u043c \u0442\u043e\u0447\u043d\u0435\u0435 \u043d\u0430\u0448\u0438 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0443\u0441\u043f\u0435\u0445\u0430.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step__content\">\n                        <span class=\"step__number\">02<\/span>\n                        <h3 class=\"step__title\">\u0427\u0435\u0442\u043a\u0430\u044f \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u044f \u0441 \u0438\u0437\u043c\u0435\u0440\u0438\u043c\u044b\u043c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u043c<\/h3>\n                        <p class=\"step__description\">\u041c\u044b \u0441\u043e\u0433\u043b\u0430\u0441\u0443\u0435\u043c \u0441 \u0432\u0430\u043c\u0438 \u043e\u0434\u043d\u0443 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0446\u0435\u043b\u044c \u2014 \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0440\u043e\u0441\u0442 \u043f\u0440\u043e\u0434\u0430\u0436 \u043d\u0430 20% \u0438\u043b\u0438 \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435 \u043e\u0445\u0432\u0430\u0442\u043e\u0432 \u0432 2 \u0440\u0430\u0437\u0430 \u2014 \u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u043f\u043b\u0430\u043d, \u0433\u0434\u0435 \u043a\u0430\u0436\u0434\u044b\u0439 \u0448\u0430\u0433 \u0432\u0435\u0434\u0435\u0442 \u043a \u0435\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044e. \u041d\u0438\u043a\u0430\u043a\u043e\u0439 \u0432\u043e\u0434\u044b, \u0442\u043e\u043b\u044c\u043a\u043e \u0444\u043e\u043a\u0443\u0441 \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step__content\">\n                        <span class=\"step__number\">03<\/span>\n                        <h3 class=\"step__title\">\u041c\u0430\u0441\u0442\u0435\u0440\u0441\u0442\u0432\u043e \u043e\u0434\u043d\u043e\u0439 &#171;\u0444\u0438\u0448\u043a\u0438&#187;<\/h3>\n                        <p class=\"step__description\">\u041c\u044b \u043d\u0430\u0439\u0434\u0435\u043c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0445\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u044b\u0434\u0435\u043b\u0438\u0442 \u0432\u0430\u0448 \u043f\u0440\u043e\u0435\u043a\u0442: \u0432\u0438\u0440\u0443\u0441\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u043d\u0435\u043e\u0431\u044b\u0447\u043d\u0430\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u0430 \u0438\u043b\u0438 \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0442\u0430\u0440\u0433\u0435\u0442\u0438\u043d\u0433. \u042d\u0442\u0443 &#171;\u0444\u0438\u0448\u043a\u0443&#187; \u043c\u044b \u043e\u0442\u0448\u043b\u0438\u0444\u0443\u0435\u043c \u0434\u043e \u0431\u043b\u0435\u0441\u043a\u0430 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0432\u0430\u0441.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step__content\">\n                        <span class=\"step__number\">04<\/span>\n                        <h3 class=\"step__title\">\u0422\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0430\u0434\u0430\u043f\u0442\u0430\u0446\u0438\u044f \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0432\u0440\u0435\u043c\u0435\u043d\u0438<\/h3>\n                        <p class=\"step__description\">\u041c\u044b \u0431\u0443\u0434\u0435\u043c \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u043a\u0430\u043c\u043f\u0430\u043d\u0438\u0438 \u043f\u043e\u044d\u0442\u0430\u043f\u043d\u043e, \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0438 \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e \u0432\u043d\u043e\u0441\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u0430\u0448 \u043f\u0440\u043e\u0435\u043a\u0442 \u2014 \u043d\u0430\u0448\u0430 \u043b\u0430\u0431\u043e\u0440\u0430\u0442\u043e\u0440\u0438\u044f, \u0433\u0434\u0435 \u043c\u044b \u0441\u043e\u0437\u0434\u0430\u0435\u043c \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u0443\u044e \u0444\u043e\u0440\u043c\u0443\u043b\u0443 \u0443\u0441\u043f\u0435\u0445\u0430 \u043f\u043e\u0434 \u0432\u0430\u0448\u0438 \u0437\u0430\u0434\u0430\u0447\u0438.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step__content\">\n                        <span class=\"step__number\">05<\/span>\n                        <h3 class=\"step__title\">\u041b\u0438\u0447\u043d\u0430\u044f \u0432\u043e\u0432\u043b\u0435\u0447\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0438 \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u044c<\/h3>\n                        <p class=\"step__description\">\u041d\u0430\u0448 \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433 \u0441\u0442\u0430\u043d\u0435\u0442 &#171;\u0445\u043e\u0437\u044f\u0438\u043d\u043e\u043c&#187; \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u0432\u043a\u043b\u0430\u0434\u044b\u0432\u0430\u044f \u0432 \u043d\u0435\u0433\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u044d\u043d\u0435\u0440\u0433\u0438\u0438 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442\u0438\u0437\u044b. \u041c\u044b \u0431\u0435\u0440\u0435\u043c \u043d\u0430 \u0441\u0435\u0431\u044f \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0437\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442, \u0447\u0442\u043e\u0431\u044b \u0432\u044b \u043c\u043e\u0433\u043b\u0438 \u0433\u043e\u0440\u0434\u0438\u0442\u044c\u0441\u044f \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0441 \u043d\u0430\u043c\u0438.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step__content\">\n                        <span class=\"step__number\">06<\/span>\n                        <h3 class=\"step__title\">\u0421\u0438\u043b\u0430 \u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0430\u0446\u0438\u0438<\/h3>\n                        <p class=\"step__description\">\u041e\u0434\u0438\u043d \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433 \u2014 \u043e\u0434\u0438\u043d \u043f\u0440\u043e\u0435\u043a\u0442 \u2014 \u043e\u0434\u0438\u043d \u0442\u0440\u0438\u0443\u043c\u0444. \u041c\u044b \u043d\u0435 \u0440\u0430\u0441\u043f\u044b\u043b\u044f\u0435\u043c\u0441\u044f, \u0441\u043e\u0441\u0440\u0435\u0434\u043e\u0442\u0430\u0447\u0438\u0432\u0430\u044f \u0432\u0441\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044b \u0438 \u043a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u0443\u0441\u043f\u0435\u0445\u0435.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n        <section class=\"stats\">\n            <h2 class=\"stats__title\">Baliyants.com: \u0412\u0441\u0435\u043b\u0435\u043d\u043d\u0430\u044f \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0439<\/h2>\n            <div class=\"stats__list\">\n                <div class=\"stat\">\n                    <span class=\"stat__number\">87<\/span>\n                    <p class=\"stat__text\">\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u0439, \u0441\u0442\u0430\u0432\u0448\u0438\u0445 \u0437\u0432\u0435\u0437\u0434\u0430\u043c\u0438<\/p>\n                <\/div>\n                <div class=\"stat\">\n                    <span class=\"stat__number\">16<\/span>\n                    <p class=\"stat__text\">\u041b\u0435\u0442 \u043e\u043f\u044b\u0442\u0430 \u0432 \u043d\u0430\u0448\u0435\u0439 \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0435<\/p>\n                <\/div>\n                <div class=\"stat\">\n                    <span class=\"stat__number\">317%<\/span>\n                    <p class=\"stat__text\">\u0420\u0435\u043a\u043e\u0440\u0434\u043d\u044b\u0439 \u0441\u043a\u0430\u0447\u043e\u043a \u0440\u043e\u0441\u0442\u0430<\/p>\n                <\/div>\n                <div class=\"stat\">\n                    <span class=\"stat__number\">30K+<\/span>\n                    <p class=\"stat__text\">\u0427\u0430\u0441\u043e\u0432, \u0441\u043e\u0437\u0434\u0430\u044e\u0449\u0438\u0445 \u043c\u0430\u0433\u0438\u044e<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"cta\">\n            <h2 class=\"cta__title\">\u0413\u043e\u0442\u043e\u0432\u044b \u043a \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c?<\/h2>\n            <p class=\"cta__subtitle\">\u041e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0437\u0430\u044f\u0432\u043a\u0443, \u0438 \u0432\u0430\u0448 \u043b\u0438\u0447\u043d\u044b\u0439 \u043c\u0430\u0440\u043a\u0435\u0442\u043e\u043b\u043e\u0433 \u0441\u0432\u044f\u0436\u0435\u0442\u0441\u044f \u0441 \u0432\u0430\u043c\u0438 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 24 \u0447\u0430\u0441\u043e\u0432<\/p>\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f4349-o1\" lang=\"ru-RU\" dir=\"ltr\" data-wpcf7-id=\"4349\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/3077#wpcf7-f4349-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/en\/wp-json\/wp\/v2\/pages\/3077#wpcf7-f4349-o1\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"4349\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.0.5\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"ru_RU\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f4349-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<p><label> Your name is<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"For example, Andrew\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Telephone*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"tel-278\"><input size=\"40\" maxlength=\"11\" minlength=\"10\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"For example: 985 123 45 67\" value=\"\" type=\"tel\" name=\"tel-278\" \/><\/span><\/label>\n<\/p>\n<p><label> Your message*<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Your message\/wish\" name=\"your-message\"><\/textarea><\/span> <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap kc_captcha\" data-name=\"kc_captcha\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"captcha-image\" ><span class=\"cf7ic_instructions\">Please prove that you are a human being by choosing<span> \u0447\u0430\u0448\u043a\u0430<\/span>.<\/span><label><input aria-label=\"1\" type=\"radio\" name=\"kc_captcha\" value=\"bot\" \/><svg width=\"50\" height=\"50\" aria-hidden=\"true\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path fill=\"currentColor\" d=\"M259 18l-65 132-146 22c-26 3-37 36-18 54l106 103-25 146c-5 26 23 46 46 33l131-68 131 68c23 13 51-7 46-33l-25-146 106-103c19-18 8-51-18-54l-146-22-65-132a32 32 0 00-58 0z\"\/><\/svg><\/label><label><input aria-label=\"2\" type=\"radio\" name=\"kc_captcha\" value=\"kc_human\" \/><svg width=\"50\" height=\"50\" aria-hidden=\"true\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 640 512\"><path fill=\"currentColor\" d=\"M192 384h192c53 0 96-43 96-96h32a128 128 0 000-256H120c-13 0-24 11-24 24v232c0 53 43 96 96 96zM512 96a64 64 0 010 128h-32V96h32zm48 384H48c-47 0-61-64-36-64h584c25 0 11 64-36 64z\"\/><\/svg><\/label><label><input aria-label=\"3\" type=\"radio\" name=\"kc_captcha\" value=\"bot\" \/><svg width=\"50\" height=\"50\" aria-hidden=\"true\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 640 512\"><path fill=\"currentColor\" d=\"M624 352h-16V244c0-13-5-25-14-34L494 110c-9-9-21-14-34-14h-44V48c0-26-21-48-48-48H48C22 0 0 22 0 48v320c0 27 22 48 48 48h16a96 96 0 00192 0h128a96 96 0 00192 0h48c9 0 16-7 16-16v-32c0-9-7-16-16-16zM160 464a48 48 0 110-96 48 48 0 010 96zm320 0a48 48 0 110-96 48 48 0 010 96zm80-208H416V144h44l100 100v12z\"\/><\/svg><\/label>\r\n    <\/span>\r\n    <span style=\"display:none\">\r\n        <input type=\"text\" name=\"kc_honeypot\">\r\n    <\/span><\/span><\/span><br \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Send.\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n<\/div>\n\n        <\/section>\n    <\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>\/* \u0418\u0437\u043e\u043b\u044f\u0446\u0438\u044f \u0441\u0442\u0438\u043b\u0435\u0439 *\/ .custom-hero-section * { margin: 0; padding: 0; box-sizing: border-box; } .custom-hero-section { font-family: &#8216;Poppins&#8217;, sans-serif; color: #1a1a1a; } \/* Hero Section *\/ .custom-hero-section .hero { text-align: center; padding: 80px 20px; position: relative;&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-3077","page","type-page","status-publish","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"author","author_link":"https:\/\/baliyants.com\/en\/author\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"\/* \u0418\u0437\u043e\u043b\u044f\u0446\u0438\u044f \u0441\u0442\u0438\u043b\u0435\u0439 *\/ .custom-hero-section * { margin: 0; padding: 0; box-sizing: border-box; } .custom-hero-section { font-family: &#8216;Poppins&#8217;, sans-serif; color: #1a1a1a; } \/* Hero Section *\/ .custom-hero-section .hero { text-align: center; padding: 80px 20px; position: relative;&hellip;","_links":{"self":[{"href":"https:\/\/baliyants.com\/en\/wp-json\/wp\/v2\/pages\/3077","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/baliyants.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/baliyants.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/baliyants.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/baliyants.com\/en\/wp-json\/wp\/v2\/comments?post=3077"}],"version-history":[{"count":225,"href":"https:\/\/baliyants.com\/en\/wp-json\/wp\/v2\/pages\/3077\/revisions"}],"predecessor-version":[{"id":6069,"href":"https:\/\/baliyants.com\/en\/wp-json\/wp\/v2\/pages\/3077\/revisions\/6069"}],"wp:attachment":[{"href":"https:\/\/baliyants.com\/en\/wp-json\/wp\/v2\/media?parent=3077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}