I managed to save some of the data i needed, one i cant download (photos, music projects ect...) but i lost everything else because i couldnt find a program that would restore lost partition, to say it professionally

remake FAT table for my lost partition...only option was to recover data to another drive.
To explain to anyone who might have the same issue: (This is same for every kind of storage, ssd, hdd, usb flash drives ect... i will use HDD as reference but it is pretty much the same for everything)
On your HDD u have a BILLION (figurative speech) little cells where u keep data. Because cells are so small (on x64 OS its 64 bits that means that u have 64 1 and 0 in them) files have to be broken into a large amount of cells in order to be kept on disk. So every partition has its own FAT table, which has information about every file u have on it and, most importantly, the address of the FIRST cell of each file...in that cell u have some part of that file AND the address of the next cell where this file continues...all the way to the last cell of that file which points to the EOF (end of file). So, when u delete a file u just delete its location from FAT table, the file is still in same cells but it cannot be accessed easily and your pc looks at it as free space. The file is TRULY deleted when another file is written in those cells.
When u format hdd using quick format you only delete that FAT table so files are still recoverable using some software specialised in that kind of tasks (u can find those in solution above) but it is recommended that u recover them to another medium (another hdd, usb, cd ect...) because if u recover them to the same drive u can place them into cells some files you want to recover are in, thus making them not recoverable...
Hope some will find this useful
