Follows immediately by CCRT for congruences in A.P. (Arithmetic Progression), i.e.
$\!\!\bmod \color{#c00}{77\!+\!k}\!:\ x \equiv 15\!+\!\color{#c00}k \equiv 15\color{#c00}{-77} \equiv -62\ \ $ [for $\,k=0,1$]
so $\,x\equiv -62\pmod{\!77\ \&\ 78}\!\iff\! x\equiv -62\pmod{77\cdot 78}\ $ by CCRT = Constant-case CRT
so $\,x\equiv -62\equiv 8\pmod{\!\color{#0a0}{14}}\,$ by $\,\color{#0a0}{2(7)}\mid 78(77)\,$ & congruences persist mod factors of modulus.
Generally, $ $ as above: $\,\ \begin{align}&x\equiv a\ \ \ \pmod{\!n}\\ &x\equiv a\!+\!1\!\!\!\!\pmod{n\!+\!1}\end{align}\! \iff x\equiv a\!-\!n\pmod{\!\!n(n\!+\!1)}$
therefore again by persistence we infer$\ d\mid n(n\!+\!1)\,\Rightarrow\, x\equiv a\!-\!n\pmod{\!d}$
Remark $ $ Replying to a comment, note the above persistence follows from,$\,\color{#0a0}2\mid 78\,$ and $\,\color{#0a0}7\mid 77\,$ so alternatively we could use such persistence before applying CRT to get $\,x\equiv 16\equiv 0\pmod{\!2}\,$ and $\,x\equiv 15\equiv \color{#c00}8\pmod{\!7}$ so $\,x\equiv 8\pmod{\!14}\,$ by CRT, as in J.W.T's answer (alternatively $\,x\bmod{14}= 2(\color{#c00}{x/2} \bmod 7) = 2(\color{#c00}4)\,$ by $\,2\mid x\,$ and the mod Distributive Law).
The A.P. method has the advantage that we also get the (unique) solution $\bmod 77\cdot 78\,$ just as easily (and the techniques used are instructional). It will always be easy when the A.P. has very small step-size (like $\,s = 1\,$ above) since the linked formula involves inverting only $\,s\ $ (not the possibly larger moduli as when rotely applying the common CRT formula).
But it helps to be familiar with both methods, i.e. reducing before and after CRT. Interesting reults may arise by performing operations in different order, so it may well be worthwhile to investigate the ramifications of such a reordering.