Bottom of rectangular box (which is obviously a rectangle) is covered by $2*2$ and $1*4$ tiles. Tiles were removed out of the box and shuffled. One $2*2$ tile was lost. We replaced it with $1*4$ tile.
Can we cover the rectangle now with this new set of tiles?
I apparently don't know what steps should I take in order to solve that problem. Will appreciate unusual methods as when I am able, always try something original.

The question yells for us to prove that it is impossible. If we want to do that, usually we want some kind of invariant. In this case colouring works. Now what colouring will give invariant shifting of the $1 \times 4$ rectangular pieces? $4$ colours of course, each diagonal being the same colour, cycling through the diagonals. Each rectangular piece covers exactly one cell of each colour. Each $2 \times 2$ square piece, on the other hand, covers $1,2,1,0$ cells respectively of the $4$ colours in a cyclic order. So clearly replacing a square piece by a rectangular piece will not work. To simplify the number of cases to check, notice that the intrinsic structure is modulo two, and we can see that we can restrict to two colours, the first two diagonals black, the next two white, the next two black again, which is same as before but with pairs of colours identified. Now each rectangular piece covers $2$ of each colour and each square piece covers $3$ of one colour but $1$ of the other. It is then obvious that you cannot have different parity of each type of piece.