.list-not-activated .choices__list .choices__item {
    opacity: 0;
}

.choices__list .choices__item {
    transition: opacity 0.2s;
}

