{"id":1012,"date":"2026-05-13T00:58:19","date_gmt":"2026-05-12T22:58:19","guid":{"rendered":"https:\/\/voipoo.libyasys.uk\/?page_id=1012"},"modified":"2026-05-13T01:16:14","modified_gmt":"2026-05-12T23:16:14","slug":"1082-2","status":"publish","type":"page","link":"https:\/\/voipoo.libyasys.uk\/index.php\/1082-2\/","title":{"rendered":"\u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0627\u0633\u062a\u0639\u0644\u0627\u0645 \u0639\u0646 \u0627\u0634\u062a\u0631\u0627\u0643\u064a \u0628\u0627\u0644\u0631\u0627\u062f\u064a\u0648\u0633"},"content":{"rendered":"<style>\n        .radius-wrapper { max-width: 650px; margin: 30px auto; padding: 25px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; direction: rtl; text-align: right; background: #ffffff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.06); }\n        .radius-title { color: #006699; border-bottom: 3px solid #0073aa; padding-bottom: 12px; margin-bottom: 25px; font-size: 22px; font-weight: 700; }\n        .radius-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 22px; box-shadow: 0 4px 6px rgba(0,0,0,0.02); animation: fadeIn 0.4s ease-in-out; position: relative; }\n        \n        \/* \u062a\u0639\u062f\u064a\u0644 \u062a\u0631\u0648\u064a\u0633\u0629 \u0627\u0644\u0643\u0627\u0631\u062f \u0644\u062f\u0639\u0645 \u0627\u0644\u0627\u062d\u062a\u0648\u0627\u0621 \u0627\u0644\u0623\u0641\u0642\u064a \u0648\u062a\u0648\u0641\u064a\u0631 \u0627\u0644\u0645\u0633\u0627\u062d\u0629 *\/\n        .radius-card-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #edf2f7; padding-bottom: 10px; margin-bottom: 18px; }\n        .radius-card-title { color: #2d3748; margin: 0; font-size: 16px; font-weight: bold; }\n        \n        .radius-table { width: 100%; border-collapse: collapse; text-align: right; }\n        .radius-table tr { border-bottom: 1px solid #edf2f7; }\n        .radius-table tr:last-child { border-bottom: none; }\n        .radius-table td { padding: 14px 0; font-size: 15px; }\n        .radius-label-td { font-weight: 600; color: #718096; width: 45%; }\n        .radius-value-td { color: #1a202c; font-weight: 700; }\n        .radius-alert { padding: 15px 20px; border-radius: 6px; font-size: 14px; font-weight: 600; margin-top: 15px; }\n        .radius-alert-danger { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; }\n        .radius-alert-warning { background: #fffaf0; border: 1px solid #feebc8; color: #dd6b20; }\n        .radius-actions-container { display: flex; justify-content: center; gap: 0px; margin-top: 25px; border-top: 1px solid #edf2f7; padding-top: 20px; }\n        .radius-btn-renew { display: inline-block; padding: 12px 25px; background: #e53e3e; color: #ffffff; text-decoration: none; border-radius: 0px 6px 6px 0px; font-size: 15px; font-weight: bold; text-align: center; transition: background 0.2s ease; cursor: pointer; border: 1px solid #e53e3e; }\n        .radius-btn-renew:hover { background: #c53030; color: #ffffff; }\n        .radius-btn-back { display: inline-block; padding: 12px 25px; background: #ffffff; color: #4a5568; text-decoration: none; border: 1px solid #cbd5e0; border-radius: 6px 0px 0px 6px; font-size: 15px; font-weight: bold; text-align: center; transition: all 0.2s ease; cursor: pointer; border-right: none; }\n        .radius-btn-back:hover { background: #f7fafc; color: #2d3748; border-color: #a0aec0; }\n        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n        \n        \/* \u062a\u0646\u0633\u064a\u0642 \u0645\u062f\u0645\u062c \u0648\u0645\u0648\u0641\u0631 \u0644\u0644\u0645\u0633\u0627\u062d\u0629 \u0644\u0644\u0634\u0627\u0631\u0629 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 *\/\n        .radius-status-badge { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 800; padding: 5px 14px; border-radius: 50px; border: 1px solid transparent; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }\n        .status-active-badge { background-color: #e6fffa; border-color: #b2f5ea; color: #00a389; animation: badgePulseGreen 2s infinite; }\n        .status-expired-badge { background-color: #fff5f5; border-color: #fed7d7; color: #e53e3e; animation: badgePulseRed 2s infinite; }\n        @keyframes badgePulseGreen { 0% { box-shadow: 0 0 0 0 rgba(0, 163, 137, 0.4); } 70% { box-shadow: 0 0 0 6px rgba(0, 163, 137, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 163, 137, 0); } }\n        @keyframes badgePulseRed { 0% { box-shadow: 0 0 0 0 rgba(229, 62, 62, 0.4); } 70% { box-shadow: 0 0 0 6px rgba(229, 62, 62, 0); } 100% { box-shadow: 0 0 0 0 rgba(229, 62, 62, 0); } }\n    <\/style><div class='radius-wrapper'><h2 class='radius-title'>\ud83d\udcca \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u0627\u0633\u062a\u0639\u0644\u0627\u0645 \u0639\u0646 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0634\u062a\u0631\u0627\u0643\u064a<\/h2><div class='radius-alert radius-alert-danger'>\u274c \u064a\u0631\u062c\u0649 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0623\u0648\u0644\u0627\u064b \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0634\u062a\u0631\u0627\u0643\u0643.<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1012","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/voipoo.libyasys.uk\/index.php\/wp-json\/wp\/v2\/pages\/1012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/voipoo.libyasys.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/voipoo.libyasys.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/voipoo.libyasys.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/voipoo.libyasys.uk\/index.php\/wp-json\/wp\/v2\/comments?post=1012"}],"version-history":[{"count":3,"href":"https:\/\/voipoo.libyasys.uk\/index.php\/wp-json\/wp\/v2\/pages\/1012\/revisions"}],"predecessor-version":[{"id":1018,"href":"https:\/\/voipoo.libyasys.uk\/index.php\/wp-json\/wp\/v2\/pages\/1012\/revisions\/1018"}],"wp:attachment":[{"href":"https:\/\/voipoo.libyasys.uk\/index.php\/wp-json\/wp\/v2\/media?parent=1012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}