.strona-drukuj-polec-pdf-tlo {
	flex: 1 1;
  display: flex;
  justify-content: flex-end;
  margin: 0px 0px 24px;
}
.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-color: transparent;
	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: #494949;
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
}
.strona-drukuj:before {
	content: "\f02f";
}
.strona-polec:before {
	content: "\f658";
}
.strona-pdf:before {
	content: "\f1c1";
}

.strona-drukuj, .strona-polec, .strona-pdf{
	position: relative;
}

.strona-drukuj:after, .strona-polec:after, .strona-pdf:after {
	font-family: "Open Sans";
    font-size: 14px;
    text-align: center;
    width: 100px;
    position: absolute;
    top: -37px;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.77);
    padding: 6px;
    border-radius: 8px;
	display: none;
}
.strona-drukuj:hover, .strona-polec:hover, .strona-pdf:hover {
	opacity: 0.65;
}

.strona-drukuj:after{
	content: "Drukuj stronę";
}

.strona-drukuj:hover::after, .strona-drukuj:focus::after{
	display: block;
}

.strona-polec:after{
	content: "Poleć stronę";
}

.strona-polec:hover::after, .strona-polec:focus::after{
	display: block;
}

.strona-pdf:after{
	content: "Pobierz PDF";
	left: -70px;
}

.strona-pdf:hover::after, .strona-pdf:focus::after{
	display: block;
}

.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-color: transparent;
	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-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;
}

@media all and (max-width: 639px){
	.strona-drukuj-polec-pdf-tlo{
		display: none;
	}
}
