
@media screen and (max-width: 639px) {

/* Strzałka góra */

#up {
	position: fixed;
	right: 5%;
	bottom: 2.5%;
	display: none;	
}

#up a {
	text-decoration: none;
}



/* Koniec Smartfon */

}



@media screen and (min-width: 640px) and (max-width: 1023px) {


/* Strzałka góra */

#up {
	position: fixed;
	right: 5%;
	bottom: 2.5%;
	display: none;	
}

#up a {
	text-decoration: none;
}



/* Koniec Tablet */


}




@media screen and (min-width: 1024px) and (max-width: 1365px) {


/* Strzałka góra */

#up {
	position: fixed;
	right: 5%;
	bottom: 2.5%;
	display: none;	
}

#up a {
	text-decoration: none;
}


/* Koniec PC */


}



@media screen and (min-width: 1366px) {

/* Strzałka góra */

#up {
	position: fixed;
	right: 5%;
	bottom: 2.5%;
	display: none;	
}

#up a {
	text-decoration: none;
}



/* Koniec PC */

}
