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

Роганов Кирилл #1752

  • Дата рождения: 19.01.1975
  • Возраст: 50
  • Статус: Любитель 1 звезда
Роганов Кирилл

Статистика

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 = '1752' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
3-й Дивизион

3-й Дивизион

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

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Динамит - Ржавый якорь 30 ноября 2022 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 = '1752' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
Второй дивизион

Второй дивизион

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

14 2
ср.0.1
1
ср.0.1
1
ср.0.1
-6
ср.-0.4
2
ср.0.1
Соперники Дата матча О Ш П +/- ШТ
Форвард - Динамит 03 октября 2021 1 0 1 -2 0
Динамит - Прогресс 13 октября 2021 0 0 0 -2 0
Штерн - Динамит 23 октября 2021 0 0 0 -2 0
Шкипер - Динамит 14 ноября 2021 0 0 0 0 0
Прогресс - Динамит 19 января 2022 0 0 0 0 0
Легион - Динамит 09 февраля 2022 0 0 0 0 0
Атомэнергопроект - Динамит 13 февраля 2022 0 0 0 0 0
Динамит - Шкипер 15 февраля 2022 0 0 0 0 2
Динамит - Легион 22 февраля 2022 0 0 0 0 0
Динамит - Атомэнергопроект 27 февраля 2022 0 0 0 0 0
Динамит - Транснефть – Балтика 2 02 марта 2022 1 1 0 0 0
Динамит - Штерн 09 марта 2022 0 0 0 0 0
Штерн - Динамит 12 марта 2022 0 0 0 0 0
Динамит - Штерн 16 марта 2022 0 0 0 0 0
Квалификационный 2021 Группа А

Квалификационный 2021 Группа А

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

5 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Динамит - Алмаз С 02 августа 2021 0 0 0 0 0
Динамит - Апельсин 09 августа 2021 0 0 0 0 0
Jokers - Динамит 05 августа 2021 0 0 0 0 0
Апельсин - Динамит 20 июля 2021 0 0 0 0 0
Динамит - Jokers 16 августа 2021 0 0 0 0 2
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 = '1752' AND tournament.season_id = '5' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2020-2021 М О Ш П +/- ШТ
3-й дивизион

3-й дивизион

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

25 3
ср.0.1
0
ср.0
3
ср.0.1
0
ср.0
18
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
Динамит - ЖХК Хорс 02 ноября 2020 2 0 2 0 0
Прогресс - Динамит 11 ноября 2020 0 0 0 0 2
Динамит - Red Bulls 19 ноября 2020 0 0 0 0 0
Штерн - Динамит 29 ноября 2020 0 0 0 0 0
Форвард - Динамит 16 декабря 2020 0 0 0 0 0
Динамит - Атомэнергопроект 21 декабря 2020 0 0 0 0 0
Динамит - Синяя Машина 25 декабря 2020 0 0 0 0 0
Ржавый якорь - Динамит 21 января 2021 0 0 0 0 0
Динамит - Шершни 25 января 2021 0 0 0 0 0
ЖХК Хорс - Динамит 01 февраля 2021 0 0 0 0 0
Red Bulls - Динамит 08 февраля 2021 1 0 1 0 0
Динамит - Легион 01 марта 2021 0 0 0 0 10
Синяя Машина - Динамит 04 марта 2021 0 0 0 0 2
Динамит - Форвард 15 марта 2021 0 0 0 0 0
Атомэнергопроект - Динамит 23 марта 2021 0 0 0 0 0
Динамит - Ржавый якорь 29 марта 2021 0 0 0 0 0
Динамит - Прогресс 05 апреля 2021 0 0 0 0 2
Шершни - Динамит 11 апреля 2021 0 0 0 0 0
Ржавый якорь - Динамит 15 апреля 2021 0 0 0 0 0
Динамит - Ржавый якорь 19 апреля 2021 0 0 0 0 0
Динамит - Легион 17 мая 2021 0 0 0 0 2
Легион - Динамит 26 мая 2021 0 0 0 0 0
Динамит - Легион 31 мая 2021 0 0 0 0 0
Динамит - Форвард 07 июня 2021 0 0 0 0 0
Форвард - Динамит 09 июня 2021 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 = '1752' AND tournament.season_id = '3' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2019-2020 М О Ш П +/- ШТ
2-й Дивизион

2-й Дивизион

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

10 2
ср.0.2
0
ср.0
2
ср.0.2
0
ср.0
2
ср.0.2
Соперники Дата матча О Ш П +/- ШТ
Динамит - Ржавый якорь 04 ноября 2019 0 0 0 0 0
Динамит - ЖХК Хорс 18 ноября 2019 0 0 0 0 0
Ржавый якорь - Динамит 05 декабря 2019 0 0 0 0 0
Динамит - Шершни 09 декабря 2019 0 0 0 0 0
Динамит - Факел 13 января 2020 0 0 0 0 0
ЖХК Хорс - Динамит 20 января 2020 1 0 1 0 0
Динамит - Атомэнергопроект 03 февраля 2020 0 0 0 0 2
Факел - Динамит 10 февраля 2020 1 0 1 0 0
Атомэнергопроект - Динамит 10 марта 2020 0 0 0 0 0
Шершни - Динамит 22 марта 2020 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2022-2023 И
3-й Дивизион 3-й Дивизион 0 0 0 0
Сезон 2021-2022 И
Второй дивизион Второй дивизион 0 0 0 0
Квалификационный 2021 Группа А Квалификационный 2021 Группа А 0 0 0 0
Сезон 2020-2021 И
3-й дивизион 3-й дивизион 0 0 0 0
Сезон 2019-2020 И
2-й Дивизион 2-й Дивизион 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в