{"id":6448,"date":"2025-01-04T21:49:07","date_gmt":"2025-01-04T21:49:07","guid":{"rendered":"https:\/\/coursesida.com\/?page_id=6448"},"modified":"2026-07-20T23:36:52","modified_gmt":"2026-07-20T23:36:52","slug":"%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87","status":"publish","type":"page","link":"https:\/\/coursesida.com\/en\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\/","title":{"rendered":"\u062f\u0643\u062a\u0648\u0631\u0627\u0647"},"content":{"rendered":"<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <meta name=\"description\" content=\"\u0628\u0648\u0627\u0628\u0629 \u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\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 IDA\">\n  <title>\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 | \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&amp;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root{\n      --navy:#0B2E59;\n      --navy-2:#123F73;\n      --gold:#D4AF37;\n      --gold-soft:#F2E4A8;\n      --bg:#F5F7FB;\n      --white:#FFFFFF;\n      --text:#1A2433;\n      --muted:#667085;\n      --border:#E4E9F1;\n      --success:#0F8A5F;\n      --shadow:0 16px 40px rgba(11,46,89,.10);\n      --radius:22px;\n    }\n\n    *{box-sizing:border-box}\n    html{scroll-behavior:smooth}\n    body{\n      margin:0;\n      font-family:\"Cairo\",sans-serif;\n      color:var(--text);\n      background:var(--bg);\n      line-height:1.8;\n    }\n\n    a{text-decoration:none;color:inherit}\n    img{max-width:100%;display:block}\n    .container{width:min(1180px,92%);margin-inline:auto}\n\n    \/* Header *\/\n    .topbar{\n      background:var(--navy);\n      color:#fff;\n      font-size:.88rem;\n    }\n    .topbar .container{\n      min-height:42px;\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:20px;\n      flex-wrap:wrap;\n    }\n\n    .main-header{\n      background:rgba(255,255,255,.96);\n      border-bottom:1px solid var(--border);\n      position:sticky;\n      top:0;\n      z-index:1000;\n      backdrop-filter:blur(12px);\n    }\n    .navbar{\n      min-height:84px;\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:28px;\n    }\n    .brand{\n      display:flex;\n      align-items:center;\n      gap:14px;\n      min-width:260px;\n    }\n    .brand-mark{\n      width:58px;\n      height:58px;\n      border-radius:50%;\n      display:grid;\n      place-items:center;\n      background:linear-gradient(145deg,var(--navy),var(--navy-2));\n      color:var(--gold);\n      border:3px solid var(--gold);\n      font-weight:800;\n      letter-spacing:1px;\n      box-shadow:0 8px 22px rgba(11,46,89,.18);\n    }\n    .brand-text strong{\n      display:block;\n      color:var(--navy);\n      font-size:1.05rem;\n    }\n    .brand-text span{\n      color:var(--muted);\n      font-size:.78rem;\n    }\n\n    .nav-links{\n      display:flex;\n      align-items:center;\n      gap:24px;\n      font-size:.95rem;\n      font-weight:600;\n    }\n    .nav-links a{color:#24364A}\n    .nav-links a:hover{color:var(--gold)}\n    .nav-cta{\n      background:var(--gold);\n      color:var(--navy)!important;\n      padding:11px 18px;\n      border-radius:999px;\n      font-weight:800;\n    }\n\n    \/* Hero *\/\n    .hero{\n      position:relative;\n      overflow:hidden;\n      background:\n        radial-gradient(circle at 15% 20%, rgba(212,175,55,.15), transparent 24%),\n        radial-gradient(circle at 85% 70%, rgba(255,255,255,.10), transparent 28%),\n        linear-gradient(135deg,#071F3D 0%,#0B2E59 55%,#123F73 100%);\n      color:#fff;\n    }\n    .hero::after{\n      content:\"\";\n      position:absolute;\n      inset:0;\n      background-image:\n        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),\n        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);\n      background-size:38px 38px;\n      pointer-events:none;\n    }\n    .hero-inner{\n      position:relative;\n      z-index:1;\n      min-height:610px;\n      display:grid;\n      grid-template-columns:1.15fr .85fr;\n      align-items:center;\n      gap:70px;\n      padding:85px 0;\n    }\n    .eyebrow{\n      display:inline-flex;\n      align-items:center;\n      gap:10px;\n      color:var(--gold-soft);\n      font-weight:700;\n      margin-bottom:16px;\n    }\n    .eyebrow::before{\n      content:\"\";\n      width:42px;\n      height:2px;\n      background:var(--gold);\n    }\n    .hero h1{\n      margin:0;\n      font-size:clamp(2.2rem,5vw,4.4rem);\n      line-height:1.25;\n      letter-spacing:-1px;\n    }\n    .hero h1 span{color:var(--gold)}\n    .hero p{\n      max-width:730px;\n      color:#E8EDF5;\n      font-size:1.08rem;\n      margin:22px 0 30px;\n    }\n    .hero-actions{\n      display:flex;\n      gap:14px;\n      flex-wrap:wrap;\n    }\n    .btn{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      min-height:50px;\n      padding:0 22px;\n      border-radius:12px;\n      font-weight:800;\n      transition:.25s ease;\n      border:1px solid transparent;\n    }\n    .btn-primary{\n      background:var(--gold);\n      color:var(--navy);\n    }\n    .btn-primary:hover{transform:translateY(-2px);filter:brightness(1.03)}\n    .btn-outline{\n      border-color:rgba(255,255,255,.35);\n      color:#fff;\n      background:rgba(255,255,255,.05);\n    }\n    .btn-outline:hover{background:#fff;color:var(--navy)}\n\n    .hero-panel{\n      background:rgba(255,255,255,.08);\n      border:1px solid rgba(255,255,255,.18);\n      border-radius:28px;\n      padding:26px;\n      box-shadow:0 30px 80px rgba(0,0,0,.20);\n      backdrop-filter:blur(14px);\n    }\n    .hero-panel h3{margin:0 0 16px;font-size:1.2rem}\n    .hero-stat{\n      display:grid;\n      grid-template-columns:repeat(2,1fr);\n      gap:14px;\n    }\n    .stat-box{\n      background:rgba(255,255,255,.09);\n      border:1px solid rgba(255,255,255,.12);\n      border-radius:18px;\n      padding:20px;\n    }\n    .stat-box strong{\n      display:block;\n      color:var(--gold);\n      font-size:1.7rem;\n      line-height:1.2;\n    }\n    .stat-box span{font-size:.9rem;color:#E7ECF4}\n\n    \/* Sections *\/\n    section{padding:82px 0}\n    .section-head{\n      display:flex;\n      align-items:end;\n      justify-content:space-between;\n      gap:28px;\n      margin-bottom:34px;\n    }\n    .section-head h2{\n      margin:0;\n      color:var(--navy);\n      font-size:clamp(1.8rem,3vw,2.65rem);\n      line-height:1.35;\n    }\n    .section-head p{\n      margin:8px 0 0;\n      color:var(--muted);\n      max-width:720px;\n    }\n\n    \/* Program pathways *\/\n    .pathways-grid{\n      display:grid;\n      grid-template-columns:repeat(3,1fr);\n      gap:22px;\n    }\n    .pathway-card{\n      position:relative;\n      background:var(--white);\n      border:1px solid var(--border);\n      border-radius:var(--radius);\n      padding:28px;\n      min-height:250px;\n      box-shadow:0 8px 28px rgba(11,46,89,.06);\n      transition:.28s ease;\n      overflow:hidden;\n    }\n    .pathway-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    .pathway-card:hover{\n      transform:translateY(-7px);\n      box-shadow:var(--shadow);\n      border-color:#D7DEEA;\n    }\n    .pathway-icon{\n      width:60px;\n      height:60px;\n      display:grid;\n      place-items:center;\n      border-radius:18px;\n      background:#EEF3F9;\n      color:var(--navy);\n      font-size:1.8rem;\n      margin-bottom:20px;\n    }\n    .pathway-card h3{\n      margin:0 0 10px;\n      color:var(--navy);\n      font-size:1.2rem;\n      line-height:1.6;\n    }\n    .pathway-card p{\n      margin:0 0 18px;\n      color:var(--muted);\n      font-size:.94rem;\n    }\n    .card-footer{\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:12px;\n      margin-top:auto;\n    }\n    .status{\n      display:inline-flex;\n      align-items:center;\n      gap:8px;\n      font-size:.82rem;\n      font-weight:800;\n      padding:7px 12px;\n      border-radius:999px;\n    }\n    .status.available{background:#E8F7F1;color:var(--success)}\n    .status.soon{background:#FFF5D8;color:#8B6A05}\n    .card-link{\n      color:var(--navy);\n      font-weight:800;\n    }\n    .card-link:hover{color:var(--gold)}\n\n    \/* Why *\/\n    .why{\n      background:var(--white);\n      border-top:1px solid var(--border);\n      border-bottom:1px solid var(--border);\n    }\n    .features{\n      display:grid;\n      grid-template-columns:repeat(4,1fr);\n      gap:18px;\n    }\n    .feature{\n      padding:24px;\n      border-radius:18px;\n      background:var(--bg);\n      border:1px solid var(--border);\n    }\n    .feature strong{\n      display:block;\n      color:var(--navy);\n      margin-bottom:7px;\n    }\n    .feature span{\n      color:var(--muted);\n      font-size:.92rem;\n    }\n\n    \/* CTA *\/\n    .cta-wrap{\n      background:linear-gradient(135deg,var(--navy),#123F73);\n      color:#fff;\n      border-radius:30px;\n      padding:48px;\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:30px;\n      box-shadow:var(--shadow);\n    }\n    .cta-wrap h2{margin:0 0 8px;font-size:2rem}\n    .cta-wrap p{margin:0;color:#E2E8F0}\n\n    \/* Footer *\/\n    footer{\n      background:#071A31;\n      color:#DCE5EF;\n      padding:48px 0 22px;\n    }\n    .footer-grid{\n      display:grid;\n      grid-template-columns:1.4fr 1fr 1fr;\n      gap:40px;\n      margin-bottom:30px;\n    }\n    footer h4{color:#fff;margin:0 0 14px}\n    footer p, footer a{color:#B9C5D3;font-size:.92rem}\n    footer a:hover{color:var(--gold)}\n    .copyright{\n      border-top:1px solid rgba(255,255,255,.1);\n      padding-top:20px;\n      text-align:center;\n      color:#94A3B8;\n      font-size:.85rem;\n    }\n\n    \/* Mobile *\/\n    .menu-btn{\n      display:none;\n      border:0;\n      background:var(--navy);\n      color:#fff;\n      width:44px;\n      height:44px;\n      border-radius:10px;\n      font-size:1.3rem;\n      cursor:pointer;\n    }\n\n    @media (max-width: 980px){\n      .hero-inner{grid-template-columns:1fr;gap:35px}\n      .hero-panel{max-width:650px}\n      .pathways-grid{grid-template-columns:repeat(2,1fr)}\n      .features{grid-template-columns:repeat(2,1fr)}\n      .nav-links{\n        display:none;\n        position:absolute;\n        top:84px;\n        right:4%;\n        left:4%;\n        background:#fff;\n        border:1px solid var(--border);\n        border-radius:16px;\n        padding:18px;\n        flex-direction:column;\n        align-items:stretch;\n        box-shadow:var(--shadow);\n      }\n      .nav-links.active{display:flex}\n      .menu-btn{display:block}\n    }\n\n    @media (max-width: 680px){\n      .topbar .container{justify-content:center;padding:8px 0;text-align:center}\n      .brand{min-width:auto}\n      .brand-text span{display:none}\n      .hero-inner{min-height:auto;padding:70px 0}\n      .hero-stat{grid-template-columns:1fr 1fr}\n      .pathways-grid,\n      .features,\n      .footer-grid{grid-template-columns:1fr}\n      .section-head{display:block}\n      .cta-wrap{padding:30px;display:block}\n      .cta-wrap .btn{margin-top:22px;width:100%}\n      section{padding:62px 0}\n    }\n  <\/style>\n\n\n\n\n  <main>\n\n    <section class=\"hero\" id=\"home\">\n      <div class=\"container hero-inner\">\n        <div>\n          <div class=\"eyebrow\">\u0628\u0631\u0627\u0645\u062c \u0645\u0647\u0646\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629<\/div>\n          <h1>\u0628\u0648\u0627\u0628\u0629 <span>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/span><\/h1>\n          <p>\n            \u0645\u0633\u0627\u0631\u0627\u062a \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0645\u0647\u0646\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629 \u062a\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0645\u062a\u062e\u0635\u0635\u060c \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\u060c\n            \u0648\u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0629\u060c \u0628\u0645\u0627 \u064a\u0648\u0627\u0643\u0628 \u062a\u062d\u0648\u0644\u0627\u062a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644 \u0648\u064a\u0639\u0632\u0632 \u0623\u062b\u0631 \u0627\u0644\u062e\u0628\u0631\u0627\u0621 \u0648\u0627\u0644\u0642\u064a\u0627\u062f\u0627\u062a \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a\u0647\u0645.\n          <\/p>\n\n          <div class=\"hero-actions\">\n            <a href=\"#programs\" class=\"btn btn-primary\">\u0627\u0633\u062a\u0643\u0634\u0641 \u0645\u0633\u0627\u0644\u0643 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647<\/a>\n            <a href=\"#why\" class=\"btn btn-outline\">\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0637\u0628\u064a\u0639\u0629 \u0627\u0644\u0628\u0631\u0627\u0645\u062c<\/a>\n          <\/div>\n        <\/div>\n\n        <aside class=\"hero-panel\" aria-label=\"\u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0628\u0648\u0627\u0628\u0629\">\n          <h3>\u0645\u0646\u0635\u0629 \u0645\u0648\u062d\u062f\u0629 \u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h3>\n          <div class=\"hero-stat\">\n            <div class=\"stat-box\">\n              <strong>01<\/strong>\n              <span>\u0645\u0633\u0644\u0643 \u0645\u062a\u0627\u062d \u062d\u0627\u0644\u064a\u0627\u064b<\/span>\n            <\/div>\n            <div class=\"stat-box\">\n              <strong>07<\/strong>\n              <span>\u0645\u0633\u0627\u0644\u0643 \u0642\u064a\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f<\/span>\n            <\/div>\n            <div class=\"stat-box\">\n              <strong>100%<\/strong>\n              <span>\u062a\u0639\u0644\u064a\u0645 \u0631\u0642\u0645\u064a \u0645\u0631\u0646<\/span>\n            <\/div>\n            <div class=\"stat-box\">\n              <strong>\u0628\u062d\u062b\u064a<\/strong>\n              <span>\u062a\u0648\u062c\u0647 \u0645\u0647\u0646\u064a \u0648\u062a\u0637\u0628\u064a\u0642\u064a<\/span>\n            <\/div>\n          <\/div>\n        <\/aside>\n      <\/div>\n    <\/section>\n\n    <section id=\"programs\">\n      <div class=\"container\">\n        <div class=\"section-head\">\n          <div>\n            <h2>\u0645\u0633\u0627\u0644\u0643 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h2>\n            <p>\n              \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0633\u0644\u0643 \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0644\u0644\u0627\u0637\u0644\u0627\u0639 \u0639\u0644\u0649 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c\u060c \u0634\u0631\u0648\u0637 \u0627\u0644\u0642\u0628\u0648\u0644\u060c \u0645\u0643\u0648\u0646\u0627\u062a \u0627\u0644\u062a\u0643\u0648\u064a\u0646\u060c\n              \u0627\u0644\u0623\u0637\u0631\u0648\u062d\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629\u060c \u0648\u0633\u062c\u0644 \u0627\u0644\u062e\u0631\u064a\u062c\u064a\u0646 \u0648\u0627\u0644\u0623\u0637\u0631\u0648\u062d\u0627\u062a \u0627\u0644\u0645\u062c\u0627\u0632\u0629.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"pathways-grid\">\n\n          <article class=\"pathway-card\">\n            <div class=\"pathway-icon\">\ud83e\udde0<\/div>\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0639\u0644\u0645 \u0627\u0644\u0646\u0641\u0633 \u0627\u0644\u0625\u0643\u0644\u064a\u0646\u064a\u0643\u064a<\/h3>\n            <p>\n              \u0628\u0631\u0646\u0627\u0645\u062c \u0645\u0647\u0646\u064a \u0648\u0628\u062d\u062b\u064a \u0645\u062a\u0642\u062f\u0645 \u064a\u0631\u0643\u0632 \u0639\u0644\u0649 \u0627\u0644\u0642\u0636\u0627\u064a\u0627 \u0627\u0644\u0646\u0641\u0633\u064a\u0629 \u0627\u0644\u0625\u0643\u0644\u064a\u0646\u064a\u0643\u064a\u0629 \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a\n              \u0648\u0625\u0646\u062c\u0627\u0632 \u0623\u0637\u0631\u0648\u062d\u0629 \u0645\u0647\u0646\u064a\u0629.\n            <\/p>\n            <div class=\"card-footer\">\n              <span class=\"status available\">\u25cf \u0645\u062a\u0627\u062d<\/span>\n              <!-- \u0627\u0633\u062a\u0628\u062f\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0623\u062f\u0646\u0627\u0647 \u0628\u0631\u0627\u0628\u0637 \u0635\u0641\u062d\u0629 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0628\u0639\u062f \u0631\u0641\u0639\u0647\u0627 -->\n              <a class=\"card-link\" href=\"https:\/\/coursesida.com\/en\/%d8%a7%d9%84%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87-%d8%a7%d9%84%d9%85%d9%87%d9%86%d9%8a%d8%a9-%d9%81%d9%8a-%d8%b9%d9%84%d9%85-%d8%a7%d9%84%d9%86%d9%81%d8%b3-%d8%a7%d9%84%d8%a5%d9%83%d9%84%d9%8a\/\">\u0639\u0631\u0636 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u2190<\/a>\n            <\/div>\n          <\/article>\n\n          <article class=\"pathway-card\">\n            <div class=\"pathway-icon\">\ud83c\udf93<\/div>\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u0642\u064a\u0627\u062f\u0629 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062a\u0631\u0628\u0648\u064a\u0629<\/h3>\n            <p>\u0625\u0639\u062f\u0627\u062f \u0642\u064a\u0627\u062f\u0627\u062a \u0642\u0627\u062f\u0631\u0629 \u0639\u0644\u0649 \u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0648\u0635\u0646\u0627\u0639\u0629 \u0627\u0644\u0642\u0631\u0627\u0631 \u0627\u0644\u062a\u0631\u0628\u0648\u064a.<\/p>\n            <div class=\"card-footer\">\n              <span class=\"status soon\">\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\n              <span class=\"card-link\">\u0642\u064a\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f<\/span>\n            <\/div>\n          <\/article>\n\n          <article class=\"pathway-card\">\n            <div class=\"pathway-icon\">\ud83e\udd16<\/div>\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a<\/h3>\n            <p>\u0645\u0633\u0644\u0643 \u062a\u0637\u0628\u064a\u0642\u064a \u0645\u062a\u062e\u0635\u0635 \u0641\u064a \u062a\u0648\u0638\u064a\u0641 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0641\u064a \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0648\u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u0647\u0646\u064a\u0629.<\/p>\n            <div class=\"card-footer\">\n              <span class=\"status soon\">\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\n              <span class=\"card-link\">\u0642\u064a\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f<\/span>\n            <\/div>\n          <\/article>\n\n          <article class=\"pathway-card\">\n            <div class=\"pathway-icon\">\ud83d\udcca<\/div>\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0639\u0645\u0627\u0644<\/h3>\n            <p>\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0643\u0641\u0627\u0621\u0627\u062a \u0627\u0644\u0642\u064a\u0627\u062f\u064a\u0629 \u0648\u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0641\u064a \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0645\u0624\u0633\u0633\u064a.<\/p>\n            <div class=\"card-footer\">\n              <span class=\"status soon\">\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\n              <span class=\"card-link\">\u0642\u064a\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f<\/span>\n            <\/div>\n          <\/article>\n\n          <article class=\"pathway-card\">\n            <div class=\"pathway-icon\">\ud83d\udcbb<\/div>\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a<\/h3>\n            <p>\u062a\u0623\u0647\u064a\u0644 \u0642\u064a\u0627\u062f\u0627\u062a \u0631\u0642\u0645\u064a\u0629 \u0642\u0627\u062f\u0631\u0629 \u0639\u0644\u0649 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062a\u062d\u0648\u0644 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u062f\u0627\u062e\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a.<\/p>\n            <div class=\"card-footer\">\n              <span class=\"status soon\">\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\n              <span class=\"card-link\">\u0642\u064a\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f<\/span>\n            <\/div>\n          <\/article>\n\n          <article class=\"pathway-card\">\n            <div class=\"pathway-icon\">\ud83d\udcda<\/div>\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0646\u0627\u0647\u062c \u0648\u0637\u0631\u0627\u0626\u0642 \u0627\u0644\u062a\u062f\u0631\u064a\u0633<\/h3>\n            <p>\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0648\u0627\u0644\u062a\u0643\u0648\u064a\u0646.<\/p>\n            <div class=\"card-footer\">\n              <span class=\"status soon\">\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\n              <span class=\"card-link\">\u0642\u064a\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f<\/span>\n            <\/div>\n          <\/article>\n\n          <article class=\"pathway-card\">\n            <div class=\"pathway-icon\">\ud83c\udfe5<\/div>\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0635\u062d\u064a\u0629<\/h3>\n            <p>\u062a\u0646\u0645\u064a\u0629 \u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u0642\u064a\u0627\u062f\u0629 \u0648\u0627\u0644\u062a\u062e\u0637\u064a\u0637 \u0648\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062c\u0648\u062f\u0629 \u0641\u064a \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0635\u062d\u064a\u0629.<\/p>\n            <div class=\"card-footer\">\n              <span class=\"status soon\">\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\n              <span class=\"card-link\">\u0642\u064a\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f<\/span>\n            <\/div>\n          <\/article>\n\n          <article class=\"pathway-card\">\n            <div class=\"pathway-icon\">\u2696\ufe0f<\/div>\n            <h3>\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0648\u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h3>\n            <p>\u0645\u0633\u0644\u0643 \u062a\u0637\u0628\u064a\u0642\u064a \u0644\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0642\u0636\u0627\u064a\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a\u0629 \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629 \u0628\u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629.<\/p>\n            <div class=\"card-footer\">\n              <span class=\"status soon\">\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\n              <span class=\"card-link\">\u0642\u064a\u062f \u0627\u0644\u0625\u0639\u062f\u0627\u062f<\/span>\n            <\/div>\n          <\/article>\n\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"why\" id=\"why\">\n      <div class=\"container\">\n        <div class=\"section-head\">\n          <div>\n            <h2>\u0637\u0628\u064a\u0639\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h2>\n            <p>\n              \u062a\u0642\u0648\u0645 \u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0639\u0644\u0649 \u0627\u0644\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u0639\u0645\u0642 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u0648\u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0629\u060c\n              \u0645\u0639 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0645\u0639\u0627\u0644\u062c\u0629 \u0625\u0634\u0643\u0627\u0644\u0627\u062a \u0648\u0627\u0642\u0639\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"features\">\n          <div class=\"feature\">\n            <strong>\u062a\u0643\u0648\u064a\u0646 \u0645\u062a\u0642\u062f\u0645<\/strong>\n            <span>\u0645\u062c\u0632\u0648\u0621\u0627\u062a \u0645\u062a\u062e\u0635\u0635\u0629 \u062a\u0631\u0627\u0639\u064a \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0627\u0644\u062d\u062f\u064a\u062b\u0629.<\/span>\n          <\/div>\n          <div class=\"feature\">\n            <strong>\u0628\u062d\u062b \u062a\u0637\u0628\u064a\u0642\u064a<\/strong>\n            <span>\u0623\u0637\u0631\u0648\u062d\u0629 \u0645\u0647\u0646\u064a\u0629 \u062a\u0639\u0627\u0644\u062c \u0642\u0636\u064a\u0629 \u0648\u0627\u0642\u0639\u064a\u0629 \u0623\u0648 \u062a\u0637\u0648\u0631 \u062d\u0644\u0627\u064b \u0642\u0627\u0628\u0644\u0627\u064b \u0644\u0644\u062a\u0646\u0641\u064a\u0630.<\/span>\n          <\/div>\n          <div class=\"feature\">\n            <strong>\u062a\u0639\u0644\u064a\u0645 \u0631\u0642\u0645\u064a<\/strong>\n            <span>\u0645\u0631\u0648\u0646\u0629 \u0641\u064a \u0627\u0644\u062a\u0639\u0644\u0645 \u0648\u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0648\u0627\u0644\u0627\u0633\u062a\u0641\u0627\u062f\u0629 \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0631\u0642\u0645\u064a\u0629.<\/span>\n          <\/div>\n          <div class=\"feature\">\n            <strong>\u0625\u0634\u0631\u0627\u0641 \u0623\u0643\u0627\u062f\u064a\u0645\u064a<\/strong>\n            <span>\u0645\u0648\u0627\u0643\u0628\u0629 \u0639\u0644\u0645\u064a\u0629 \u0648\u0645\u0646\u0647\u062c\u064a\u0629 \u0641\u064a \u0645\u0631\u0627\u062d\u0644 \u0625\u0646\u062c\u0627\u0632 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0648\u0627\u0644\u0623\u0637\u0631\u0648\u062d\u0629.<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"contact\">\n      <div class=\"container\">\n        <div class=\"cta-wrap\">\n          <div>\n            <h2>\u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0644\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629\u061f<\/h2>\n            <p>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0648\u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0645\u062a\u0627\u062d\u0629.<\/p>\n          <\/div>\n          <!-- \u0627\u0633\u062a\u0628\u062f\u0644 \u0627\u0644\u0631\u0627\u0628\u0637 \u0628\u0631\u0627\u0628\u0637 \u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0623\u0648 \u0648\u0627\u062a\u0633\u0627\u0628 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 -->\n        <a href=\"https:\/\/wa.me\/212635352965\" target=\"_blank\" rel=\"noopener noreferrer\" class='btn btn-primary'>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0627\u0644\u0625\u062f\u0627\u0631\u0629<\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n\n  <\/main>\n\n\n\n  <script>\n    const menuBtn = document.getElementById(\"menuBtn\");\n    const navLinks = document.getElementById(\"navLinks\");\n\n    menuBtn.addEventListener(\"click\", () => {\n      navLinks.classList.toggle(\"active\");\n    });\n\n    document.querySelectorAll(\".nav-links a\").forEach(link => {\n      link.addEventListener(\"click\", () => navLinks.classList.remove(\"active\"));\n    });\n\n    document.getElementById(\"year\").textContent = new Date().getFullYear();\n  <\/script>","protected":false},"excerpt":{"rendered":"<p>\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0628\u0631\u0627\u0645\u062c \u0645\u0647\u0646\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629 \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 [&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,"footnotes":""},"class_list":["post-6448","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\u0643\u062a\u0648\u0631\u0627\u0647 - \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\u0643\u062a\u0648\u0631\u0627\u0647\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u062f\u0643\u062a\u0648\u0631\u0627\u0647 - \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=\"\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0628\u0631\u0627\u0645\u062c \u0645\u0647\u0646\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629 \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/coursesida.com\/en\/\u062f\u0643\u062a\u0648\u0631\u0627\u0647\/\" \/>\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:36:52+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=\"2 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%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\\\/\",\"url\":\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\\\/\",\"name\":\"\u062f\u0643\u062a\u0648\u0631\u0627\u0647 - \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\":\"2025-01-04T21:49:07+00:00\",\"dateModified\":\"2026-07-20T23:36:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/coursesida.com\\\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/coursesida.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u062f\u0643\u062a\u0648\u0631\u0627\u0647\"}]},{\"@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\u0643\u062a\u0648\u0631\u0627\u0647 - \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\u0643\u062a\u0648\u0631\u0627\u0647\/","og_locale":"en_US","og_type":"article","og_title":"\u062f\u0643\u062a\u0648\u0631\u0627\u0647 - \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":"\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 | \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 \u0628\u0631\u0627\u0645\u062c \u0645\u0647\u0646\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629 \u0628\u0648\u0627\u0628\u0629 \u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0627\u0647 [&hellip;]","og_url":"https:\/\/coursesida.com\/en\/\u062f\u0643\u062a\u0648\u0631\u0627\u0647\/","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:36:52+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/coursesida.com\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\/","url":"https:\/\/coursesida.com\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\/","name":"\u062f\u0643\u062a\u0648\u0631\u0627\u0647 - \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":"2025-01-04T21:49:07+00:00","dateModified":"2026-07-20T23:36:52+00:00","breadcrumb":{"@id":"https:\/\/coursesida.com\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/coursesida.com\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/coursesida.com\/%d8%af%d9%83%d8%aa%d9%88%d8%b1%d8%a7%d9%87\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/coursesida.com\/"},{"@type":"ListItem","position":2,"name":"\u062f\u0643\u062a\u0648\u0631\u0627\u0647"}]},{"@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\/6448","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=6448"}],"version-history":[{"count":4,"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/pages\/6448\/revisions"}],"predecessor-version":[{"id":7476,"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/pages\/6448\/revisions\/7476"}],"wp:attachment":[{"href":"https:\/\/coursesida.com\/en\/wp-json\/wp\/v2\/media?parent=6448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}