.js-popup {
	POSITION: absolute; DISPLAY: none
}
.active.js-popup {
	DISPLAY: block
}

