{"id":1355,"date":"2021-02-02T08:21:22","date_gmt":"2021-02-02T04:51:22","guid":{"rendered":"http:\/\/darsyarai.ir\/?page_id=1355"},"modified":"2026-03-28T00:38:56","modified_gmt":"2026-03-27T21:08:56","slug":"home-2","status":"publish","type":"page","link":"https:\/\/darsyarai.ir\/","title":{"rendered":"\u062e\u0627\u0646\u0647 \u0627\u0635\u0644\u06cc"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1355\" class=\"elementor elementor-1355\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-57645cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"57645cd\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\n\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\n\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b1f32fb\" data-id=\"b1f32fb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-181d127 elementor-widget elementor-widget-html\" data-id=\"181d127\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"fa\" dir=\"rtl\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n  <title>\u062f\u0631\u0633 \u0627\u0648\u0644 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645: \u0632\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634<\/title>\r\n  <style id=\"dynamic-style\">\r\n    body {\r\n      font-family: 'Tahoma', 'B Nazanin', 'B Lotus', sans-serif;\r\n      background: #f9f9f9;\r\n      color: #333;\r\n      line-height: 2;\r\n      margin: 0;\r\n      padding: 0;\r\n    }\r\n    .container {\r\n      max-width: 900px;\r\n      margin: 40px auto;\r\n      background: #fff;\r\n      padding: 30px;\r\n      border-radius: 12px;\r\n      box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n    }\r\n    h1 {\r\n      text-align: center;\r\n      font-size: 28px;\r\n      color: #2c3e50;\r\n      margin-bottom: 30px;\r\n      border-bottom: 3px solid var(--border-color, #3498db);\r\n      padding-bottom: 10px;\r\n    }\r\n\r\n    \/* Accordion Button *\/\r\n    .accordion-button {\r\n      display: block;\r\n      background: #2980b9;\r\n      color: white;\r\n      padding: 12px 15px;\r\n      border: none;\r\n      outline: none;\r\n      width: 100%;\r\n      text-align: right;\r\n      cursor: pointer;\r\n      font-size: 18px;\r\n      border-radius: 8px;\r\n      margin-bottom: 8px;\r\n      transition: 0.3s;\r\n      position: relative;\r\n      padding-left: 40px;\r\n    }\r\n    .accordion-button:hover {\r\n      background: #1f6aad;\r\n    }\r\n    .accordion-button::before {\r\n      content: '+';\r\n      position: absolute;\r\n      left: 15px;\r\n      top: 50%;\r\n      transform: translateY(-50%);\r\n      font-weight: bold;\r\n    }\r\n    .accordion-button.active::before {\r\n      content: '\u2212';\r\n    }\r\n    .accordion-button.active {\r\n      background: #1f6aad;\r\n    }\r\n\r\n    \/* Accordion Panel *\/\r\n    .accordion-panel {\r\n      max-height: 0;\r\n      overflow: hidden;\r\n      transition: max-height 0.4s ease-out;\r\n      background: #f8f9ff;\r\n      padding: 0 15px;\r\n      border-radius: 0 0 8px 8px;\r\n      border-right: 5px solid var(--border-color, #3498db);\r\n    }\r\n    .accordion-panel.open {\r\n      max-height: 10000px;\r\n      padding: 15px;\r\n    }\r\n\r\n    \/* Quiz Toggle *\/\r\n    .quiz-toggle {\r\n      display: block;\r\n      background: #ff9800;\r\n      color: white;\r\n      padding: 10px 15px;\r\n      margin: 15px 0;\r\n      border: none;\r\n      width: 100%;\r\n      text-align: right;\r\n      cursor: pointer;\r\n      font-size: 17px;\r\n      border-radius: 8px;\r\n      position: relative;\r\n      padding-left: 40px;\r\n    }\r\n    .quiz-toggle::before {\r\n      content: '+';\r\n      position: absolute;\r\n      left: 15px;\r\n      top: 50%;\r\n      transform: translateY(-50%);\r\n      font-weight: bold;\r\n    }\r\n    .quiz-toggle.active::before {\r\n      content: '\u2212';\r\n    }\r\n\r\n    \/* Quiz Panel *\/\r\n    .quiz-panel {\r\n      max-height: 0;\r\n      overflow: hidden;\r\n      transition: max-height 0.4s ease-out;\r\n      background: #fff8e1;\r\n      padding: 0 15px;\r\n      border-radius: 0 0 8px 8px;\r\n      border-right: 3px solid #ff9800;\r\n      margin-bottom: 15px;\r\n    }\r\n    .quiz-panel.open {\r\n      max-height: 4000px;\r\n      padding: 15px;\r\n    }\r\n\r\n    \/* Quiz Content *\/\r\n    .quiz-question {\r\n      margin: 15px 0;\r\n    }\r\n    .quiz-question p {\r\n      margin: 0 0 10px 0;\r\n      font-weight: bold;\r\n    }\r\n    .quiz-option {\r\n      display: block;\r\n      margin: 8px 0;\r\n      padding: 8px 12px;\r\n      background: #fff;\r\n      border: 1px solid #ddd;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n    }\r\n    .quiz-option:hover {\r\n      background: #f0f0f0;\r\n    }\r\n    .quiz-option.selected {\r\n      background: #bbdefb;\r\n      border-color: #2196f3;\r\n    }\r\n\r\n    .quiz-submit {\r\n      margin-top: 15px;\r\n      padding: 10px 20px;\r\n      background: #4caf50;\r\n      color: white;\r\n      border: none;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .quiz-result {\r\n      margin-top: 15px;\r\n      padding: 15px;\r\n      border-radius: 8px;\r\n      font-size: 16px;\r\n      display: none;\r\n    }\r\n    .correct {\r\n      background: #dcedc8;\r\n      color: #33691e;\r\n    }\r\n    .incorrect {\r\n      background: #ffcdd2;\r\n      color: #b71c1c;\r\n    }\r\n    .quiz-result p {\r\n      margin: 8px 0;\r\n    }\r\n\r\n    .answer-key {\r\n      margin-top: 15px;\r\n      padding: 15px;\r\n      background: #e8f5e9;\r\n      border: 1px dashed #4caf50;\r\n      border-radius: 8px;\r\n      font-weight: bold;\r\n      display: none;\r\n    }\r\n    .answer-key h4 {\r\n      margin-top: 0;\r\n      color: #2e7d32;\r\n    }\r\n\r\n    \/* Final Report Card *\/\r\n    .report-card {\r\n      margin-top: 40px;\r\n      padding: 20px;\r\n      background: #e3f2fd;\r\n      border: 2px solid #2196f3;\r\n      border-radius: 12px;\r\n      text-align: center;\r\n      display: none;\r\n    }\r\n    .report-card h3 {\r\n      color: #1565c0;\r\n    }\r\n    .report-card table {\r\n      width: 100%;\r\n      margin: 15px auto;\r\n      border-collapse: collapse;\r\n      text-align: right;\r\n    }\r\n    .report-card th, .report-card td {\r\n      padding: 10px;\r\n      border: 1px solid #ddd;\r\n    }\r\n    .report-card th {\r\n      background: #bbdefb;\r\n    }\r\n    .report-card .total {\r\n      font-weight: bold;\r\n      background: #e1f5fe;\r\n    }\r\n    .feedback {\r\n      margin-top: 15px;\r\n      font-size: 18px;\r\n      font-weight: bold;\r\n    }\r\n\r\n    \/* Content Styles *\/\r\n    .poem {\r\n      background: #f1f8ff;\r\n      padding: 12px;\r\n      border-right: 4px solid var(--border-color, #3498db);\r\n      margin: 10px 0;\r\n      font-style: italic;\r\n      border-radius: 0 8px 8px 0;\r\n    }\r\n    .meaning {\r\n      background: #f8f9e8;\r\n      padding: 10px;\r\n      border-right: 4px solid var(--border-color, #f39c12);\r\n      margin: 8px 0;\r\n      border-radius: 0 8px 8px 0;\r\n    }\r\n    .word-list {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n      gap: 10px;\r\n      margin: 12px 0;\r\n    }\r\n    .word {\r\n      background: #e8f5e9;\r\n      padding: 8px;\r\n      border-radius: 5px;\r\n      font-weight: bold;\r\n    }\r\n    .word span {\r\n      color: #2c3e50;\r\n      font-weight: normal;\r\n    }\r\n    .highlight {\r\n      background: #fffacd;\r\n      padding: 2px 5px;\r\n      border-radius: 3px;\r\n      font-weight: bold;\r\n    }\r\n    .adab {\r\n      color: #8e44ad;\r\n      font-weight: bold;\r\n    }\r\n\r\n    \/* Color Picker *\/\r\n    .color-toggle {\r\n      position: fixed;\r\n      bottom: 20px;\r\n      left: 20px;\r\n      width: 50px;\r\n      height: 50px;\r\n      background: var(--border-color, #3498db);\r\n      color: white;\r\n      border-radius: 50%;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      cursor: pointer;\r\n      box-shadow: 0 4px 10px rgba(0,0,0,0.2);\r\n      z-index: 1000;\r\n      font-size: 20px;\r\n    }\r\n    .color-picker {\r\n      position: fixed;\r\n      bottom: 80px;\r\n      left: 20px;\r\n      width: 200px;\r\n      background: #fff;\r\n      padding: 15px;\r\n      border-radius: 10px;\r\n      box-shadow: 0 4px 15px rgba(0,0,0,0.15);\r\n      z-index: 1000;\r\n      display: none;\r\n    }\r\n    .color-picker.active {\r\n      display: block;\r\n    }\r\n    .color-picker label {\r\n      display: block;\r\n      margin: 8px 0 4px;\r\n      font-size: 14px;\r\n      color: #2c3e50;\r\n    }\r\n    .color-picker input {\r\n      width: 100%;\r\n      height: 30px;\r\n      border: none;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .footer {\r\n      text-align: center;\r\n      margin-top: 40px;\r\n      color: #7f8c8d;\r\n      font-size: 14px;\r\n      padding-top: 20px;\r\n      border-top: 1px dashed #ccc;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <!-- Color Picker -->\r\n  <div class=\"color-toggle\" id=\"colorToggle\">\ud83c\udfa8<\/div>\r\n  <div class=\"color-picker\" id=\"colorPicker\">\r\n    <label>\u0631\u0646\u06af \u0639\u0646\u0648\u0627\u0646 \u0648 \u062e\u0637<\/label>\r\n    <input type=\"color\" value=\"#3498db\" id=\"mainColor\">\r\n  <\/div>\r\n\r\n  <!-- Main Content -->\r\n  <div class=\"container\">\r\n    <h1>\ud83d\udcda \u062f\u0631\u0633 \u0627\u0648\u0644 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645: \u0632\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634<\/h1>\r\n\r\n    <div class=\"accordion\">\r\n\r\n      <!-- \u0628\u062e\u0634 \u06f1 -->\r\n      <button class=\"accordion-button\" onclick=\"toggleAccordion(this)\">\r\n        \u0645\u0639\u0646\u06cc \u0634\u0639\u0631 \u0635\u0641\u062d\u0647 \u06f1\u06f1 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645\r\n      <\/button>\r\n      <div class=\"accordion-panel\">\r\n        <div class=\"poem\">\u062c\u0647\u0627\u0646\u060c \u062c\u0645\u0644\u0647 \u0641\u0631\u0648\u063a \u0631\u0648\u06cc \u062d\u0642 \u062f\u0627\u0646 \u25c8\u203b\u25c8 \u062d\u0642 \u0627\u0646\u062f\u0631 \u0648\u06cc \u0632\u0650 \u067e\u06cc\u062f\u0627\u06cc\u06cc \u0627\u0633\u062a \u067e\u0646\u0647\u0627\u0646<\/div>\r\n        <div class=\"meaning\">\u0647\u0645\u06c0 \u062c\u0647\u0627\u0646 \u0631\u0627 \u0646\u0648\u0631\u06cc \u0627\u0632 \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u0631\u0648\u06cc \u062e\u062f\u0627 \u0628\u0650\u062f\u0627\u0646 \u06a9\u0647 \u062f\u0631 \u0622\u0646 \u0648\u062c\u0648\u062f \u067e\u0631\u0648\u0631\u062f\u06af\u0627\u0631 \u0627\u0632 \u0634\u062f\u0651\u062a \u0622\u0634\u06a9\u0627\u0631 \u0628\u0648\u062f\u0646 \u067e\u0646\u0647\u0627\u0646 \u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u0631\u0633\u062f.<\/div>\r\n        <h3>\u0648\u0627\u0698\u0647\u200c\u0647\u0627\u06cc \u0645\u0647\u0645:<\/h3>\r\n        <div class=\"word-list\">\r\n          <div class=\"word\">\u062c\u0645\u0644\u0647: <span>\u0647\u0645\u0647<\/span><\/div>\r\n          <div class=\"word\">\u062c\u0647\u0627\u0646 \u062c\u0645\u0644\u0647: <span>\u0647\u0645\u06c0 \u062f\u0646\u06cc\u0627<\/span><\/div>\r\n          <div class=\"word\">\u0641\u0631\u0648\u063a: <span>\u0646\u0648\u0631<\/span><\/div>\r\n          <div class=\"word\">\u062f\u0627\u0646: <span>\u0628\u0650\u062f\u0627\u0646 (\u0641\u0639\u0644 \u0627\u0645\u0631)<\/span><\/div>\r\n          <div class=\"word\">\u062d\u0642: <span>\u062e\u062f\u0627<\/span><\/div>\r\n          <div class=\"word\">\u0627\u0646\u062f\u0631: <span>\u062f\u0631<\/span><\/div>\r\n          <div class=\"word\">\u0648\u06cc: <span>\u0627\u0648\u060c \u062f\u0631 \u0627\u06cc\u0646\u062c\u0627 \u0645\u0646\u0638\u0648\u0631 \u062e\u062f\u0627\u0633\u062a<\/span><\/div>\r\n        <\/div>\r\n\r\n        <button class=\"quiz-toggle\" onclick=\"toggleQuiz(this)\">\ud83d\udcdd \u0622\u0632\u0645\u0648\u0646 \u062a\u0639\u0627\u0645\u0644\u06cc<\/button>\r\n        <div class=\"quiz-panel\">\r\n          <div class=\"quiz-question\" id=\"q1-1\">\r\n            <p>\u06f1. \"\u062c\u0647\u0627\u0646\u060c \u062c\u0645\u0644\u0647 \u0641\u0631\u0648\u063a \u0631\u0648\u06cc \u062d\u0642 \u062f\u0627\u0646\" \u06cc\u0639\u0646\u06cc \u0686\u0647\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q1-1')\">\u0647\u0645\u0647 \u0686\u06cc\u0632 \u062a\u0627\u0631\u06cc\u06a9 \u0627\u0633\u062a<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q1-1')\">\u062c\u0647\u0627\u0646 \u0627\u0632 \u0633\u062a\u0627\u0631\u0647\u200c\u0647\u0627 \u0633\u0627\u062e\u062a\u0647 \u0634\u062f\u0647<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q1-1')\">\u0647\u0645\u06c0 \u062c\u0647\u0627\u0646 \u0646\u0648\u0631 \u062e\u062f\u0627\u0633\u062a \u0648 \u0627\u0648 \u062f\u0631 \u0622\u0646 \u067e\u0646\u0647\u0627\u0646 \u0627\u0633\u062a<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q1-1')\">\u062e\u062f\u0627 \u0641\u0642\u0637 \u062f\u0631 \u0634\u0628 \u062f\u06cc\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f<\/label>\r\n          <\/div>\r\n          <button class=\"quiz-submit\" onclick=\"checkAnswer(this, [\r\n            { id: 'q1-1', correct: 2, text: '\u0647\u0645\u06c0 \u062c\u0647\u0627\u0646 \u0646\u0648\u0631 \u062e\u062f\u0627\u0633\u062a \u0648 \u0627\u0648 \u062f\u0631 \u0622\u0646 \u067e\u0646\u0647\u0627\u0646 \u0627\u0633\u062a' }\r\n          ], '\u0628\u062e\u0634 \u06f1')\">\u062b\u0628\u062a \u067e\u0627\u0633\u062e<\/button>\r\n          <div class=\"quiz-result\"><\/div>\r\n          <div class=\"answer-key\">\r\n            <h4>\u2705 \u067e\u0627\u0633\u062e \u062f\u0631\u0633\u062a:<\/h4>\r\n            <p>\u0647\u0645\u06c0 \u062c\u0647\u0627\u0646 \u0646\u0648\u0631 \u062e\u062f\u0627\u0633\u062a \u0648 \u0627\u0648 \u062f\u0631 \u0622\u0646 \u067e\u0646\u0647\u0627\u0646 \u0627\u0633\u062a<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- \u0628\u062e\u0634 \u06f2 -->\r\n      <button class=\"accordion-button\" onclick=\"toggleAccordion(this)\">\r\n        \u0645\u0639\u0646\u06cc \u06a9\u0644\u0645\u0627\u062a \u062f\u0631\u0633 \u0627\u0648\u0644 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645\r\n      <\/button>\r\n      <div class=\"accordion-panel\">\r\n        <div class=\"word-list\">\r\n          <div class=\"word\">\u0627\u0628\u062f: <span>\u0632\u0645\u0627\u0646\u06cc \u06a9\u0647 \u0622\u0646 \u0631\u0627 \u0646\u0647\u0627\u06cc\u062a \u0646\u0628\u0627\u0634\u062f\u060c \u062c\u0627\u0648\u062f\u0627\u0646\u060c \u0647\u0645\u06cc\u0634\u06af\u06cc<\/span><\/div>\r\n          <div class=\"word\">\u0641\u0631\u0648\u063a: <span>\u0646\u0648\u0631\u060c \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc<\/span><\/div>\r\n          <div class=\"word\">\u063a\u0648\u063a\u0627: <span>\u0622\u0634\u0648\u0628 \u0648 \u0641\u0631\u06cc\u0627\u062f\u060c \u0647\u0645\u0647\u0645\u0647<\/span><\/div>\r\n          <div class=\"word\">\u0627\u0641\u0642: <span>\u06a9\u0631\u0627\u0646\u0647 \u0622\u0633\u0645\u0627\u0646<\/span><\/div>\r\n          <div class=\"word\">\u0641\u0627\u0631\u063a: <span>\u0622\u0633\u0648\u062f\u0647\u060c \u0631\u0627\u062d\u062a<\/span><\/div>\r\n          <div class=\"word\">\u06af\u0644\u062f\u0633\u062a\u0647: <span>\u0645\u0646\u0627\u0631\u0647<\/span><\/div>\r\n          <div class=\"word\">\u063a\u0641\u0644\u062a: <span>\u0628\u06cc\u062e\u0628\u0631\u06cc\u060c \u0646\u0627\u0622\u06af\u0627\u0647\u06cc<\/span><\/div>\r\n          <div class=\"word\">\u0632\u0627\u0626\u0631: <span>\u062f\u06cc\u062f\u0627\u0631\u06a9\u0646\u0646\u062f\u0647\u060c \u0632\u06cc\u0627\u0631\u062a \u06a9\u0646\u0646\u062f\u0647<\/span><\/div>\r\n          <div class=\"word\">\u0632\u0646\u062c\u0631\u0647: <span>\u0646\u0648\u0639\u06cc \u062d\u0634\u0631\u0647 \u06a9\u0647 \u0627\u0632 \u062e\u0648\u062f \u0635\u062f\u0627 \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc\u06a9\u0646\u062f\u060c \u0633\u06cc\u0631\u0633\u06cc\u0631\u06a9<\/span><\/div>\r\n          <div class=\"word\">\u0645\u0635\u062d\u0641: <span>\u06a9\u062a\u0627\u0628\u060c \u06a9\u062a\u0627\u0628 \u0622\u0633\u0645\u0627\u0646\u06cc\u060c \u0642\u0631\u0622\u0646<\/span><\/div>\r\n          <div class=\"word\">\u06a9\u0627\u0645: <span>\u0622\u0631\u0632\u0648\u060c \u0645\u06cc\u0644\u060c \u062e\u0648\u0627\u0633\u062a\u0647<\/span><\/div>\r\n          <div class=\"word\">\u0627\u0646\u062f\u0631\u0632: <span>\u067e\u0646\u062f\u060c \u0646\u0635\u06cc\u062d\u062a<\/span><\/div>\r\n          <div class=\"word\">\u062f\u0631 \u067e\u0648\u0633\u062a\u06cc\u0646 \u062e\u0644\u0642 \u0627\u0641\u062a\u0627\u062f\u0646: <span>\u06a9\u0646\u0627\u06cc\u0647 \u0627\u0632 \u063a\u06cc\u0628\u062a \u06a9\u0631\u062f\u0646<\/span><\/div>\r\n          <div class=\"word\">\u0637\u0641\u0648\u0644\u06cc\u062a: <span>\u06a9\u0648\u062f\u06a9\u06cc\u060c \u062e\u0631\u062f\u0633\u0627\u0644\u06cc<\/span><\/div>\r\n          <div class=\"word\">\u0645\u062a\u0639\u0628\u062f: <span>\u0634\u06a9\u0631\u06af\u0632\u0627\u0631\u060c \u0639\u0628\u0627\u062f\u062a\u06a9\u0646\u0646\u062f\u0647<\/span><\/div>\r\n        <\/div>\r\n\r\n        <button class=\"quiz-toggle\" onclick=\"toggleQuiz(this)\">\ud83d\udcdd \u0622\u0632\u0645\u0648\u0646 \u062a\u0639\u0627\u0645\u0644\u06cc<\/button>\r\n        <div class=\"quiz-panel\">\r\n          <div class=\"quiz-question\" id=\"q2-1\">\r\n            <p>\u06f1. \"\u0627\u0628\u062f\" \u0628\u0647 \u0686\u0647 \u0645\u0639\u0646\u0627\u0633\u062a\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q2-1')\">\u0634\u0628<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q2-1')\">\u0647\u0645\u06cc\u0634\u0647<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q2-1')\">\u062f\u06cc\u0631\u0648\u0632<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q2-1')\">\u0641\u0631\u062f\u0627<\/label>\r\n          <\/div>\r\n          <div class=\"quiz-question\" id=\"q2-2\">\r\n            <p>\u06f2. \"\u0645\u0635\u062d\u0641\" \u0628\u0647 \u0686\u0647 \u0645\u0639\u0646\u0627\u0633\u062a\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q2-2')\">\u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q2-2')\">\u0642\u0631\u0622\u0646<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q2-2')\">\u06a9\u062a\u0627\u0628 \u062f\u0631\u0633\u06cc<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q2-2')\">\u0646\u0648\u0634\u062a\u0627\u0631<\/label>\r\n          <\/div>\r\n          <button class=\"quiz-submit\" onclick=\"checkAnswer(this, [\r\n            { id: 'q2-1', correct: 1, text: '\u0647\u0645\u06cc\u0634\u0647' },\r\n            { id: 'q2-2', correct: 1, text: '\u0642\u0631\u0622\u0646' }\r\n          ], '\u0628\u062e\u0634 \u06f2')\">\u062b\u0628\u062a \u067e\u0627\u0633\u062e<\/button>\r\n          <div class=\"quiz-result\"><\/div>\r\n          <div class=\"answer-key\">\r\n            <h4>\u2705 \u067e\u0627\u0633\u062e\u200c\u0647\u0627\u06cc \u062f\u0631\u0633\u062a:<\/h4>\r\n            <p>\u06f1. \u0647\u0645\u06cc\u0634\u0647<\/p>\r\n            <p>\u06f2. \u0642\u0631\u0622\u0646<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- \u0628\u062e\u0634 \u06f3 -->\r\n      <button class=\"accordion-button\" onclick=\"toggleAccordion(this)\">\r\n        \u0645\u0639\u0646\u06cc \u0634\u0639\u0631 \u0632\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645 \u0635\u0641\u062d\u0647 \u06f1\u06f2\r\n      <\/button>\r\n      <div class=\"accordion-panel\">\r\n        <div class=\"poem\">\u06f1. \u0635\u0628\u062d \u06cc\u06a9 \u0631\u0648\u0632 \u0646\u0648\u0628\u0647\u0627\u0631\u06cc \u0628\u0648\u062f \u25c8\u203b\u25c8 \u0631\u0648\u0632\u06cc \u0627\u0632 \u0631\u0648\u0632\u0647\u0627\u06cc \u0627\u0648\u0651\u0644 \u0633\u0627\u0644<\/div>\r\n        <div class=\"meaning\">\u0635\u0628\u062d \u06cc\u06a9\u06cc \u0627\u0632 \u0631\u0648\u0632 \u0647\u0627\u06cc \u0641\u0635\u0644 \u0628\u0647\u0627\u0631 \u0628\u0648\u062f \u0648 \u0633\u0627\u0644 \u062a\u062d\u0635\u06cc\u0644\u06cc \u062c\u062f\u06cc\u062f \u0622\u063a\u0627\u0632 \u0634\u062f\u0647 \u0628\u0648\u062f.<\/div>\r\n\r\n        <div class=\"poem\">\u06f2. \u0628\u0686\u0651\u0647\u200c\u0647\u0627 \u062f\u0631 \u06a9\u0644\u0627\u0633 \u062c\u0646\u06af\u0644 \u0633\u0628\u0632 \u25c8\u203b\u25c8 \u062c\u0645\u0639 \u0628\u0648\u062f\u0646\u062f \u062f\u0648\u0631 \u0647\u0645\u060c \u062e\u0648\u0634\u200c\u062d\u0627\u0644<\/div>\r\n        <div class=\"meaning\">\u0628\u0686\u0647 \u0647\u0627 \u062f\u0631 \u06a9\u0644\u0627\u0633 \u062f\u0648\u0631 \u0647\u0645 \u062c\u0645\u0639 \u0634\u062f\u0647 \u0628\u0648\u062f\u0646\u062f \u0648 \u062e\u0648\u0634\u062d\u0627\u0644 \u0628\u0648\u062f\u0646\u062f.<\/div>\r\n\r\n        <div class=\"poem\">\u06f3. \u0628\u0686\u0651\u0647\u200c\u0647\u0627 \u06af\u0631\u0645 \u06af\u0641\u062a\u200c\u0648\u06af\u0648 \u0628\u0648\u062f\u0646\u062f \u25c8\u203b\u25c8 \u0628\u0627\u0632 \u0647\u0645 \u062f\u0631 \u06a9\u0644\u0627\u0633\u060c \u063a\u0648\u063a\u0627 \u0628\u0648\u062f<\/div>\r\n        <div class=\"meaning\">\u0628\u0686\u0647 \u0647\u0627 \u0645\u0634\u063a\u0648\u0644 \u0635\u062d\u0628\u062a \u0628\u0648\u062f\u0646\u062f \u0648 \u062f\u0631 \u06a9\u0644\u0627\u0633 \u0633\u0631\u0648\u0635\u062f\u0627 \u0648 \u0634\u0644\u0648\u063a \u0628\u0648\u062f.<\/div>\r\n\r\n        <div class=\"poem\">\u06f4. \u0647\u0631 \u06cc\u06a9\u06cc \u0628\u0631\u06af \u06a9\u0648\u0686\u06a9\u06cc \u062f\u0631 \u062f\u0633\u062a \u25c8\u203b\u25c8 \u0628\u0627\u0632 \u0627\u0646\u06af\u0627\u0631\u060c \u0632\u0646\u06af \u0627\u0646\u0634\u0627 \u0628\u0648\u062f<\/div>\r\n        <div class=\"meaning\">\u0647\u0631 \u06cc\u06a9\u06cc \u0627\u0632 \u0628\u0686\u0647 \u0647\u0627 \u0628\u0631\u06af\u0647 \u0627\u06cc \u062f\u0631 \u062f\u0633\u062a \u062f\u0627\u0634\u062a\u0646\u062f \u0648 \u0642\u0631\u0627\u0631 \u0628\u0648\u062f \u0632\u0646\u06af \u0627\u0646\u0634\u0627\u0621 \u0634\u0631\u0648\u0639 \u0634\u0648\u062f.<\/div>\r\n\r\n        <div class=\"poem\">\u06f5. \u062a\u0627 \u0645\u0639\u0644\u0651\u0645 \u0632 \u06af\u0631\u062f \u0631\u0627\u0647 \u0631\u0633\u06cc\u062f \u25c8\u203b\u25c8 \u06af\u0641\u062a \u0628\u0627 \u0686\u0647\u0631\u0647\u200c\u0627\u06cc \u067e\u0631 \u0627\u0632 \u062e\u0646\u062f\u0647:<\/div>\r\n        <div class=\"meaning\">\u0647\u0645\u06cc\u0646 \u06a9\u0647 \u0622\u0645\u0648\u0632\u06af\u0627\u0631 \u0648\u0627\u0631\u062f \u06a9\u0644\u0627\u0633 \u0634\u062f \u0648 \u0631\u0633\u06cc\u062f\u060c \u062e\u0646\u062f\u0627\u0646 \u06af\u0641\u062a.<\/div>\r\n\r\n        <div class=\"poem\">\u06f6. \u0628\u0627\u0632 \u0645\u0648\u0636\u0648\u0639 \u062a\u0627\u0632\u0647\u200c\u0627\u06cc \u062f\u0627\u0631\u06cc\u0645 \u25c8\u203b\u25c8 \u00ab\u0622\u0631\u0632\u0648\u06cc \u0634\u0645\u0627 \u062f\u0631 \u0622\u06cc\u0646\u062f\u0647\u00bb<\/div>\r\n        <div class=\"meaning\">\u0628\u0631\u0627\u06cc \u0627\u0646\u0634\u0627\u0621 \u0645\u0648\u0636\u0648\u0639 \u062a\u0627\u0632\u0647 \u0627\u06cc \u062f\u0627\u0631\u06cc\u0645. \u0645\u0648\u0636\u0648\u0639 \u0622\u0631\u0632\u0648\u06cc \u0634\u0645\u0627 \u062f\u0631 \u0622\u06cc\u0646\u062f\u0647 \u0627\u0633\u062a.<\/div>\r\n\r\n        <div class=\"poem\">\u06f7. \u0634\u0628\u0646\u0645 \u0627\u0632 \u0631\u0648\u06cc \u0628\u0631\u06af \u06af\u0644\u060c \u0628\u0631\u062e\u0627\u0633\u062a \u25c8\u203b\u25c8 \u06af\u0641\u062a: \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u0645 \u0622\u0641\u062a\u0627\u0628 \u0634\u0648\u0645<\/div>\r\n        <div class=\"meaning\">\u0634\u0628\u0646\u0645 \u0628\u0644\u0646\u062f \u0634\u062f \u0648 \u06af\u0641\u062a \u0645\u0646 \u0645\u06cc\u062e\u0648\u0627\u0647\u0645 \u0622\u0641\u062a\u0627\u0628 \u0634\u0648\u0645(\u0635\u0646\u0639\u062a \u062a\u0634\u062e\u06cc\u0635)<\/div>\r\n\r\n        <div class=\"poem\">\u06f8. \u0630\u0631\u0651\u0647 \u0630\u0631\u0651\u0647 \u0628\u0647 \u0622\u0633\u0645\u0627\u0646 \u0628\u0631\u0648\u0645 \u25c8\u203b\u25c8 \u0627\u0628\u0631 \u0628\u0627\u0634\u0645\u060c \u062f\u0648\u0628\u0627\u0631\u0647 \u0622\u0628 \u0634\u0648\u0645<\/div>\r\n        <div class=\"meaning\">\u0630\u0631\u0647 \u0630\u0631\u0647 \u0628\u0627 \u0622\u0633\u0645\u0627\u0646 \u0628\u0631\u0648\u0645 \u0648 \u0628\u0647 \u0627\u0628\u0631 \u062a\u0628\u062f\u06cc\u0644 \u0634\u0648\u0645 \u0648 \u062f\u0648\u0628\u0627\u0631\u0647 \u0628\u0647 \u0622\u0628 \u062a\u0628\u062f\u06cc\u0644 \u0634\u0648\u0645.<\/div>\r\n\r\n        <div class=\"poem\">\u06f9. \u062f\u0627\u0646\u0647 \u0622\u0631\u0627\u0645 \u0628\u0631 \u0632\u0645\u06cc\u0646 \u063a\u0644\u062a\u06cc\u062f \u25c8\u203b\u25c8 \u0631\u0641\u062a \u0648 \u0627\u0646\u0634\u0627\u06cc \u06a9\u0648\u0686\u06a9\u0634 \u0631\u0627 \u062e\u0648\u0627\u0646\u062f<\/div>\r\n        <div class=\"meaning\">\u062f\u0627\u0646\u0647 \u0622\u0631\u0627\u0645 \u0622\u0631\u0627\u0645 \u0628\u0631\u0631\u0648\u06cc \u0632\u0645\u06cc\u0646 \u0686\u0631\u062e\u06cc\u062f \u0648 \u063a\u0644\u062a \u062e\u0648\u0631\u062f \u0648 \u0634\u0631\u0648\u0639 \u06a9\u0631\u062f \u0628\u0647 \u062e\u0648\u0627\u0646\u062f\u0646 \u0627\u0646\u0634\u0627\u06cc \u06a9\u0648\u0686\u06a9\u0634.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f0. \u06af\u0641\u062a: \u0628\u0627\u063a\u06cc \u0628\u0632\u0631\u06af \u062e\u0648\u0627\u0647\u0645 \u0634\u062f \u25c8\u203b\u25c8 \u062a\u0627 \u0627\u0628\u062f \u0633\u0628\u0632\u0650 \u0633\u0628\u0632 \u062e\u0648\u0627\u0647\u0645 \u0645\u0627\u0646\u062f<\/div>\r\n        <div class=\"meaning\">\u062f\u0631 \u0627\u0646\u0634\u0627\u06cc\u0634 \u06af\u0641\u062a: \u0628\u0647 \u0628\u0627\u063a\u06cc \u0628\u0632\u0631\u06af \u062a\u0628\u062f\u06cc\u0644 \u062e\u0648\u0627\u0647\u0645 \u0634\u062f \u0648 \u0647\u0645\u06cc\u0634\u0647 \u0633\u0631\u0633\u0628\u0632 \u0648\u0633\u0628\u0632 \u0631\u0646\u06af \u062e\u0648\u0627\u0647\u0645 \u0645\u0627\u0646\u062f.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f1. \u063a\u0646\u0686\u0647 \u0647\u0645 \u06af\u0641\u062a: \u06af\u0631 \u0686\u0647 \u062f\u0644 \u062a\u0646\u06af\u0645 \u25c8\u203b\u25c8 \u0645\u062b\u0644 \u0644\u0628\u062e\u0646\u062f\u060c \u0628\u0627\u0632 \u062e\u0648\u0627\u0647\u0645 \u0634\u062f<\/div>\r\n        <div class=\"meaning\">\u063a\u0646\u0686\u0647 \u06af\u0641\u062a \u0627\u06af\u0631 \u0686\u0647 \u062f\u0644 \u062a\u0646\u06af\u0645\u060c \u0645\u0627\u0646\u0646\u062f \u0644\u0628\u062e\u0646\u062f \u0628\u0627\u0632 \u062e\u0648\u0627\u0647\u0645 \u0634\u062f.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f2. \u0628\u0627 \u0646\u0633\u06cc\u0645 \u0628\u0647\u0627\u0631 \u0648 \u0628\u0644\u0628\u0644 \u0628\u0627\u063a \u25c8\u203b\u25c8 \u06af\u0631\u0645 \u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632 \u062e\u0648\u0627\u0647\u0645 \u0634\u062f<\/div>\r\n        <div class=\"meaning\">\u0628\u0627 \u0628\u0627\u062f \u0645\u0644\u0627\u06cc\u0645 \u0628\u0647\u0627\u0631 \u0648 \u0628\u0644\u0628\u0644 \u0648 \u0628\u0627\u063a\u060c \u0634\u0631\u0648\u0639 \u0628\u0647 \u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632 \u06a9\u0631\u062f\u0646 \u0645\u06cc \u06a9\u0646\u0645.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f3. \u062c\u0648\u062c\u0647 \u06af\u0646\u062c\u0634\u06a9 \u06af\u0641\u062a: \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u0645 \u25c8\u203b\u25c8 \u0641\u0627\u0631\u063a \u0627\u0632 \u0633\u0646\u06af \u0628\u0686\u0651\u0647\u200c\u0647\u0627 \u0628\u0627\u0634\u0645<\/div>\r\n        <div class=\"meaning\">\u062c\u0648\u062c\u0647 \u06af\u0646\u062c\u0634\u06a9 \u06af\u0641\u062a \u0645\u06cc \u062e\u0648\u0627\u0647\u0645 \u0627\u0632 \u0633\u0646\u06af \u0628\u0686\u0647 \u0647\u0627 \u0622\u0632\u0627\u062f \u0634\u0648\u0645.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f4. \u0631\u0648\u06cc \u0647\u0631 \u0634\u0627\u062e\u0647 \u062c\u06cc\u06a9 \u062c\u06cc\u06a9 \u06a9\u0646\u0645 \u25c8\u203b\u25c8 \u062f\u0631 \u062f\u0644 \u0622\u0633\u0645\u0627\u0646\u060c \u0631\u0647\u0627 \u0628\u0627\u0634\u0645<\/div>\r\n        <div class=\"meaning\">\u0631\u0648\u06cc \u0647\u0631 \u0634\u0627\u062e\u0647 \u0628\u0646\u0634\u06cc\u0646\u0645 \u0648 \u062c\u06cc\u06a9 \u062c\u06cc\u06a9 \u06a9\u0646\u0645 \u0648 \u0627\u0632 \u0645\u0646\u0638\u0631\u0647 \u06cc \u0622\u0633\u0645\u0627\u0646 \u0644\u0630\u062a \u0628\u0628\u0631\u0645.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f5. \u062c\u0648\u062c\u0647\u0654 \u06a9\u0648\u0686\u06a9 \u067e\u0631\u0633\u062a\u0648 \u06af\u0641\u062a: \u25c8\u203b\u25c8 \u06a9\u0627\u0634 \u0628\u0627 \u0628\u0627\u062f \u0631\u0647\u0633\u067e\u0627\u0631 \u0634\u0648\u0645<\/div>\r\n        <div class=\"meaning\">\u062c\u0648\u062c\u0647 \u06cc \u06a9\u0648\u0686\u06a9 \u067e\u0631\u0633\u062a\u0648 \u06af\u0641\u062a \u06a9\u0627\u0634 \u0628\u062a\u0648\u0627\u0646\u0645 \u0628\u0627 \u0628\u0627\u062f \u0647\u0645\u0631\u0627\u0647 \u0634\u0648\u0645.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f6. \u062a\u0627 \u0627\u0641\u0642\u200c\u0647\u0627\u06cc \u062f\u0648\u0631\u060c \u06a9\u0648\u0686 \u06a9\u0646\u0645 \u25c8\u203b\u25c8 \u0628\u0627\u0632 \u067e\u06cc\u063a\u0645\u0628\u0631 \u0628\u0647\u0627\u0631 \u0634\u0648\u0645<\/div>\r\n        <div class=\"meaning\">\u062a\u0627 \u0622\u0633\u0645\u0627\u0646 \u0647\u0627\u06cc \u062f\u0648\u0631 \u06a9\u0648\u0686 \u06a9\u0646\u0645 \u0648 \u0628\u0627\u0632 \u067e\u06cc\u0627\u0645\u0628\u0631 \u062e\u0628\u0631 \u0622\u0645\u062f\u0646 \u0628\u0647\u0627\u0631 \u0634\u0648\u0645.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f7. \u062c\u0648\u062c\u0647\u200c\u0647\u0627\u06cc \u06a9\u0628\u0648\u062a\u0631\u0627\u0646 \u06af\u0641\u062a\u0646\u062f: \u25c8\u203b\u25c8 \u06a9\u0627\u0634 \u0645\u06cc\u200c\u0634\u062f \u06a9\u0646\u0627\u0631 \u0647\u0645 \u0628\u0627\u0634\u06cc\u0645<\/div>\r\n        <div class=\"meaning\">\u062c\u0648\u062c\u0647 \u0647\u0627\u06cc \u06a9\u0628\u0648\u062a\u0631\u0627\u0646 \u06af\u0641\u062a\u0646\u062f \u0627\u06cc \u06a9\u0627\u0634 \u0645\u06cc \u062a\u0648\u0627\u0646\u0633\u062a\u06cc\u0645 \u062f\u0631 \u06a9\u0646\u0627\u0631 \u0647\u0645 \u0628\u0627\u0634\u06cc\u0645.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f8. \u062a\u0648\u06cc \u06af\u0644\u062f\u0633\u062a\u0647\u200c\u0647\u0627\u06cc \u06cc\u06a9 \u06af\u0646\u0628\u062f \u25c8\u203b\u25c8 \u0631\u0648\u0632 \u0648 \u0634\u0628\u060c \u0632\u0627\u0626\u0631 \u062d\u0631\u0645 \u0628\u0627\u0634\u06cc\u0645<\/div>\r\n        <div class=\"meaning\">\u062a\u0648\u06cc \u06af\u0644\u062f\u0633\u062a\u0647 \u0647\u0627\u06cc \u06cc\u06a9 \u06af\u0646\u0628\u062f\u060c \u0647\u0645\u0647 \u0648\u0642\u062a \u0632\u06cc\u0627\u0631\u062a \u06a9\u0646\u0646\u062f\u0647 \u06cc \u062d\u0631\u0645 \u0628\u0627\u0634\u06cc\u0645.<\/div>\r\n\r\n        <div class=\"poem\">\u06f1\u06f9. \u0632\u0646\u06af \u062a\u0641\u0631\u06cc\u062d \u0631\u0627 \u06a9\u0647 \u0632\u0646\u062c\u0631\u0647 \u0632\u062f \u25c8\u203b\u25c8 \u0628\u0627\u0632 \u0647\u0645 \u062f\u0631 \u06a9\u0644\u0627\u0633 \u063a\u0648\u063a\u0627 \u0634\u062f<\/div>\r\n        <div class=\"meaning\">\u0632\u0646\u06af \u062a\u0641\u0631\u06cc\u062d \u0631\u0627 \u06a9\u0647 \u0632\u0646\u062c\u0631\u0647 \u0632\u062f(\u0646\u0648\u0639\u06cc \u062d\u0634\u0631\u0647)\u060c \u062f\u0648\u0628\u0627\u0631\u0647 \u062f\u0631 \u06a9\u0644\u0627\u0633 \u0633\u0631\u0648\u0635\u062f\u0627 \u0648 \u0634\u0644\u0648\u063a \u0634\u062f.<\/div>\r\n\r\n        <div class=\"poem\">\u06f2\u06f0. \u0647\u0631 \u06cc\u06a9 \u0627\u0632 \u0628\u0686\u0651\u0647\u200c\u0647\u0627 \u0628\u0647 \u0633\u0648\u06cc\u06cc \u0631\u0641\u062a \u25c8\u203b\u25c8 \u0648 \u0645\u0639\u0644\u0651\u0645 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0646\u0647\u0627 \u0634\u062f<\/div>\r\n        <div class=\"meaning\">\u0647\u0645\u0647 \u06cc \u0628\u0686\u0647 \u0647\u0627 \u0628\u0647 \u0637\u0631\u0641\u06cc \u0631\u0641\u062a\u0646\u062f \u0648 \u0645\u0639\u0644\u0645 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0646\u0647\u0627 \u0634\u062f.<\/div>\r\n\r\n        <div class=\"poem\">\u06f2\u06f1. \u0628\u0627 \u062e\u0648\u062f\u0634 \u0632\u06cc\u0631 \u0644\u0628\u060c \u0686\u0646\u06cc\u0646 \u0645\u06cc\u200c\u06af\u0641\u062a: \u25c8\u203b\u25c8 \u0622\u0631\u0632\u0648\u0647\u0627\u06cc\u062a\u0627\u0646 \u0686\u0647 \u0631\u0646\u06af\u06cc\u0646 \u0627\u0633\u062a!<\/div>\r\n        <div class=\"meaning\">\u0645\u0639\u0644\u0645 \u0632\u06cc\u0631 \u0644\u0628 \u0645\u06cc \u06af\u0641\u062a \u0686\u0647 \u0622\u0631\u0632\u0648 \u0647\u0627\u06cc \u0642\u0634\u0646\u06af\u06cc \u062f\u0627\u0631\u06cc\u062f!<\/div>\r\n\r\n        <div class=\"poem\">\u06f2\u06f2. \u06a9\u0627\u0634 \u0631\u0648\u0632\u06cc \u0628\u0647 \u06a9\u0627\u0645 \u062e\u0648\u062f \u0628\u0631\u0633\u06cc\u062f\u060c \u25c8\u203b\u25c8 \u0628\u0686\u0651\u0647\u200c\u0647\u0627\u060c \u0622\u0631\u0632\u0648\u06cc \u0645\u0646 \u0627\u06cc\u0646 \u0627\u0633\u062a!<\/div>\r\n        <div class=\"meaning\">\u0627\u06cc \u06a9\u0627\u0634 \u0631\u0648\u0632\u06cc \u0628\u0647 \u0622\u0631\u0632\u0648\u06cc \u062e\u0648\u062f \u0628\u0631\u0633\u06cc\u062f. \u0627\u06cc\u0646 \u0622\u0631\u0632\u0648\u06cc \u0645\u0646 \u0627\u0633\u062a.<\/div>\r\n\r\n        <button class=\"quiz-toggle\" onclick=\"toggleQuiz(this)\">\ud83d\udcdd \u0622\u0632\u0645\u0648\u0646 \u062a\u0639\u0627\u0645\u0644\u06cc<\/button>\r\n        <div class=\"quiz-panel\">\r\n          <div class=\"quiz-question\" id=\"q3-1\">\r\n            <p>\u06f1. \u0645\u0648\u0636\u0648\u0639 \u0627\u0646\u0634\u0627 \u0686\u0647 \u0628\u0648\u062f\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q3-1')\">\u06af\u0630\u0634\u062a\u0647 \u0645\u0646<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q3-1')\">\u0622\u0631\u0632\u0648\u06cc \u0634\u0645\u0627 \u062f\u0631 \u0622\u06cc\u0646\u062f\u0647<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q3-1')\">\u0631\u0648\u0632 \u0645\u062f\u0631\u0633\u0647<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q3-1')\">\u0637\u0628\u06cc\u0639\u062a<\/label>\r\n          <\/div>\r\n          <div class=\"quiz-question\" id=\"q3-2\">\r\n            <p>\u06f2. \u06a9\u06cc \u0645\u06cc\u200c\u06af\u0648\u06cc\u062f: \"\u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u0645 \u0622\u0641\u062a\u0627\u0628 \u0634\u0648\u0645\"\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q3-2')\">\u0634\u0628\u0646\u0645<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q3-2')\">\u06af\u0644<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q3-2')\">\u0645\u0639\u0644\u0645<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q3-2')\">\u0628\u0686\u0647<\/label>\r\n          <\/div>\r\n          <button class=\"quiz-submit\" onclick=\"checkAnswer(this, [\r\n            { id: 'q3-1', correct: 1, text: '\u0622\u0631\u0632\u0648\u06cc \u0634\u0645\u0627 \u062f\u0631 \u0622\u06cc\u0646\u062f\u0647' },\r\n            { id: 'q3-2', correct: 0, text: '\u0634\u0628\u0646\u0645' }\r\n          ], '\u0628\u062e\u0634 \u06f3')\">\u062b\u0628\u062a \u067e\u0627\u0633\u062e<\/button>\r\n          <div class=\"quiz-result\"><\/div>\r\n          <div class=\"answer-key\">\r\n            <h4>\u2705 \u067e\u0627\u0633\u062e\u200c\u0647\u0627\u06cc \u062f\u0631\u0633\u062a:<\/h4>\r\n            <p>\u06f1. \u0622\u0631\u0632\u0648\u06cc \u0634\u0645\u0627 \u062f\u0631 \u0622\u06cc\u0646\u062f\u0647<\/p>\r\n            <p>\u06f2. \u0634\u0628\u0646\u0645<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- \u0628\u062e\u0634 \u06f4 -->\r\n      <button class=\"accordion-button\" onclick=\"toggleAccordion(this)\">\r\n        \u06a9\u0644\u0645\u0627\u062a \u0647\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u0647 \u062f\u0631\u0633 \u0627\u0648\u0644 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645\r\n      <\/button>\r\n      <div class=\"accordion-panel\">\r\n        <div class=\"word-list\">\r\n          <div class=\"word\">\u0627\u0633\u0627\u0633= <span>\u0627\u0633\u0627\u0633\u0627\u064b\u060c \u062a\u0627\u0633\u06cc\u0633\u060c \u0645\u0624\u0633\u0633\u060c \u0645\u0624\u0633\u0633\u0647<\/span><\/div>\r\n          <div class=\"word\">\u0645\u0648\u0646\u0633= <span>\u0627\u0646\u0633\u060c \u0645\u0627\u0646\u0648\u0633\u060c \u0627\u0646\u06cc\u0633<\/span><\/div>\r\n          <div class=\"word\">\u0639\u0646\u0627\u06cc\u062a= <span>\u06cc\u0639\u0646\u06cc\u060c \u0645\u0639\u0646\u06cc\u060c \u0645\u0639\u0646\u0648\u06cc\u060c \u0627\u0639\u062a\u0646\u0627<\/span><\/div>\r\n          <div class=\"word\">\u0638\u0644\u0645\u062a= <span>\u0638\u064c\u0644\u0627\u0645\u060c \u0645\u0638\u0644\u0645<\/span><\/div>\r\n          <div class=\"word\">\u0645\u0648\u0636\u0648\u0639= <span>\u0648\u0636\u0639\u060c \u0648\u0627\u0636\u0639\u060c \u062a\u0648\u0627\u0636\u0639\u060c \u0645\u062a\u0648\u0627\u0636\u0639\u060c \u0648\u0636\u0639\u06cc\u062a<\/span><\/div>\r\n          <div class=\"word\">\u0641\u0627\u0631\u063a= <span>\u0641\u0631\u0627\u063a\u062a\u060c \u0641\u0627\u0631\u063a \u0627\u0644\u0628\u0627\u0644\u060c \u0627\u0633\u062a\u0641\u0631\u0627\u063a<\/span><\/div>\r\n          <div class=\"word\">\u0632\u0627\u0626\u0631= <span>\u0632\u06cc\u0627\u0631\u062a\u060c \u0632\u0648\u0627\u0631<\/span><\/div>\r\n          <div class=\"word\">\u062d\u0631\u0645= <span>\u062d\u064e\u0631\u0627\u0645\u060c \u062d\u064f\u0631\u0645\u062a\u060c \u062d\u0650\u0631\u0645\u0627\u0646\u060c \u0645\u064f\u062d\u0651\u0631\u0651\u0645\u060c \u0645\u064f\u062d\u064e\u0631\u0645\u060c \u062d\u0631\u06cc\u0645\u060c \u0645\u062d\u0631\u0648\u0645\u060c \u0627\u062d\u062a\u0631\u0627\u0645\u060c \u062a\u062d\u0631\u06cc\u0645<\/span><\/div>\r\n          <div class=\"word\">\u062a\u0641\u0631\u06cc\u062d= <span>\u0641\u0631\u062d\u060c \u0645\u064f\u0641\u0631\u064e\u062d<\/span><\/div>\r\n          <div class=\"word\">\u0637\u0641\u0648\u0644\u06cc\u062a= <span>\u0637\u0641\u0644\u060c \u0637\u064f\u0641\u06cc\u0644<\/span><\/div>\r\n          <div class=\"word\">\u062a\u0639\u0628\u062f= <span>\u062a\u064e\u0639\u0628\u064f\u062f\u060c \u0639\u0628\u0627\u062f\u062a\u060c \u0645\u0639\u0628\u062f\u060c \u0639\u064f\u0628\u06cc\u062f\u060c \u0639\u0627\u0628\u062f\u060c \u0645\u0639\u0628\u0648\u062f\u060c \u0639\u0628\u0648\u062f\u06cc\u062a\u060c \u0639\u064e\u0628\u062f<\/span><\/div>\r\n          <div class=\"word\">\u0637\u0627\u06cc\u0641\u0647= <span>\u0637\u0648\u0627\u06cc\u0641<\/span><\/div>\r\n          <div class=\"word\">\u062e\u064e\u0644\u0642= <span>\u062e\u0644\u0642\u060c \u062e\u0644\u0642\u062a\u060c \u062e\u0627\u0644\u0642\u060c \u062e\u0644\u0627\u0642\u060c \u0645\u062e\u0644\u0648\u0642<\/span><\/div>\r\n        <\/div>\r\n\r\n        <button class=\"quiz-toggle\" onclick=\"toggleQuiz(this)\">\ud83d\udcdd \u0622\u0632\u0645\u0648\u0646 \u062a\u0639\u0627\u0645\u0644\u06cc<\/button>\r\n        <div class=\"quiz-panel\">\r\n          <div class=\"quiz-question\" id=\"q4-1\">\r\n            <p>\u06f1. \u06a9\u062f\u0627\u0645 \u06cc\u06a9 \u0627\u0632 \u062e\u0627\u0646\u0648\u0627\u062f\u0647 \"\u0627\u0633\u0627\u0633\" \u0627\u0633\u062a\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q4-1')\">\u0627\u0633\u0627\u0633\u0627\u064b<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q4-1')\">\u0627\u0633\u0631\u0627\u0641<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q4-1')\">\u0627\u0633\u06a9\u0646\u062f\u0631<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q4-1')\">\u0627\u0633\u0644\u062d\u0647<\/label>\r\n          <\/div>\r\n          <div class=\"quiz-question\" id=\"q4-2\">\r\n            <p>\u06f2. \"\u062d\u0631\u06cc\u0645\" \u0627\u0632 \u06a9\u062f\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u0647 \u0627\u0633\u062a\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q4-2')\">\u062d\u0631\u0627\u0645<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q4-2')\">\u062a\u0641\u0631\u06cc\u062d<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q4-2')\">\u0632\u0627\u0626\u0631<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q4-2')\">\u0645\u0648\u0636\u0648\u0639<\/label>\r\n          <\/div>\r\n          <button class=\"quiz-submit\" onclick=\"checkAnswer(this, [\r\n            { id: 'q4-1', correct: 0, text: '\u0627\u0633\u0627\u0633\u0627\u064b' },\r\n            { id: 'q4-2', correct: 0, text: '\u062d\u0631\u0627\u0645' }\r\n          ], '\u0628\u062e\u0634 \u06f4')\">\u062b\u0628\u062a \u067e\u0627\u0633\u062e<\/button>\r\n          <div class=\"quiz-result\"><\/div>\r\n          <div class=\"answer-key\">\r\n            <h4>\u2705 \u067e\u0627\u0633\u062e\u200c\u0647\u0627\u06cc \u062f\u0631\u0633\u062a:<\/h4>\r\n            <p>\u06f1. \u0627\u0633\u0627\u0633\u0627\u064b<\/p>\r\n            <p>\u06f2. \u062d\u0631\u0627\u0645<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- \u0628\u062e\u0634 \u06f5 -->\r\n      <button class=\"accordion-button\" onclick=\"toggleAccordion(this)\">\r\n        \u0645\u062a\u0636\u0627\u062f \u062f\u0631\u0633 \u0627\u0648\u0644 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645 \u0632\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634\r\n      <\/button>\r\n      <div class=\"accordion-panel\">\r\n        <div class=\"word-list\">\r\n          <div class=\"word\">\u0627\u0648\u0644 \u2260 <span>\u0622\u062e\u0631<\/span><\/div>\r\n          <div class=\"word\">\u0622\u06cc\u0646\u062f\u0647 \u2260 <span>\u06af\u0630\u0634\u062a\u0647<\/span><\/div>\r\n          <div class=\"word\">\u0628\u0631 \u062e\u0627\u0633\u062a \u2260 <span>\u0628\u0646\u0634\u0633\u062a<\/span><\/div>\r\n          <div class=\"word\">\u062a\u0627\u0632\u0647 \u2260 <span>\u06a9\u0647\u0646\u0647<\/span><\/div>\r\n          <div class=\"word\">\u062e\u0646\u062f\u0647 \u2260 <span>\u06af\u0631\u06cc\u0647<\/span><\/div>\r\n          <div class=\"word\">\u062e\u0648\u0634 \u062d\u0627\u0644 \u2260 <span>\u0646\u0627\u0631\u0627\u062d\u062a\u060c \u062f\u0644\u062a\u0646\u06af<\/span><\/div>\r\n          <div class=\"word\">\u0635\u0628\u062d \u2260 <span>\u0634\u0628<\/span><\/div>\r\n          <div class=\"word\">\u063a\u0631\u06cc\u0628 \u2260 <span>\u0622\u0634\u0646\u0627<\/span><\/div>\r\n          <div class=\"word\">\u063a\u0648\u063a\u0627 \u2260 <span>\u0622\u0631\u0627\u0645\u0634<\/span><\/div>\r\n          <div class=\"word\">\u0641\u0627\u0631\u063a \u2260 <span>\u06af\u0631\u0641\u062a\u0627\u0631<\/span><\/div>\r\n          <div class=\"word\">\u0642\u0631\u06cc\u0628 \u2260 <span>\u062f\u0648\u0631\u060c \u0628\u0639\u06cc\u062f<\/span><\/div>\r\n          <div class=\"word\">\u0646\u0632\u062f\u06cc\u06a9 \u2260 <span>\u0628\u0639\u06cc\u062f\u060c \u062f\u0648\u0631<\/span><\/div>\r\n          <div class=\"word\">\u062d\u06a9\u0627\u06cc\u062a \u2260 <span>\u0627\u0646\u062f\u0631\u0632 \u067e\u062f\u0631<\/span><\/div>\r\n          <div class=\"word\">\u062e\u0641\u062a\u0647 \u2260 <span>\u0628\u06cc\u062f\u0627\u0631<\/span><\/div>\r\n          <div class=\"word\">\u0639\u0632\u06cc\u0632 \u2260 <span>\u0630\u0644\u06cc\u0644<\/span><\/div>\r\n          <div class=\"word\">\u063a\u0641\u0644\u062a \u2260 <span>\u0628\u0627\u062e\u0628\u0631\u06cc \u0648 \u0622\u06af\u0627\u0647\u06cc<\/span><\/div>\r\n        <\/div>\r\n\r\n        <button class=\"quiz-toggle\" onclick=\"toggleQuiz(this)\">\ud83d\udcdd \u0622\u0632\u0645\u0648\u0646 \u062a\u0639\u0627\u0645\u0644\u06cc<\/button>\r\n        <div class=\"quiz-panel\">\r\n          <div class=\"quiz-question\" id=\"q5-1\">\r\n            <p>\u06f1. \u0645\u062a\u0636\u0627\u062f \"\u0622\u06cc\u0646\u062f\u0647\" \u06a9\u062f\u0627\u0645 \u0627\u0633\u062a\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q5-1')\">\u06af\u0630\u0634\u062a\u0647<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q5-1')\">\u062d\u0627\u0644<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q5-1')\">\u0641\u0631\u062f\u0627<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q5-1')\">\u0627\u0645\u0631\u0648\u0632<\/label>\r\n          <\/div>\r\n          <div class=\"quiz-question\" id=\"q5-2\">\r\n            <p>\u06f2. \u0645\u062a\u0636\u0627\u062f \"\u062e\u0648\u0634 \u062d\u0627\u0644\" \u06a9\u062f\u0627\u0645 \u0627\u0633\u062a\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q5-2')\">\u0634\u0627\u062f<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q5-2')\">\u062f\u0644\u062a\u0646\u06af<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q5-2')\">\u062e\u0646\u062f\u0627\u0646<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q5-2')\">\u0633\u0631\u0634\u0627\u0631<\/label>\r\n          <\/div>\r\n          <button class=\"quiz-submit\" onclick=\"checkAnswer(this, [\r\n            { id: 'q5-1', correct: 0, text: '\u06af\u0630\u0634\u062a\u0647' },\r\n            { id: 'q5-2', correct: 1, text: '\u062f\u0644\u062a\u0646\u06af' }\r\n          ], '\u0628\u062e\u0634 \u06f5')\">\u062b\u0628\u062a \u067e\u0627\u0633\u062e<\/button>\r\n          <div class=\"quiz-result\"><\/div>\r\n          <div class=\"answer-key\">\r\n            <h4>\u2705 \u067e\u0627\u0633\u062e\u200c\u0647\u0627\u06cc \u062f\u0631\u0633\u062a:<\/h4>\r\n            <p>\u06f1. \u06af\u0630\u0634\u062a\u0647<\/p>\r\n            <p>\u06f2. \u062f\u0644\u062a\u0646\u06af<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- \u0628\u062e\u0634 \u06f6 -->\r\n      <button class=\"accordion-button\" onclick=\"toggleAccordion(this)\">\r\n        \u06a9\u0644\u0645\u0627\u062a \u0645\u0647\u0645 \u0627\u0645\u0644\u0627\u06cc\u06cc \u0632\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645\r\n      <\/button>\r\n      <div class=\"accordion-panel\">\r\n        <p class=\"meaning\">\r\n          <span class=\"highlight\">\u063a\u0648\u063a\u0627<\/span>\u060c \r\n          <span class=\"highlight\">\u06af\u0641\u062a \u0648 \u06af\u0648<\/span>\u060c \r\n          <span class=\"highlight\">\u0645\u0648\u0636\u0648\u0639 \u062a\u0627\u0632\u0647 \u0627\u06cc<\/span>\u060c \r\n          <span class=\"highlight\">\u0628\u0631\u062e\u0627\u0633\u062a<\/span>\u060c \r\n          <span class=\"highlight\">\u0627\u0628\u062f<\/span>\u060c \r\n          <span class=\"highlight\">\u0646\u0633\u06cc\u0645<\/span>\u060c \r\n          <span class=\"highlight\">\u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632<\/span>\u060c \r\n          <span class=\"highlight\">\u06af\u0646\u062c\u0634\u06a9<\/span>\u060c \r\n          <span class=\"highlight\">\u0631\u0647\u0627<\/span>\u060c \r\n          <span class=\"highlight\">\u0631\u0647\u0633\u067e\u0627\u0631<\/span>\u060c \r\n          <span class=\"highlight\">\u0627\u0641\u0642 \u0647\u0627<\/span>\u060c \r\n          <span class=\"highlight\">\u0632\u0627\u0626\u0631<\/span>\u060c \r\n          <span class=\"highlight\">\u062d\u0631\u0645<\/span>\u060c \r\n          <span class=\"highlight\">\u0632\u0646\u06af \u062a\u0641\u0631\u06cc\u062d<\/span>\u060c \r\n          <span class=\"highlight\">\u062f\u0644 \u062a\u0646\u06af<\/span>\u060c \r\n          <span class=\"highlight\">\u0627\u0641\u0642<\/span>\u060c \r\n          <span class=\"highlight\">\u06af\u0644\u200c\u062f\u0633\u062a\u0647<\/span>\u060c \r\n          <span class=\"highlight\">\u0632\u0646\u062c\u0631\u0647<\/span>\u060c \r\n          <span class=\"highlight\">\u0630\u0631\u0651\u0647 \u0630\u0631\u0651\u0647<\/span>\u060c \r\n          <span class=\"highlight\">\u063a\u0644\u062a\u06cc\u062f<\/span>\u060c \r\n          <span class=\"highlight\">\u0641\u0627\u0631\u063a<\/span>\u060c \r\n          <span class=\"highlight\">\u067e\u06cc\u063a\u0645\u0628\u0631<\/span>\u060c \r\n          <span class=\"highlight\">\u06af\u0646\u0628\u062f<\/span>\r\n        <\/p>\r\n\r\n        <button class=\"quiz-toggle\" onclick=\"toggleQuiz(this)\">\ud83d\udcdd \u0622\u0632\u0645\u0648\u0646 \u062a\u0639\u0627\u0645\u0644\u06cc<\/button>\r\n        <div class=\"quiz-panel\">\r\n          <div class=\"quiz-question\" id=\"q6-1\">\r\n            <p>\u06f1. \u06a9\u062f\u0627\u0645 \u06cc\u06a9 \u062f\u0631\u0633\u062a \u0646\u0648\u0634\u062a\u0647 \u0634\u062f\u0647\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q6-1')\">\u063a\u0648\u063a\u0622<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q6-1')\">\u06af\u0641\u062a \u0648 \u06af\u0648<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q6-1')\">\u0628\u0631 \u062e\u0627\u0633\u062a<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q6-1')\">\u0627 \u0628 \u062f<\/label>\r\n          <\/div>\r\n          <div class=\"quiz-question\" id=\"q6-2\">\r\n            <p>\u06f2. \"\u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632\" \u062f\u0631\u0633\u062a \u0627\u0633\u062a \u06cc\u0627 \"\u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632\"\u061f<\/p>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q6-2')\">\u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632<\/label>\r\n            <label class=\"quiz-option\" onclick=\"selectOption(this, 'q6-2')\">\u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632<\/label>\r\n          <\/div>\r\n          <button class=\"quiz-submit\" onclick=\"checkAnswer(this, [\r\n            { id: 'q6-1', correct: 1, text: '\u06af\u0641\u062a \u0648 \u06af\u0648' },\r\n            { id: 'q6-2', correct: 0, text: '\u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632' }\r\n          ], '\u0628\u062e\u0634 \u06f6')\">\u062b\u0628\u062a \u067e\u0627\u0633\u062e<\/button>\r\n          <div class=\"quiz-result\"><\/div>\r\n          <div class=\"answer-key\">\r\n            <h4>\u2705 \u067e\u0627\u0633\u062e\u200c\u0647\u0627\u06cc \u062f\u0631\u0633\u062a:<\/h4>\r\n            <p>\u06f1. \u06af\u0641\u062a \u0648 \u06af\u0648<\/p>\r\n            <p>\u06f2. \u0631\u0627\u0632 \u0648 \u0646\u06cc\u0627\u0632<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- Final Report Card -->\r\n    <div class=\"report-card\" id=\"reportCard\">\r\n      <h3>\ud83d\udcca \u06a9\u0627\u0631\u0646\u0627\u0645\u0647 \u0646\u0647\u0627\u06cc\u06cc \u0622\u0632\u0645\u0648\u0646\u200c\u0647\u0627<\/h3>\r\n      <table>\r\n        <thead>\r\n          <tr>\r\n            <th>\u0628\u062e\u0634<\/th>\r\n            <th>\u062a\u0639\u062f\u0627\u062f \u0633\u0648\u0627\u0644<\/th>\r\n            <th>\u062f\u0631\u0633\u062a<\/th>\r\n            <th>\u0646\u0645\u0631\u0647<\/th>\r\n          <\/tr>\r\n        <\/thead>\r\n        <tbody id=\"reportBody\">\r\n          <!-- \u067e\u0631 \u0645\u06cc\u200c\u0634\u0648\u062f \u0628\u0627 \u062c\u0627\u0648\u0627\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a -->\r\n        <\/tbody>\r\n        <tfoot>\r\n          <tr class=\"total\">\r\n            <td>\u062c\u0645\u0639 \u06a9\u0644<\/td>\r\n            <td id=\"total-questions\">0<\/td>\r\n            <td id=\"total-correct\">0<\/td>\r\n            <td id=\"total-score\">0%<\/td>\r\n          <\/tr>\r\n        <\/tfoot>\r\n      <\/table>\r\n      <div class=\"feedback\" id=\"feedback\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"footer\">\r\n      \ud83c\udf38 \u0622\u0645\u0627\u062f\u0647 \u0634\u062f\u0647 \u0628\u0627 \u0639\u0634\u0642 \u0628\u0631\u0627\u06cc \u062f\u0627\u0646\u0634\u200c\u0622\u0645\u0648\u0632\u0627\u0646 \u067e\u0627\u06cc\u0647 \u0647\u0641\u062a\u0645 | \u062f\u0631\u0633 \u0627\u0648\u0644 \u0641\u0627\u0631\u0633\u06cc: \u0632\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- JavaScript -->\r\n  <script>\r\n    \/\/ \u0630\u062e\u06cc\u0631\u0647 \u0646\u062a\u0627\u06cc\u062c\r\n    const results = {};\r\n\r\n    \/\/ Toggle Accordion\r\n    function toggleAccordion(button) {\r\n      const panel = button.nextElementSibling;\r\n      if (button.classList.contains('active')) {\r\n        button.classList.remove('active');\r\n        panel.classList.remove('open');\r\n        return;\r\n      }\r\n      document.querySelectorAll('.accordion-button').forEach(b => b.classList.remove('active'));\r\n      document.querySelectorAll('.accordion-panel').forEach(p => p.classList.remove('open'));\r\n      button.classList.add('active');\r\n      panel.classList.add('open');\r\n    }\r\n\r\n    \/\/ Toggle Quiz\r\n    function toggleQuiz(button) {\r\n      const panel = button.nextElementSibling;\r\n      if (button.classList.contains('active')) {\r\n        button.classList.remove('active');\r\n        panel.classList.remove('open');\r\n        return;\r\n      }\r\n      const allToggles = button.parentElement.querySelectorAll('.quiz-toggle');\r\n      const allPanels = button.parentElement.querySelectorAll('.quiz-panel');\r\n      allToggles.forEach(b => b.classList.remove('active'));\r\n      allPanels.forEach(p => p.classList.remove('open'));\r\n      button.classList.add('active');\r\n      panel.classList.add('open');\r\n    }\r\n\r\n    \/\/ Select Option\r\n    function selectOption(label, questionId) {\r\n      const options = document.querySelectorAll(`#${questionId} .quiz-option`);\r\n      options.forEach(opt => opt.classList.remove('selected'));\r\n      label.classList.add('selected');\r\n    }\r\n\r\n    \/\/ Check Answer\r\n    function checkAnswer(button, questions, sectionName) {\r\n      const quiz = button.parentElement;\r\n      const resultDiv = quiz.querySelector('.quiz-result');\r\n      const answerKey = quiz.querySelector('.answer-key');\r\n      let correctCount = 0;\r\n      const totalCount = questions.length;\r\n      let resultHTML = '<h4>\ud83d\udcca \u0646\u062a\u06cc\u062c\u0647 \u0622\u0632\u0645\u0648\u0646:<\/h4>';\r\n\r\n      questions.forEach(q => {\r\n        const selected = document.querySelector(`#${q.id} .quiz-option.selected`);\r\n        const options = document.querySelectorAll(`#${q.id} .quiz-option`);\r\n        const selectedText = selected ? selected.textContent : \"\u0646\u062f\u0627\u0631\u062f\";\r\n        const correctText = options[q.correct].textContent;\r\n\r\n        if (selected && Array.from(options).indexOf(selected) === q.correct) {\r\n          resultHTML += `<p>\u2705 \u0633\u0648\u0627\u0644: <strong>\"${q.text}\"<\/strong><br>\u0634\u0645\u0627: \"${selectedText}\" \u2192 \u062f\u0631\u0633\u062a!<\/p>`;\r\n          correctCount++;\r\n        } else {\r\n          resultHTML += `<p>\u274c \u0633\u0648\u0627\u0644: <strong>\"${q.text}\"<\/strong><br>\u0634\u0645\u0627: \"${selectedText}\"<br>\u062f\u0631\u0633\u062a: \"${correctText}\"<\/p>`;\r\n        }\r\n      });\r\n\r\n      resultHTML += `<p><strong>\u0646\u062a\u06cc\u062c\u0647: ${correctCount} \u0627\u0632 ${totalCount} \u062f\u0631\u0633\u062a.<\/strong><\/p>`;\r\n      resultDiv.innerHTML = resultHTML;\r\n      resultDiv.className = correctCount === totalCount ? \"quiz-result correct\" : \"quiz-result incorrect\";\r\n      resultDiv.style.display = \"block\";\r\n      answerKey.style.display = \"block\";\r\n\r\n      \/\/ \u0630\u062e\u06cc\u0631\u0647 \u0646\u062a\u06cc\u062c\u0647 \u0628\u0631\u0627\u06cc \u06a9\u0627\u0631\u0646\u0627\u0645\u0647\r\n      results[sectionName] = { correct: correctCount, total: totalCount };\r\n      updateReportCard();\r\n    }\r\n\r\n    \/\/ \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u06a9\u0627\u0631\u0646\u0627\u0645\u0647\r\n    function updateReportCard() {\r\n      const body = document.getElementById('reportBody');\r\n      const totalQ = document.getElementById('total-questions');\r\n      const totalC = document.getElementById('total-correct');\r\n      const totalS = document.getElementById('total-score');\r\n      const feedback = document.getElementById('feedback');\r\n      body.innerHTML = '';\r\n\r\n      let totalQuestions = 0;\r\n      let totalCorrect = 0;\r\n\r\n      Object.keys(results).forEach(section => {\r\n        const res = results[section];\r\n        totalQuestions += res.total;\r\n        totalCorrect += res.correct;\r\n        const score = Math.round((res.correct \/ res.total) * 100);\r\n        const row = `<tr>\r\n          <td>${section}<\/td>\r\n          <td>${res.total}<\/td>\r\n          <td>${res.correct}<\/td>\r\n          <td>${score}%<\/td>\r\n        <\/tr>`;\r\n        body.innerHTML += row;\r\n      });\r\n\r\n      totalQ.textContent = totalQuestions;\r\n      totalC.textContent = totalCorrect;\r\n      const finalScore = totalQuestions > 0 ? Math.round((totalCorrect \/ totalQuestions) * 100) : 0;\r\n      totalS.textContent = finalScore + '%';\r\n\r\n      \/\/ \u0628\u0627\u0632\u062e\u0648\u0631\u062f\r\n      if (finalScore >= 90) feedback.textContent = '\ud83c\udf89 \u0639\u0627\u0644\u06cc! \u0634\u0645\u0627 \u0648\u0627\u0642\u0639\u0627\u064b \u0645\u0637\u0627\u0644\u0628 \u0631\u0627 \u0628\u0647 \u062e\u0648\u0628\u06cc \u06cc\u0627\u062f \u06af\u0631\u0641\u062a\u0647\u200c\u0627\u06cc\u062f.';\r\n      else if (finalScore >= 70) feedback.textContent = '\ud83d\udc4f \u062e\u0648\u0628! \u0628\u0627 \u06a9\u0645\u06cc \u062a\u0645\u0631\u06cc\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0647 \u062f\u0631\u0635\u062f \u0628\u0627\u0644\u0627\u062a\u0631\u06cc \u0628\u0631\u0633\u06cc\u062f.';\r\n      else feedback.textContent = '\ud83d\udcda \u062e\u0648\u0628 \u0627\u0633\u062a \u06a9\u0647 \u062f\u0648\u0628\u0627\u0631\u0647 \u0645\u0637\u0627\u0644\u0628 \u0631\u0627 \u0645\u0631\u0648\u0631 \u06a9\u0646\u06cc\u062f. \u0645\u0648\u0641\u0642 \u0628\u0627\u0634\u06cc\u062f!';\r\n\r\n      if (totalQuestions > 0) {\r\n        document.getElementById('reportCard').style.display = 'block';\r\n      }\r\n    }\r\n\r\n    \/\/ Color Picker\r\n    document.getElementById('colorToggle').addEventListener('click', () => {\r\n      document.getElementById('colorPicker').classList.toggle('active');\r\n    });\r\n    document.getElementById('mainColor').addEventListener('input', function () {\r\n      const color = this.value;\r\n      document.documentElement.style.setProperty('--border-color', color);\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0220802 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0220802\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f8307d\" data-id=\"6f8307d\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9c0f95e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9c0f95e\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0c41e5f\" data-id=\"0c41e5f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b404a04 elementor-widget elementor-widget-text-editor\" data-id=\"b404a04\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.9.0 - 06-12-2022 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:right;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p style=\"direction: ltr;\">\u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u06f2\u06f4 \u0633\u0627\u0639\u062a\u0647\u060c \u06f7 \u0631\u0648\u0632 \u0647\u0641\u062a\u0647\u00a0 \u00a0 \u00a0|\u00a0 \u00a0 \u0634\u0645\u0627\u0631\u0647 \u062a\u0645\u0627\u0633: <span style=\"color: #ffffff;\"><strong style=\"font-family: iranyekan;\">09013968650<\/strong><\/span><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5bfdf5c\" data-id=\"5bfdf5c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-37cbb1b elementor-widget elementor-widget-text-editor\" data-id=\"37cbb1b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc<\/a>\u00a0 \u00a0 \u00a0 <img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1297\" src=\"http:\/\/astra.dev-wp.ir\/Certified-Life\/wp-content\/uploads\/2022\/04\/arrow-left.svg\" alt=\"\" width=\"12\" height=\"12\" \/><\/span><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-uael-partstyle=\"nasa\" data-uael-partcolor=\"#FFFFFF\" data-uael-partopacity=\"\" data-uael-partdirection=\"bottom\" class=\"elementor-section elementor-top-section elementor-element elementor-element-64bb720 uael-particle-yes elementor-section-boxed elementor-section-height-default elementor-section-height-default uael-particle-adv-no\" data-id=\"64bb720\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;curve-asymmetrical&quot;,&quot;shape_divider_bottom&quot;:&quot;curve-asymmetrical&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0,0c0,0,0,6,0,6.7c0,18,240.2,93.6,615.2,92.6C989.8,98.5,1000,25,1000,6.7c0-0.7,0-6.7,0-6.7H0z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0,0c0,0,0,6,0,6.7c0,18,240.2,93.6,615.2,92.6C989.8,98.5,1000,25,1000,6.7c0-0.7,0-6.7,0-6.7H0z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d63693e\" data-id=\"d63693e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5888a79 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5888a79\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d7eb2db\" data-id=\"d7eb2db\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fcffc2c elementor-widget elementor-widget-image\" data-id=\"fcffc2c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.9.0 - 06-12-2022 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"344\" height=\"211\" src=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/QuickRegister-title.png\" class=\"attachment-large size-large wp-image-1630\" alt=\"\" srcset=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/QuickRegister-title.png 344w, https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/QuickRegister-title-300x184.png 300w\" sizes=\"auto, (max-width: 344px) 100vw, 344px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8241924 subscribephone\" data-id=\"8241924\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f023587 elementor-widget elementor-widget-html\" data-id=\"f023587\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div>\n    <table class=\"tblformsubs\">\n         <tr><td><input placeholder=\"\u0646\u0627\u0645 ( \u0628\u0635\u0648\u0631\u062a \u0641\u0627\u0631\u0633\u06cc)\" class=\"txtform\" type=\"text\" \/> <\/td><td><input class=\"txtform\" placeholder=\"\u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc ( \u0628\u0635\u0648\u0631\u062a \u0641\u0627\u0631\u0633\u06cc )\" type=\"text\" \/><\/td><\/tr>\n       \n    <\/table>\n     <table class=\"tblformsubs\">\n         <tr><td><input placeholder=\"\u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647 \u062e\u0648\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f\" class=\"txtform\" type=\"text\" \/> <\/td><\/tr>\n       \n    <\/table>\n    \n    \n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f417e4c uael-button-halign-right uael-button-stack-none elementor-widget elementor-widget-uael-buttons\" data-id=\"f417e4c\" data-element_type=\"widget\" data-widget_type=\"uael-buttons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"uael-dual-button-outer-wrap\">\r\n\t\t\t<div class=\"uael-dual-button-wrap\">\r\n\t\t\t\t\t\t\t\t<div class=\"uael-button-wrapper elementor-button-wrapper uael-dual-button elementor-repeater-item-277089d uael-dual-button-0\">\r\n\t\t\t\t\t<a class=\"elementor-button-link elementor-button elementor-size-sm elementor-button-link\" href=\"#\">\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper uael-buttons-icon-\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-align-icon- elementor-button-icon\">\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text elementor-inline-editing\" data-elementor-setting-key=\"buttons.0.text\" data-elementor-inline-editing-toolbar=\"none\">\u0642\u0628\u0644\u0627 \u0639\u0636\u0648 \u0634\u062f\u0645 !<\/span>\r\n\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"uael-button-wrapper elementor-button-wrapper uael-dual-button elementor-repeater-item-7a0efd5 uael-dual-button-1\">\r\n\t\t\t\t\t<a class=\"elementor-button-link elementor-button elementor-size-sm elementor-button-link\" href=\"#\">\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper uael-buttons-icon- elementor-button-content-wrapper uael-buttons-icon-\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-align-icon- elementor-button-icon\">\r\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text elementor-inline-editing\" data-elementor-setting-key=\"buttons.1.text\" data-elementor-inline-editing-toolbar=\"none\">\u062b\u0628\u062a \u0646\u0627\u0645 \u0641\u0648\u0631\u06cc<\/span>\r\n\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-742ccb1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"742ccb1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8461f84\" data-id=\"8461f84\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-35a4f9e boxinfo elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35a4f9e\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ce611a0\" data-id=\"ce611a0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b99c09 elementor-widget elementor-widget-text-editor\" data-id=\"3b99c09\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\u0645\u0634\u062a\u0631\u06cc \u0647\u0645\u06cc\u0634\u06af\u06cc \u0645\u0627 \u062e\u0648\u0627\u0647\u06cc\u062f \u0634\u062f \u060c \u0634\u0631\u0637 \u0645\u06cc\u0628\u0646\u062f\u06cc\u0645 !<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dad8626 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dad8626\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2d1bf2a\" data-id=\"2d1bf2a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da8e031 elementor-widget elementor-widget-image\" data-id=\"da8e031\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"252\" height=\"89\" src=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/article-min.png\" class=\"attachment-large size-large wp-image-1760\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bc51e52 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bc51e52\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-92e87ad\" data-id=\"92e87ad\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3572d7b uael-post__cta-fullwidth-yes elementor-widget elementor-widget-uael-posts\" data-id=\"3572d7b\" data-element_type=\"widget\" data-settings=\"{&quot;card_slides_to_show&quot;:3,&quot;card_slides_to_show_tablet&quot;:2,&quot;card_slides_to_show_mobile&quot;:1}\" data-widget_type=\"uael-posts.card\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"uael-post__header\">\r\n\t\t\t\t\t<\/div>\r\n\t\t<div class=\"uael-post__body\">\r\n\t\t\t\r\n\t\t\r\n\t\t<div class=\"uael-post-grid uael-posts\" data-query-type=\"custom\" data-structure=\"masonry\" data-layout=\"masonry\" data-page=\"1355\" data-skin=\"card\" data-filter-default=\"\" data-offset-top=\"30\" >\r\n\r\n\t\t\t\t\t\t\t<div class=\"uael-post-grid__inner uael-post__columns-3 uael-post__columns-tablet-2 uael-post__columns-mobile-1 uael-post-masonry\">\r\n\t\t\t\r\n<div class=\"uael-post-wrapper   \u062a\u0628\u0644\u06cc\u063a\u0627\u062a-\u067e\u06cc\u0627\u0645\u06a9\u06cc \">\r\n\t<div class=\"uael-post__bg-wrap\">\r\n\r\n\t\t\t\t\r\n\t\t<div class=\"uael-post__inner-wrap \">\r\n\r\n\t\t\t\t<div class=\"uael-post__thumbnail\">\r\n\t\t\t\r\n\t\t\t<a href=\"https:\/\/darsyarai.ir\/?p=1777\" target=\"_self\" title=\"\u0631\u0648\u0634 \u0647\u0627\u06cc\u062c\u06a9 \u062c\u062f\u06cc\u062f\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/51-1024x768-1.jpg\" class=\"attachment-full size-full wp-image-1786\" alt=\"\" srcset=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/51-1024x768-1.jpg 1024w, https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/51-1024x768-1-300x225.jpg 300w, https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/51-1024x768-1-768x576.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"uael-post__content-wrap\">\r\n\r\n\t\t\t\t\t<h4 class=\"uael-post__title\">\r\n\r\n\t\t\r\n\t\t\t\t\t\t<a href=\"https:\/\/darsyarai.ir\/?p=1777\" target=\"_self\">\r\n\t\t\t\t\u0631\u0648\u0634 \u0647\u0627\u06cc\u062c\u06a9 \u062c\u062f\u06cc\u062f\t\t\t<\/a>\r\n\r\n\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"uael-post__meta-data\">\r\n\t\t\t\t\t<span class=\"uael-post__date\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa fa-calendar\"><\/i>\t\t\t\t\t\t\t\t\t\r\n\t\t\t\u0645\u06cc 16, 2022\t\t<\/span>\r\n\t\t\t\t<span class=\"uael-post__comments\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa fa-comments\"><\/i>\t\t\t\t\t\t\t\t\t\t\u0628\u062f\u0648\u0646 \u062f\u06cc\u062f\u06af\u0627\u0647\t\t<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"uael-post__separator\"><\/div>\r\n\t\t<div class=\"uael-post__excerpt\">\r\n\t\t\t<p>\u0627\u0645\u0631\u0648\u0632\u0647 \u0628\u0627 \u0641\u0631\u0627\u06af\u06cc\u0631 \u0634\u062f\u0646 \u0627\u06cc\u0646\u062a\u0631\u0646\u062a \u0648 \u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9 \u06af\u0630\u0627\u0634\u062a\u0646 \u06af\u0633\u062a\u0631\u062f\u0647 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u062f\u0631 \u0628\u0633\u062a\u0631 \u0648\u0628\u060c \u0627\u0645\u0646\u06cc\u062a \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0628\u0647 \u0645\u0648\u0636\u0648\u0639 \u0628\u0633\u06cc\u0627\u0631 \u0645\u0647\u0645\u06cc \u062a\u0628\u062f\u06cc\u0644 \u0634\u062f\u0647 \u0627\u0633\u062a \u06a9\u0647 \u0628\u0647 \u0633\u0627\u062f\u06af\u06cc \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0627\u0632 \u06a9\u0646\u0627\u0631 \u0622\u0646 \u0628\u06af\u0630\u0631\u06cc\u0645. \u0647\u06a9\u0631\u0647\u0627 \u0627\u0632 \u0631\u0627\u0647 \u0648 \u0631\u0648\u0634\u200c\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641\u06cc \u0628\u0631\u0627\u06cc\u00a0\u0633\u0631\u0642\u062a \u0627\u0637\u0644\u0627\u0639\u0627\u062a\u00a0\u0645\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f <\/p>\n\t\t<\/div>\r\n\r\n\t\t\t\t\t<a class=\"uael-post__read-more elementor-button\" href=\"https:\/\/darsyarai.ir\/?p=1777\" target=\"_self\" aria-labelledby=\"uael-post-1777\">\r\n\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-left\">\r\n\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<span class=\"elementor-button-text\" id=uael-post-1777>\u0627\u062f\u0627\u0645\u0647 \u0645\u0637\u0644\u0628 <\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t<\/a>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\r\n\t\t<\/div>\r\n\t\t\r\n\t<\/div>\r\n\r\n<\/div>\r\n\r\n<div class=\"uael-post-wrapper   \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc-\u0646\u0634\u062f\u0647 \u062a\u0628\u0644\u06cc\u063a\u0627\u062a-\u067e\u06cc\u0627\u0645\u06a9\u06cc \">\r\n\t<div class=\"uael-post__bg-wrap\">\r\n\r\n\t\t\t\t\r\n\t\t<div class=\"uael-post__inner-wrap \">\r\n\r\n\t\t\t\t<div class=\"uael-post__thumbnail\">\r\n\t\t\t\r\n\t\t\t<a href=\"https:\/\/darsyarai.ir\/?p=1778\" target=\"_self\" title=\"\u0622\u06af\u0627\u0647\u06cc \u0628\u0627 \u067e\u06cc\u0627\u0645\u06a9 \u0627\u0637\u0644\u0627\u0639 \u0631\u0633\u0627\u0646\u06cc\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"853\" src=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/\u0627\u0637\u0644\u0627\u0639-\u0631\u0633\u0627\u0646\u06cc-\u0628\u0647\u06cc\u0646-1024x853-1.jpg\" class=\"attachment-full size-full wp-image-1785\" alt=\"\" srcset=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/\u0627\u0637\u0644\u0627\u0639-\u0631\u0633\u0627\u0646\u06cc-\u0628\u0647\u06cc\u0646-1024x853-1.jpg 1024w, https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/\u0627\u0637\u0644\u0627\u0639-\u0631\u0633\u0627\u0646\u06cc-\u0628\u0647\u06cc\u0646-1024x853-1-300x250.jpg 300w, https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/\u0627\u0637\u0644\u0627\u0639-\u0631\u0633\u0627\u0646\u06cc-\u0628\u0647\u06cc\u0646-1024x853-1-768x640.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"uael-post__content-wrap\">\r\n\r\n\t\t\t\t\t<h4 class=\"uael-post__title\">\r\n\r\n\t\t\r\n\t\t\t\t\t\t<a href=\"https:\/\/darsyarai.ir\/?p=1778\" target=\"_self\">\r\n\t\t\t\t\u0622\u06af\u0627\u0647\u06cc \u0628\u0627 \u067e\u06cc\u0627\u0645\u06a9 \u0627\u0637\u0644\u0627\u0639 \u0631\u0633\u0627\u0646\u06cc\t\t\t<\/a>\r\n\r\n\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"uael-post__meta-data\">\r\n\t\t\t\t\t<span class=\"uael-post__date\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa fa-calendar\"><\/i>\t\t\t\t\t\t\t\t\t\r\n\t\t\t\u0645\u06cc 16, 2022\t\t<\/span>\r\n\t\t\t\t<span class=\"uael-post__comments\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa fa-comments\"><\/i>\t\t\t\t\t\t\t\t\t\t\u0628\u062f\u0648\u0646 \u062f\u06cc\u062f\u06af\u0627\u0647\t\t<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"uael-post__separator\"><\/div>\r\n\t\t<div class=\"uael-post__excerpt\">\r\n\t\t\t<p>\u0627\u0645\u0631\u0648\u0632\u0647 \u0628\u0627 \u0641\u0631\u0627\u06af\u06cc\u0631 \u0634\u062f\u0646 \u0627\u06cc\u0646\u062a\u0631\u0646\u062a \u0648 \u0628\u0647 \u0627\u0634\u062a\u0631\u0627\u06a9 \u06af\u0630\u0627\u0634\u062a\u0646 \u06af\u0633\u062a\u0631\u062f\u0647 \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u062f\u0631 \u0628\u0633\u062a\u0631 \u0648\u0628\u060c \u0627\u0645\u0646\u06cc\u062a \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0628\u0647 \u0645\u0648\u0636\u0648\u0639 \u0628\u0633\u06cc\u0627\u0631 \u0645\u0647\u0645\u06cc \u062a\u0628\u062f\u06cc\u0644 \u0634\u062f\u0647 \u0627\u0633\u062a \u06a9\u0647 \u0628\u0647 \u0633\u0627\u062f\u06af\u06cc \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0627\u0632 \u06a9\u0646\u0627\u0631 \u0622\u0646 \u0628\u06af\u0630\u0631\u06cc\u0645. \u0647\u06a9\u0631\u0647\u0627 \u0627\u0632 \u0631\u0627\u0647 \u0648 \u0631\u0648\u0634\u200c\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641\u06cc \u0628\u0631\u0627\u06cc\u00a0\u0633\u0631\u0642\u062a \u0627\u0637\u0644\u0627\u0639\u0627\u062a\u00a0\u0645\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f <\/p>\n\t\t<\/div>\r\n\r\n\t\t\t\t\t<a class=\"uael-post__read-more elementor-button\" href=\"https:\/\/darsyarai.ir\/?p=1778\" target=\"_self\" aria-labelledby=\"uael-post-1778\">\r\n\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-left\">\r\n\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<span class=\"elementor-button-text\" id=uael-post-1778>\u0627\u062f\u0627\u0645\u0647 \u0645\u0637\u0644\u0628 <\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t<\/a>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\r\n\t\t<\/div>\r\n\t\t\r\n\t<\/div>\r\n\r\n<\/div>\r\n\r\n<div class=\"uael-post-wrapper   \u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc-\u0646\u0634\u062f\u0647 \u062a\u0628\u0644\u06cc\u063a\u0627\u062a-\u067e\u06cc\u0627\u0645\u06a9\u06cc \">\r\n\t<div class=\"uael-post__bg-wrap\">\r\n\r\n\t\t\t\t\r\n\t\t<div class=\"uael-post__inner-wrap \">\r\n\r\n\t\t\t\t<div class=\"uael-post__thumbnail\">\r\n\t\t\t\r\n\t\t\t<a href=\"https:\/\/darsyarai.ir\/?p=1766\" target=\"_self\" title=\"\u062a\u0628\u0644\u06cc\u063a\u0627\u062a \u067e\u06cc\u0627\u0645\u06a9\u06cc \u0645\u0648\u0641\u0642 \u0646\u0645\u06cc\u0634\u0645\u061f\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/\u067e\u06cc\u0627\u0645-\u0631\u0633\u0627\u0646-\u0645\u0648\u0641\u0642\u06cc\u062a-\u062f\u0631-\u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628\u06cc-1024x683-1.jpg\" class=\"attachment-full size-full wp-image-1767\" alt=\"\" srcset=\"https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/\u067e\u06cc\u0627\u0645-\u0631\u0633\u0627\u0646-\u0645\u0648\u0641\u0642\u06cc\u062a-\u062f\u0631-\u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628\u06cc-1024x683-1.jpg 1024w, https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/\u067e\u06cc\u0627\u0645-\u0631\u0633\u0627\u0646-\u0645\u0648\u0641\u0642\u06cc\u062a-\u062f\u0631-\u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628\u06cc-1024x683-1-300x200.jpg 300w, https:\/\/darsyarai.ir\/wp-content\/uploads\/2022\/05\/\u067e\u06cc\u0627\u0645-\u0631\u0633\u0627\u0646-\u0645\u0648\u0641\u0642\u06cc\u062a-\u062f\u0631-\u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628\u06cc-1024x683-1-768x512.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"uael-post__content-wrap\">\r\n\r\n\t\t\t\t\t<h4 class=\"uael-post__title\">\r\n\r\n\t\t\r\n\t\t\t\t\t\t<a href=\"https:\/\/darsyarai.ir\/?p=1766\" target=\"_self\">\r\n\t\t\t\t\u062a\u0628\u0644\u06cc\u063a\u0627\u062a \u067e\u06cc\u0627\u0645\u06a9\u06cc \u0645\u0648\u0641\u0642 \u0646\u0645\u06cc\u0634\u0645\u061f\t\t\t<\/a>\r\n\r\n\t\t\t\t<\/h4>\r\n\t\t\t\t\t<div class=\"uael-post__meta-data\">\r\n\t\t\t\t\t<span class=\"uael-post__date\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa fa-calendar\"><\/i>\t\t\t\t\t\t\t\t\t\r\n\t\t\t\u0645\u06cc 16, 2022\t\t<\/span>\r\n\t\t\t\t<span class=\"uael-post__comments\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fa fa-comments\"><\/i>\t\t\t\t\t\t\t\t\t\t\u0628\u062f\u0648\u0646 \u062f\u06cc\u062f\u06af\u0627\u0647\t\t<\/span>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"uael-post__separator\"><\/div>\r\n\t\t<div class=\"uael-post__excerpt\">\r\n\t\t\t<p>\u062a\u0628\u0644\u06cc\u063a\u0627\u062a \u0648\u00a0\u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628\u06cc\u00a0\u067e\u06cc\u0627\u0645\u06a9\u06cc \u062f\u0631 \u062f\u0646\u06cc\u0627\u06cc \u0627\u0645\u0631\u0648\u0632 \u062f\u0633\u062a\u062e\u0648\u0634 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0639\u0645\u062f\u0647 \u0627\u06cc \u0634\u062f\u0647 \u0628\u0647 \u06af\u0648\u0646\u0647 \u0627\u06cc \u06a9\u0647 \u062d\u062a\u06cc \u0642\u0627\u0628\u0644 \u0645\u0642\u0627\u06cc\u0633\u0647 \u0628\u0627 \u0634\u06cc\u0648\u0647 \u0647\u0627 \u0648 \u0645\u062a\u062f \u0647\u0627\u06cc \u06af\u0630\u0634\u062a\u0647 \u0646\u06cc\u0633\u062a.\u0627\u0645\u0631\u0648\u0632 \u062f\u0631 \u06a9\u0646\u0627\u0631 \u0634\u0645\u0627 \u0647\u0633\u062a\u06cc\u0645 \u062a\u0627 \u0627\u0632 \u0639\u0644\u062a \u0647\u0627 \u0648 \u062f\u0644\u06cc\u0644 \u0647\u0627\u06cc \u0639\u062f\u0645 \u0645\u0648\u0641\u0642\u06cc\u062a \u062f\u0631 \u062a\u0628\u0644\u06cc\u063a\u0627\u062a \u0648 \u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628\u06cc \u067e\u06cc\u0627\u0645\u06a9\u06cc \u06cc\u0627\u062f \u06a9\u0646\u06cc\u0645.<\/p>\n\t\t<\/div>\r\n\r\n\t\t\t\t\t<a class=\"uael-post__read-more elementor-button\" href=\"https:\/\/darsyarai.ir\/?p=1766\" target=\"_self\" aria-labelledby=\"uael-post-1766\">\r\n\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-left\">\r\n\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<span class=\"elementor-button-text\" id=uael-post-1766>\u0627\u062f\u0627\u0645\u0647 \u0645\u0637\u0644\u0628 <\/span>\r\n\t\t\t\t\t<\/span>\r\n\t\t\t\t<\/a>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\r\n\t\t<\/div>\r\n\t\t\r\n\t<\/div>\r\n\r\n<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\r\n\t\t<div class=\"uael-post__footer\">\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u062f\u0631\u0633 \u0627\u0648\u0644 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645: \u0632\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634 \ud83c\udfa8 \u0631\u0646\u06af \u0639\u0646\u0648\u0627\u0646 \u0648 \u062e\u0637 \ud83d\udcda \u062f\u0631\u0633 \u0627\u0648\u0644 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645: \u0632\u0646\u06af \u0622\u0641\u0631\u06cc\u0646\u0634 \u0645\u0639\u0646\u06cc \u0634\u0639\u0631 \u0635\u0641\u062d\u0647 \u06f1\u06f1 \u0641\u0627\u0631\u0633\u06cc \u0647\u0641\u062a\u0645 \u062c\u0647\u0627\u0646\u060c \u062c\u0645\u0644\u0647 \u0641\u0631\u0648\u063a \u0631\u0648\u06cc \u062d\u0642 \u062f\u0627\u0646 \u25c8\u203b\u25c8 \u062d\u0642 \u0627\u0646\u062f\u0631 \u0648\u06cc \u0632\u0650 \u067e\u06cc\u062f\u0627\u06cc\u06cc \u0627\u0633\u062a \u067e\u0646\u0647\u0627\u0646 \u0647\u0645\u06c0 \u062c\u0647\u0627\u0646 \u0631\u0627 \u0646\u0648\u0631\u06cc \u0627\u0632 \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u0631\u0648\u06cc \u062e\u062f\u0627 \u0628\u0650\u062f\u0627\u0646 \u06a9\u0647 \u062f\u0631 \u0622\u0646 \u0648\u062c\u0648\u062f \u067e\u0631\u0648\u0631\u062f\u06af\u0627\u0631 \u0627\u0632 \u0634\u062f\u0651\u062a \u0622\u0634\u06a9\u0627\u0631 &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/darsyarai.ir\/?p=1766\"> <span class=\"screen-reader-text\">\u062a\u0628\u0644\u06cc\u063a\u0627\u062a \u067e\u06cc\u0627\u0645\u06a9\u06cc \u0645\u0648\u0641\u0642 \u0646\u0645\u06cc\u0634\u0645\u061f<\/span> \u0627\u062f\u0627\u0645\u0647 \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-global-header-display":"","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":"disabled","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"class_list":["post-1355","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/darsyarai.ir\/index.php?rest_route=\/wp\/v2\/pages\/1355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/darsyarai.ir\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/darsyarai.ir\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/darsyarai.ir\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/darsyarai.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1355"}],"version-history":[{"count":244,"href":"https:\/\/darsyarai.ir\/index.php?rest_route=\/wp\/v2\/pages\/1355\/revisions"}],"predecessor-version":[{"id":2046,"href":"https:\/\/darsyarai.ir\/index.php?rest_route=\/wp\/v2\/pages\/1355\/revisions\/2046"}],"wp:attachment":[{"href":"https:\/\/darsyarai.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}