@Beka_Tchigladze hi,
i know all you want is just to fix this and 'go safe home' but to be able to fix it you have to work in a methodical way and understand how AutoCAD draw and scale linetypes otherwise this could be a 'trouble'.
First what i find in your sample drawing:
the block 'Door - Metric' (it's standard from AutoCAD toolpalette, right?!) you modified it (or someone else doesn't matter) and changed the linetype of the door arc to some dashed linetype cause you wanted to be dashed - yes?!
but instead of taking the normal dahsed linetype you choosed ACAD_ISO02W100 but this (i suppose) did not gave you the result you wanted and you enter back in block and continue to change door arc line types cause there are 4 door arcs (each for every visibility state) and even one door arc ended with this linetype ACAD_ISO13W100. i have discovered this after inserting more 'Door - Metric' blocks and the linetype i got is ACAD_ISO02W100 with ltscale of 10 but inside the bedit it was ACAD_ISO13W100 with ltscale of 1.0 and took me long time to understand what is going on? above all of that, you have an annotation scale 1:100 which directly influence ltscale.
in our region we work in centimeters (millimeters is of the same family of metric) and due to historical AutoCAD reasons from the first version i actually found that acad.lin linetype library is more suited to metric units (AutoCAD designate acadiso.lin to be it's metric linetype and acad.lin as imperial) for example for grid lines i use DASHDOT, for dashed lines i use DASHED and for more small dashed lines i use HIDDEN. my purpose is always to work with ltscale value that is suited to the scale i draw, e.g for 1:100 ltscale=100 for 1:50 ltscale=50 (the same rule i implement on DIMSCALE) this gives the best graphics results to linetypes coming from acad.lin for drawings in centimeters, drawing in model space but in your case we are talking about millimeters you should take another action (see below) to achieve the same result.
Now for the methodical way and solution to your problem:
in model space:
make sure all linetypes are coming from acad.lin by reloading them and update all existing ones.
set all objects to linetype bylayer (use SETBYLAYER command to accomplish that)
msltscale = 1 (fixed)
annotation scale 1:100 (or 1:50 or any other your need)
set all objects linetype scale to 1.0 and then set all non continue linetypes to 10.0 fixed (this is the other action to take see above)
in paper space:
ltscale = 1.0 (fixed, this is global and it will be 1.0 in model space also but it doesn't matter cause in model space annotation scale controls ltscale)
psltscale = 1 (fixed)
set viewport scale suited to your plot scale (e.g 1:100, 1:50, 1:25 and so on)
plot scale 1=1 (fixed)
if you follow these instruction i promise you full success for good 
cheers
moshe