﻿.popup-polec {
	padding: 16px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	display: flex;
	align-items: center;
	display: none;
}
.popup-tlo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
	display: none;
}
.popup-blok {
	padding: 16px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	display: flex;
  align-items: center;
}
.popup-zamknij {
	float: right;
	position: absolute;
	right: 0px;
	top: -8px;
	font-size: 0px;
	color: transparent;
	padding: 8px;
	transition: all .3s ease-in-out;
}
.popup-zamknij span {
	display: none;
}
.popup-zamknij::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 32px;
	content: "\f00d";
}
.popup-zamknij:hover {
	transform: rotate(90deg) scale(1.2);
}
@media all and (max-width: 1023px) {
	.popup-tlo {
		width: 100vw;
	}
	.popup-blok {
		top: 0px !important;
		left: 0px !important;
		max-width: 100vw;
		max-height: 100vw !important;
	}
}
