First assessment session — Check-Up
Helps determine whether there is a concern and how to address it
-
Individual session with a psychologist
-
Price $33 with a psychologist of any qualification level
How the check-up works
30 minutes with your child
30 minutes with the parent
Recommendations for parents and an action plan
Your child:
- Build a positive connection with the psychologist
- Develop motivation for further sessions
- Explore their individual strengths
- Share their view of the situation and feelings
/* Адаптивность */
.cat-svg{ display:block; width:100%; height:auto; }
/* Чтобы трансформации считались от размеров самих групп */
#cat-apply g{ transform-box: fill-box; transform-origin: center; }
/* Моргание: раз в 5 сек, быстрое закрытие/открытие */
#eyes{
animation: blink 5s cubic-bezier(.4,0,.2,1) infinite;
will-change: transform;
}
@keyframes blink{
/* глаза открыты почти всё время; быстрый щелчок на ~97–98% */
0%,95%,100% { transform: scaleY(1); }
97% { transform: scaleY(0); } /* полностью закрыты мгновенно */
98% { transform: scaleY(1); } /* снова открыты */
}
/* Нос/брови без анимации (по желанию можно добавить лёгкое дыхание носа) */
/* пример (опционально):
#nosebrows{ animation: breathe 3.6s ease-in-out infinite; }
@keyframes breathe{ 0%,100%{ transform: scale(1) } 50%{ transform: scale(1.02) } }
*/
/* Усы: «крылья» — симметричное вращение от щёк */
#whiskers-left{
transform-origin: 98% 55%; /* правый край левой половины — у щеки */
animation: whisker-left 2.2s ease-in-out infinite;
will-change: transform;
}
#whiskers-right{
transform-origin: 2% 55%; /* левый край правой половины — у щеки */
animation: whisker-right 2.2s ease-in-out infinite;
will-change: transform;
}
@keyframes whisker-left{
0%,100% { transform: rotate(0deg); }
50% { transform: rotate(-12deg); } /* вверх для левой стороны */
}
@keyframes whisker-right{
0%,100% { transform: rotate(0deg); }
50% { transform: rotate(12deg); } /* вверх для правой стороны */
}
/* Вспомогательные контуры для подгонки (включите при настройке)
#eyes, #whiskers-left, #whiskers-right, #nosebrows{ outline:1px dashed rgba(255,255,255,.35); }
*/
As a parent, you:
You will meet the psychologist
You will understand whether there is a concern and what it is
You will receive an initial analysis of the concern from the psychologist
You will receive an action plan to address the concern
