First of all your description of needed interface is very confusing. You should try building interface yourself and if you run into a trouble - post the code and ask how to overcome a specific problem. Otherwise people have no idea what you are asking about - this is why no response after 8 days already.
Second, in the future you do not need polygonal data for Kazakhstan, you will be able to do it
simply as this:
divisions = EntityValue[Entity["AdministrativeDivision", {_, "Kazakhstan"}], "Entities"]
GeoGraphics[{EdgeForm[Red], Opacity[0.1], Polygon[divisions]}]