27-10-2025 в 20:00, Ледовая арена «ICE RINK Новоселье», 5-й дивизион
27-10-2025 в 21:15, Ледовая арена Шуваловский лед, 3-й дивизион
27-10-2025 в 21:30, Север Парк, 6-й дивизион
27-10-2025 в 21:30, Ледовая арена «Академия Динамо» - Мебельная ул. 33А, 5-й дивизион
28-10-2025 в 20:05, ФОК Ижорец, 5-й дивизион
28-10-2025 в 23:00, Север Парк, 7-й дивизион
28-10-2025 в 23:00, Газпром (Передовиков), Арена А, 7-й дивизион
28-10-2025 в 23:00, Ледовая арена «Ладога», 7-й дивизион
29-10-2025 в 21:00, Ледовый комплекс «АСК-С», 6-й дивизион
29-10-2025 в 21:30, Ледовая арена ФОК «Гололед», 6-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Суворов Михаил #4537

  • Дата рождения: 08.07.1966
  • Возраст: 59
  • Рост: 172
  • Вес: 85
  • Статус: Любитель 2 звезды
Суворов Михаил

Заявки

Осенний Кубок Выборга Турнир Заявлен Команда Номер Амплуа

Турниры выходного дня

Осенний Кубок Выборга

07.10.2025 Отрадное 66 Нападающий

Статистика

SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4537' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
Осенний Кубок Выборга

Осенний Кубок Выборга

Турниры выходного дня

4 4
ср.1
2
ср.0.5
2
ср.0.5
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Легион - Отрадное 11 октября 2025 0 0 0 0 0
Отрадное - Пента 11 октября 2025 1 1 0 0 0
Отрадное - Вымпел 12 октября 2025 2 1 1 0 0
Отрадное - Викинги 12 октября 2025 1 0 1 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4537' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
Финальный этап, Главный кубок

Финальный этап, Главный кубок

Осенний Кубок Выборга

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Отрадное - Викинги 29 сентября 2024 0 0 0 0 0
Предварительный этап, Группа А

Предварительный этап, Группа А

Осенний Кубок Выборга

2 1
ср.0.5
0
ср.0
1
ср.0.5
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Рать - Отрадное 29 сентября 2024 1 0 1 0 0
Сборная РХЛ Санкт-Петербург - Отрадное 28 сентября 2024 0 0 0 0 0
5-й дивизион

5-й дивизион

Регулярное первенство

18 12
ср.0.7
2
ср.0.1
10
ср.0.6
0
ср.0
6
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Остров - Отрадное 30 октября 2024 1 0 1 0 2
Отрадное - Ржавый якорь 07 ноября 2024 0 0 0 0 0
Легион - Отрадное 11 ноября 2024 0 0 0 0 2
Отрадное - Рать 14 ноября 2024 1 0 1 0 0
Отрадное - Легион 28 ноября 2024 2 0 2 0 0
Ржавый якорь - Отрадное 03 декабря 2024 0 0 0 0 0
Отрадное - Остров 05 декабря 2024 1 0 1 0 2
Рать - Отрадное 10 декабря 2024 2 1 1 0 0
Остров - Отрадное 25 декабря 2024 0 0 0 0 0
Отрадное - Ржавый якорь 16 января 2025 1 0 1 0 0
Легион - Отрадное 20 января 2025 0 0 0 0 0
Отрадное - Остров 13 февраля 2025 1 1 0 0 0
Ржавый якорь - Отрадное 18 февраля 2025 1 0 1 0 0
Отрадное - Легион 27 февраля 2025 1 0 1 0 0
Рать - Отрадное 04 марта 2025 1 0 1 0 0
Легион - Отрадное 26 марта 2025 0 0 0 0 0
Отрадное - Легион 03 апреля 2025 0 0 0 0 0
Легион - Отрадное 09 апреля 2025 0 0 0 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4537' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
Кубок Ленинское

Кубок Ленинское

Турниры выходного дня

4 3
ср.0.8
1
ср.0.3
2
ср.0.5
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Сборная РХЛ - Отрадное 19 августа 2023 1 0 1 0 0
Отрадное - Рать 19 августа 2023 1 1 0 0 0
Отрадное - Легион 20 августа 2023 0 0 0 0 0
Викинги - Отрадное 20 августа 2023 1 0 1 0 0
5-й дивизион

5-й дивизион

Регулярное первенство

24 19
ср.0.8
6
ср.0.3
13
ср.0.5
0
ср.0
10
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Легион - Отрадное 18 октября 2023 0 0 0 0 0
Рать - Отрадное 31 октября 2023 1 1 0 0 0
Отрадное - Танк 07 ноября 2023 0 0 0 0 0
Вымпел Про - Отрадное 13 ноября 2023 0 0 0 0 0
Отрадное - Royals 3 23 ноября 2023 1 0 1 0 0
ЦМКБ Алмаз - Отрадное 01 декабря 2023 0 0 0 0 0
Отрадное - Легион 05 декабря 2023 1 0 1 0 0
Прогресс - Отрадное 20 декабря 2023 1 0 1 0 2
Отрадное - Рать 18 января 2024 1 1 0 0 0
Танк - Отрадное 23 января 2024 2 2 0 0 0
Отрадное - Вымпел Про 06 февраля 2024 1 0 1 0 2
Royals 3 - Отрадное 16 февраля 2024 1 0 1 0 2
Отрадное - ЦМКБ Алмаз 22 февраля 2024 0 0 0 0 0
Отрадное - Легион 05 марта 2024 1 0 1 0 0
Легион - Отрадное 13 марта 2024 1 0 1 0 0
Отрадное - Легион 14 марта 2024 0 0 0 0 0
Отрадное - Прогресс 26 марта 2024 0 0 0 0 0
Прогресс - Отрадное 27 марта 2024 0 0 0 0 0
Отрадное - Прогресс 02 апреля 2024 3 1 2 0 0
Прогресс - Отрадное 03 апреля 2024 2 0 2 0 0
Вымпел Про - Отрадное 19 апреля 2024 1 0 1 0 2
Отрадное - Вымпел Про 23 апреля 2024 1 0 1 0 0
Вымпел Про - Отрадное 26 апреля 2024 1 1 0 0 2
Отрадное - Вымпел Про 02 мая 2024 0 0 0 0 0
Квалификационный 2023 Группа B (5-й дивизион)

Квалификационный 2023 Группа B (5-й дивизион)

Квалификационный 2023

9 9
ср.1
2
ср.0.2
7
ср.0.8
0
ср.0
4
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Газстройпром - Отрадное 05 июля 2023 0 0 0 0 0
РамбоВ - Отрадное 11 июля 2023 1 0 1 0 2
North Stars - Отрадное 16 июля 2023 0 0 0 0 0
Танк S - Отрадное 25 июля 2023 0 0 0 0 0
Адамант - Отрадное 28 июля 2023 2 0 2 0 0
Отрадное - РамбоВ 29 августа 2023 2 1 1 0 0
Отрадное - Танк S 02 сентября 2023 0 0 0 0 0
Отрадное - Адамант 05 сентября 2023 2 0 2 0 0
Отрадное - North Stars 07 сентября 2023 2 1 1 0 2
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
Осенний Кубок Выборга Осенний Кубок Выборга 0 0 0 0
Сезон 2024-2025 И
Финальный этап, Главный кубок Финальный этап, Главный кубок 0 0 0 0
Предварительный этап, Группа А Предварительный этап, Группа А 0 0 0 0
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2023-2024 И
Кубок Ленинское Кубок Ленинское 0 0 0 0
5-й дивизион 5-й дивизион 0 0 0 0
Квалификационный 2023 Группа B (5-й дивизион) Квалификационный 2023 Группа B (5-й дивизион) 1 0 1 0
Соперники Дата матча
Отрадное - North Stars 07 сентября 2023
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в