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

Кускова Арина #3146

  • Дата рождения: 20.12.2001
  • Возраст: 23
  • Статус: Любитель 2 звезды
Кускова Арина

Заявки

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

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

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

08.10.2025 Вымпел 20 Нападающий

Статистика

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 = '3146' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
Осенний Кубок Выборга

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

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

4 3
ср.0.8
2
ср.0.5
1
ср.0.3
0
ср.0
6
ср.1.5
Соперники Дата матча О Ш П +/- ШТ
Викинги - Вымпел 11 октября 2025 0 0 0 0 4
Вымпел - Легион 11 октября 2025 2 1 1 0 2
Отрадное - Вымпел 12 октября 2025 0 0 0 0 0
Вымпел - Пента 12 октября 2025 1 1 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 = '3146' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
7-й дивизион

7-й дивизион

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

12 6
ср.0.5
4
ср.0.3
2
ср.0.2
0
ср.0
12
ср.1
Соперники Дата матча О Ш П +/- ШТ
Медведь старт - Вымпел 10 ноября 2023 0 0 0 0 0
Вымпел - Red Star 17 ноября 2023 0 0 0 0 0
Форвард 2 - Вымпел 19 ноября 2023 0 0 0 0 0
Вымпел - North Stars Farm 24 ноября 2023 0 0 0 0 6
Royals United - Вымпел 26 ноября 2023 1 1 0 0 2
Вымпел - Викинги 10 декабря 2023 1 0 1 0 0
Вымпел - Танк S 18 декабря 2023 0 0 0 0 4
Вымпел - Форвард 2 22 декабря 2023 2 1 1 0 0
Red Star - Вымпел 20 января 2024 1 1 0 0 0
Вымпел - Медведь старт 26 января 2024 1 1 0 0 0
Самураи ST - Вымпел 21 февраля 2024 0 0 0 0 0
North Stars Farm - Вымпел 23 февраля 2024 0 0 0 0 0
5-й дивизион

5-й дивизион

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

24 11
ср.0.5
4
ср.0.2
7
ср.0.3
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Вымпел Про - Танк 27 октября 2023 1 0 1 0 0
Royals 3 - Вымпел Про 08 ноября 2023 2 1 1 0 0
Вымпел Про - Отрадное 13 ноября 2023 1 0 1 0 0
Легион - Вымпел Про 22 ноября 2023 1 0 1 0 0
Вымпел Про - Прогресс 08 декабря 2023 0 0 0 0 0
Рать - Вымпел Про 12 декабря 2023 0 0 0 0 0
Вымпел Про - Рать 15 декабря 2023 0 0 0 0 0
Танк - Вымпел Про 26 декабря 2023 1 1 0 0 0
Вымпел Про - Royals 3 02 февраля 2024 0 0 0 0 0
Отрадное - Вымпел Про 06 февраля 2024 0 0 0 0 0
Прогресс - Вымпел Про 21 февраля 2024 0 0 0 0 0
Вымпел Про - Легион 26 февраля 2024 0 0 0 0 0
Вымпел Про - Royals 3 10 марта 2024 0 0 0 0 0
Вымпел Про - Royals 3 17 марта 2024 1 1 0 0 0
Royals 3 - Вымпел Про 22 марта 2024 0 0 0 0 0
Вымпел Про - Royals 3 24 марта 2024 0 0 0 0 0
ЦМКБ Алмаз - Вымпел Про 26 марта 2024 1 0 1 0 0
Вымпел Про - ЦМКБ Алмаз 29 марта 2024 1 0 1 0 0
ЦМКБ Алмаз - Вымпел Про 05 апреля 2024 0 0 0 0 0
Отрадное - Вымпел Про 11 апреля 2024 2 1 1 0 0
Вымпел Про - Отрадное 19 апреля 2024 0 0 0 0 0
Отрадное - Вымпел Про 23 апреля 2024 0 0 0 0 0
Вымпел Про - Отрадное 26 апреля 2024 0 0 0 0 0
Отрадное - Вымпел Про 02 мая 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 = '3146' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
Женский дивизион

Женский дивизион

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

9 19
ср.2.1
12
ср.1.3
7
ср.0.8
0
ср.0
10
ср.1.1
Соперники Дата матча О Ш П +/- ШТ
ЖХК Метеор - Red Rocket 06 ноября 2022 3 2 1 0 0
Red Rocket - Дримтим 13 ноября 2022 4 2 2 0 0
Гроза 2 - Red Rocket 21 ноября 2022 1 0 1 0 2
Red Rocket - Ночные Ведьмы 04 декабря 2022 0 0 0 0 2
Танкистки - Red Rocket 22 января 2023 2 2 0 0 0
Дримтим - Red Rocket 24 февраля 2023 2 0 2 0 2
Red Rocket - ЖХК Метеор 12 марта 2023 3 2 1 0 2
Red Rocket - Гроза 2 18 марта 2023 1 1 0 0 2
Red Rocket - Танкистки 11 апреля 2023 3 3 0 0 0
5-й дивизион

5-й дивизион

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

1 1
ср.1
1
ср.1
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Snow Wolf 2 - Танк S 08 ноября 2022 1 1 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 = '3146' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи

IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи

IRON CORN

1 3
ср.3
0
ср.0
3
ср.3
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Sharks - ЖХК 01 сентября 2022 3 0 3 0 0
Квалификационный 2022, 3-й Дивизион, Группа В

Квалификационный 2022, 3-й Дивизион, Группа В

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

2 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Строительный Трест - Танк S 28 июля 2022 0 0 0 0 0
Танк S - РамбоВ 19 июля 2022 0 0 0 0 0
IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа В

IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа В

IRON CORN

4 4
ср.1
3
ср.0.8
1
ср.0.3
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Красная Звезда 1 - ЖХК 20 июля 2022 1 1 0 0 0
ЖХК - Royals 3 12 июля 2022 0 0 0 0 0
ЖХК - Адамант 29 июля 2022 2 2 0 0 0
ЖХК - Красная Звезда 1 27 июля 2022 1 0 1 0 0
MadGuyHockey Cup. Группа B (3-й дивизион)

MadGuyHockey Cup. Группа B (3-й дивизион)

MadGuyHockey Cup

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Венчур - North Stars 12 июня 2022 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
Осенний Кубок Выборга Осенний Кубок Выборга 0 0 0 0
Сезон 2023-2024 И
7-й дивизион 7-й дивизион 0 0 0 0
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2021-2022 И
IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи 0 0 0 0
Квалификационный 2022, 3-й Дивизион, Группа В Квалификационный 2022, 3-й Дивизион, Группа В 0 0 0 0
IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа В IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа В 1 1 0 0
Соперники Дата матча
ЖХК - Адамант 29 июля 2022
MadGuyHockey Cup. Группа B (3-й дивизион) MadGuyHockey Cup. Группа B (3-й дивизион) 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в