{"id":6327,"date":"2026-01-18T01:10:13","date_gmt":"2026-01-17T14:40:13","guid":{"rendered":"https:\/\/primanota.org.au\/?page_id=6327"},"modified":"2026-04-21T11:35:58","modified_gmt":"2026-04-21T02:05:58","slug":"welisten","status":"publish","type":"page","link":"https:\/\/primanota.org.au\/ru\/welisten\/","title":{"rendered":"weListen"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-3db85968 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u043d\u0435 \u043e\u0441\u0443\u0436\u0434\u0430\u0435\u043c<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;\n            background: linear-gradient(180deg, #fffaf5 0%, #fff5f0 50%, #ffe8dc 100%);\n            color: #5a4a42;\n            line-height: 1.8;\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 60px 30px;\n        }\n\n        \/* Header *\/\n        .header {\n            text-align: center;\n            margin-bottom: 80px;\n        }\n\n        .header-decoration {\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(90deg, transparent, #f5c5a0, transparent);\n            margin: 0 auto 30px;\n            border-radius: 2px;\n        }\n\n        .logo {\n            font-size: 42px;\n            font-weight: 500;\n            color: #a86d52;\n            margin-bottom: 12px;\n            line-height: 1.3;\n        }\n\n        .tagline {\n            font-size: 16px;\n            color: #8b7a70;\n            font-weight: 300;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Language Sections *\/\n        .language-section {\n            margin-bottom: 100px;\n        }\n\n        .language-label {\n            display: inline-block;\n            font-size: 12px;\n            font-weight: 600;\n            color: #c9a882;\n            letter-spacing: 2px;\n            margin-bottom: 35px;\n            text-transform: uppercase;\n        }\n\n        \/* Accordion *\/\n        .accordion-item {\n            margin-bottom: 18px;\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 250, 245, 0.8) 100%);\n            border-radius: 14px;\n            overflow: hidden;\n            border: 1.5px solid rgba(245, 197, 160, 0.4);\n            transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);\n            box-shadow: 0 2px 12px rgba(168, 109, 82, 0.06);\n        }\n\n        .accordion-item:hover {\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 250, 245, 0.95) 100%);\n            border-color: rgba(230, 170, 130, 0.6);\n            box-shadow: 0 6px 24px rgba(168, 109, 82, 0.12);\n            transform: translateY(-3px);\n        }\n\n        .accordion-header {\n            padding: 24px 28px;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            gap: 16px;\n            transition: all 0.2s ease;\n            user-select: none;\n        }\n\n        .accordion-header:active {\n            background-color: rgba(230, 170, 130, 0.08);\n        }\n\n        .accordion-toggle {\n            font-size: 22px;\n            color: #d4a87a;\n            transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);\n            min-width: 24px;\n            flex-shrink: 0;\n        }\n\n        .accordion-item.active .accordion-toggle {\n            transform: rotate(90deg);\n            color: #a86d52;\n        }\n\n        .accordion-title {\n            font-size: 17px;\n            font-weight: 500;\n            color: #8b6d55;\n            margin: 0;\n        }\n\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), padding 0.35s ease;\n            padding: 0 28px;\n        }\n\n        .accordion-item.active .accordion-content {\n            max-height: 2500px;\n            padding: 0 28px 28px 28px;\n        }\n\n        .accordion-content p {\n            font-size: 15px;\n            color: #6b5a50;\n            line-height: 1.85;\n            margin-bottom: 16px;\n        }\n\n        .accordion-content strong {\n            color: #8b6d55;\n            font-weight: 600;\n        }\n\n        .accordion-content ul {\n            list-style: none;\n            margin-bottom: 16px;\n            margin-left: 0;\n        }\n\n        .accordion-content ul li {\n            font-size: 15px;\n            color: #6b5a50;\n            line-height: 1.85;\n            margin-bottom: 12px;\n            padding-left: 26px;\n            position: relative;\n        }\n\n        .accordion-content ul li:before {\n            content: \"\u25c6\";\n            color: #e6aa82;\n            position: absolute;\n            left: 8px;\n            font-size: 8px;\n        }\n\n        \/* Safety Notice *\/\n        .safety-notice {\n            background: linear-gradient(135deg, rgba(255, 235, 205, 0.7) 0%, rgba(255, 225, 185, 0.5) 100%);\n            border-left: 5px solid #d4a87a;\n            padding: 26px;\n            border-radius: 12px;\n            margin: 24px 0;\n            font-size: 14px;\n            color: #6b5a50;\n            line-height: 1.85;\n        }\n\n        .safety-notice strong {\n            color: #a86d52;\n            display: block;\n            margin-bottom: 14px;\n            font-weight: 600;\n        }\n\n        .safety-notice ul {\n            list-style: none;\n            margin-left: 0;\n        }\n\n        .safety-notice ul li {\n            padding-left: 26px;\n            position: relative;\n            margin-bottom: 10px;\n            font-size: 14px;\n        }\n\n        .safety-notice ul li:before {\n            content: \"\u25c6\";\n            color: #d4a87a;\n            position: absolute;\n            left: 8px;\n            font-size: 8px;\n        }\n\n        .safety-notice p {\n            margin-top: 14px;\n            font-size: 14px;\n        }\n\n        \/* Footer *\/\n        .footer {\n            text-align: center;\n            margin-top: 100px;\n            padding-top: 50px;\n            border-top: 1.5px solid rgba(245, 197, 160, 0.3);\n            font-size: 13px;\n            color: #a8927a;\n        }\n\n        .footer-decoration {\n            width: 60px;\n            height: 3px;\n            background: linear-gradient(90deg, transparent, #f5c5a0, transparent);\n            margin: 20px auto 20px;\n            border-radius: 2px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 600px) {\n            .container {\n                padding: 40px 20px;\n            }\n\n            .logo {\n                font-size: 32px;\n            }\n\n            .accordion-header {\n                padding: 20px 20px;\n            }\n\n            .accordion-content {\n                padding: 0 20px;\n            }\n\n            .accordion-item.active .accordion-content {\n                padding: 0 20px 20px 20px;\n            }\n\n            .language-section {\n                margin-bottom: 70px;\n            }\n\n            .header {\n                margin-bottom: 60px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Header -->\n        <div class=\"header\">\n            <div class=\"header-decoration\"><\/div>\n            <div class=\"logo\">We Listen and We Don&#8217;t Judge \/ \u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u041d\u0435 \u041e\u0441\u0443\u0436\u0434\u0430\u0435\u043c<\/div>\n            <div class=\"tagline\">Safe support space for women \/ <br>\u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0434\u043b\u044f \u0436\u0435\u043d\u0449\u0438\u043d<\/br><\/div>\n        <\/div>\n\n        <!-- Russian Version -->\n        <div class=\"language-section\">\n            <div class=\"language-label\">\u0420\u0443\u0441\u0441\u043a\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f<\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u0427\u0442\u043e \u044d\u0442\u043e?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p><strong>\u00ab\u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u043d\u0435 \u043e\u0441\u0443\u0436\u0434\u0430\u0435\u043c\u00bb<\/strong> \u2014 \u044d\u0442\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0437\u0430\u0438\u043c\u043d\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 (1:1) \u0434\u043b\u044f \u0440\u0443\u0441\u0441\u043a\u043e\u0433\u043e\u0432\u043e\u0440\u044f\u0449\u0438\u0445 \u0436\u0435\u043d\u0449\u0438\u043d.<\/p>\n                    <p>\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u043e \u0440\u0430\u0437\u0432\u043e\u0434\u0435, \u0430\u0431\u044c\u044e\u0437\u0438\u0432\u043d\u044b\u0445 \u0438\u043b\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u044e\u0449\u0438\u0445 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f\u0445 \u2014 \u0431\u0435\u0437 \u0441\u0442\u0440\u0430\u0445\u0430 \u0431\u044b\u0442\u044c \u043e\u0441\u0443\u0436\u0434\u0451\u043d\u043d\u043e\u0439.<\/p>\n                    <p>\u042d\u0442\u043e \u043d\u0435 \u0442\u0435\u0440\u0430\u043f\u0438\u044f \u0438 \u043d\u0435 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435. \u042d\u0442\u043e \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u043e\u0434\u0438\u043d \u043d\u0430 \u043e\u0434\u0438\u043d, \u0433\u0434\u0435 \u0432\u0430\u0441 \u0443\u0441\u043b\u044b\u0448\u0430\u0442, \u043f\u043e\u0439\u043c\u0443\u0442 \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u0442.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u0421 \u0447\u0435\u043c \u043c\u044b \u043c\u043e\u0436\u0435\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u0442\u044c?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>\u041c\u044b \u0437\u0434\u0435\u0441\u044c \u0434\u043b\u044f \u0436\u0435\u043d\u0449\u0438\u043d, \u043a\u043e\u0442\u043e\u0440\u044b\u0435:<\/p>\n                    <ul>\n                        <li>\u043f\u0435\u0440\u0435\u0436\u0438\u0432\u0430\u044e\u0442 \u0440\u0430\u0437\u0432\u043e\u0434 \u0438\u043b\u0438 \u0442\u044f\u0436\u0451\u043b\u043e\u0435 \u0440\u0430\u0441\u0441\u0442\u0430\u0432\u0430\u043d\u0438\u0435<\/li>\n                        <li>\u043d\u0430\u0445\u043e\u0434\u0438\u043b\u0438\u0441\u044c \u0438\u043b\u0438 \u043d\u0430\u0445\u043e\u0434\u044f\u0442\u0441\u044f \u0432 \u0430\u0431\u044c\u044e\u0437\u0438\u0432\u043d\u044b\u0445 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f\u0445<\/li>\n                        <li>\u0441\u0442\u043e\u043b\u043a\u043d\u0443\u043b\u0438\u0441\u044c \u0441 \u044d\u043c\u043e\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u043c, \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u0438\u043b\u0438 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u044b\u043c \u043d\u0430\u0441\u0438\u043b\u0438\u0435\u043c<\/li>\n                        <li>\u0447\u0443\u0432\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u0435\u0431\u044f \u0432\u0438\u043d\u043e\u0432\u0430\u0442\u044b\u043c\u0438, \u0441\u0442\u044b\u0434\u044f\u0449\u0438\u043c\u0438\u0441\u044f, \u043e\u0434\u0438\u043d\u043e\u043a\u0438\u043c\u0438 \u0438\u043b\u0438 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u043d\u044b\u043c\u0438<\/li>\n                        <li>\u043f\u0440\u043e\u0441\u0442\u043e \u0445\u043e\u0442\u044f\u0442 \u0431\u044b\u0442\u044c \u0443\u0441\u043b\u044b\u0448\u0430\u043d\u043d\u044b\u043c\u0438 \u0431\u0435\u0437 \u0441\u0443\u0434\u0430 \u0438 \u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044f<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u0421 \u0447\u0435\u043c \u043c\u044b \u041d\u0415 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>\u0412\u0430\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0447\u0435\u0441\u0442\u043d\u044b\u043c\u0438: \u043c\u044b \u043d\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c:<\/p>\n                    <ul>\n                        <li>\u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0438\u043b\u0438 \u0442\u0435\u0440\u0430\u043f\u0435\u0432\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0443\u0441\u043b\u0443\u0433\u0438<\/li>\n                        <li>\u044e\u0440\u0438\u0434\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u0438<\/li>\n                        <li>\u043c\u0438\u0433\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0442\u044b<\/li>\n                        <li>\u043a\u0440\u0438\u0437\u0438\u0441\u043d\u0443\u044e \u043f\u043e\u043c\u043e\u0449\u044c 24\/7<\/li>\n                    <\/ul>\n                    <p>\u0415\u0441\u043b\u0438 \u0432\u044b \u0432 \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0438\u043b\u0438 \u0432 \u043a\u0440\u0438\u0437\u0438\u0441\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043f\u0440\u043e\u0444\u0438\u043b\u044c\u043d\u044b\u043c\u0438 \u0441\u043b\u0443\u0436\u0431\u0430\u043c\u0438 (\u0441\u043c. \u043d\u0438\u0436\u0435).<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u041a\u0430\u043a \u044d\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <ul>\n                        <li>\u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u043e\u0434\u0438\u043d \u043d\u0430 \u043e\u0434\u0438\u043d (1:1)<\/li>\n                        <li>\u0412\u044b \u0432\u0435\u0434\u0451\u0442\u0435 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0432 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c \u0442\u0435\u043c\u043f\u0435<\/li>\n                        <li>\u041c\u043e\u0436\u043d\u043e \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0442\u043e\u043b\u044c\u043a\u043e, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043d\u043e \u2014 \u0438\u043b\u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u043b\u0443\u0448\u0430\u0442\u044c<\/li>\n                        <li>\u041c\u044b \u0441\u043b\u0443\u0448\u0430\u0435\u043c, \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c \u0438 \u0434\u0435\u043b\u0438\u043c\u0441\u044f \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u044b\u043c \u043e\u043f\u044b\u0442\u043e\u043c<\/li>\n                        <li>\u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u0441\u043e\u0432\u0435\u0442\u043e\u0432, \u0435\u0441\u043b\u0438 \u0432\u044b \u0438\u0445 \u043d\u0435 \u043f\u0440\u043e\u0441\u0438\u0442\u0435<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u041a\u0442\u043e \u0441 \u0432\u0430\u043c\u0438 \u0431\u0443\u0434\u0435\u0442 \u043e\u0431\u0449\u0430\u0442\u044c\u0441\u044f?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>\u0421 \u0432\u0430\u043c\u0438 \u0431\u0443\u0434\u0443\u0442 \u0440\u0430\u0437\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u0442\u044c \u0432\u043e\u043b\u043e\u043d\u0442\u0451\u0440\u044b \u2014 \u043e\u0431\u044b\u0447\u043d\u044b\u0435 \u0436\u0435\u043d\u0449\u0438\u043d\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0440\u043e\u0448\u043b\u0438 \u0447\u0435\u0440\u0435\u0437 \u0440\u0430\u0437\u0432\u043e\u0434 \u0438\/\u0438\u043b\u0438 \u0430\u0431\u044c\u044e\u0437\u0438\u0432\u043d\u044b\u0435 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u0441\u0430\u043c\u0438.<\/p>\n                    <p>\u0412\u0441\u0435 \u0432\u043e\u043b\u043e\u043d\u0442\u0451\u0440\u044b:<\/p>\n                    <ul>\n                        <li>\u043f\u0440\u043e\u0448\u043b\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u0432\u043e\u0434\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441<\/li>\n                        <li>\u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u0447\u0451\u0442\u043a\u0438\u0445 \u044d\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0433\u0440\u0430\u043d\u0438\u0446<\/li>\n                        <li>\u0445\u0440\u0430\u043d\u044f\u0442 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c<\/li>\n                        <li>\u043d\u0435 \u043f\u0440\u0435\u0442\u0435\u043d\u0434\u0443\u044e\u0442 \u043d\u0430 \u0440\u043e\u043b\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0441\u0442\u043e\u0432 \u2014 \u043e\u043d\u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u043b\u0443\u0448\u0430\u044e\u0442<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u041a\u043e\u0433\u0434\u0430 \u044f \u0441\u043c\u043e\u0433\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0432\u043e\u043b\u043e\u043d\u0442\u0451\u0440\u0430\u043c\u0438 \u0432 \u0438\u0445 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f. \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u043c\u044b \u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b 24\/7.<\/p>\n                    <p>\u041c\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043c, \u043a\u043e\u0433\u0434\u0430 \u0441\u043c\u043e\u0436\u0435\u043c \u2014 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u0440\u0435\u043c\u044f, \u043d\u043e \u043c\u044b \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u0442\u0432\u0435\u0442\u0438\u043c.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u042d\u0442\u043e \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p><strong>\u0414\u0430, \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e.<\/strong><\/p>\n                    <p>\u0412\u0441\u0451, \u0447\u0442\u043e \u0432\u044b \u0440\u0430\u0441\u0441\u043a\u0430\u0436\u0435\u0442\u0435, \u043e\u0441\u0442\u0430\u0451\u0442\u0441\u044f \u043c\u0435\u0436\u0434\u0443 \u0432\u0430\u043c\u0438 \u0438 \u0432\u043e\u043b\u043e\u043d\u0442\u0451\u0440\u043e\u043c. \u0412\u0430\u0448\u0438 \u0438\u0441\u0442\u043e\u0440\u0438\u0438, \u0438\u043c\u0435\u043d\u0430 \u0438 \u0434\u0435\u0442\u0430\u043b\u0438 \u043d\u0435 \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u044e\u0442\u0441\u044f \u0432\u043d\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430.<\/p>\n                    <p>\u0412\u0441\u0435 \u0432\u043e\u043b\u043e\u043d\u0442\u0451\u0440\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442 \u0441\u0442\u0440\u043e\u0433\u043e\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u0412\u0430\u0436\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"safety-notice\">\n                        <strong>\u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0435\u0441\u044c \u0432 \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e:<\/strong>\n                        <ul>\n                            <li><strong>000<\/strong> \u2014 \u044d\u043a\u0441\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u0441\u043b\u0443\u0436\u0431\u044b<\/li>\n                            <li><strong>1800 737 732 (1800RESPECT)<\/strong> \u2014 \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u043e \u0434\u043e\u043c\u0430\u0448\u043d\u0435\u043c\u0443 \u043d\u0430\u0441\u0438\u043b\u0438\u044e<\/li>\n                            <li><strong>Lifeline: 13 11 14<\/strong> \u2014 \u044d\u043c\u043e\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0432 \u043a\u0440\u0438\u0437\u0438\u0441<\/li>\n                        <\/ul>\n                        <p><strong>\u041f\u043e\u043c\u043d\u0438\u0442\u0435:<\/strong> \u043d\u0430\u0448\u0430 \u0438\u043d\u0438\u0446\u0438\u0430\u0442\u0438\u0432\u0430 \u2014 \u044d\u0442\u043e \u043f\u0435\u0440\u0432\u044b\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u0448\u0430\u0433, \u043d\u043e \u0432 \u044d\u043a\u0441\u0442\u0440\u0435\u043d\u043d\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u044f\u0445 \u043d\u0443\u0436\u043d\u0430 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u043c\u043e\u0449\u044c.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u0412\u0438\u0437\u043e\u0432\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u0438 \u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0435 \/ \u0441\u0435\u043c\u0435\u0439\u043d\u043e\u0435 \u043d\u0430\u0441\u0438\u043b\u0438\u0435 (\u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u044f)<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>\u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0435\u0441\u044c \u0432 \u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u0438 \u043d\u0430 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0439 \u0432\u0438\u0437\u0435 (partner \/ dependent visa) \u0438 \u043f\u0435\u0440\u0435\u0436\u0438\u0432\u0430\u0435\u0442\u0435 \u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0435 \u0438\u043b\u0438 \u0441\u0435\u043c\u0435\u0439\u043d\u043e\u0435 \u043d\u0430\u0441\u0438\u043b\u0438\u0435, \u0432\u0430\u0436\u043d\u043e \u0437\u043d\u0430\u0442\u044c:<\/p>\n                    <ul>\n                        <li>\u0412 \u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u0438 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043c\u0438\u0433\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0433\u043e \u0437\u0430\u043a\u043e\u043d\u043e\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430, \u043a\u0430\u0441\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0433\u043e \u0438 \u0441\u0435\u043c\u0435\u0439\u043d\u043e\u0433\u043e \u043d\u0430\u0441\u0438\u043b\u0438\u044f<\/li>\n                        <li>\u0412 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u044f\u0445 \u0432\u0430\u0448 \u0432\u0438\u0437\u043e\u0432\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0449\u0438\u0449\u0451\u043d, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u043a\u0440\u0430\u0449\u0430\u044e\u0442\u0441\u044f \u0438\u0437-\u0437\u0430 \u043d\u0430\u0441\u0438\u043b\u0438\u044f<\/li>\n                        <li>\u0412\u044b \u0438\u043c\u0435\u0435\u0442\u0435 \u043f\u0440\u0430\u0432\u043e \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443, \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0432\u0438\u0437\u043e\u0432\u043e\u0433\u043e \u0441\u0442\u0430\u0442\u0443\u0441\u0430<\/li>\n                    <\/ul>\n                    <p><strong>\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f Department of Home Affairs:<\/strong><\/p>\n                    <p><a href=\"https:\/\/immi.homeaffairs.gov.au\/visas\/domestic-family-violence-and-your-visa\" style=\"color: #a86d52; text-decoration: none; border-bottom: 1px solid #a86d52;\">https:\/\/immi.homeaffairs.gov.au\/visas\/domestic-family-violence-and-your-visa<\/a><\/p>\n                    <p><strong>\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u0430\u044f \u044e\u0440\u0438\u0434\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 (\u042e\u0436\u043d\u0430\u044f \u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u044f):<\/strong><\/p>\n                    <ul>\n                        <li>Family Advocacy and Support Service (FASS)<br>\ud83d\udcde (08) 8111 5300<\/li>\n                    <\/ul>\n                    <p style=\"margin-top: 14px;\"><strong>\u26a0\ufe0f \u041d\u0430\u0448\u0430 \u0438\u043d\u0438\u0446\u0438\u0430\u0442\u0438\u0432\u0430 \u043d\u0435 \u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043c\u0438\u0433\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0438\u0439, \u043d\u043e \u043c\u044b \u0441\u0447\u0438\u0442\u0430\u0435\u043c \u0432\u0430\u0436\u043d\u044b\u043c, \u0447\u0442\u043e\u0431\u044b \u0436\u0435\u043d\u0449\u0438\u043d\u044b \u0437\u043d\u0430\u043b\u0438, \u0447\u0442\u043e \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u043c\u043e\u0449\u044c \u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442.<\/strong><\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u041a\u0430\u043a \u0441 \u043d\u0430\u043c\u0438 \u0441\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0438\u043b\u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c, \u043d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u043d\u0430\u043c \u043d\u0430:<\/p>\n                    <p><strong style=\"font-size: 16px; color: #a86d52;\">\ud83d\udce7 welisten@primanota.org.au<\/strong><\/p>\n                    <p>\u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043e \u0441\u0435\u0431\u0435 \u0438 \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u0432\u0430\u0441 \u0431\u0435\u0441\u043f\u043e\u043a\u043e\u0438\u0442. \u0412\u043e\u043b\u043e\u043d\u0442\u0451\u0440 \u0441\u0432\u044f\u0436\u0435\u0442\u0441\u044f \u0441 \u0432\u0430\u043c\u0438.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">\u0425\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043c\u043e\u0447\u044c? \u0421\u0442\u0430\u043d\u044c\u0442\u0435 \u0432\u043e\u043b\u043e\u043d\u0442\u0451\u0440\u043e\u043c<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>\u041c\u044b \u0438\u0449\u0435\u043c \u0436\u0435\u043d\u0449\u0438\u043d, \u043a\u043e\u0442\u043e\u0440\u044b\u0435:<\/p>\n                    <ul>\n                        <li>\u0441\u0430\u043c\u0438 \u043f\u0440\u043e\u0448\u043b\u0438 \u0447\u0435\u0440\u0435\u0437 \u0440\u0430\u0437\u0432\u043e\u0434 \u0438\u043b\u0438 \u0430\u0431\u044c\u044e\u0437\u0438\u0432\u043d\u044b\u0435 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f<\/li>\n                        <li>\u0445\u043e\u0442\u044f\u0442 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0445 \u0447\u0435\u0440\u0435\u0437 \u0441\u043b\u0443\u0448\u0430\u043d\u0438\u0435 \u0438 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435<\/li>\n                        <li>\u043f\u043e\u043d\u0438\u043c\u0430\u044e\u0442 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u044c \u0433\u0440\u0430\u043d\u0438\u0446 \u0438 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438<\/li>\n                    <\/ul>\n                    <p><strong>\u042d\u0442\u043e \u0432\u043e\u043b\u043e\u043d\u0442\u0451\u0440\u0441\u043a\u0430\u044f \u0440\u043e\u043b\u044c.<\/strong> \u041f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u0432\u044b \u043f\u0440\u043e\u0439\u0434\u0451\u0442\u0435 \u0432\u0432\u043e\u0434\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0438 \u043f\u043e\u0434\u043f\u0438\u0448\u0435\u0442\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u043e \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438.<\/p>\n                    <p>\u0415\u0441\u043b\u0438 \u0432\u044b \u0447\u0443\u0432\u0441\u0442\u0432\u0443\u0435\u0442\u0435 \u043e\u0442\u043a\u043b\u0438\u043a \u2014 <strong>\u043d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u043d\u0430\u043c \u043d\u0430 <a href=\"\/cdn-cgi\/l\/email-protection\" class=\"__cf_email__\" data-cfemail=\"651200090c1611000b2515170c08040b0a11044b0a17024b0410\">[email&#160;protected]<\/a><\/strong><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- English Version -->\n        <div class=\"language-section\">\n            <div class=\"language-label\">English version<\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">What is this?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p><strong>Listening Without Judgement<\/strong> is a safe one-to-one peer support space for Russian-speaking women.<\/p>\n                    <p>You can talk about divorce, abusive or controlling relationships \u2014 without fear of being judged.<\/p>\n                    <p>This is not therapy or counselling. It&#8217;s a conversation between two people, where you will be heard, understood, and supported.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">What can we support with?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>We are here for women who:<\/p>\n                    <ul>\n                        <li>are going through or have experienced divorce or separation<\/li>\n                        <li>have been in or are in abusive relationships<\/li>\n                        <li>have faced emotional, psychological, or financial abuse<\/li>\n                        <li>feel guilty, ashamed, lonely, or lost<\/li>\n                        <li>just need to be heard without judgment or pressure<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">What we do NOT provide<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>We want to be clear: we do not provide:<\/p>\n                    <ul>\n                        <li>psychological or therapeutic services<\/li>\n                        <li>legal advice<\/li>\n                        <li>migration advice<\/li>\n                        <li>24\/7 crisis support<\/li>\n                    <\/ul>\n                    <p>If you are in danger or crisis, please contact professional services (see below).<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">How does it work?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <ul>\n                        <li>One-to-one conversation (1:1)<\/li>\n                        <li>You lead the conversation at your own pace<\/li>\n                        <li>Share as much or as little as you feel comfortable with<\/li>\n                        <li>We listen, support, and share lived experience<\/li>\n                        <li>No advice unless you ask for it<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">Who will I speak with?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>You will speak with volunteers \u2014 ordinary women who have been through divorce and\/or abusive relationships themselves.<\/p>\n                    <p>All volunteers:<\/p>\n                    <ul>\n                        <li>have completed an induction process<\/li>\n                        <li>work within clear ethical boundaries<\/li>\n                        <li>maintain confidentiality<\/li>\n                        <li>do not claim to be professionals \u2014 they simply listen<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">When can I get support?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>Support is provided by volunteers in their free time. We are not available 24\/7.<\/p>\n                    <p>We will respond when we can \u2014 it may take some time, but we will get back to you.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">Is this confidential?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p><strong>Yes, absolutely.<\/strong><\/p>\n                    <p>Everything you share stays between you and the volunteer. Your stories, names, and details are not discussed outside this space.<\/p>\n                    <p>All volunteers sign a strict confidentiality agreement.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">Important safety information<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <div class=\"safety-notice\">\n                        <strong>If you are in immediate danger, please contact emergency services immediately:<\/strong>\n                        <ul>\n                            <li><strong>000<\/strong> \u2014 emergency services<\/li>\n                            <li><strong>1800 737 732 (1800RESPECT)<\/strong> \u2014 24\/7 domestic violence support<\/li>\n                            <li><strong>Lifeline: 13 11 14<\/strong> \u2014 crisis support<\/li>\n                        <\/ul>\n                        <p><strong>Remember:<\/strong> our initiative is a first safe step, but in emergencies you need professional help.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">Immigration status and domestic \/ family violence (Australia)<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>If you are in Australia on a partner or dependent visa and are experiencing domestic or family violence, it is important to know:<\/p>\n                    <ul>\n                        <li>Australia has migration provisions related to domestic and family violence<\/li>\n                        <li>In some cases, your visa status may be protected if a relationship ends due to violence<\/li>\n                        <li>You have the right to seek official information and support, regardless of your visa status<\/li>\n                    <\/ul>\n                    <p><strong>Official Department of Home Affairs information:<\/strong><\/p>\n                    <p><a href=\"https:\/\/immi.homeaffairs.gov.au\/visas\/domestic-family-violence-and-your-visa\" style=\"color: #a86d52; text-decoration: none; border-bottom: 1px solid #a86d52;\">https:\/\/immi.homeaffairs.gov.au\/visas\/domestic-family-violence-and-your-visa<\/a><\/p>\n                    <p><strong>Free legal support (South Australia):<\/strong><\/p>\n                    <ul>\n                        <li>Family Advocacy and Support Service (FASS)<br>\ud83d\udcde (08) 8111 5300<\/li>\n                    <\/ul>\n                    <p style=\"margin-top: 14px;\"><strong>\u26a0\ufe0f We don&#8217;t  not provide migration advice.\nWe believe it is important for women to know that official support options exist.<\/strong><\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">How to reach out?<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>If you want to get support or just talk, write to us at:<\/p>\n                    <p><strong style=\"font-size: 16px; color: #a86d52;\">\ud83d\udce7 welisten@primanota.org.au<\/strong><\/p>\n                    <p>Tell us a bit about yourself and what&#8217;s on your mind. A volunteer will get in touch with you.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"accordion-item\">\n                <div class=\"accordion-header\" onclick=\"toggleAccordion(this)\">\n                    <span class=\"accordion-toggle\">\u25b6<\/span>\n                    <h3 class=\"accordion-title\">Want to help? Become a volunteer<\/h3>\n                <\/div>\n                <div class=\"accordion-content\">\n                    <p>We are looking for women who:<\/p>\n                    <ul>\n                        <li>have been through divorce or abusive relationships themselves<\/li>\n                        <li>want to support others through listening and presence<\/li>\n                        <li>understand the importance of boundaries and confidentiality<\/li>\n                    <\/ul>\n                    <p><strong>This is a volunteer role.<\/strong> You will complete an induction process and sign a confidentiality agreement.<\/p>\n                    <p>If you feel called to do this \u2014 <strong>write to us at welisten@primanota.org.au<\/strong><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Footer -->\n        <div class=\"footer\">\n            <div class=\"footer-decoration\"><\/div>\n            <p>\u00a9 2026 Prima Nota Inc. | \u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u043d\u0435 \u043e\u0441\u0443\u0436\u0434\u0430\u0435\u043c<\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        function toggleAccordion(header) {\n            const item = header.parentElement;\n            const isActive = item.classList.contains('active');\n            \n            \/\/ Close all other items\n            document.querySelectorAll('.accordion-item').forEach(i => {\n                i.classList.remove('active');\n            });\n            \n            \/\/ Toggle current item\n            if (!isActive) {\n                item.classList.add('active');\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u043d\u0435 \u043e\u0441\u0443\u0436\u0434\u0430\u0435\u043c We Listen and We Don&#8217;t Judge \/ \u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u041d\u0435 \u041e\u0441\u0443\u0436\u0434\u0430\u0435\u043c Safe support space for women \/ \u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0434\u043b\u044f \u0436\u0435\u043d\u0449\u0438\u043d \u0420\u0443\u0441\u0441\u043a\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u25b6 \u0427\u0442\u043e \u044d\u0442\u043e? \u00ab\u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u043d\u0435 \u043e\u0441\u0443\u0436\u0434\u0430\u0435\u043c\u00bb \u2014 \u044d\u0442\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0437\u0430\u0438\u043c\u043d\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 (1:1) \u0434\u043b\u044f \u0440\u0443\u0441\u0441\u043a\u043e\u0433\u043e\u0432\u043e\u0440\u044f\u0449\u0438\u0445 \u0436\u0435\u043d\u0449\u0438\u043d. \u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u043e \u0440\u0430\u0437\u0432\u043e\u0434\u0435, \u0430\u0431\u044c\u044e\u0437\u0438\u0432\u043d\u044b\u0445 \u0438\u043b\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u044e\u0449\u0438\u0445 [&hellip;]<\/p>\n","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":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-6327","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"thumblist":false,"thumbrelated":false,"meccarouselthumb":false,"gridsquare":false,"tileview":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Admin Adminovich","author_link":"https:\/\/primanota.org.au\/ru\/author\/adminprimanota-org-au\/"},"uagb_comment_info":0,"uagb_excerpt":"\u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u043d\u0435 \u043e\u0441\u0443\u0436\u0434\u0430\u0435\u043c We Listen and We Don&#8217;t Judge \/ \u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u041d\u0435 \u041e\u0441\u0443\u0436\u0434\u0430\u0435\u043c Safe support space for women \/ \u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0434\u043b\u044f \u0436\u0435\u043d\u0449\u0438\u043d \u0420\u0443\u0441\u0441\u043a\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u25b6 \u0427\u0442\u043e \u044d\u0442\u043e? \u00ab\u0421\u043b\u0443\u0448\u0430\u0435\u043c \u0438 \u043d\u0435 \u043e\u0441\u0443\u0436\u0434\u0430\u0435\u043c\u00bb \u2014 \u044d\u0442\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0437\u0430\u0438\u043c\u043d\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 (1:1) \u0434\u043b\u044f \u0440\u0443\u0441\u0441\u043a\u043e\u0433\u043e\u0432\u043e\u0440\u044f\u0449\u0438\u0445 \u0436\u0435\u043d\u0449\u0438\u043d. \u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u043e \u0440\u0430\u0437\u0432\u043e\u0434\u0435, \u0430\u0431\u044c\u044e\u0437\u0438\u0432\u043d\u044b\u0445 \u0438\u043b\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u044e\u0449\u0438\u0445&hellip;","_links":{"self":[{"href":"https:\/\/primanota.org.au\/ru\/wp-json\/wp\/v2\/pages\/6327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/primanota.org.au\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/primanota.org.au\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/primanota.org.au\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/primanota.org.au\/ru\/wp-json\/wp\/v2\/comments?post=6327"}],"version-history":[{"count":16,"href":"https:\/\/primanota.org.au\/ru\/wp-json\/wp\/v2\/pages\/6327\/revisions"}],"predecessor-version":[{"id":6756,"href":"https:\/\/primanota.org.au\/ru\/wp-json\/wp\/v2\/pages\/6327\/revisions\/6756"}],"wp:attachment":[{"href":"https:\/\/primanota.org.au\/ru\/wp-json\/wp\/v2\/media?parent=6327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}