.service-block {
  display: none; /* Скрываем все блоки */
}
.service-block.active-block {
  display: block; /* Показываем активный блок */
}
