#side-fixed-strefa-inwestora {
	position: fixed;
	top: 145px;
	left: -21px;
	transition:all 0.2s ease-in;
}
#side-fixed-strefa-inwestora:hover {
	left: -2px;
}
#side-fixed-strefa-inwestora.bounce {
	left: -12px;
}