.strona-drukuj-polec-pdf-tlo {
	display: flex;
	justify-content: flex-end;
}
.strona-drukuj-polec-pdf-tlo a {
	width: 32px;
	height: 32px;
	margin: 0px 4px;
	display: flex;
	justify-content: center;
  align-items: center;
	font-size: 0px;
	text-decoration: none;
	color: transparent;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.15);
	border-radius: 4px;
}
.strona-drukuj-polec-pdf-tlo a:before {
	color: #e4022e;
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
}
.strona-drukuj:before {
	content: "\f02f";
}
.strona-polec:before {
	content: "\f658";
}
.strona-pdf:before {
	content: "\f1c1";
}
.polec-blok {
	background: #ffffff;
	padding: 16px;
	overflow: hidden;
	position: absolute;
	display: flex;
  	align-items: center;
	border: 1px solid #e2e2e2;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	display: none;
	width: 480px !important;
	z-index: 1100;
}
.polec-zamknij {
	text-decoration: none;
	float: right;
	position: absolute;
	right: 0px;
	top: -8px;
	font-size: 0px;
	color: transparent;
	padding: 8px;
	transition: all .3s ease-in-out;
}
.polec-zamknij span {
	display: none;
}
.polec-zamknij::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 32px;
	content: "\f00d";
	color: #cd0000;
}
.polec-zamknij:hover {
	transform: rotate(90deg) scale(1.2);
}
@media all and (max-width: 1023px) {
	.polec-blok {
		top: 0px !important;
		left: 0px !important;
		max-width: 100vw;
		max-height: 100vw !important;
	}
}

.pdf-blok {
	background: #9F1D22;
	padding: 16px;
	overflow: hidden;
  align-items: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	width: 100%;
}
.pdf-blok a {
	color: #ffffff;
	text-decoration: none;
	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;
}
