{"id":7457,"date":"2026-07-18T18:59:05","date_gmt":"2026-07-18T18:59:05","guid":{"rendered":"https:\/\/coursesida.com\/?page_id=7457"},"modified":"2026-07-18T19:08:35","modified_gmt":"2026-07-18T19:08:35","slug":"%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7","status":"publish","type":"page","link":"https:\/\/coursesida.com\/en\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\/","title":{"rendered":"\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <meta name=\"description\" content=\"\u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629.\" \/>\n  <title>\u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629<\/title>\n\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root{\n      --navy:#0B2E59;\n      --navy-dark:#061D39;\n      --gold:#D4AF37;\n      --gold-soft:#F7EDC8;\n      --white:#FFFFFF;\n      --bg:#F5F7FB;\n      --text:#172033;\n      --muted:#667085;\n      --border:#E4E9F1;\n      --success:#1E7A4D;\n      --shadow:0 18px 50px rgba(11,46,89,.12);\n      --radius:24px;\n    }\n\n    *{\n      box-sizing:border-box;\n      margin:0;\n      padding:0;\n    }\n\n    html{\n      scroll-behavior:smooth;\n    }\n\n    body{\n      font-family:\"Cairo\",sans-serif;\n      background:var(--bg);\n      color:var(--text);\n      line-height:1.9;\n      overflow-x:hidden;\n    }\n\n    a{\n      text-decoration:none;\n      color:inherit;\n    }\n\n    .container{\n      width:min(1180px, calc(100% - 32px));\n      margin-inline:auto;\n    }\n\n    .topbar{\n      position:sticky;\n      top:0;\n      z-index:1000;\n      background:rgba(255,255,255,.96);\n      backdrop-filter:blur(14px);\n      border-bottom:1px solid rgba(11,46,89,.08);\n    }\n\n    .nav{\n      min-height:82px;\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:24px;\n    }\n\n    .brand{\n      display:flex;\n      align-items:center;\n      gap:14px;\n    }\n\n    .brand-logo{\n      width:56px;\n      height:56px;\n      border-radius:16px;\n      display:grid;\n      place-items:center;\n      color:var(--gold);\n      background:linear-gradient(145deg,var(--navy),var(--navy-dark));\n      box-shadow:0 12px 24px rgba(11,46,89,.18);\n      font-size:18px;\n      font-weight:800;\n      letter-spacing:1px;\n    }\n\n    .brand-text strong{\n      display:block;\n      color:var(--navy);\n      font-size:17px;\n      line-height:1.4;\n    }\n\n    .brand-text span{\n      display:block;\n      color:var(--muted);\n      font-size:12px;\n    }\n\n    .nav-links{\n      display:flex;\n      align-items:center;\n      gap:28px;\n      color:var(--navy);\n      font-weight:600;\n      font-size:14px;\n    }\n\n    .nav-links a{\n      position:relative;\n    }\n\n    .nav-links a::after{\n      content:\"\";\n      position:absolute;\n      right:0;\n      bottom:-7px;\n      width:0;\n      height:2px;\n      background:var(--gold);\n      transition:.25s ease;\n    }\n\n    .nav-links a:hover::after{\n      width:100%;\n    }\n\n    .nav-cta{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      min-height:44px;\n      padding:0 20px;\n      border-radius:12px;\n      background:var(--navy);\n      color:var(--white);\n      font-size:13px;\n      font-weight:700;\n      box-shadow:0 10px 24px rgba(11,46,89,.16);\n      transition:.25s ease;\n    }\n\n    .nav-cta:hover{\n      transform:translateY(-2px);\n      background:var(--navy-dark);\n    }\n\n    .hero{\n      position:relative;\n      isolation:isolate;\n      padding:92px 0 80px;\n      overflow:hidden;\n      background:\n        radial-gradient(circle at 12% 22%, rgba(212,175,55,.18), transparent 28%),\n        radial-gradient(circle at 88% 12%, rgba(255,255,255,.12), transparent 24%),\n        linear-gradient(135deg,var(--navy-dark),var(--navy));\n      color:var(--white);\n    }\n\n    .hero::before{\n      content:\"\";\n      position:absolute;\n      inset:0;\n      z-index:-1;\n      opacity:.16;\n      background-image:\n        linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),\n        linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);\n      background-size:44px 44px;\n      mask-image:linear-gradient(to bottom,black,transparent);\n    }\n\n    .hero-grid{\n      display:grid;\n      grid-template-columns:1.25fr .75fr;\n      gap:40px;\n      align-items:center;\n    }\n\n    .eyebrow{\n      display:inline-flex;\n      align-items:center;\n      gap:8px;\n      padding:8px 16px;\n      border:1px solid rgba(255,255,255,.18);\n      background:rgba(255,255,255,.08);\n      border-radius:999px;\n      color:#F8E7A8;\n      font-size:13px;\n      font-weight:700;\n      margin-bottom:20px;\n    }\n\n    .eyebrow::before{\n      content:\"\";\n      width:8px;\n      height:8px;\n      border-radius:50%;\n      background:var(--gold);\n      box-shadow:0 0 0 5px rgba(212,175,55,.12);\n    }\n\n    .hero h1{\n      font-size:clamp(36px,5vw,62px);\n      line-height:1.35;\n      margin-bottom:18px;\n      font-weight:800;\n    }\n\n    .hero h1 span{\n      color:var(--gold);\n    }\n\n    .hero p{\n      max-width:720px;\n      color:rgba(255,255,255,.82);\n      font-size:clamp(15px,2vw,18px);\n    }\n\n    .hero-actions{\n      display:flex;\n      flex-wrap:wrap;\n      gap:14px;\n      margin-top:30px;\n    }\n\n    .btn{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      gap:9px;\n      min-height:50px;\n      padding:0 24px;\n      border-radius:14px;\n      font-size:14px;\n      font-weight:800;\n      transition:.25s ease;\n    }\n\n    .btn-primary{\n      background:var(--gold);\n      color:var(--navy-dark);\n      box-shadow:0 12px 30px rgba(212,175,55,.25);\n    }\n\n    .btn-primary:hover{\n      transform:translateY(-3px);\n    }\n\n    .btn-secondary{\n      border:1px solid rgba(255,255,255,.22);\n      background:rgba(255,255,255,.08);\n      color:var(--white);\n    }\n\n    .btn-secondary:hover{\n      background:rgba(255,255,255,.14);\n      transform:translateY(-3px);\n    }\n\n    .hero-card{\n      background:rgba(255,255,255,.1);\n      border:1px solid rgba(255,255,255,.16);\n      border-radius:24px;\n      padding:26px;\n      backdrop-filter:blur(12px);\n      box-shadow:0 18px 50px rgba(0,0,0,.14);\n    }\n\n    .hero-card h3{\n      font-size:18px;\n      margin-bottom:16px;\n      color:var(--gold);\n    }\n\n    .hero-card ul{\n      list-style:none;\n      display:grid;\n      gap:12px;\n    }\n\n    .hero-card li{\n      display:flex;\n      align-items:flex-start;\n      gap:10px;\n      color:rgba(255,255,255,.88);\n      font-size:13px;\n    }\n\n    .hero-card li::before{\n      content:\"\u2713\";\n      flex:0 0 22px;\n      width:22px;\n      height:22px;\n      display:grid;\n      place-items:center;\n      border-radius:50%;\n      background:rgba(212,175,55,.18);\n      color:var(--gold);\n      font-weight:900;\n      margin-top:2px;\n    }\n\n    .content{\n      padding:86px 0 110px;\n    }\n\n    .layout{\n      display:grid;\n      grid-template-columns:280px 1fr;\n      gap:30px;\n      align-items:start;\n    }\n\n    .side-nav{\n      position:sticky;\n      top:105px;\n      background:var(--white);\n      border:1px solid var(--border);\n      border-radius:20px;\n      padding:18px;\n      box-shadow:0 10px 28px rgba(11,46,89,.06);\n    }\n\n    .side-nav h3{\n      color:var(--navy);\n      font-size:16px;\n      margin-bottom:14px;\n      padding:0 8px;\n    }\n\n    .side-nav a{\n      display:block;\n      padding:11px 12px;\n      border-radius:11px;\n      color:#536177;\n      font-size:13px;\n      font-weight:600;\n      transition:.2s ease;\n    }\n\n    .side-nav a:hover{\n      background:#F0F4F9;\n      color:var(--navy);\n      transform:translateX(-3px);\n    }\n\n    .guide-content{\n      display:grid;\n      gap:24px;\n    }\n\n    .section-card{\n      background:var(--white);\n      border:1px solid var(--border);\n      border-radius:var(--radius);\n      padding:30px;\n      box-shadow:0 10px 30px rgba(11,46,89,.06);\n    }\n\n    .section-card h2{\n      color:var(--navy);\n      font-size:24px;\n      line-height:1.5;\n      margin-bottom:10px;\n    }\n\n    .section-card > p{\n      color:var(--muted);\n      font-size:14px;\n      margin-bottom:22px;\n    }\n\n    .degree-grid{\n      display:grid;\n      grid-template-columns:repeat(3,1fr);\n      gap:16px;\n    }\n\n    .degree-box{\n      border:1px solid var(--border);\n      border-radius:18px;\n      padding:20px;\n      background:#FBFCFE;\n    }\n\n    .degree-box span{\n      display:inline-flex;\n      padding:5px 10px;\n      border-radius:999px;\n      background:var(--gold-soft);\n      color:#7D6417;\n      font-size:11px;\n      font-weight:800;\n      margin-bottom:12px;\n    }\n\n    .degree-box h3{\n      color:var(--navy);\n      font-size:18px;\n      margin-bottom:8px;\n    }\n\n    .degree-box p{\n      color:var(--muted);\n      font-size:13px;\n    }\n\n    .check-list,\n    .doc-list{\n      list-style:none;\n      display:grid;\n      gap:12px;\n    }\n\n    .check-list li,\n    .doc-list li{\n      display:flex;\n      align-items:flex-start;\n      gap:11px;\n      color:#445168;\n      font-size:14px;\n    }\n\n    .check-list li::before,\n    .doc-list li::before{\n      content:\"\u2713\";\n      flex:0 0 24px;\n      width:24px;\n      height:24px;\n      display:grid;\n      place-items:center;\n      border-radius:50%;\n      background:rgba(30,122,77,.11);\n      color:var(--success);\n      font-size:12px;\n      font-weight:900;\n      margin-top:3px;\n    }\n\n    .steps{\n      display:grid;\n      gap:16px;\n      counter-reset:step;\n    }\n\n    .step{\n      position:relative;\n      display:grid;\n      grid-template-columns:58px 1fr;\n      gap:16px;\n      padding:18px;\n      border:1px solid var(--border);\n      border-radius:18px;\n      background:#FBFCFE;\n      counter-increment:step;\n    }\n\n    .step-number{\n      width:50px;\n      height:50px;\n      border-radius:16px;\n      display:grid;\n      place-items:center;\n      background:linear-gradient(145deg,var(--navy),var(--navy-dark));\n      color:var(--gold);\n      font-weight:800;\n      font-size:18px;\n    }\n\n    .step h3{\n      color:var(--navy);\n      font-size:16px;\n      margin-bottom:4px;\n    }\n\n    .step p{\n      color:var(--muted);\n      font-size:13px;\n    }\n\n    .notice{\n      border-right:4px solid var(--gold);\n      background:#FFFDF5;\n      padding:18px 20px;\n      border-radius:14px;\n      color:#5F5432;\n      font-size:13px;\n    }\n\n    .notice strong{\n      color:#7B6216;\n    }\n\n    .fees-table{\n      width:100%;\n      border-collapse:collapse;\n      overflow:hidden;\n      border-radius:16px;\n      font-size:13px;\n    }\n\n    .fees-table th,\n    .fees-table td{\n      padding:14px 16px;\n      border-bottom:1px solid var(--border);\n      text-align:right;\n    }\n\n    .fees-table th{\n      background:var(--navy);\n      color:var(--white);\n      font-weight:700;\n    }\n\n    .fees-table tr:last-child td{\n      border-bottom:none;\n    }\n\n    .fees-table tbody tr:nth-child(even){\n      background:#FAFBFD;\n    }\n\n    .faq{\n      display:grid;\n      gap:12px;\n    }\n\n    details{\n      border:1px solid var(--border);\n      border-radius:16px;\n      background:#FCFDFE;\n      padding:0 18px;\n    }\n\n    summary{\n      cursor:pointer;\n      list-style:none;\n      padding:18px 0;\n      color:var(--navy);\n      font-size:14px;\n      font-weight:700;\n    }\n\n    summary::-webkit-details-marker{\n      display:none;\n    }\n\n    details p{\n      padding:0 0 18px;\n      color:var(--muted);\n      font-size:13px;\n    }\n\n    .final-cta{\n      background:\n        radial-gradient(circle at 100% 0,rgba(212,175,55,.18),transparent 35%),\n        linear-gradient(135deg,var(--navy-dark),var(--navy));\n      color:var(--white);\n      border:none;\n    }\n\n    .final-cta h2{\n      color:var(--white);\n    }\n\n    .final-cta p{\n      color:rgba(255,255,255,.78);\n    }\n\n    .final-actions{\n      display:flex;\n      flex-wrap:wrap;\n      gap:12px;\n    }\n\n    @media (max-width: 980px){\n      .hero-grid,\n      .layout{\n        grid-template-columns:1fr;\n      }\n\n      .side-nav{\n        position:static;\n      }\n\n      .degree-grid{\n        grid-template-columns:1fr;\n      }\n\n      .nav-links{\n        display:none;\n      }\n    }\n\n    @media (max-width: 640px){\n      .container{\n        width:min(100% - 22px,1180px);\n      }\n\n      .nav{\n        min-height:72px;\n      }\n\n      .brand-logo{\n        width:48px;\n        height:48px;\n        border-radius:14px;\n      }\n\n      .brand-text strong{\n        font-size:14px;\n      }\n\n      .brand-text span{\n        font-size:10px;\n      }\n\n      .nav-cta{\n        padding:0 14px;\n        font-size:12px;\n      }\n\n      .hero{\n        padding:72px 0 62px;\n      }\n\n      .hero-actions,\n      .final-actions{\n        flex-direction:column;\n      }\n\n      .btn{\n        width:100%;\n      }\n\n      .content{\n        padding:62px 0 80px;\n      }\n\n      .section-card{\n        padding:22px;\n      }\n\n      .step{\n        grid-template-columns:1fr;\n      }\n\n      .fees-table{\n        min-width:650px;\n      }\n\n      .table-wrap{\n        overflow-x:auto;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <main>\n    <section class=\"hero\">\n      <div class=\"container hero-grid\">\n        <div>\n          <div class=\"eyebrow\">\u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/div>\n          <h1>\u0643\u0644 \u0645\u0627 \u062a\u062d\u062a\u0627\u062c\u0647 \u0644\u0628\u062f\u0621 <span>\u0631\u062d\u0644\u062a\u0643 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<\/span><\/h1>\n          <p>\n            \u064a\u0648\u0636\u062d \u0647\u0630\u0627 \u0627\u0644\u062f\u0644\u064a\u0644 \u0634\u0631\u0648\u0637 \u0627\u0644\u0642\u0628\u0648\u0644\u060c \u0648\u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629\u060c \u0648\u0645\u0631\u0627\u062d\u0644 \u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0637\u0644\u0628\u060c\n            \u0648\u0622\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u064a \u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0648\u0627\u0644\u0645\u0627\u062c\u064a\u0633\u062a\u064a\u0631 \u0627\u0644\u0645\u0647\u0646\u064a \u0648\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629.\n          <\/p>\n\n          <div class=\"hero-actions\">\n            <a href=\"#registration-steps\" class=\"btn btn-primary\">\u0627\u0637\u0644\u0639 \u0639\u0644\u0649 \u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/a>\n            <a href=\"\/en\/registration\/\" class=\"btn btn-secondary\">\u062a\u0642\u062f\u064a\u0645 \u0637\u0644\u0628 \u0627\u0644\u0642\u0628\u0648\u0644<\/a>\n          <\/div>\n        <\/div>\n\n        <aside class=\"hero-card\">\n          <h3>\u0642\u0628\u0644 \u0628\u062f\u0621 \u0627\u0644\u0637\u0644\u0628<\/h3>\n          <ul>\n            <li>\u0627\u062e\u062a\u0631 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0623\u0642\u0631\u0628 \u0644\u0645\u0624\u0647\u0644\u0643 \u0648\u0627\u0647\u062a\u0645\u0627\u0645\u0627\u062a\u0643.<\/li>\n            <li>\u0627\u0631\u0641\u0639 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629 \u0644\u062f\u064a\u0643\u060c \u0648\u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u0628\u0627\u0642\u064a \u0644\u0627\u062d\u0642\u064b\u0627.<\/li>\n            <li>\u0627\u0645\u0644\u0623 \u0627\u0644\u0637\u0644\u0628 \u0628\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0641\u0642\u0637\u060c \u0648\u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0623\u064a \u0648\u062b\u064a\u0642\u0629 \u0646\u0627\u0642\u0635\u0629 \u0644\u0627\u062d\u0642\u064b\u0627.<\/li>\n            <li>\u0627\u062d\u062a\u0641\u0638 \u0628\u0631\u0642\u0645 \u0627\u0644\u0637\u0644\u0628 \u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0645\u0644\u0641\u0643.<\/li>\n          <\/ul>\n        <\/aside>\n      <\/div>\n    <\/section>\n\n    <section class=\"content\">\n      <div class=\"container layout\">\n\n        <aside class=\"side-nav\">\n          <h3>\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u062f\u0644\u064a\u0644<\/h3>\n          <a href=\"#programs\">\u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0645\u0634\u0645\u0648\u0644\u0629<\/a>\n          <a href=\"#requirements\">\u0634\u0631\u0648\u0637 \u0627\u0644\u0642\u0628\u0648\u0644<\/a>\n          <a href=\"#documents\">\u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629<\/a>\n          <a href=\"#registration-steps\">\u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/a>\n          <a href=\"#review\">\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0637\u0644\u0628<\/a>\n          <a href=\"#fees\">\u0627\u0644\u0631\u0633\u0648\u0645 \u0648\u0627\u0644\u0623\u062f\u0627\u0621<\/a>\n          <a href=\"#important\">\u062a\u0646\u0628\u064a\u0647\u0627\u062a \u0645\u0647\u0645\u0629<\/a>\n          <a href=\"#faq\">\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629<\/a>\n        <\/aside>\n\n        <div class=\"guide-content\">\n\n          <section class=\"section-card\" id=\"programs\">\n            <h2>\u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0645\u0634\u0645\u0648\u0644\u0629 \u0628\u0627\u0644\u062f\u0644\u064a\u0644<\/h2>\n            <p>\n              \u062a\u062e\u062a\u0644\u0641 \u0634\u0631\u0648\u0637 \u0627\u0644\u0642\u0628\u0648\u0644 \u062d\u0633\u0628 \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0637\u0628\u064a\u0639\u0629 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0648\u0627\u0644\u062a\u062e\u0635\u0635 \u0627\u0644\u0645\u062e\u062a\u0627\u0631.\n            <\/p>\n\n            <div class=\"degree-grid\">\n              <article class=\"degree-box\">\n                <span>\u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u0623\u0648\u0644\u0649<\/span>\n                <h3>\u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633<\/h3>\n                <p>\n                  \u0645\u0648\u062c\u0647 \u0644\u0644\u062d\u0627\u0635\u0644\u064a\u0646 \u0639\u0644\u0649 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0627 \u0623\u0648 \u0645\u0627 \u064a\u0639\u0627\u062f\u0644\u0647\u0627\u060c \u0648\u0641\u0642 \u0634\u0631\u0648\u0637 \u0643\u0644 \u062a\u062e\u0635\u0635.\n                <\/p>\n              <\/article>\n\n              <article class=\"degree-box\">\n                <span>\u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627<\/span>\n                <h3>\u0627\u0644\u0645\u0627\u062c\u064a\u0633\u062a\u064a\u0631 \u0627\u0644\u0645\u0647\u0646\u064a<\/h3>\n                <p>\n                  \u0645\u0648\u062c\u0647 \u0644\u0644\u062d\u0627\u0635\u0644\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u0625\u062c\u0627\u0632\u0629 \u0623\u0648 \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633\u060c \u0648\u0642\u062f \u062a\u0631\u0627\u0639\u0649 \u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0628\u062d\u0633\u0628 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c.\n                <\/p>\n              <\/article>\n\n              <article class=\"degree-box\">\n                <span>\u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0645\u062a\u0642\u062f\u0645<\/span>\n                <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h3>\n                <p>\n                  \u0645\u0648\u062c\u0647 \u0644\u0644\u062d\u0627\u0635\u0644\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u0645\u0627\u062c\u0633\u062a\u064a\u0631 \u0623\u0648 \u0645\u0624\u0647\u0644 \u0645\u0639\u0627\u062f\u0644\u060c \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u0627\u0644\u0645\u0624\u0647\u0644 \u0648\u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0623\u0648 \u0627\u0644\u0628\u062d\u062b\u064a\u0629 \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629.\n                <\/p>\n              <\/article>\n            <\/div>\n          <\/section>\n\n          <section class=\"section-card\" id=\"requirements\">\n            <h2>\u0634\u0631\u0648\u0637 \u0627\u0644\u0642\u0628\u0648\u0644 \u0627\u0644\u0639\u0627\u0645\u0629<\/h2>\n            <p>\n              \u062a\u064f\u0637\u0628\u0642 \u0627\u0644\u0634\u0631\u0648\u0637 \u0627\u0644\u0639\u0627\u0645\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629\u060c \u0645\u0639 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u062e\u0627\u0635\u0629 \u0628\u0628\u0639\u0636 \u0627\u0644\u0628\u0631\u0627\u0645\u062c.\n            <\/p>\n\n            <div class=\"notice\" style=\"margin-bottom:20px;\">\n              <strong>\u0633\u064a\u0627\u0633\u0629 \u0642\u0628\u0648\u0644 \u0645\u064a\u0633\u0651\u0631\u0629:<\/strong>\n              \u0644\u0627 \u064a\u0648\u062c\u062f \u0627\u062e\u062a\u0628\u0627\u0631 \u0642\u0628\u0648\u0644\u060c \u0648\u0644\u0627 \u062a\u064f\u0641\u0631\u0636 \u0645\u0635\u0627\u0631\u064a\u0641 \u0644\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0645\u0644\u0641. \u0648\u062a\u0647\u062f\u0641 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0625\u0644\u0649 \u062a\u0633\u0647\u064a\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c\n              \u0645\u0639 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0628\u0639\u0636 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u063a\u064a\u0631 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0628\u0639\u062f \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0623\u0648\u0644\u064a\u0629.\n            <\/div>\n\n            <ul class=\"check-list\">\n              <li>\u0627\u0644\u062a\u0648\u0641\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0624\u0647\u0644 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0644\u0644\u0645\u0633\u0644\u0643 \u0627\u0644\u0645\u062e\u062a\u0627\u0631.<\/li>\n              <li>\u062a\u0642\u062f\u064a\u0645 \u0645\u0644\u0641 \u062a\u0631\u0634\u064a\u062d \u0643\u0627\u0645\u0644 \u0648\u0648\u0627\u0636\u062d \u0648\u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062d\u0642\u0642.<\/li>\n              <li>\u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u0646\u0638\u0627\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u0629 \u0648\u0627\u0644\u062d\u0636\u0648\u0631 \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c.<\/li>\n              <li>\u0627\u0633\u062a\u064a\u0641\u0627\u0621 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0645\u0646 \u0634\u0631\u0648\u0637 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u062e\u062a\u0627\u0631.<\/li>\n              <li>\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u0631\u063a\u0628\u0629 \u0641\u064a \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0628\u0639\u062f \u0627\u0644\u062a\u0648\u0635\u0644 \u0628\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u0644\u0641.<\/li>\n              <li>\u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u0635\u062d\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0648\u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0645\u0642\u062f\u0645\u0629.<\/li>\n            <\/ul>\n          <\/section>\n\n          <section class=\"section-card\" id=\"documents\">\n            <h2>\u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629<\/h2>\n            <p>\n              \u062a\u064f\u0631\u0641\u0639 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0628\u0635\u064a\u063a\u0629 \u0631\u0642\u0645\u064a\u0629 \u0648\u0627\u0636\u062d\u0629\u060c \u0648\u0642\u062f \u064a\u064f\u0637\u0644\u0628 \u0644\u0627\u062d\u0642\u064b\u0627 \u0627\u0644\u0625\u062f\u0644\u0627\u0621 \u0628\u0646\u0633\u062e \u0645\u0635\u0627\u062f\u0642 \u0639\u0644\u064a\u0647\u0627.\n            <\/p>\n\n            <ul class=\"doc-list\">\n              <li>\u0646\u0633\u062e\u0629 \u0645\u0646 \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0623\u0648 \u062c\u0648\u0627\u0632 \u0627\u0644\u0633\u0641\u0631.<\/li>\n              <li>\u0646\u0633\u062e\u0629 \u0645\u0646 \u0622\u062e\u0631 \u0634\u0647\u0627\u062f\u0629 \u0623\u0648 \u062f\u0628\u0644\u0648\u0645 \u0645\u062d\u0635\u0644 \u0639\u0644\u064a\u0647.<\/li>\n              <li>\u0646\u0633\u062e\u0629 \u0645\u0646 \u0643\u0634\u0648\u0641 \u0627\u0644\u0646\u0642\u0637 \u0623\u0648 \u0627\u0644\u0633\u062c\u0644 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0639\u0646\u062f \u0627\u0644\u0627\u0642\u062a\u0636\u0627\u0621.<\/li>\n              <li>\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u062d\u062f\u064a\u062b\u0629\u060c \u062e\u0635\u0648\u0635\u064b\u0627 \u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0645\u0627\u062c\u064a\u0633\u062a\u064a\u0631 \u0648\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629.<\/li>\n              <li>\u0635\u0648\u0631\u0629 \u0634\u062e\u0635\u064a\u0629 \u062d\u062f\u064a\u062b\u0629 \u0628\u062e\u0644\u0641\u064a\u0629 \u0648\u0627\u0636\u062d\u0629.<\/li>\n              <li>\u0631\u0633\u0627\u0644\u0629 \u062a\u0639\u0631\u064a\u0641\u064a\u0629 \u0645\u062e\u062a\u0635\u0631\u0629 \u0623\u0648 \u0641\u0643\u0631\u0629 \u0623\u0648\u0644\u064a\u0629 \u0639\u0646 \u0627\u0644\u062a\u062e\u0635\u0635 \u0639\u0646\u062f \u0627\u0644\u062d\u0627\u062c\u0629.<\/li>\n              <li>\u0634\u0647\u0627\u062f\u0627\u062a \u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0625\u0646 \u0643\u0627\u0646\u062a \u0645\u0646 \u0634\u0631\u0648\u0637 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c.<\/li>\n            <\/ul>\n          <\/section>\n\n          <section class=\"section-card\" id=\"registration-steps\">\n            <h2>\u062e\u0637\u0648\u0627\u062a \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/h2>\n            <p>\n              \u062a\u0645\u0631 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0628\u0627\u0644\u0645\u0631\u0627\u062d\u0644 \u0627\u0644\u062a\u0627\u0644\u064a\u0629:\n            <\/p>\n\n            <div class=\"steps\">\n              <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <div>\n                  <h3>\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c<\/h3>\n                  <p>\n                    \u062a\u0635\u0641\u062d \u0627\u0644\u0645\u0633\u0627\u0644\u0643 \u0627\u0644\u0645\u062a\u0627\u062d\u0629\u060c \u0648\u0631\u0627\u062c\u0639 \u0634\u0631\u0648\u0637 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0644\u0643\u0644 \u0628\u0631\u0646\u0627\u0645\u062c.\n                  <\/p>\n                <\/div>\n              <\/div>\n\n              <div class=\"step\">\n                <div class=\"step-number\">2<\/div>\n                <div>\n                  <h3>\u062a\u0639\u0628\u0626\u0629 \u0637\u0644\u0628 \u0627\u0644\u0642\u0628\u0648\u0644<\/h3>\n                  <p>\n                    \u0623\u062f\u062e\u0644 \u0628\u064a\u0627\u0646\u0627\u062a\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0648\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0628\u062f\u0642\u0629 \u062f\u0627\u062e\u0644 \u0627\u0633\u062a\u0645\u0627\u0631\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644.\n                  <\/p>\n                <\/div>\n              <\/div>\n\n              <div class=\"step\">\n                <div class=\"step-number\">3<\/div>\n                <div>\n                  <h3>\u0631\u0641\u0639 \u0627\u0644\u0648\u062b\u0627\u0626\u0642<\/h3>\n                  <p>\n                    \u0623\u0631\u0641\u0642 \u062c\u0645\u064a\u0639 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0628\u0635\u064a\u063a \u0648\u0627\u0636\u062d\u0629\u060c \u0648\u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0643\u062a\u0645\u0627\u0644 \u0627\u0644\u0645\u0644\u0641 \u0642\u0628\u0644 \u0627\u0644\u0625\u0631\u0633\u0627\u0644.\n                  <\/p>\n                <\/div>\n              <\/div>\n\n              <div class=\"step\">\n                <div class=\"step-number\">4<\/div>\n                <div>\n                  <h3>\u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0645\u0644\u0641<\/h3>\n                  <p>\n                    \u062a\u0642\u0648\u0645 \u0645\u0635\u0644\u062d\u0629 \u0627\u0644\u0642\u0628\u0648\u0644 \u0628\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0645\u0624\u0647\u0644\u0627\u062a \u0648\u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0648\u0645\u062f\u0649 \u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u0645\u062a\u0631\u0634\u062d \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062c.\n                  <\/p>\n                <\/div>\n              <\/div>\n\n              <div class=\"step\">\n                <div class=\"step-number\">5<\/div>\n                <div>\n                  <h3>\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629<\/h3>\n                  <p>\n                    \u062a\u062a\u0648\u0627\u0635\u0644 \u0645\u0635\u0644\u062d\u0629 \u0627\u0644\u0642\u0628\u0648\u0644 \u0645\u0639 \u0627\u0644\u0645\u062a\u0631\u0634\u062d \u0641\u0642\u0637 \u0639\u0646\u062f \u0627\u0644\u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0645\u0639\u0644\u0648\u0645\u0629 \u0623\u0648 \u0648\u062b\u064a\u0642\u0629 \u0646\u0627\u0642\u0635\u0629.\n                  <\/p>\n                <\/div>\n              <\/div>\n\n              <div class=\"step\">\n                <div class=\"step-number\">6<\/div>\n                <div>\n                  <h3>\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0648\u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0642\u0639\u062f<\/h3>\n                  <p>\n                    \u0628\u0639\u062f \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629\u060c \u064a\u062a\u0648\u0635\u0644 \u0627\u0644\u0645\u062a\u0631\u0634\u062d \u0628\u0625\u0634\u0639\u0627\u0631 \u064a\u0648\u0636\u062d \u062e\u0637\u0648\u0627\u062a \u0628\u0633\u064a\u0637\u0629 \u0644\u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0642\u0639\u062f \u0648\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644.\n                  <\/p>\n                <\/div>\n              <\/div>\n\n              <div class=\"step\">\n                <div class=\"step-number\">7<\/div>\n                <div>\n                  <h3>\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/h3>\n                  <p>\n                    \u064a\u062a\u0645 \u062a\u0641\u0639\u064a\u0644 \u0645\u0644\u0641 \u0627\u0644\u0637\u0627\u0644\u0628 \u0648\u0625\u0631\u0633\u0627\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u0644\u0648\u062c \u0648\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u0646\u0637\u0644\u0627\u0642 \u0628\u0639\u062f \u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644.\n                  <\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/section>\n\n          <section class=\"section-card\" id=\"review\">\n            <h2>\u0622\u0644\u064a\u0629 \u062f\u0631\u0627\u0633\u0629 \u0637\u0644\u0628 \u0627\u0644\u0642\u0628\u0648\u0644<\/h2>\n            <p>\n              \u062a\u064f\u0631\u0627\u062c\u0639 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0628\u0637\u0631\u064a\u0642\u0629 \u0645\u0628\u0633\u0637\u0629 \u0648\u0645\u0631\u0646\u0629 \u0644\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u0645\u0624\u0647\u0644 \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u062e\u062a\u0627\u0631.\n            <\/p>\n\n            <ul class=\"check-list\">\n              <li>\u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644\u0645\u0624\u0647\u0644 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c.<\/li>\n              <li>\u0635\u0644\u0629 \u0627\u0644\u062a\u062e\u0635\u0635 \u0627\u0644\u0633\u0627\u0628\u0642 \u0628\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u0637\u0644\u0648\u0628.<\/li>\n              <li>\u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u0639\u0646\u062f \u0627\u0634\u062a\u0631\u0627\u0637\u0647\u0627.<\/li>\n              <li>\u062c\u0648\u062f\u0629 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0648\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062f\u0627\u0641\u0639.<\/li>\n              <li>\u0646\u062a\u064a\u062c\u0629 \u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0639\u0646\u062f \u0627\u0639\u062a\u0645\u0627\u062f\u0647.<\/li>\n              <li>\u062a\u0648\u0641\u0631 \u0627\u0644\u0645\u0642\u0627\u0639\u062f \u0636\u0645\u0646 \u0627\u0644\u0641\u0648\u062c \u0627\u0644\u0645\u0641\u062a\u0648\u062d.<\/li>\n            <\/ul>\n\n            <div class=\"notice\" style=\"margin-top:20px;\">\n              <strong>\u0645\u0644\u0627\u062d\u0638\u0629:<\/strong>\n              \u064a\u062a\u0645 \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0628\u0645\u0631\u0648\u0646\u0629\u060c \u0648\u064a\u0635\u0628\u062d \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0624\u0643\u062f\u064b\u0627 \u0628\u0639\u062f \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0633\u062a\u064a\u0641\u0627\u0621 \u0627\u0644\u0634\u0631\u0648\u0637 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0648\u0627\u0644\u062a\u0648\u0635\u0644 \u0628\u0625\u0634\u0639\u0627\u0631 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644.\n            <\/div>\n          <\/section>\n\n          <section class=\"section-card\" id=\"fees\">\n            <h2>\u0627\u0644\u0631\u0633\u0648\u0645 \u0648\u0622\u0644\u064a\u0629 \u0627\u0644\u0623\u062f\u0627\u0621<\/h2>\n            <p>\n              \u062a\u062e\u062a\u0644\u0641 \u0627\u0644\u0631\u0633\u0648\u0645 \u0628\u0627\u062e\u062a\u0644\u0627\u0641 \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u062a\u062e\u0635\u0635 \u0648\u0645\u062f\u0629 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c.\n            <\/p>\n\n            <div class=\"table-wrap\">\n              <table class=\"fees-table\">\n                <thead>\n                  <tr>\n                    <th>\u0627\u0644\u0645\u0631\u062d\u0644\u0629<\/th>\n                    <th>\u0646\u0648\u0639 \u0627\u0644\u0631\u0633\u0648\u0645<\/th>\n                    <th>\u0645\u0648\u0639\u062f \u0627\u0644\u0623\u062f\u0627\u0621<\/th>\n                    <th>\u0645\u0644\u0627\u062d\u0638\u0627\u062a<\/th>\n                  <\/tr>\n                <\/thead>\n                <tbody>\n                  <tr>\n                    <td>\u0637\u0644\u0628 \u0627\u0644\u0642\u0628\u0648\u0644<\/td>\n                    <td>\u0645\u062c\u0627\u0646\u064a<\/td>\n                    <td>\u0639\u0646\u062f \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0637\u0644\u0628<\/td>\n                    <td>\u0644\u0627 \u062a\u064f\u0641\u0631\u0636 \u0623\u064a \u0645\u0635\u0627\u0631\u064a\u0641 \u0645\u0642\u0627\u0628\u0644 \u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0645\u0644\u0641<\/td>\n                  <\/tr>\n                  <tr>\n                    <td>\u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0642\u0639\u062f<\/td>\n                    <td>\u0627\u0644\u062f\u0641\u0639\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0623\u0648 \u0631\u0633\u0648\u0645 \u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/td>\n                    <td>\u0628\u0639\u062f \u0635\u062f\u0648\u0631 \u0627\u0644\u0642\u0628\u0648\u0644<\/td>\n                    <td>\u064a\u062d\u062f\u062f \u0627\u0644\u0625\u0634\u0639\u0627\u0631 \u0645\u0647\u0644\u0629 \u0627\u0644\u0623\u062f\u0627\u0621<\/td>\n                  <\/tr>\n                  <tr>\n                    <td>\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629<\/td>\n                    <td>\u0627\u0644\u0645\u0628\u0644\u063a \u0627\u0644\u0643\u0627\u0645\u0644 \u0623\u0648 \u0623\u0642\u0633\u0627\u0637<\/td>\n                    <td>\u0648\u0641\u0642 \u0627\u0644\u062c\u062f\u0648\u0644 \u0627\u0644\u0645\u0627\u0644\u064a \u0644\u0644\u0628\u0631\u0646\u0627\u0645\u062c<\/td>\n                    <td>\u062a\u062a\u0627\u062d \u0627\u0644\u062a\u0642\u0633\u064a\u0637\u0627\u062a \u062d\u0633\u0628 \u0634\u0631\u0648\u0637 \u0643\u0644 \u0628\u0631\u0646\u0627\u0645\u062c<\/td>\n                  <\/tr>\n                <\/tbody>\n              <\/table>\n            <\/div>\n\n            <div class=\"notice\" style=\"margin-top:20px;\">\n              \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0642\u064a\u0642\u0629\u060c \u064a\u062c\u0628 \u0627\u0644\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 \u0635\u0641\u062d\u0629 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0623\u0648 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0635\u0644\u062d\u0629 \u0627\u0644\u0642\u0628\u0648\u0644\u060c\n              \u0644\u0623\u0646 \u0627\u0644\u0631\u0633\u0648\u0645 \u0642\u062f \u062a\u062e\u062a\u0644\u0641 \u062d\u0633\u0628 \u0627\u0644\u0645\u0648\u0633\u0645 \u0627\u0644\u062a\u0643\u0648\u064a\u0646\u064a \u0648\u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u0645\u062a\u0627\u062d\u0629.\n            <\/div>\n          <\/section>\n\n          <section class=\"section-card\" id=\"important\">\n            <h2>\u062a\u0646\u0628\u064a\u0647\u0627\u062a \u0645\u0647\u0645\u0629 \u0642\u0628\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/h2>\n            <p>\n              \u064a\u0631\u062c\u0649 \u0642\u0631\u0627\u0621\u0629 \u0647\u0630\u0647 \u0627\u0644\u0646\u0642\u0627\u0637 \u0628\u0639\u0646\u0627\u064a\u0629 \u0642\u0628\u0644 \u062a\u0623\u0643\u064a\u062f \u0627\u0644\u0637\u0644\u0628.\n            <\/p>\n\n            <ul class=\"check-list\">\n              <li>\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0642\u062f\u0645\u0629 \u0635\u062d\u064a\u062d\u0629 \u0648\u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0631\u0633\u0645\u064a\u0629.<\/li>\n              <li>\u064a\u062d\u0642 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0631\u0641\u0636 \u0623\u0648 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0637\u0644\u0628 \u0641\u064a \u062d\u0627\u0644 \u0648\u062c\u0648\u062f \u0628\u064a\u0627\u0646\u0627\u062a \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629 \u0623\u0648 \u0648\u062b\u0627\u0626\u0642 \u063a\u064a\u0631 \u0633\u0644\u064a\u0645\u0629.<\/li>\n              <li>\u062a\u062e\u0636\u0639 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0644\u0634\u0631\u0648\u0637\u0647\u0627 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629.<\/li>\n              <li>\u0642\u062f \u064a\u064f\u063a\u0644\u0642 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0639\u0646\u062f \u0627\u0643\u062a\u0645\u0627\u0644 \u0639\u062f\u062f \u0627\u0644\u0645\u0642\u0627\u0639\u062f\u060c \u0644\u0630\u0644\u0643 \u064a\u064f\u0641\u0636\u0651\u0644 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0637\u0644\u0628 \u0645\u0628\u0643\u0631\u064b\u0627.<\/li>\n              <li>\u064a\u062c\u0628 \u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0628\u062c\u0645\u064a\u0639 \u0625\u064a\u0635\u0627\u0644\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621 \u0648\u0627\u0644\u0645\u0631\u0627\u0633\u0644\u0627\u062a \u0627\u0644\u0631\u0633\u0645\u064a\u0629.<\/li>\n              <li>\u062a\u064f\u0631\u0633\u0644 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062a \u0625\u0644\u0649 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u0648 \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0633\u062c\u0644 \u0641\u064a \u0627\u0644\u0637\u0644\u0628.<\/li>\n            <\/ul>\n          <\/section>\n\n          <section class=\"section-card\" id=\"faq\">\n            <h2>\u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0634\u0627\u0626\u0639\u0629<\/h2>\n            <p>\n              \u0625\u062c\u0627\u0628\u0627\u062a \u0645\u062e\u062a\u0635\u0631\u0629 \u0639\u0646 \u0623\u0643\u062b\u0631 \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644.\n            <\/p>\n\n            <div class=\"faq\">\n              <details>\n                <summary>\u0647\u0644 \u064a\u0645\u0643\u0646\u0646\u064a \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0642\u0628\u0644 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629\u061f<\/summary>\n                <p>\n                  \u064a\u0645\u0643\u0646 \u062f\u0631\u0627\u0633\u0629 \u0627\u0644\u0637\u0644\u0628 \u0645\u0628\u062f\u0626\u064a\u064b\u0627 \u0641\u064a \u0628\u0639\u0636 \u0627\u0644\u062d\u0627\u0644\u0627\u062a \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0646\u062c\u0627\u062d \u0623\u0648 \u0648\u062b\u064a\u0642\u0629 \u0645\u0624\u0642\u062a\u0629\u060c\n                  \u0639\u0644\u0649 \u0623\u0646 \u062a\u064f\u0633\u062a\u0643\u0645\u0644 \u0627\u0644\u0648\u062b\u064a\u0642\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629 \u062f\u0627\u062e\u0644 \u0627\u0644\u0623\u062c\u0644 \u0627\u0644\u0645\u062d\u062f\u062f.\n                <\/p>\n              <\/details>\n\n              <details>\n                <summary>\u0647\u0644 \u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0636\u0631\u0648\u0631\u064a\u0629 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0628\u0631\u0627\u0645\u062c\u061f<\/summary>\n                <p>\n                  \u0644\u064a\u0633\u062a \u0636\u0631\u0648\u0631\u064a\u0629 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0628\u0631\u0627\u0645\u062c\u060c \u0644\u0643\u0646\u0647\u0627 \u0642\u062f \u062a\u0643\u0648\u0646 \u0645\u0637\u0644\u0648\u0628\u0629 \u0623\u0648 \u0645\u0631\u062c\u062d\u0629 \u0641\u064a \u0628\u0639\u0636 \u0645\u0633\u0627\u0644\u0643\n                  \u0627\u0644\u0645\u0627\u062c\u064a\u0633\u062a\u064a\u0631 \u0648\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629.\n                <\/p>\n              <\/details>\n\n              <details>\n                <summary>\u0647\u0644 \u064a\u0645\u0643\u0646 \u0623\u062f\u0627\u0621 \u0627\u0644\u0631\u0633\u0648\u0645 \u0639\u0644\u0649 \u0623\u0642\u0633\u0627\u0637\u061f<\/summary>\n                <p>\n                  \u0642\u062f \u062a\u062a\u0648\u0641\u0631 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u062a\u0642\u0633\u064a\u0637 \u0648\u0641\u0642 \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u0644\u0645\u0627\u0644\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643\u0644 \u0628\u0631\u0646\u0627\u0645\u062c\u060c\n                  \u0648\u064a\u064f\u062d\u062f\u062f \u0630\u0644\u0643 \u0641\u064a \u0625\u0634\u0639\u0627\u0631 \u0627\u0644\u0642\u0628\u0648\u0644.\n                <\/p>\n              <\/details>\n\n              <details>\n                <summary>\u0645\u062a\u0649 \u064a\u0635\u0628\u062d \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0646\u0647\u0627\u0626\u064a\u064b\u0627\u061f<\/summary>\n                <p>\n                  \u064a\u0635\u0628\u062d \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0646\u0647\u0627\u0626\u064a\u064b\u0627 \u0628\u0639\u062f \u0642\u0628\u0648\u0644 \u0627\u0644\u0645\u0644\u0641\u060c \u0648\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u0627\u0644\u0648\u062b\u0627\u0626\u0642\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629\u060c\n                  \u0648\u0627\u0644\u062a\u0648\u0635\u0644 \u0628\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644.\n                <\/p>\n              <\/details>\n\n              <details>\n                <summary>\u0647\u0644 \u064a\u0645\u0643\u0646 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0628\u0639\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u061f<\/summary>\n                <p>\n                  \u064a\u064f\u062f\u0631\u0633 \u0637\u0644\u0628 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0628\u0634\u0643\u0644 \u0641\u0631\u062f\u064a\u060c \u0648\u064a\u062e\u0636\u0639 \u0644\u062a\u0648\u0641\u0631 \u0627\u0644\u0645\u0642\u0627\u0639\u062f \u0648\u062a\u0648\u0627\u0641\u0642 \u0627\u0644\u0645\u0624\u0647\u0644\u0627\u062a\n                  \u0648\u062a\u0633\u0648\u064a\u0629 \u0623\u064a \u0641\u0631\u0648\u0642 \u0645\u0627\u0644\u064a\u0629.\n                <\/p>\n              <\/details>\n            <\/div>\n          <\/section>\n\n          <section class=\"section-card final-cta\">\n            <h2>\u0647\u0644 \u0623\u0646\u062a \u0645\u0633\u062a\u0639\u062f \u0644\u0628\u062f\u0621 \u0637\u0644\u0628\u0643\u061f<\/h2>\n            <p>\n              \u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0648\u062a\u062c\u0647\u064a\u0632 \u0627\u0644\u0648\u062b\u0627\u0626\u0642 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0642\u0628\u0644 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0637\u0644\u0628.\n            <\/p>\n\n            <div class=\"final-actions\">\n              <a href=\"\/en\/registration\/\" class=\"btn btn-primary\">\u062a\u0642\u062f\u064a\u0645 \u0637\u0644\u0628 \u0627\u0644\u0642\u0628\u0648\u0644<\/a>\n              <a href=\"\/en\/academic-path\/\" class=\"btn btn-secondary\">\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062a \u0627\u0644\u062c\u0627\u0645\u0639\u064a\u0629<\/a>\n            <\/div>\n          <\/section>\n\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>\u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0643\u0644 \u0645\u0627 [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-7457","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637 - \u0645\u0646\u062d\u062a \u0647\u064a\u0626\u0629 IAO \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u062c\u0645\u064a\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0648\u0642\u062f \u062a\u0645 \u0645\u0646\u062d \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645\u0647\u0627 \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 IAO \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a\u060c \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/coursesida.com\/en\/\u062f\u0644\u064a\u0644\u0627\u0644\u0642\u0628\u0648\u0644\u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644_\u0627\u0644\u0645\u0628\u0633\u0637\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637 - \u0645\u0646\u062d\u062a \u0647\u064a\u0626\u0629 IAO \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u062c\u0645\u064a\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0648\u0642\u062f \u062a\u0645 \u0645\u0646\u062d \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645\u0647\u0627 \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 IAO \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a\u060c \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.\" \/>\n<meta property=\"og:description\" content=\"\u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0643\u0644 \u0645\u0627 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/coursesida.com\/en\/\u062f\u0644\u064a\u0644\u0627\u0644\u0642\u0628\u0648\u0644\u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644_\u0627\u0644\u0645\u0628\u0633\u0637\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0645\u0646\u062d\u062a \u0647\u064a\u0626\u0629 IAO \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u062c\u0645\u064a\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0648\u0642\u062f \u062a\u0645 \u0645\u0646\u062d \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645\u0647\u0627 \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 IAO \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a\u060c \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-18T19:08:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\\\/\",\"url\":\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\\\/\",\"name\":\"\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637 - \u0645\u0646\u062d\u062a \u0647\u064a\u0626\u0629 IAO \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u062c\u0645\u064a\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0648\u0642\u062f \u062a\u0645 \u0645\u0646\u062d \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645\u0647\u0627 \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 IAO \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a\u060c \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/coursesida.com\\\/#website\"},\"datePublished\":\"2026-07-18T18:59:05+00:00\",\"dateModified\":\"2026-07-18T19:08:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/coursesida.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/coursesida.com\\\/#website\",\"url\":\"https:\\\/\\\/coursesida.com\\\/\",\"name\":\"\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629\",\"description\":\"\u064a\u064f\u0639\u062f \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0646 IAO \u062f\u0644\u064a\u0644\u064b\u0627 \u0639\u0644\u0649 \u0623\u0646 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u062a\u0642\u062f\u0645 \u062a\u0639\u0644\u064a\u0645\u064b\u0627 \u0644\u0637\u0644\u0627\u0628\u0647\u0627 \u064a\u062a\u0645\u0627\u0634\u0649 \u0645\u0639 \u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0644\u0644\u062a\u0639\u0644\u064a\u0645\u060c \u0648\u0623\u0646\u0647\u0627 \u0645\u0644\u062a\u0632\u0645\u0629 \u062a\u0645\u0627\u0645\u064b\u0627 \u0628\u0627\u0644\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u0645\u0631 \u0644\u0645\u0639\u0627\u064a\u064a\u0631\u0647\u0627 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629.\",\"publisher\":{\"@id\":\"https:\\\/\\\/coursesida.com\\\/#\\\/schema\\\/person\\\/fe0b30abe9a621e2ab861eb0576b9b71\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/coursesida.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/coursesida.com\\\/#\\\/schema\\\/person\\\/fe0b30abe9a621e2ab861eb0576b9b71\",\"name\":\"MOHAMED AL ARARMA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/coursesida.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/cropped-file__1_-removebg-preview__1_-removebg-preview.png\",\"url\":\"https:\\\/\\\/coursesida.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/cropped-file__1_-removebg-preview__1_-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/coursesida.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/cropped-file__1_-removebg-preview__1_-removebg-preview.png\",\"width\":70,\"height\":56,\"caption\":\"MOHAMED AL ARARMA\"},\"logo\":{\"@id\":\"https:\\\/\\\/coursesida.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/cropped-file__1_-removebg-preview__1_-removebg-preview.png\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637 - \u0645\u0646\u062d\u062a \u0647\u064a\u0626\u0629 IAO \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u062c\u0645\u064a\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0648\u0642\u062f \u062a\u0645 \u0645\u0646\u062d \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645\u0647\u0627 \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 IAO \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a\u060c \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/coursesida.com\/en\/\u062f\u0644\u064a\u0644\u0627\u0644\u0642\u0628\u0648\u0644\u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644_\u0627\u0644\u0645\u0628\u0633\u0637\/","og_locale":"en_US","og_type":"article","og_title":"\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637 - \u0645\u0646\u062d\u062a \u0647\u064a\u0626\u0629 IAO \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u062c\u0645\u064a\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0648\u0642\u062f \u062a\u0645 \u0645\u0646\u062d \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645\u0647\u0627 \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 IAO \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a\u060c \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.","og_description":"\u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0643\u0644 \u0645\u0627 [&hellip;]","og_url":"https:\/\/coursesida.com\/en\/\u062f\u0644\u064a\u0644\u0627\u0644\u0642\u0628\u0648\u0644\u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644_\u0627\u0644\u0645\u0628\u0633\u0637\/","og_site_name":"\u0645\u0646\u062d\u062a \u0647\u064a\u0626\u0629 IAO \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u062c\u0645\u064a\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0648\u0642\u062f \u062a\u0645 \u0645\u0646\u062d \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645\u0647\u0627 \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 IAO \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a\u060c \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.","article_modified_time":"2026-07-18T19:08:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/coursesida.com\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\/","url":"https:\/\/coursesida.com\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\/","name":"\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637 - \u0645\u0646\u062d\u062a \u0647\u064a\u0626\u0629 IAO \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0628\u0639\u062f \u0627\u0633\u062a\u064a\u0641\u0627\u0626\u0647\u0627 \u0628\u0646\u062c\u0627\u062d \u062c\u0645\u064a\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f. \u0648\u0642\u062f \u062a\u0645 \u0645\u0646\u062d \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0628\u0639\u062f \u062a\u0642\u064a\u064a\u0645\u0647\u0627 \u0648\u0641\u0642\u064b\u0627 \u0644\u0645\u0639\u0627\u064a\u064a\u0631 IAO \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a\u060c \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629\u060c \u0648\u0623\u062f\u0627\u0621 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.","isPartOf":{"@id":"https:\/\/coursesida.com\/#website"},"datePublished":"2026-07-18T18:59:05+00:00","dateModified":"2026-07-18T19:08:35+00:00","breadcrumb":{"@id":"https:\/\/coursesida.com\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/coursesida.com\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/coursesida.com\/%d8%af%d9%84%d9%8a%d9%84%d8%a7%d9%84%d9%82%d8%a8%d9%88%d9%84%d9%88%d8%a7%d9%84%d8%aa%d8%b3%d8%ac%d9%8a%d9%84_%d8%a7%d9%84%d9%85%d8%a8%d8%b3%d8%b7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/coursesida.com\/"},{"@type":"ListItem","position":2,"name":"\u062f\u0644\u064a\u0644 \u0642\u0628\u0648\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u0628\u0633\u0637"}]},{"@type":"WebSite","@id":"https:\/\/coursesida.com\/#website","url":"https:\/\/coursesida.com\/","name":"\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629","description":"\u064a\u064f\u0639\u062f \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0627\u0644\u0643\u0627\u0645\u0644 \u0645\u0646 IAO \u062f\u0644\u064a\u0644\u064b\u0627 \u0639\u0644\u0649 \u0623\u0646 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u062a\u0642\u062f\u0645 \u062a\u0639\u0644\u064a\u0645\u064b\u0627 \u0644\u0637\u0644\u0627\u0628\u0647\u0627 \u064a\u062a\u0645\u0627\u0634\u0649 \u0645\u0639 \u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0644\u0644\u062a\u0639\u0644\u064a\u0645\u060c \u0648\u0623\u0646\u0647\u0627 \u0645\u0644\u062a\u0632\u0645\u0629 \u062a\u0645\u0627\u0645\u064b\u0627 \u0628\u0627\u0644\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u0645\u0631 \u0644\u0645\u0639\u0627\u064a\u064a\u0631\u0647\u0627 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629.","publisher":{"@id":"https:\/\/coursesida.com\/#\/schema\/person\/fe0b30abe9a621e2ab861eb0576b9b71"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/coursesida.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/coursesida.com\/#\/schema\/person\/fe0b30abe9a621e2ab861eb0576b9b71","name":"MOHAMED AL ARARMA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/coursesida.com\/wp-content\/uploads\/2024\/10\/cropped-file__1_-removebg-preview__1_-removebg-preview.png","url":"https:\/\/coursesida.com\/wp-content\/uploads\/2024\/10\/cropped-file__1_-removebg-preview__1_-removebg-preview.png","contentUrl":"https:\/\/coursesida.com\/wp-content\/uploads\/2024\/10\/cropped-file__1_-removebg-preview__1_-removebg-preview.png","width":70,"height":56,"caption":"MOHAMED AL ARARMA"},"logo":{"@id":"https:\/\/coursesida.com\/wp-content\/uploads\/2024\/10\/cropped-file__1_-removebg-preview__1_-removebg-preview.png"}}]}},"_links":{"self":[{"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/pages\/7457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/comments?post=7457"}],"version-history":[{"count":2,"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/pages\/7457\/revisions"}],"predecessor-version":[{"id":7460,"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/pages\/7457\/revisions\/7460"}],"wp:attachment":[{"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/media?parent=7457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}