clicking on ".info-list__indicator" removes class "active" on ".info-list__indicator.active"
clicking on ".info-list__indicator" removes class "active" on ".info-item.active"
clicking on ".info-list__indicator" adds class "active" on target
clicking on ".info-list__indicator:nth-of-type(1)" adds class "active" on ".info-item:nth-of-type(1)"
clicking on ".info-list__indicator:nth-of-type(2)" adds class "active" on ".info-item:nth-of-type(2)"
clicking on ".info-list__indicator:nth-of-type(3)" adds class "active" on ".info-item:nth-of-type(3)"
clicking on ".info-list__indicator:nth-of-type(4)" adds class "active" on ".info-item:nth-of-type(4)"
clicking on ".info-list__indicator:nth-of-type(5)" adds class "active" on ".info-item:nth-of-type(5)"