 @font-face {
	font-family: 'Antonio Regular';
	src: url('zasoby/Antonio-Regular.eot');
	src: url('zasoby/Antonio-Regular.eot?#iefix') format('embedded-opentype'), url('zasoby/Antonio-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Antonio Light';
	src: url('zasoby/Antonio-Light.eot');
	src: url('zasoby/Antonio-Light.eot?#iefix') format('embedded-opentype'), url('zasoby/Antonio-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Antonio Bold';
	src: url('zasoby/Antonio-Bold.eot');
	src: url('zasoby/Antonio-Bold.eot?#iefix') format('embedded-opentype'), url('zasoby/Antonio-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-family: 'Antonio Regular', Arial, sans-serif;
	background-image: url('zasoby/tlo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
}
body.drloading:after {
	content: '';
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #ffffff8c;
	background-image: url('obrazki/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10000000;
}

h1, h2 {
	color: #1c1c1a;
	font-family: 'Antonio Bold', sans-serif;
	margin: 0 0 1px 0;
	font-weight: normal;
	font-size: 28px;
}
t {
	white-space: pre;
}

.drgora {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1c1c1a;
	font-family: 'Antonio Regular', sans-serif;
	background: #FFFFFF;
	padding: 0 20px 0 0;
}
.drsrodek {
	text-align: center;
	padding: 50px 50px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
}
.drsrodek > div {
	width: 560px;
	position: relative;
	font-size: 24px;
	background: #FFFFFF;
}
.drsrodek > div.drplatnosc {
	padding: 10px;
}
.drtowary > div {
	display: block;
	text-align: left;
	font-size: 20px;
	color: #FFFFFF;
}
.drtowary > div span {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.drtowary > div div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.drtowary > div p {
	margin: 5px 0;
	font-family: 'Antonio Regular';
}
.drtowary > div b {
	font-weight: normal;
	font-family: 'Antonio Bold';
}
.drtowary .drile {
	/* width: 100px; */
	text-align: center;
}
.drtowary button, .drtowary .drile b {
	font-size: 100px;
	width: 73px;
	border: 0;
	background: #FFFFFF;
	height: 73px;
	line-height: 73px;
	margin: 0;
	font-family: 'Antonio Bold';
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	user-select: none;
	overflow: hidden;
}
.drtowary .drile b {
	font-size: 42px;
	/* line-height: 61px; */
	font-family: 'Antonio Bold';
	background: transparent;
	cursor: text;
	overflow: hidden;
}
.drkoszyk {
	background: #FFFFFF;
	width: 100%;
	padding: 10px;
	font-size: 24px;
}
.drkoszyk > div {
	margin: 0 0 10px 0;
	/* position: relative; */
	/* top:  50%; */
	/* transform: translateY(-50%); */
}
.drkoszyk i {
	font-style: normal;
}
.drkoszyk b {
	font-weight: normal;
}
.drkoszyk b:after {
	content: ' PLN';
}
.drguzik {
	font-size: 24px;
	border: 0;
	background: #f47c48;
	margin: 0;
	font-family: 'Antonio Bold';
	padding: 3px 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
	width: 100%;
	text-decoration: none;
}
div.drdane, div.drdanefirmowe {
	text-align: left;
	background: #FFFFFF;
	padding: 10px;
}
div.drdanefirmowe {
	/* display: none; */
	opacity: 0;
	height: 60px;
	transition: all 0.5s;
}
div.drdanefirmowe.drwidac {
	opacity: 1;
	height: 438px;
}
.drdane input[type='text'], .drdanefirmowe input[type='text'] {
	font-family: 'Antonio Regular';
	font-size: 20px;
	display: block;
	width: 100%;
	/* border: 2px solid #000000; */
	border-radius: 4px;
	padding: 5px 10px;
	margin: 2px 0;
	border: 0;
	background: #528cb930;
	text-align: center;
}
.drdane label, .drdanefirmowe label {
	font-size: 14px;
	display: inline-block;
	text-align: left;
	width: 100%;
}
.drdane label.drfaktura {
	font-size: 18px;
	margin: 22px 0;
	display: flex;
	justify-content: space-between;
	line-height: 39px;
	user-select: none;
	cursor: pointer;
}
.drdane label.drfaktura input {
	width: 39px;
	height: 39px;
	margin: 0;
	vertical-align: middle;
	background: #528cb930;
}
.drdanefirmowe label.dr25 {
	width: calc(25% - 3px);
}
.drdanefirmowe label.dr50 {
	width: calc(50% - 3px);
}
.drdanefirmowe label.dr75 {
	width: calc(75% - 3px);
}
.drblad {
	outline: 2px solid red;
}

.drlightbox {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	display: table;
	line-height: normal;
	height: 100%;
	width: 100%;
	color:  #FFFFFF;
}
.drlightbox:after {
	content: "";
	background: url(image.jpg);
	opacity: 0.5;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(45deg, rgba(8,131,168,1) 0%, rgba(140,186,210,1) 50%, rgba(8,131,168,1) 100%) fixed;
	opacity: 0.9;
	z-index: -1;
}
.drlightbox button {
	width: 405px;
	margin: 0 20px 0 0;
	color: #FFFFFF;
	border-radius: 2px;
	padding: 0 20px;
	font-family: 'Antonio Bold', sans-serif;
	font-size: 25px;
	line-height: 77px;
	vertical-align: top;
	border: 0;
	background: #f47c48;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}
.drlightbox input.drlapacz {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.drlightbox > div {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
.drlightbox > div.dralert {
	font-size: 30px;
}
.drlightbox button {
	margin: 10px auto;
	display: block;
}
.drlightbox button.drzamknij {
	width: 55px;
	/* border: 1px solid #ff2a2a; */
	/* background: #ff2a2a; */
	position: fixed;
	top: 0;
	right: 0;
	/* line-height: 53px; */
	height: 55px;
	margin: 0;
	overflow: hidden;
}
.drloader {
	display: none;
}

.drznik {
	display: none !important;
}

@media screen and (max-width: 600px) {
	.drsrodek {
		grid-template-columns: auto;
		padding: 0;
	}
	.drsrodek > div {
		width: 100vw;
	}
	.drtowary > div span {
		flex-wrap: wrap
	}
	.drtowary > div div {
		width: 100%;
		/* display: flex; */
		/* justify-content: space-between; */
	}
	.drtowary > div p {
		float: left;
	}
	.drtowary > div p.drcena {
		float: right
	}
}