a {
	color: #0082fa;
}
b {
	font-weight: 600;
}
#myTable a {
	font-size: 20px;
}

body {
	font-family: Instrument Sans, sans-serif;
}
.container {
	max-width: 1140px;
	border: 1px solid #cbcbcb;

}
.naglowek {
	color: #000000;
	font-family: 'Instrument Sans';
	font-weight: 600;
	font-size: 44px;
	padding-left: 10%;
	margin-bottom: 5%;
}
.naglowekW {
	color: #000000;
	font-family: 'Instrument Sans';
	font-weight: 600;
	font-size: 47px;
	text-align: center;
	padding-bottom: 2%;
	padding-top: 3%;
}
.naglowek2 {
	color: #000000;
	font-family: 'Instrument Sans';
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	padding-top: 10%;
}
.t1 {
	padding: 0;
}
.informacje {
	color: #000000;
	font-family: 'Instrument Sans';
	font-weight: 300;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
}
.informacje2 {
	color: #000000;
	font-family: 'Instrument Sans';
	font-weight: 300;
	font-size: 25px;
	text-align: center;
	padding-top: 5%;
}
.informacje3 {
	color: #000000;
	font-family: 'Instrument Sans';
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	padding: 3% 0 2%;
}
.t1-txt {
	color: #000000;
	font-family: 'Instrument Sans';
	font-weight: 300;
	font-size: 37px;
	text-align: center;
	padding-bottom: 2%;
}
.top {

	margin-bottom: 64px;
}

.tlo {

	overflow: hidden;
}
.wesolych {
	margin: 0 auto;
}
.center {
	padding-right: 15%;
	padding-left: 15%;
}
* {
	box-sizing: border-box;
}
#text-glowny {
	text-align: center;
	font-family: 'Instrument Sans';
	padding-bottom: 5px;
	color: #ffffff;
}
#myInput {
	background-image: url(/css/searchicon.png?v=2020.12);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 80%;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	padding: 17px 20px 17px 20px;
	border: 1px solid #c8c8c8;
	margin-bottom: 12px;
	font-family: 'Instrument Sans';
	font-weight: 600;
	border-radius: 16px;
	outline: none;
	color: #0082fa;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: transparent;
}
#myInput:focus {
	border: 1px solid transparent;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.naglowki {
	font-size: 16px;
	color: #393939;
}
#demo {
	font-size: 16px;
	color: #393939;
	text-align: center;
	padding-top: 20px;
}
#myTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 22px;
	font-family: 'Instrument Sans';
	display: none;
	background-color: #fff;
	margin: 80px 0 20px;
}
#myTable th,
#myTable td {
	text-align: left;
	padding: 20px;
	padding-left: 40px;
}
#myTable tr {
	border-bottom: 1px solid #f1f1f1;
}
#myTable tr.header {
	background-color: #fff;
}
#myTable tr:hover {
	background-color: #f5f5f5;
}
@media (max-width: 700px) {
	#myInput {
		width: 100%;
	}
	#myTable th,
	#myTable td {
		text-align: left;
		padding: 10px;
	}
	#myTable a {
		font-size: 14px;
	}
	.center {
		padding-right: 5%;
		padding-left: 5%;
	}
	.informacje {
		font-size: 18px;
		line-height: 25px;
	}
	.naglowek {
		font-size: 34px;
	}
	.naglowek2 {
		font-size: 23px;
	}
	.naglowekW {
		font-size: 33px;
	}
	.t1-txt {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	.informacje {
		font-size: 16px;
		line-height: 23px;
	}
	.naglowek {
		font-size: 30px;
	}
	.naglowek2 {
		font-size: 20px;
	}
	.naglowekW {
		font-size: 30px;
	}
	.t1-txt {
		font-size: 16px;
	}
}

.top-bg {
	object-fit: cover;
	display: none;
}

.top-logo {
	position: absolute;
	max-width: 116px;
	top: 14%;
}

@media screen and (min-width: 576px) {
	.top-logo {
		max-width: 186px;
	}
}

.top-bg-sm {
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
	max-height: 500px;
}

@media screen and (min-width: 992px) {
	.top-bg {
		display: block;
		min-height: 440px;
	}
	.top-bg-sm {
		display: none;
	}
}

.santa1 {
	position: absolute;
	width: 160px;
	right: 60%;
	bottom: 14%;
}
.santa2 {
	position: absolute;
	width: 130px;
	left: 68%;
	bottom: 12%;
}

@media screen and (min-width: 576px) {
	.santa1 {
		position: absolute;
		width: 200px;
		right: 74%;
		bottom: 12%;
	}
	.santa2 {
		position: absolute;
		width: 170px;
		left: 74%;
	}
}
@media screen and (min-width: 1000px) {
	.santa1 {
		position: absolute;
		width: 260px;
		right: 74%;
		bottom: 12%;
	}
	.santa2 {
		position: absolute;
		width: 220px;
		left: 74%;
	}
}

.top-header {
	position: absolute;
	color: #fff;
	padding: 0 30px;
	top: 24%;
	font-size: 3.2rem;
	font-weight: 300;
}

@media screen and (min-width: 576px) {
	.top-header {
		position: absolute;
		color: #fff;
		padding: 0 30px;
		top: 28%;
		font-size: 4rem;
	}
}
