{"id":29,"date":"2026-08-10T19:25:22","date_gmt":"2026-08-10T15:55:22","guid":{"rendered":"https:\/\/accounto.store\/?page_id=29"},"modified":"2026-08-11T02:25:47","modified_gmt":"2026-08-10T22:55:47","slug":"%d8%ae%d8%a7%d9%86%d9%87","status":"publish","type":"page","link":"https:\/\/accounto.store\/","title":{"rendered":"\u062e\u0627\u0646\u0647"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ACCOUNT0 \u2014 PREMIUM APPLE-INSPIRED HERO\n   ===================================================== *\/\n\n.accounto-hero {\n    --mouse-x: 50%;\n    --mouse-y: 25%;\n\n    --hero-rotate-x: 0deg;\n    --hero-rotate-y: 0deg;\n\n    position: relative;\n    isolation: isolate;\n\n    width: min(calc(100% - 32px), 1400px);\n    min-height: 620px;\n\n    margin: 18px auto 0;\n    padding: 90px 32px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    overflow: hidden;\n\n    border-radius: 36px;\n    border: 1px solid rgba(255, 255, 255, 0.72);\n\n    background:\n        radial-gradient(\n            circle at 12% 12%,\n            rgba(0, 113, 227, 0.17),\n            transparent 34%\n        ),\n        radial-gradient(\n            circle at 88% 18%,\n            rgba(148, 87, 235, 0.16),\n            transparent 36%\n        ),\n        radial-gradient(\n            circle at 50% 115%,\n            rgba(90, 200, 250, 0.10),\n            transparent 36%\n        ),\n        linear-gradient(\n            135deg,\n            rgba(255, 255, 255, 0.88),\n            rgba(245, 245, 247, 0.94)\n        );\n\n    box-shadow:\n        inset 0 1px 0 rgba(255, 255, 255, 0.85),\n        0 30px 80px rgba(0, 0, 0, 0.045);\n\n    transform:\n        perspective(1400px)\n        rotateX(var(--hero-rotate-x))\n        rotateY(var(--hero-rotate-y));\n\n    transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease;\n}\n\n\n\/* \u0646\u0648\u0631 \u062f\u0646\u0628\u0627\u0644\u200c\u06a9\u0646\u0646\u062f\u0647 \u0645\u0648\u0633 *\/\n\n.accounto-hero::before {\n    content: \"\";\n\n    position: absolute;\n    inset: 0;\n\n    z-index: -1;\n\n    pointer-events: none;\n\n    background:\n        radial-gradient(\n            circle 340px at var(--mouse-x) var(--mouse-y),\n            rgba(255, 255, 255, 0.74),\n            transparent 70%\n        );\n\n    opacity: 0.9;\n}\n\n\n\/* Noise \/ \u0639\u0645\u0642 \u062e\u06cc\u0644\u06cc \u0638\u0631\u06cc\u0641 *\/\n\n.accounto-hero::after {\n    content: \"\";\n\n    position: absolute;\n    inset: 0;\n\n    z-index: -1;\n\n    pointer-events: none;\n\n    border-radius: inherit;\n\n    background:\n        linear-gradient(\n            120deg,\n            rgba(255,255,255,0.22),\n            transparent 35%,\n            rgba(255,255,255,0.10)\n        );\n\n    opacity: 0.7;\n}\n\n\n\/* =====================================================\n   FLOATING ORBS\n   ===================================================== *\/\n\n.accounto-orb {\n    position: absolute;\n\n    border-radius: 999px;\n\n    pointer-events: none;\n\n    filter: blur(2px);\n\n    opacity: 0.85;\n}\n\n\n.accounto-orb-one {\n    width: 260px;\n    height: 260px;\n\n    top: -110px;\n    right: 8%;\n\n    background:\n        radial-gradient(\n            circle at 35% 35%,\n            rgba(255,255,255,0.92),\n            rgba(150,105,255,0.18) 42%,\n            rgba(150,105,255,0.04) 70%\n        );\n\n    box-shadow:\n        inset 0 0 45px rgba(255,255,255,0.7);\n\n    animation:\n        accountoFloatOne 9s ease-in-out infinite;\n}\n\n\n.accounto-orb-two {\n    width: 210px;\n    height: 210px;\n\n    bottom: -100px;\n    left: 7%;\n\n    background:\n        radial-gradient(\n            circle at 35% 35%,\n            rgba(255,255,255,0.90),\n            rgba(0,113,227,0.16) 45%,\n            rgba(0,113,227,0.03) 72%\n        );\n\n    animation:\n        accountoFloatTwo 11s ease-in-out infinite;\n}\n\n\n@keyframes accountoFloatOne {\n\n    0%,\n    100% {\n        transform: translate3d(0, 0, 0);\n    }\n\n    50% {\n        transform: translate3d(-18px, 16px, 0);\n    }\n}\n\n\n@keyframes accountoFloatTwo {\n\n    0%,\n    100% {\n        transform: translate3d(0, 0, 0);\n    }\n\n    50% {\n        transform: translate3d(20px, -14px, 0);\n    }\n}\n\n\n\/* =====================================================\n   HERO CONTENT\n   ===================================================== *\/\n\n.accounto-hero-content {\n    position: relative;\n\n    z-index: 3;\n\n    width: 100%;\n    max-width: 920px;\n\n    display: flex;\n    flex-direction: column;\n\n    align-items: center;\n    justify-content: center;\n\n    text-align: center;\n}\n\n\n\/* Badge *\/\n\n.accounto-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n\n    margin-bottom: 26px;\n\n    padding: 8px 14px;\n\n    border: 1px solid rgba(0, 0, 0, 0.055);\n    border-radius: 999px;\n\n    background:\n        rgba(255, 255, 255, 0.58);\n\n    -webkit-backdrop-filter:\n        blur(18px) saturate(160%);\n\n    backdrop-filter:\n        blur(18px) saturate(160%);\n\n    box-shadow:\n        0 5px 20px rgba(0, 0, 0, 0.035);\n\n    color: #6e6e73;\n\n    font-size: 13px;\n    font-weight: 500;\n}\n\n\n.accounto-badge-dot {\n    width: 7px;\n    height: 7px;\n\n    border-radius: 50%;\n\n    background: #0071e3;\n\n    box-shadow:\n        0 0 0 4px rgba(0, 113, 227, 0.10);\n}\n\n\n\/* =====================================================\n   TITLE\n   ===================================================== *\/\n\n.accounto-hero-title {\n    max-width: 900px;\n\n    margin: 0 !important;\n\n    color: #1d1d1f !important;\n\n    font-size: clamp(50px, 5.2vw, 76px) !important;\n\n    line-height: 1.12 !important;\n\n    font-weight: 700 !important;\n\n    letter-spacing: -0.035em;\n}\n\n\n\/* =====================================================\n   DESCRIPTION\n   ===================================================== *\/\n\n.accounto-hero-description {\n    max-width: 680px;\n\n    margin:\n        26px auto 0 !important;\n\n    color: #6e6e73 !important;\n\n    font-size: 18px !important;\n\n    line-height: 1.9 !important;\n\n    font-weight: 400;\n}\n\n\n\/* =====================================================\n   BUTTONS\n   ===================================================== *\/\n\n.accounto-hero-actions {\n    margin-top: 34px;\n\n    display: flex;\n    justify-content: center;\n    align-items: center;\n\n    gap: 12px;\n}\n\n\n.accounto-btn {\n    min-height: 48px;\n\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    gap: 8px;\n\n    padding: 0 25px;\n\n    border-radius: 999px;\n\n    text-decoration: none !important;\n\n    font-size: 15px;\n    font-weight: 600;\n\n    white-space: nowrap;\n\n    transition:\n        transform 0.25s ease,\n        background 0.25s ease,\n        box-shadow 0.25s ease,\n        border-color 0.25s ease;\n}\n\n\n.accounto-btn:hover {\n    transform: translateY(-2px);\n}\n\n\n\/* Primary *\/\n\n.accounto-btn-primary {\n    color: #ffffff !important;\n\n    background:\n        linear-gradient(\n            180deg,\n            #0782f9,\n            #0071e3\n        );\n\n    border:\n        1px solid rgba(0, 84, 180, 0.22);\n\n    box-shadow:\n        0 8px 25px rgba(0, 113, 227, 0.20),\n        inset 0 1px 0 rgba(255,255,255,0.25);\n}\n\n\n.accounto-btn-primary:hover {\n    color: #ffffff !important;\n\n    background:\n        linear-gradient(\n            180deg,\n            #168cff,\n            #0077ed\n        );\n\n    box-shadow:\n        0 12px 30px rgba(0, 113, 227, 0.26);\n}\n\n\n\/* Glass *\/\n\n.accounto-btn-glass {\n    color: #1d1d1f !important;\n\n    background:\n        rgba(255, 255, 255, 0.58);\n\n    border:\n        1px solid rgba(0, 0, 0, 0.065);\n\n    -webkit-backdrop-filter:\n        blur(20px) saturate(160%);\n\n    backdrop-filter:\n        blur(20px) saturate(160%);\n\n    box-shadow:\n        0 6px 20px rgba(0, 0, 0, 0.045),\n        inset 0 1px 0 rgba(255,255,255,0.9);\n}\n\n\n.accounto-btn-glass:hover {\n    color: #1d1d1f !important;\n\n    background:\n        rgba(255, 255, 255, 0.88);\n}\n\n\n\/* =====================================================\n   TRUST LINE\n   ===================================================== *\/\n\n.accounto-trust {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    flex-wrap: wrap;\n\n    gap: 20px;\n\n    margin-top: 30px;\n\n    color: #86868b;\n\n    font-size: 13px;\n}\n\n\n.accounto-trust span {\n    display: inline-flex;\n    align-items: center;\n\n    gap: 5px;\n}\n\n\n.accounto-trust strong {\n    color: #34c759;\n\n    font-size: 14px;\n}\n\n\n\/* =====================================================\n   TABLET\n   ===================================================== *\/\n\n@media (max-width: 999px) {\n\n    .accounto-hero {\n        width: calc(100% - 24px);\n\n        min-height: 570px;\n\n        margin-top: 14px;\n\n        padding: 78px 26px;\n\n        border-radius: 30px;\n\n        transform: none;\n    }\n\n\n    .accounto-hero-title {\n        font-size: 50px !important;\n\n        letter-spacing: -0.025em;\n    }\n\n\n    .accounto-hero-description {\n        max-width: 600px;\n\n        font-size: 17px !important;\n    }\n\n\n    .accounto-orb-one {\n        width: 210px;\n        height: 210px;\n\n        right: -40px;\n    }\n\n\n    .accounto-orb-two {\n        width: 180px;\n        height: 180px;\n\n        left: -45px;\n    }\n\n\n    .accounto-hero::before {\n        display: none;\n    }\n}\n\n\n\/* =====================================================\n   MOBILE\n   ===================================================== *\/\n\n@media (max-width: 689px) {\n\n    .accounto-hero {\n        width: calc(100% - 16px);\n\n        min-height: 530px;\n\n        margin-top: 10px;\n\n        padding: 62px 20px;\n\n        border-radius: 26px;\n    }\n\n\n    .accounto-hero-badge {\n        margin-bottom: 20px;\n\n        padding: 7px 12px;\n\n        font-size: 12px;\n    }\n\n\n    .accounto-hero-title {\n        font-size: 38px !important;\n\n        line-height: 1.22 !important;\n\n        letter-spacing: -0.015em;\n    }\n\n\n    .accounto-hero-description {\n        margin-top: 20px !important;\n\n        font-size: 16px !important;\n\n        line-height: 1.8 !important;\n    }\n\n\n    .accounto-hero-actions {\n        width: 100%;\n\n        flex-direction: column;\n\n        gap: 10px;\n\n        margin-top: 28px;\n    }\n\n\n    .accounto-btn {\n        width: 100%;\n\n        min-height: 50px;\n    }\n\n\n    .accounto-trust {\n        gap: 11px 16px;\n\n        margin-top: 25px;\n\n        font-size: 12px;\n    }\n\n\n    .accounto-orb-one {\n        width: 160px;\n        height: 160px;\n\n        top: -80px;\n        right: -55px;\n    }\n\n\n    .accounto-orb-two {\n        width: 135px;\n        height: 135px;\n\n        bottom: -65px;\n        left: -48px;\n    }\n}\n\n\n\/* =====================================================\n   REDUCED MOTION\n   ===================================================== *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n    .accounto-hero,\n    .accounto-orb,\n    .accounto-btn {\n        animation: none !important;\n        transition: none !important;\n        transform: none !important;\n    }\n}\n<\/style>\n\n<section class=\"accounto-hero\" id=\"accounto-hero\">\n\n    <div class=\"accounto-orb accounto-orb-one\"><\/div>\n    <div class=\"accounto-orb accounto-orb-two\"><\/div>\n\n    <div class=\"accounto-hero-content\">\n\n        <div class=\"accounto-hero-badge\">\n            <span class=\"accounto-badge-dot\"><\/span>\n            \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u067e\u0631\u06cc\u0645\u06cc\u0648\u0645 \u062f\u06cc\u062c\u06cc\u062a\u0627\u0644\n        <\/div>\n\n        <h1 class=\"accounto-hero-title\">\n            \u062f\u0646\u06cc\u0627\u06cc \u067e\u0631\u06cc\u0645\u06cc\u0648\u0645\u060c\n            <br>\n            \u0633\u0627\u062f\u0647\u200c\u062a\u0631 \u0627\u0632 \u0647\u0645\u06cc\u0634\u0647.\n        <\/h1>\n\n        <p class=\"accounto-hero-description\">\n            \u0627\u06a9\u0627\u0646\u062a\u060c \u0627\u0634\u062a\u0631\u0627\u06a9 \u0648 \u0644\u0627\u06cc\u0633\u0646\u0633 \u0633\u0631\u0648\u06cc\u0633\u200c\u0647\u0627\u06cc \u062f\u06cc\u062c\u06cc\u062a\u0627\u0644\n            \u0628\u0627 \u062e\u0631\u06cc\u062f \u0622\u0633\u0627\u0646\u060c \u062a\u062d\u0648\u06cc\u0644 \u0633\u0631\u06cc\u0639 \u0648 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0648\u0627\u0642\u0639\u06cc.\n        <\/p>\n\n        <div class=\"accounto-hero-actions\">\n\n            <a href=\"\/accounto\/shop\/\" class=\"accounto-btn accounto-btn-primary\">\n                \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\n                <span aria-hidden=\"true\">\u2190<\/span>\n            <\/a>\n\n            <a href=\"#bestsellers\" class=\"accounto-btn accounto-btn-glass\">\n                \u067e\u0631\u0641\u0631\u0648\u0634\u200c\u0647\u0627\n            <\/a>\n\n        <\/div>\n\n        <div class=\"accounto-trust\">\n\n            <span>\n                <strong>\u2713<\/strong>\n                \u062e\u0631\u06cc\u062f \u0627\u0645\u0646\n            <\/span>\n\n            <span>\n                <strong>\u2713<\/strong>\n                \u062a\u062d\u0648\u06cc\u0644 \u0633\u0631\u06cc\u0639\n            <\/span>\n\n            <span>\n                <strong>\u2713<\/strong>\n                \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0648\u0627\u0642\u0639\u06cc\n            <\/span>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n\n    const hero = document.querySelector('#accounto-hero');\n\n    if (!hero) return;\n\n    const reducedMotion = window.matchMedia(\n        '(prefers-reduced-motion: reduce)'\n    ).matches;\n\n    const desktop = window.matchMedia(\n        '(min-width: 1000px)'\n    ).matches;\n\n    if (reducedMotion || !desktop) return;\n\n\n    let rafId = null;\n\n\n    hero.addEventListener('mousemove', function (event) {\n\n        if (rafId) {\n            cancelAnimationFrame(rafId);\n        }\n\n        rafId = requestAnimationFrame(function () {\n\n            const rect = hero.getBoundingClientRect();\n\n            const x =\n                ((event.clientX - rect.left) \/ rect.width) * 100;\n\n            const y =\n                ((event.clientY - rect.top) \/ rect.height) * 100;\n\n            hero.style.setProperty('--mouse-x', x + '%');\n            hero.style.setProperty('--mouse-y', y + '%');\n\n\n            const rotateX =\n                ((event.clientY - rect.top) \/ rect.height - 0.5) * -1.2;\n\n            const rotateY =\n                ((event.clientX - rect.left) \/ rect.width - 0.5) * 1.2;\n\n            hero.style.setProperty(\n                '--hero-rotate-x',\n                rotateX + 'deg'\n            );\n\n            hero.style.setProperty(\n                '--hero-rotate-y',\n                rotateY + 'deg'\n            );\n\n        });\n\n    });\n\n\n    hero.addEventListener('mouseleave', function () {\n\n        hero.style.setProperty('--mouse-x', '50%');\n        hero.style.setProperty('--mouse-y', '25%');\n\n        hero.style.setProperty('--hero-rotate-x', '0deg');\n        hero.style.setProperty('--hero-rotate-y', '0deg');\n\n    });\n\n});\n<\/script>\n\n\n\n<section class=\"accounto-products-heading\" id=\"bestsellers\">\n\n    <span class=\"accounto-products-eyebrow\">\n        \u0627\u0646\u062a\u062e\u0627\u0628\u200c\u0647\u0627\u06cc \u0648\u06cc\u0698\u0647\n    <\/span>\n\n    <h2>\n        \u0645\u062d\u0628\u0648\u0628\u200c\u0647\u0627\u06cc \u0627\u06a9\u0627\u0646\u062a\u0648.\n    <\/h2>\n\n    <p>\n        \u0686\u0646\u062f \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u062d\u0628\u0648\u0628 \u0628\u0631\u0627\u06cc \u0634\u0631\u0648\u0639\u061b \u0633\u0631\u06cc\u0639\u060c \u0633\u0627\u062f\u0647 \u0648 \u0628\u0627 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0627\u06a9\u0627\u0646\u062a\u0648.\n    <\/p>\n\n<\/section>\n\n\n<div class=\"woocommerce columns-3 accounto-featured-products\"><ul class=\"products columns-3\" data-products=\"type-1\">\n<li class=\"product type-product post-45 status-publish first instock product_cat-20 has-post-thumbnail sale featured virtual purchasable product-type-simple\">\n\t<a href=\"https:\/\/accounto.store\/?product=microsoft-365\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\" data-shape=\"type-2\">\u0641\u0631\u0648\u0634 \u0648\u06cc\u0698\u0647<\/span>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/accounto.store\/wp-content\/uploads\/2026\/08\/microsoft_365_accounto-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Microsoft 365\" srcset=\"https:\/\/accounto.store\/wp-content\/uploads\/2026\/08\/microsoft_365_accounto-300x300.png 300w, https:\/\/accounto.store\/wp-content\/uploads\/2026\/08\/microsoft_365_accounto-500x500.png 500w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Microsoft 365<\/h2>\n\t<span class=\"price\"><span class=\"sale-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>\u06f2,\u06f9\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">\u0642\u06cc\u0645\u062a \u0627\u0635\u0644\u06cc \u06f2,\u06f9\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;&#x62A;&#x648;&#x645;&#x627;&#x646; \u0628\u0648\u062f.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>\u06f2,\u06f5\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">\u0642\u06cc\u0645\u062a \u0641\u0639\u0644\u06cc \u06f2,\u06f5\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;&#x62A;&#x648;&#x645;&#x627;&#x646; \u0627\u0633\u062a.<\/span><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29&#038;add-to-cart=45\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_45\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"45\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;Microsoft 365&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Microsoft 365&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_45\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"product type-product post-44 status-publish instock product_cat-19 has-post-thumbnail sale featured virtual purchasable product-type-simple\">\n\t<a href=\"https:\/\/accounto.store\/?product=spotify-premium\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\" data-shape=\"type-2\">\u0641\u0631\u0648\u0634 \u0648\u06cc\u0698\u0647<\/span>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/accounto.store\/wp-content\/uploads\/2026\/08\/spotify_premium_accounto-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Spotify Premium\" \/><h2 class=\"woocommerce-loop-product__title\">Spotify Premium<\/h2><div class=\"star-rating\" role=\"img\" aria-label=\"\u0627\u0645\u062a\u06cc\u0627\u0632 5.00 \u0627\u0632 5\"><span style=\"width:100%\">\u0627\u0645\u062a\u06cc\u0627\u0632 <strong class=\"rating\">5.00<\/strong> \u0627\u0632 5<\/span><\/div>\n\t<span class=\"price\"><span class=\"sale-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>\u06f2,\u06f9\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">\u0642\u06cc\u0645\u062a \u0627\u0635\u0644\u06cc \u06f2,\u06f9\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;&#x62A;&#x648;&#x645;&#x627;&#x646; \u0628\u0648\u062f.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>\u06f2,\u06f5\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">\u0642\u06cc\u0645\u062a \u0641\u0639\u0644\u06cc \u06f2,\u06f5\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;&#x62A;&#x648;&#x645;&#x627;&#x646; \u0627\u0633\u062a.<\/span><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29&#038;add-to-cart=44\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_44\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"44\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;Spotify Premium&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Spotify Premium&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_44\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"product type-product post-43 status-publish last instock product_cat-18 has-post-thumbnail sale featured virtual purchasable product-type-simple\">\n\t<a href=\"https:\/\/accounto.store\/?product=chatgpt-plus\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\n\t<span class=\"onsale\" data-shape=\"type-2\">\u0641\u0631\u0648\u0634 \u0648\u06cc\u0698\u0647<\/span>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/accounto.store\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-Aug-10-2026-08_57_15-PM-300x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"ChatGPT Plus\" srcset=\"https:\/\/accounto.store\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-Aug-10-2026-08_57_15-PM-300x300.png 300w, https:\/\/accounto.store\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-Aug-10-2026-08_57_15-PM-500x500.png 500w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">ChatGPT Plus<\/h2>\n\t<span class=\"price\"><span class=\"sale-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>\u06f2,\u06f9\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">\u0642\u06cc\u0645\u062a \u0627\u0635\u0644\u06cc \u06f2,\u06f9\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;&#x62A;&#x648;&#x645;&#x627;&#x646; \u0628\u0648\u062f.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>\u06f2,\u06f5\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">\u0642\u06cc\u0645\u062a \u0641\u0639\u0644\u06cc \u06f2,\u06f5\u06f0\u06f0,\u06f0\u06f0\u06f0&nbsp;&#x62A;&#x648;&#x645;&#x627;&#x646; \u0627\u0633\u062a.<\/span><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29&#038;add-to-cart=43\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_43\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"43\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;ChatGPT Plus&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;ChatGPT Plus&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_43\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<\/ul>\n<\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n\/* =====================================================\n   ACCOUNT0 \u2014 CATEGORIES\n   ===================================================== *\/\n\n.accounto-categories {\n    width: min(calc(100% - 32px), 1400px);\n\n    margin: 110px auto 0;\n    padding: 0 0 30px;\n}\n\n\n\/* \u0639\u0646\u0648\u0627\u0646 \u0633\u06a9\u0634\u0646 *\/\n\n.accounto-section-heading {\n    max-width: 720px;\n\n    margin: 0 auto 45px;\n\n    text-align: center;\n}\n\n\n.accounto-section-eyebrow {\n    display: inline-block;\n\n    margin-bottom: 12px;\n\n    color: #0071e3;\n\n    font-size: 14px;\n    font-weight: 600;\n}\n\n\n.accounto-section-heading h2 {\n    margin: 0 !important;\n\n    color: #1d1d1f !important;\n\n    font-size: 42px !important;\n    line-height: 1.3 !important;\n    font-weight: 700 !important;\n\n    letter-spacing: -0.02em;\n}\n\n\n.accounto-section-heading p {\n    margin: 14px auto 0 !important;\n\n    color: #6e6e73 !important;\n\n    font-size: 17px !important;\n    line-height: 1.8 !important;\n}\n\n\n\/* Grid *\/\n\n.accounto-category-grid {\n    display: grid;\n\n    grid-template-columns:\n        repeat(3, minmax(0, 1fr));\n\n    gap: 16px;\n}\n\n\n\/* Card *\/\n\n.accounto-category-card {\n    position: relative;\n\n    min-height: 190px;\n\n    display: flex;\n    flex-direction: column;\n\n    align-items: flex-start;\n    justify-content: space-between;\n\n    padding: 24px;\n\n    overflow: hidden;\n\n    border:\n        1px solid rgba(0, 0, 0, 0.055);\n\n    border-radius: 26px;\n\n    background:\n        rgba(255, 255, 255, 0.76);\n\n    -webkit-backdrop-filter:\n        blur(20px) saturate(160%);\n\n    backdrop-filter:\n        blur(20px) saturate(160%);\n\n    box-shadow:\n        0 12px 35px rgba(0, 0, 0, 0.035),\n        inset 0 1px 0 rgba(255,255,255,0.9);\n\n    text-decoration: none !important;\n\n    transition:\n        transform 0.28s ease,\n        box-shadow 0.28s ease,\n        border-color 0.28s ease;\n}\n\n\n.accounto-category-card::before {\n    content: \"\";\n\n    position: absolute;\n\n    width: 150px;\n    height: 150px;\n\n    top: -85px;\n    left: -65px;\n\n    border-radius: 50%;\n\n    background:\n        rgba(0, 113, 227, 0.08);\n\n    filter: blur(35px);\n\n    pointer-events: none;\n}\n\n\n.accounto-category-card:hover {\n    transform:\n        translateY(-5px);\n\n    border-color:\n        rgba(0, 113, 227, 0.12);\n\n    box-shadow:\n        0 20px 55px rgba(0, 0, 0, 0.065),\n        inset 0 1px 0 rgba(255,255,255,0.95);\n}\n\n\n\/* \u0622\u06cc\u06a9\u0646 *\/\n\n.accounto-category-icon {\n    width: 46px;\n    height: 46px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 15px;\n\n    background:\n        linear-gradient(\n            145deg,\n            rgba(255,255,255,0.95),\n            rgba(240,246,255,0.85)\n        );\n\n    border:\n        1px solid rgba(0,0,0,0.055);\n\n    box-shadow:\n        0 6px 18px rgba(0,0,0,0.035);\n}\n\n\n.accounto-category-icon svg {\n    width: 23px;\n    height: 23px;\n\n    fill: none;\n\n    stroke: #0071e3;\n    stroke-width: 1.7;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n}\n\n\n\/* \u0645\u062a\u0646 \u06a9\u0627\u0631\u062a *\/\n\n.accounto-category-copy {\n    margin-top: 25px;\n}\n\n\n.accounto-category-copy h3 {\n    margin: 0 !important;\n\n    color: #1d1d1f !important;\n\n    font-size: 20px !important;\n    line-height: 1.5 !important;\n\n    font-weight: 700 !important;\n}\n\n\n.accounto-category-copy p {\n    margin: 6px 0 0 !important;\n\n    color: #86868b !important;\n\n    font-size: 14px !important;\n    line-height: 1.8 !important;\n}\n\n\n\/* \u0641\u0644\u0634 *\/\n\n.accounto-category-arrow {\n    position: absolute;\n\n    left: 22px;\n    bottom: 21px;\n\n    width: 32px;\n    height: 32px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 50%;\n\n    background:\n        rgba(0, 113, 227, 0.08);\n\n    color: #0071e3;\n\n    font-size: 17px;\n\n    transition:\n        transform 0.25s ease,\n        background 0.25s ease;\n}\n\n\n.accounto-category-card:hover\n.accounto-category-arrow {\n    transform:\n        translateX(-4px);\n\n    background:\n        rgba(0, 113, 227, 0.14);\n}\n\n\n\/* =====================================================\n   TABLET\n   ===================================================== *\/\n\n@media (max-width: 999px) {\n\n    .accounto-categories {\n        width:\n            calc(100% - 24px);\n\n        margin-top: 85px;\n    }\n\n\n    .accounto-section-heading {\n        margin-bottom: 35px;\n    }\n\n\n    .accounto-section-heading h2 {\n        font-size: 36px !important;\n    }\n\n\n    .accounto-category-grid {\n        grid-template-columns:\n            repeat(2, minmax(0, 1fr));\n    }\n\n}\n\n\n\/* =====================================================\n   MOBILE\n   ===================================================== *\/\n\n@media (max-width: 689px) {\n\n    .accounto-categories {\n        width:\n            calc(100% - 16px);\n\n        margin-top: 70px;\n    }\n\n\n    .accounto-section-heading {\n        margin-bottom: 28px;\n\n        padding:\n            0 12px;\n    }\n\n\n    .accounto-section-heading h2 {\n        font-size: 30px !important;\n    }\n\n\n    .accounto-section-heading p {\n        font-size: 15px !important;\n    }\n\n\n    .accounto-category-grid {\n        grid-template-columns:\n            1fr;\n\n        gap: 12px;\n    }\n\n\n    .accounto-category-card {\n        min-height: 155px;\n\n        padding: 20px;\n\n        border-radius: 22px;\n    }\n\n\n    .accounto-category-copy {\n        margin-top: 20px;\n    }\n\n\n    .accounto-category-copy h3 {\n        font-size: 18px !important;\n    }\n\n\n    .accounto-category-arrow {\n        left: 18px;\n        bottom: 18px;\n    }\n\n}\n\n\n\/* Reduced Motion *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n    .accounto-category-card,\n    .accounto-category-arrow {\n        transition: none !important;\n        transform: none !important;\n    }\n\n}\n<\/style>\n\n<section class=\"accounto-categories\" id=\"categories\">\n\n    <div class=\"accounto-section-heading\">\n        <span class=\"accounto-section-eyebrow\">\u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc\u200c\u0647\u0627<\/span>\n\n        <h2>\u0647\u0631 \u0686\u06cc\u0632\u06cc \u06a9\u0647 \u0646\u06cc\u0627\u0632 \u062f\u0627\u0631\u06cc.<\/h2>\n\n        <p>\n            \u0633\u0631\u0648\u06cc\u0633 \u0645\u0648\u0631\u062f\u0646\u0638\u0631\u062a \u0631\u0648 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646 \u0648 \u0633\u0631\u06cc\u0639 \u0628\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u0631\u062a\u0628\u0637 \u0628\u0631\u0633.\n        <\/p>\n    <\/div>\n\n\n    <div class=\"accounto-category-grid\">\n\n        <a href=\"#\" class=\"accounto-category-card\">\n            <div class=\"accounto-category-icon\">\n                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                    <path d=\"M12 2a7 7 0 0 0-4 12.74V18a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-3.26A7 7 0 0 0 12 2Z\"\/>\n                    <path d=\"M9 22h6\"\/>\n                    <path d=\"M9 10h.01\"\/>\n                    <path d=\"M15 10h.01\"\/>\n                    <path d=\"M9.5 13c.7.7 1.5 1 2.5 1s1.8-.3 2.5-1\"\/>\n                <\/svg>\n            <\/div>\n\n            <div class=\"accounto-category-copy\">\n                <h3>\u0647\u0648\u0634 \u0645\u0635\u0646\u0648\u0639\u06cc<\/h3>\n                <p>ChatGPT\u060c Claude\u060c Gemini \u0648 \u0628\u06cc\u0634\u062a\u0631<\/p>\n            <\/div>\n\n            <span class=\"accounto-category-arrow\">\u2190<\/span>\n        <\/a>\n\n\n        <a href=\"#\" class=\"accounto-category-card\">\n            <div class=\"accounto-category-icon\">\n                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                    <path d=\"M8 8h8a5 5 0 0 1 4.8 6.4l-1 3.4a2 2 0 0 1-3.4.8L14 16h-4l-2.4 2.6a2 2 0 0 1-3.4-.8l-1-3.4A5 5 0 0 1 8 8Z\"\/>\n                    <path d=\"M8 12v4\"\/>\n                    <path d=\"M6 14h4\"\/>\n                    <path d=\"M16 13h.01\"\/>\n                    <path d=\"M18 15h.01\"\/>\n                <\/svg>\n            <\/div>\n\n            <div class=\"accounto-category-copy\">\n                <h3>\u06af\u06cc\u0645<\/h3>\n                <p>PlayStation\u060c Xbox\u060c Steam \u0648 \u0628\u0627\u0632\u06cc\u200c\u0647\u0627<\/p>\n            <\/div>\n\n            <span class=\"accounto-category-arrow\">\u2190<\/span>\n        <\/a>\n\n\n        <a href=\"#\" class=\"accounto-category-card\">\n            <div class=\"accounto-category-icon\">\n                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                    <rect x=\"3\" y=\"4\" width=\"18\" height=\"14\" rx=\"2\"\/>\n                    <path d=\"M8 22h8\"\/>\n                    <path d=\"M12 18v4\"\/>\n                <\/svg>\n            <\/div>\n\n            <div class=\"accounto-category-copy\">\n                <h3>\u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631<\/h3>\n                <p>Microsoft\u060c Windows \u0648 \u0644\u0627\u06cc\u0633\u0646\u0633 \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631<\/p>\n            <\/div>\n\n            <span class=\"accounto-category-arrow\">\u2190<\/span>\n        <\/a>\n\n\n        <a href=\"#\" class=\"accounto-category-card\">\n            <div class=\"accounto-category-icon\">\n                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                    <rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"3\"\/>\n                    <path d=\"m10 9 5 3-5 3Z\"\/>\n                <\/svg>\n            <\/div>\n\n            <div class=\"accounto-category-copy\">\n                <h3>\u0641\u06cc\u0644\u0645 \u0648 \u0627\u0633\u062a\u0631\u06cc\u0645<\/h3>\n                <p>Netflix \u0648 \u0633\u0631\u0648\u06cc\u0633\u200c\u0647\u0627\u06cc \u0633\u0631\u06af\u0631\u0645\u06cc<\/p>\n            <\/div>\n\n            <span class=\"accounto-category-arrow\">\u2190<\/span>\n        <\/a>\n\n\n        <a href=\"#\" class=\"accounto-category-card\">\n            <div class=\"accounto-category-icon\">\n                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                    <path d=\"M9 18V5l11-2v13\"\/>\n                    <circle cx=\"6\" cy=\"18\" r=\"3\"\/>\n                    <circle cx=\"17\" cy=\"16\" r=\"3\"\/>\n                <\/svg>\n            <\/div>\n\n            <div class=\"accounto-category-copy\">\n                <h3>\u0645\u0648\u0632\u06cc\u06a9<\/h3>\n                <p>Spotify\u060c Apple Music \u0648 \u0633\u0631\u0648\u06cc\u0633\u200c\u0647\u0627\u06cc \u0635\u0648\u062a\u06cc<\/p>\n            <\/div>\n\n            <span class=\"accounto-category-arrow\">\u2190<\/span>\n        <\/a>\n\n\n        <a href=\"#\" class=\"accounto-category-card\">\n            <div class=\"accounto-category-icon\">\n                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                    <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n                    <path d=\"M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1-2.8 2.8-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.5V21h-4v-.1a1.7 1.7 0 0 0-1-1.5 1.7 1.7 0 0 0-1.9.3l-.1.1L4.2 17l.1-.1a1.7 1.7 0 0 0 .3-1.9 1.7 1.7 0 0 0-1.5-1H3v-4h.1a1.7 1.7 0 0 0 1.5-1 1.7 1.7 0 0 0-.3-1.9L4.2 7 7 4.2l.1.1a1.7 1.7 0 0 0 1.9.3 1.7 1.7 0 0 0 1-1.5V3h4v.1a1.7 1.7 0 0 0 1 1.5 1.7 1.7 0 0 0 1.9-.3l.1-.1L19.8 7l-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.5 1h.1v4h-.1a1.7 1.7 0 0 0-1.5 1Z\"\/>\n                <\/svg>\n            <\/div>\n\n            <div class=\"accounto-category-copy\">\n                <h3>\u0633\u0627\u06cc\u0631 \u0633\u0631\u0648\u06cc\u0633\u200c\u0647\u0627<\/h3>\n                <p>\u0627\u0628\u0632\u0627\u0631\u0647\u0627 \u0648 \u0633\u0631\u0648\u06cc\u0633\u200c\u0647\u0627\u06cc \u062f\u06cc\u062c\u06cc\u062a\u0627\u0644 \u062f\u06cc\u06af\u0631<\/p>\n            <\/div>\n\n            <span class=\"accounto-category-arrow\">\u2190<\/span>\n        <\/a>\n\n    <\/div>\n\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u067e\u0631\u06cc\u0645\u06cc\u0648\u0645 \u062f\u06cc\u062c\u06cc\u062a\u0627\u0644 \u062f\u0646\u06cc\u0627\u06cc \u067e\u0631\u06cc\u0645\u06cc\u0648\u0645\u060c \u0633\u0627\u062f\u0647\u200c\u062a\u0631 \u0627\u0632 \u0647\u0645\u06cc\u0634\u0647. \u0627\u06a9\u0627\u0646\u062a\u060c \u0627\u0634\u062a\u0631\u0627\u06a9 \u0648 \u0644\u0627\u06cc\u0633\u0646\u0633 \u0633\u0631\u0648\u06cc\u0633\u200c\u0647\u0627\u06cc \u062f\u06cc\u062c\u06cc\u062a\u0627\u0644 \u0628\u0627 \u062e\u0631\u06cc\u062f \u0622\u0633\u0627\u0646\u060c \u062a\u062d\u0648\u06cc\u0644 \u0633\u0631\u06cc\u0639 \u0648 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0648\u0627\u0642\u0639\u06cc. \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u2190 \u067e\u0631\u0641\u0631\u0648\u0634\u200c\u0647\u0627 \u2713 \u062e\u0631\u06cc\u062f \u0627\u0645\u0646 \u2713 \u062a\u062d\u0648\u06cc\u0644 \u0633\u0631\u06cc\u0639 \u2713 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0648\u0627\u0642\u0639\u06cc \u0627\u0646\u062a\u062e\u0627\u0628\u200c\u0647\u0627\u06cc \u0648\u06cc\u0698\u0647 \u0645\u062d\u0628\u0648\u0628\u200c\u0647\u0627\u06cc \u0627\u06a9\u0627\u0646\u062a\u0648. \u0686\u0646\u062f \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u062d\u0628\u0648\u0628 \u0628\u0631\u0627\u06cc \u0634\u0631\u0648\u0639\u061b \u0633\u0631\u06cc\u0639\u060c \u0633\u0627\u062f\u0647 \u0648 \u0628\u0627 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0627\u06a9\u0627\u0646\u062a\u0648. \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc\u200c\u0647\u0627 \u0647\u0631 \u0686\u06cc\u0632\u06cc \u06a9\u0647 \u0646\u06cc\u0627\u0632 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"_links":{"self":[{"href":"https:\/\/accounto.store\/index.php?rest_route=\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accounto.store\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/accounto.store\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/accounto.store\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accounto.store\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":7,"href":"https:\/\/accounto.store\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":112,"href":"https:\/\/accounto.store\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions\/112"}],"wp:attachment":[{"href":"https:\/\/accounto.store\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}