.icon-popup {
	position: relative;
}

.icon-popup__icon {
	cursor: pointer;
}

.icon-popup__content {
	position: absolute;
	display : none;
	z-index: 99999; /* below .modal */
	top: 2.5em;
}

.icon-popup__content.active {
	display:block;
}

.icon-popup__content.above {
	top: unset;
	bottom: 100%;
}
