.strona-drukuj-polec-pdf-tlo {
	display: flex;
	justify-content: flex-end;
}
.strona-drukuj-polec-pdf-tlo button {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	display: flex;
	justify-content: center;
  align-items: center;
	font-size: 0px !important;
	text-decoration-color: transparent;
	border: 0px none transparent;
	cursor: pointer;
}
.strona-drukuj-polec-pdf-tlo button:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
}
.strona-drukuj:before {
	content: "\f02f";
}
.strona-polec:before {
	content: "\f658";
}
.strona-pdf:before {
	content: "\f1c1";
}
.polec-blok {
	padding: 16px;
	overflow: hidden;
	position: absolute;
	display: flex;
  align-items: center;
	display: none;
	width: 480px !important;
	z-index: 1100;
	top: 300px;
	margin-left: 48px;
}
.polec-zamknij {
	text-decoration-color: transparent;
	float: right;
	font-size: 0px;
	transition: all .3s ease-in-out;
	background-color: transparent;
	border: 0px none transparent;
	cursor: pointer;
}
.polec-zamknij span {
	display: none;
}
.polec-zamknij::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 32px;
	content: "\f00d";
}
.polec-zamknij:hover {
	transform: rotate(90deg) scale(1.2);
}
@media all and (max-width: 639px) {
	.polec-blok {
		top: 0px !important;
		left: 0px !important;
		max-width: 100vw;
		max-height: 100vw !important;
	}
}

.pdf-blok {
	padding: 16px;
	overflow: hidden;
  align-items: center;
	width: 100%;
}
.pdf-blok a {
	text-decoration-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pdf-blok a::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 20px;
	content: '\f1c1';
	margin: 0px 8px;
}

.captcha {
	display: flex;
	flex-wrap: wrap;
}
.captcha span {
	font-family: monospace;
	font-size: 16px;
	box-sizing: border-box;
	display: inline-block;
	padding: 2px 4px;
}
