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-й дивизион
30-10-2025 в 21:45, Спортивный комплекс «Алмаз-Антей», 7-й дивизион
30-10-2025 в 22:30, Север Парк, 3-й дивизион
30-10-2025 в 23:00, Ледовая арена «Ладога», 6-й дивизион
31-10-2025 в 21:00, Ледовая арена «Динамо-юниор» Бутлерова, 7-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Чернышёв Виталий #3692

  • Дата рождения: 26.09.1983
  • Возраст: 42
  • Рост: 173
  • Вес: 85
  • Статус: Любитель 2 звезды
Чернышёв Виталий

Заявки

6-й дивизион Турнир Заявлен Команда Номер Амплуа

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

6-й дивизион

14.10.2025 Викинги 26 Нападающий
7-й дивизион Турнир Заявлен Команда Номер Амплуа

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

7-й дивизион

13.10.2025 Vikings 26 Нападающий

Статистика

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 = '3692' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
7-й дивизион

7-й дивизион

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

1 3
ср.3
1
ср.1
2
ср.2
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Vikings - Островитяне 20 октября 2025 3 1 2 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 = '3692' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
Зимний кубок Выборга

Зимний кубок Выборга

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

4 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Викинги - Танк 22 февраля 2025 0 0 0 0 0
Викинги - Сестрорецк 22 февраля 2025 0 0 0 0 0
Легион - Викинги 23 февраля 2025 0 0 0 0 2
Рать - Викинги 23 февраля 2025 0 0 0 0 0
7-й Дивизион

7-й Дивизион

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

17 4
ср.0.2
3
ср.0.2
1
ср.0.1
0
ср.0
10
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
Vikings - Бунтари 23 октября 2024 0 0 0 0 0
Vikings - Max Pro Start 30 октября 2024 1 1 0 0 0
Рать 1703 - Vikings 28 ноября 2024 0 0 0 0 0
Бунтари - Vikings 12 декабря 2024 0 0 0 0 0
GT - Vikings 14 января 2025 1 1 0 0 0
Vikings - Бунтари 29 января 2025 0 0 0 0 2
Vikings - Max Pro Start 05 февраля 2025 0 0 0 0 0
Рать 1703 - Vikings 09 февраля 2025 0 0 0 0 0
GT - Vikings 19 марта 2025 0 0 0 0 0
Vikings - Легион 2023 31 марта 2025 0 0 0 0 0
Легион 2023 - Vikings 02 апреля 2025 0 0 0 0 0
Vikings - Легион 2023 07 апреля 2025 1 0 1 0 2
Легион 2023 - Vikings 11 апреля 2025 0 0 0 0 2
Vikings - Max Pro Start 16 апреля 2025 0 0 0 0 2
Max Pro Start - Vikings 19 апреля 2025 1 1 0 0 0
Max Pro Start - Vikings 26 апреля 2025 0 0 0 0 0
Vikings - Max Pro Start 28 апреля 2025 0 0 0 0 2
6-й Дивизион

6-й Дивизион

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

13 3
ср.0.2
1
ср.0.1
2
ср.0.2
0
ср.0
2
ср.0.2
Соперники Дата матча О Ш П +/- ШТ
Викинги - РамбоВ 2 27 октября 2024 0 0 0 0 0
Ветераны Боевых Действий - Викинги 29 октября 2024 0 0 0 0 0
Викинги - Red Star 17 ноября 2024 1 1 0 0 0
Форвард 2 - Викинги 24 ноября 2024 0 0 0 0 0
Викинги - Max Pro 15 декабря 2024 0 0 0 0 0
РамбоВ 2 - Викинги 17 декабря 2024 0 0 0 0 0
Феникс 2 - Викинги 20 декабря 2024 0 0 0 0 2
Red Star - Викинги 31 января 2025 1 0 1 0 0
Викинги - Феникс 2 16 февраля 2025 0 0 0 0 0
Викинги - Форвард 2 25 февраля 2025 1 0 1 0 0
Викинги - Max Pro 16 марта 2025 0 0 0 0 0
Викинги - РамбоВ 2 30 марта 2025 0 0 0 0 0
РамбоВ 2 - Викинги 01 апреля 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 = '3692' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
5-й дивизион

5-й дивизион

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

16 3
ср.0.2
2
ср.0.1
1
ср.0.1
0
ср.0
4
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Прогресс - ЦМКБ Алмаз 08 ноября 2023 0 0 0 0 0
ЦМКБ Алмаз - Royals 3 17 ноября 2023 1 1 0 0 0
ЦМКБ Алмаз - Отрадное 01 декабря 2023 0 0 0 0 0
Танк - ЦМКБ Алмаз 05 декабря 2023 0 0 0 0 2
Вымпел Про - ЦМКБ Алмаз 19 января 2024 0 0 0 0 0
ЦМКБ Алмаз - Прогресс 27 января 2024 0 0 0 0 0
Рать - ЦМКБ Алмаз 30 января 2024 0 0 0 0 0
ЦМКБ Алмаз - Легион 01 марта 2024 1 1 0 0 0
ЦМКБ Алмаз - Танк 09 марта 2024 0 0 0 0 0
Танк - ЦМКБ Алмаз 13 марта 2024 0 0 0 0 0
ЦМКБ Алмаз - Вымпел Про 26 марта 2024 0 0 0 0 0
Вымпел Про - ЦМКБ Алмаз 29 марта 2024 0 0 0 0 0
ЦМКБ Алмаз - Вымпел Про 05 апреля 2024 0 0 0 0 2
ЦМКБ Алмаз - Прогресс 13 апреля 2024 0 0 0 0 0
Прогресс - ЦМКБ Алмаз 17 апреля 2024 1 0 1 0 0
ЦМКБ Алмаз - Прогресс 20 апреля 2024 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 = '3692' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
СТАРТ

СТАРТ

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

16 6
ср.0.4
2
ср.0.1
4
ср.0.3
0
ср.0
8
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
White Sharks Farm - ЦМКБ Алмаз 24 октября 2022 1 1 0 0 0
ЦМКБ Алмаз - North Stars Farm 30 октября 2022 0 0 0 0 2
Парк-Премьер 2 - ЦМКБ Алмаз 01 ноября 2022 1 1 0 0 0
РамбоВ 2 - ЦМКБ Алмаз 08 ноября 2022 0 0 0 0 0
ЦМКБ Алмаз - Газпром Проектирование 2 13 ноября 2022 1 0 1 0 0
Royals United - ЦМКБ Алмаз 25 ноября 2022 1 0 1 0 0
ЦМКБ Алмаз - Самураи ST 27 ноября 2022 0 0 0 0 2
ЦМКБ Алмаз - Алмаз С 25 декабря 2022 1 0 1 0 0
Алмаз С - ЦМКБ Алмаз 12 января 2023 0 0 0 0 0
Самураи ST - ЦМКБ Алмаз 26 января 2023 0 0 0 0 2
System Evolution - ЦМКБ Алмаз 08 февраля 2023 1 0 1 0 0
ЦМКБ Алмаз - РамбоВ 2 17 февраля 2023 0 0 0 0 0
ЦМКБ Алмаз - Строительный Трест 21 февраля 2023 0 0 0 0 0
Газпром Проектирование 2 - ЦМКБ Алмаз 28 февраля 2023 0 0 0 0 0
ЦМКБ Алмаз - System Evolution 15 марта 2023 0 0 0 0 0
System Evolution - ЦМКБ Алмаз 21 марта 2023 0 0 0 0 2
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
7-й дивизион 7-й дивизион 0 0 0 0
Сезон 2024-2025 И
Зимний кубок Выборга Зимний кубок Выборга 0 0 0 0
7-й Дивизион 7-й Дивизион 0 0 0 0
6-й Дивизион 6-й Дивизион 0 0 0 0
Сезон 2023-2024 И
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2022-2023 И
СТАРТ СТАРТ 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в