Hi Vladislav,
There are two ways of maintaining country specific Leaderboard, one is making individual Leaderboard for each of the country along with global Leaderboard and save the score in both the Leaderboard, first save it on global and then in the user country Leaderboard. Another way is to use storage and save user score there and then apply query and sort it based on score. However, you have to write lots of code for achieving everything that you get in Leaderboard service out of the box.
Let me know if it helps.