{"id":7455,"date":"2026-07-18T18:25:29","date_gmt":"2026-07-18T18:25:29","guid":{"rendered":"https:\/\/coursesida.com\/?page_id=7455"},"modified":"2026-07-20T23:31:58","modified_gmt":"2026-07-20T23:31:58","slug":"%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2","status":"publish","type":"page","link":"https:\/\/coursesida.com\/en\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\/","title":{"rendered":"\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a"},"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=\"\u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062a \u0627\u0644\u062c\u0627\u0645\u0639\u064a\u0629 \u0628\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629: \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633\u060c \u0627\u0644\u0645\u0627\u062c\u0633\u062a\u064a\u0631 \u0627\u0644\u0645\u0647\u0646\u064a\u060c \u0648\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629.\" \/>\n  <title>\u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u064a | \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-light:#f3e3a7;\n      --white:#ffffff;\n      --bg:#f5f7fb;\n      --text:#172033;\n      --muted:#657085;\n      --border:#e4e9f1;\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.8;\n      overflow-x:hidden;\n    }\n\n    a{\n      text-decoration:none;\n      color:inherit;\n    }\n\n    button,\n    a{\n      -webkit-tap-highlight-color:transparent;\n    }\n\n    .page-shell{\n      min-height:100vh;\n    }\n\n    .topbar{\n      position:sticky;\n      top:0;\n      z-index:1000;\n      background:rgba(255,255,255,.95);\n      backdrop-filter:blur(14px);\n      border-bottom:1px solid rgba(11,46,89,.08);\n    }\n\n    .container{\n      width:min(1180px, calc(100% - 32px));\n      margin-inline:auto;\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:100px 0 86px;\n      overflow:hidden;\n      background:\n        radial-gradient(circle at 10% 20%, rgba(212,175,55,.16), transparent 28%),\n        radial-gradient(circle at 90% 10%, rgba(255,255,255,.12), transparent 25%),\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:.18;\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-content{\n      max-width:860px;\n      margin:auto;\n      text-align: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:var(--gold-light);\n      font-size:13px;\n      font-weight:700;\n      margin-bottom:22px;\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,64px);\n      line-height:1.35;\n      margin-bottom:20px;\n      font-weight:800;\n    }\n\n    .hero h1 span{\n      color:var(--gold);\n    }\n\n    .hero p{\n      max-width:760px;\n      margin:auto;\n      color:rgba(255,255,255,.82);\n      font-size:clamp(15px,2vw,19px);\n    }\n\n    .hero-actions{\n      display:flex;\n      justify-content:center;\n      flex-wrap:wrap;\n      gap:14px;\n      margin-top:34px;\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      filter:brightness(1.04);\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    .programs-section{\n      padding:90px 0 110px;\n    }\n\n    .section-head{\n      max-width:760px;\n      margin:0 auto 46px;\n      text-align:center;\n    }\n\n    .section-label{\n      color:var(--gold);\n      font-weight:800;\n      font-size:13px;\n      letter-spacing:.3px;\n      margin-bottom:8px;\n    }\n\n    .section-head h2{\n      color:var(--navy);\n      font-size:clamp(28px,4vw,42px);\n      line-height:1.45;\n      margin-bottom:14px;\n    }\n\n    .section-head p{\n      color:var(--muted);\n      font-size:15px;\n    }\n\n    .program-grid{\n      display:grid;\n      grid-template-columns:repeat(3,1fr);\n      gap:24px;\n    }\n\n    .program-card{\n      position:relative;\n      overflow:hidden;\n      background:var(--white);\n      border:1px solid var(--border);\n      border-radius:var(--radius);\n      padding:30px;\n      box-shadow:0 8px 24px rgba(11,46,89,.06);\n      transition:.35s ease;\n    }\n\n    .program-card::before{\n      content:\"\";\n      position:absolute;\n      top:0;\n      right:0;\n      width:100%;\n      height:5px;\n      background:linear-gradient(90deg,var(--gold),var(--navy));\n    }\n\n    .program-card:hover{\n      transform:translateY(-9px);\n      box-shadow:var(--shadow);\n      border-color:rgba(212,175,55,.42);\n    }\n\n    .program-card.featured{\n      background:\n        radial-gradient(circle at 100% 0,rgba(212,175,55,.14),transparent 35%),\n        var(--white);\n    }\n\n    .card-badge{\n      display:inline-flex;\n      align-items:center;\n      min-height:30px;\n      padding:0 12px;\n      border-radius:999px;\n      background:#eef3fa;\n      color:var(--navy);\n      font-size:11px;\n      font-weight:800;\n      margin-bottom:18px;\n    }\n\n    .card-icon{\n      width:70px;\n      height:70px;\n      display:grid;\n      place-items:center;\n      border-radius:20px;\n      background:linear-gradient(145deg,var(--navy),var(--navy-dark));\n      color:var(--gold);\n      margin-bottom:22px;\n      box-shadow:0 14px 30px rgba(11,46,89,.16);\n    }\n\n    .card-icon svg{\n      width:34px;\n      height:34px;\n      fill:none;\n      stroke:currentColor;\n      stroke-width:1.7;\n      stroke-linecap:round;\n      stroke-linejoin:round;\n    }\n\n    .program-card h3{\n      color:var(--navy);\n      font-size:24px;\n      line-height:1.5;\n      margin-bottom:10px;\n    }\n\n    .program-card .description{\n      color:var(--muted);\n      font-size:14px;\n      min-height:76px;\n      margin-bottom:22px;\n    }\n\n    .features{\n      list-style:none;\n      display:grid;\n      gap:12px;\n      margin-bottom:28px;\n    }\n\n    .features li{\n      display:flex;\n      align-items:flex-start;\n      gap:10px;\n      color:#435066;\n      font-size:13px;\n    }\n\n    .features li::before{\n      content:\"\u2713\";\n      flex:0 0 23px;\n      width:23px;\n      height:23px;\n      display:grid;\n      place-items:center;\n      border-radius:50%;\n      background:rgba(212,175,55,.16);\n      color:#997514;\n      font-size:12px;\n      font-weight:900;\n      margin-top:2px;\n    }\n\n    .card-link{\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      min-height:50px;\n      padding:0 18px;\n      border-radius:14px;\n      background:#f0f4f9;\n      color:var(--navy);\n      font-size:13px;\n      font-weight:800;\n      transition:.25s ease;\n    }\n\n    .card-link span:last-child{\n      font-size:20px;\n      transition:.25s ease;\n    }\n\n    .card-link:hover{\n      background:var(--navy);\n      color:var(--white);\n    }\n\n    .card-link:hover span:last-child{\n      transform:translateX(-4px);\n    }\n\n    .info-strip{\n      margin-top:36px;\n      padding:24px 28px;\n      border-radius:20px;\n      background:linear-gradient(135deg,#fff,var(--white));\n      border:1px solid var(--border);\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:24px;\n      box-shadow:0 10px 30px rgba(11,46,89,.06);\n    }\n\n    .info-strip strong{\n      color:var(--navy);\n      display:block;\n      margin-bottom:4px;\n      font-size:16px;\n    }\n\n    .info-strip p{\n      color:var(--muted);\n      font-size:13px;\n    }\n\n    .info-strip a{\n      flex:0 0 auto;\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      min-height:46px;\n      padding:0 20px;\n      border-radius:12px;\n      background:var(--gold);\n      color:var(--navy-dark);\n      font-size:13px;\n      font-weight:800;\n      transition:.25s ease;\n    }\n\n    .info-strip a:hover{\n      transform:translateY(-2px);\n      box-shadow:0 10px 24px rgba(212,175,55,.22);\n    }\n\n    @media (max-width: 980px){\n      .program-grid{\n        grid-template-columns:1fr;\n      }\n\n      .program-card .description{\n        min-height:auto;\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:78px 0 66px;\n      }\n\n      .hero-actions{\n        flex-direction:column;\n      }\n\n      .btn{\n        width:100%;\n      }\n\n      .programs-section{\n        padding:68px 0 82px;\n      }\n\n      .program-card{\n        padding:24px;\n      }\n\n      .info-strip{\n        align-items:stretch;\n        flex-direction:column;\n      }\n\n      .info-strip a{\n        width:100%;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <main class=\"page-shell\">\n\n  \n\n    <section class=\"hero\">\n      <div class=\"container\">\n        <div class=\"hero-content\">\n          <div class=\"eyebrow\">\u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u064a<\/div>\n\n          <h1>\n            \u0627\u0628\u062f\u0623 \u0631\u062d\u0644\u062a\u0643 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<br>\n            \u0648\u0627\u062e\u062a\u0631 <span>\u0627\u0644\u0645\u0633\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0633\u0628<\/span> \u0644\u0637\u0645\u0648\u062d\u0643\n          <\/h1>\n\n          <p>\n            \u0627\u0643\u062a\u0634\u0641 \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 \u0636\u0645\u0646 \u0645\u0633\u0627\u0631 \u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0648\u0645\u0647\u0646\u064a \u0645\u062a\u062f\u0631\u062c\u060c\n            \u064a\u0628\u062f\u0623 \u0645\u0646 \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0648\u064a\u0633\u062a\u0645\u0631 \u0625\u0644\u0649 \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=\"#programs\" class=\"btn btn-primary\">\u0627\u0633\u062a\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u0627\u0644\u0643<\/a>\n            <a href=\"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\/\" class=\"btn btn-secondary\">\u062f\u0644\u064a\u0644 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"programs-section\" id=\"programs\">\n      <div class=\"container\">\n\n        <div class=\"section-head\">\n          <div class=\"section-label\">\u0627\u0644\u0645\u0633\u0627\u0644\u0643 \u0627\u0644\u0645\u062a\u0627\u062d\u0629<\/div>\n          <h2>\u0627\u062e\u062a\u0631 \u0627\u0644\u062f\u0631\u062c\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0646\u0627\u0633\u0628 \u0645\u0631\u062d\u0644\u062a\u0643<\/h2>\n          <p>\n            \u062a\u0645 \u062a\u0635\u0645\u064a\u0645 \u0643\u0644 \u0645\u0633\u0644\u0643 \u0644\u064a\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629\u060c \u0648\u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0645\u0647\u0646\u064a\u060c\n            \u0648\u0627\u0644\u062a\u0639\u0644\u0645 \u0627\u0644\u0631\u0642\u0645\u064a \u0627\u0644\u0645\u0631\u0646.\n          <\/p>\n        <\/div>\n\n        <div class=\"program-grid\">\n\n          <!-- \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 -->\n          <article class=\"program-card\">\n            <div class=\"card-badge\">\u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u062c\u0627\u0645\u0639\u064a\u0629 \u0627\u0644\u0623\u0648\u0644\u0649<\/div>\n\n            <div class=\"card-icon\" aria-hidden=\"true\">\n              <svg viewbox=\"0 0 24 24\">\n                <path d=\"M3 10.5 12 5l9 5.5-9 5.5-9-5.5Z\"\/>\n                <path d=\"M7 13.5V17c2.8 2 7.2 2 10 0v-3.5\"\/>\n                <path d=\"M21 11v5\"\/>\n              <\/svg>\n            <\/div>\n\n            <h3>\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633<\/h3>\n\n            <p class=\"description\">\n              \u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a \u062a\u0623\u0633\u064a\u0633\u064a \u064a\u0631\u0643\u0632 \u0639\u0644\u0649 \u0628\u0646\u0627\u0621 \u0627\u0644\u0645\u0639\u0627\u0631\u0641 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0648\u0627\u0644\u0643\u0641\u0627\u064a\u0627\u062a\n              \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u062d\u062f\u064a\u062b\u0629.\n            <\/p>\n\n            <ul class=\"features\">\n              <li>\u0628\u0631\u0627\u0645\u062c \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0645\u0647\u0646\u064a\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a<\/li>\n              <li>\u062f\u0631\u0627\u0633\u0629 \u0631\u0642\u0645\u064a\u0629 \u0645\u0631\u0646\u0629 \u0648\u062f\u0631\u0648\u0633 \u062a\u0641\u0627\u0639\u0644\u064a\u0629<\/li>\n              <li>\u0645\u0634\u0627\u0631\u064a\u0639 \u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u0648\u062a\u0642\u064a\u064a\u0645 \u0645\u0631\u062d\u0644\u064a<\/li>\n            <\/ul>\n\n            <!-- \u0627\u0633\u062a\u0628\u062f\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0628\u0631\u0627\u0628\u0637 \u0635\u0641\u062d\u0629 \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 -->\n            <a href=\"https:\/\/coursesida.com\/en\/%d8%a8%d9%83%d8%a7%d9%84%d9%88%d8%b1%d9%8a%d9%88%d8%b3\/\" class=\"card-link\">\n              <span>\u0627\u0643\u062a\u0634\u0641 \u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0628\u0627\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633<\/span>\n              <span>\u2190<\/span>\n            <\/a>\n          <\/article>\n\n          <!-- \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u0627\u062c\u064a\u0633\u062a\u064a\u0631 -->\n          <article class=\"program-card featured\">\n            <div class=\"card-badge\">\u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/div>\n\n            <div class=\"card-icon\" aria-hidden=\"true\">\n              <svg viewbox=\"0 0 24 24\">\n                <path d=\"M4 4h16v16H4z\"\/>\n                <path d=\"M8 8h8\"\/>\n                <path d=\"M8 12h8\"\/>\n                <path d=\"M8 16h5\"\/>\n              <\/svg>\n            <\/div>\n\n            <h3>\u0627\u0644\u0645\u0627\u062c\u064a\u0633\u062a\u064a\u0631 \u0627\u0644\u0645\u0647\u0646\u064a<\/h3>\n\n            <p class=\"description\">\n              \u0628\u0631\u0627\u0645\u062c \u0645\u062a\u0642\u062f\u0645\u0629 \u0645\u0648\u062c\u0647\u0629 \u0644\u0644\u0631\u0627\u063a\u0628\u064a\u0646 \u0641\u064a \u062a\u0637\u0648\u064a\u0631 \u062e\u0628\u0631\u0627\u062a\u0647\u0645 \u0627\u0644\u0645\u0647\u0646\u064a\u0629\u060c\n              \u0648\u062a\u0639\u0632\u064a\u0632 \u0643\u0641\u0627\u0621\u0627\u062a\u0647\u0645 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u0629 \u0648\u0627\u0644\u0628\u062d\u062b\u064a\u0629.\n            <\/p>\n\n            <ul class=\"features\">\n              <li>\u062a\u062e\u0635\u0635\u0627\u062a \u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0633\u0648\u0642 \u0627\u0644\u0634\u063a\u0644<\/li>\n              <li>\u062a\u0623\u0637\u064a\u0631 \u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0648\u0645\u0647\u0646\u064a \u0645\u062a\u062e\u0635\u0635<\/li>\n              <li>\u0645\u0634\u0631\u0648\u0639 \u0623\u0648 \u0628\u062d\u062b \u0645\u0647\u0646\u064a \u0641\u064a \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0645\u0633\u0644\u0643<\/li>\n            <\/ul>\n\n            <!-- \u0627\u0633\u062a\u0628\u062f\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0628\u0631\u0627\u0628\u0637 \u0635\u0641\u062d\u0629 \u0627\u0644\u0645\u0627\u062c\u064a\u0633\u062a\u064a\u0631 -->\n            <a href=\"https:\/\/coursesida.com\/en\/%d9%85%d8%a7%d8%ac%d8%b3%d8%aa%d9%8a%d8%b1\/\" class=\"card-link\">\n              <span>\u0627\u0633\u062a\u0639\u0631\u0636 \u0645\u0633\u0627\u0644\u0643 \u0627\u0644\u0645\u0627\u062c\u064a\u0633\u062a\u064a\u0631<\/span>\n              <span>\u2190<\/span>\n            <\/a>\n          <\/article>\n\n          <!-- \u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 -->\n          <article class=\"program-card\">\n            <div class=\"card-badge\">\u0623\u0639\u0644\u0649 \u0645\u0631\u062d\u0644\u0629 \u0645\u0647\u0646\u064a\u0629<\/div>\n\n            <div class=\"card-icon\" aria-hidden=\"true\">\n              <svg viewbox=\"0 0 24 24\">\n                <path d=\"M12 3 3 8l9 5 9-5-9-5Z\"\/>\n                <path d=\"M6 11v5c3.5 2.7 8.5 2.7 12 0v-5\"\/>\n                <path d=\"M19 12v6\"\/>\n                <path d=\"M19 18h2\"\/>\n              <\/svg>\n            <\/div>\n\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h3>\n\n            <p class=\"description\">\n              \u0645\u0633\u0627\u0631 \u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u062e\u0628\u0631\u0627\u0621 \u0648\u0627\u0644\u0645\u0645\u0627\u0631\u0633\u064a\u0646\u060c \u064a\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\n              \u0648\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0625\u0634\u0643\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0627\u0644\u0645\u062a\u062e\u0635\u0635\u0629.\n            <\/p>\n\n            <ul class=\"features\">\n              <li>\u0625\u0634\u0631\u0627\u0641 \u0639\u0644\u0645\u064a \u0641\u0631\u062f\u064a \u0648\u0645\u062a\u062e\u0635\u0635<\/li>\n              <li>\u0623\u0637\u0631\u0648\u062d\u0629 \u0623\u0648 \u0645\u0634\u0631\u0648\u0639 \u0645\u0647\u0646\u064a \u062a\u0637\u0628\u064a\u0642\u064a<\/li>\n              <li>\u062a\u0643\u0648\u064a\u0646 \u0641\u064a \u0627\u0644\u0628\u062d\u062b \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0645\u0647\u0646\u064a<\/li>\n            <\/ul>\n\n            <!-- \u0627\u0633\u062a\u0628\u062f\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0628\u0631\u0627\u0628\u0637 \u0635\u0641\u062d\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 -->\n            <a href=\"https:\/\/coursesida.com\/en\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\/\" class=\"card-link\">\n              <span>\u0627\u0643\u062a\u0634\u0641 \u0645\u0633\u0627\u0644\u0643 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647<\/span>\n              <span>\u2190<\/span>\n            <\/a>\n          <\/article>\n\n        <\/div>\n\n        <div class=\"info-strip\">\n          <div>\n            <strong>\u0647\u0644 \u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0641\u064a \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0645\u0633\u0644\u0643\u061f<\/strong>\n            <p>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0641\u0631\u064a\u0642 \u0627\u0644\u062a\u0648\u062c\u064a\u0647 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u062d\u0648\u0644 \u0634\u0631\u0648\u0637 \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0645\u062a\u0627\u062d\u0629.<\/p>\n          <\/div>\n          <a href=\"https:\/\/wa.me\/212635352965\" target=\"_blank\" rel=\"noopener noreferrer\">\u0637\u0644\u0628 \u062a\u0648\u062c\u064a\u0647 \u0623\u0643\u0627\u062f\u064a\u0645\u064a<\/a>\n        <\/div>\n\n      <\/div>\n    <\/section>\n\n  <\/main>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>\u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u064a | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u064a \u0627\u0628\u062f\u0623 \u0631\u062d\u0644\u062a\u0643 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u062e\u062a\u0631 [&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-7455","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>\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a - \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\/\u0645\u0633\u0627\u0631-\u062c\u0627\u0645\u0639\u064a-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a - \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=\"\u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u064a | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u064a \u0627\u0628\u062f\u0623 \u0631\u062d\u0644\u062a\u0643 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u062e\u062a\u0631 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/coursesida.com\/en\/\u0645\u0633\u0627\u0631-\u062c\u0627\u0645\u0639\u064a-2\/\" \/>\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-20T23:31:58+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/coursesida.com\\\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\\\/\",\"url\":\"https:\\\/\\\/coursesida.com\\\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\\\/\",\"name\":\"\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a - \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:25:29+00:00\",\"dateModified\":\"2026-07-20T23:31:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/coursesida.com\\\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/coursesida.com\\\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/coursesida.com\\\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/coursesida.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a\"}]},{\"@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":"\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a - \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\/\u0645\u0633\u0627\u0631-\u062c\u0627\u0645\u0639\u064a-2\/","og_locale":"en_US","og_type":"article","og_title":"\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a - \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":"\u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u064a | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u062c\u0627\u0645\u0639\u064a \u0627\u0628\u062f\u0623 \u0631\u062d\u0644\u062a\u0643 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0627\u062e\u062a\u0631 [&hellip;]","og_url":"https:\/\/coursesida.com\/en\/\u0645\u0633\u0627\u0631-\u062c\u0627\u0645\u0639\u064a-2\/","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-20T23:31:58+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/coursesida.com\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\/","url":"https:\/\/coursesida.com\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\/","name":"\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a - \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:25:29+00:00","dateModified":"2026-07-20T23:31:58+00:00","breadcrumb":{"@id":"https:\/\/coursesida.com\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/coursesida.com\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/coursesida.com\/%d9%85%d8%b3%d8%a7%d8%b1-%d8%ac%d8%a7%d9%85%d8%b9%d9%8a-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/coursesida.com\/"},{"@type":"ListItem","position":2,"name":"\u0645\u0633\u0627\u0631 \u062c\u0627\u0645\u0639\u064a"}]},{"@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\/7455","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=7455"}],"version-history":[{"count":3,"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/pages\/7455\/revisions"}],"predecessor-version":[{"id":7475,"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/pages\/7455\/revisions\/7475"}],"wp:attachment":[{"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/media?parent=7455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}