***************************btn-nahoru************************/
#btnTopPage {
	width: 35px!important;
	height: 35px!important;
  display: none!important;
  position: fixed!important;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 35px!important;
  border: none;
  outline: none;
  background-color: white;
  color: red;
  cursor: pointer;
  border-radius: 20px;
}

#btnTopPage:hover {
  background-color: red;
  color: white;
}
