/* BUTTON WYBIERZ PLIK */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	clear: both;
}

.inputfile + label {
	font-size: 17px;
	font-weight: 700;
	color: white;
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	margin-bottom: 60px;
}

.inputfile:focus + label,
.inputfile + label:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}
.inputfile + label svg {
	fill: currentColor;
}

.inputfile + label {
	cursor: pointer; 
	padding: 10px 15px;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}
