Question 1152466
.
<pre>

For a minute, put 4 coins aside from the collection.


Then the number of remaining coins is a multiple of both 7 and 11.


The smallest such an integer number of coins is 7*11 = 77.


Now return 4 coins back.


<U>ANSWER</U>.  The collection consists of 77+4 = 81 coins.
</pre>

Solved.