@media (max-width : 600px) {
	body {
		zoom: .7;
	}
	div.back {
		top: calc(143lvh + 20px) !important;
	}
	div.back a {
		top: calc(143svh - 60px) !important;
	}
}
body {
	color: #333; /*kolor czcionki*/
	margin: 4px;
	padding-top: 64px;
	text-align: center;
	font-size: 24px;
	font-family: Tahoma, Sans;
	font-weight: 800;
	background-color: #F7EFE5;
	position: relative;
	min-width: 330px;
}
.content {
	max-width: 1024px;
	margin: auto;
}
h1 {
	margin: 0px;
	font-size: 38px;
}
h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 8.6px;
	word-spacing: 19px;
	color: #555;
}
.signature {
	text-align: right;
	font-size: 28px;
	padding-right: 10%;
}
input[name="lang"] {
	display: none;
}
#links {
	left: 5px;
	top: 5px;
	position: fixed;
	opacity: .6;
	background-color: #fff;
	border-radius: 16px;
	padding: 5px;
}
#links:hover {
	opacity: 1;
}
#links * {
	border: 1px solid transparent;
	border-radius: 16px;
	padding: 2px;
}
#links *:hover {
	background-color: #ccc;
}
#links *.checked {
	border-color: black;
}

#links img {
	vertical-align: top;
}

#labels {
	right: 5px;
	top: 5px;
	position: fixed;
	opacity: .6;
	background-color: #fff;
	border-radius: 16px;
	padding: 5px;
	z-index: 1;
}
#labels:hover {
	opacity: 1;
}
#labels label {
	border: 1px solid transparent;
	border-radius: 16px;
	padding: 2px;
}
#labels label:hover {
	background-color: #ccc;
}
#pl:checked~#labels *[for="pl"],
#ru:checked~#labels *[for="ru"],
#kk:checked~#labels *[for="kk"],
#en:checked~#labels *[for="en"],
#it:checked~#labels *[for="it"],
#fr:checked~#labels *[for="fr"],
#de:checked~#labels *[for="de"] {
	border-color: black;
}
a {
	text-decoration-line: none;
	color: #000;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
div.back {
	position: absolute;
	top: calc(100lvh + 20px);
	right: 20px;
	bottom: -60px;
}
div.back a {
	position: sticky;
	top: calc(100svh - 60px);
	padding: 10px 10px 5px;
	opacity: .4;
	background-color: #000;
	border-radius: 2px;
	color: #fff;
}
div.back a:hover {
	opacity: .8;
}
a.bubble:hover {
	opacity: .6;
}
a.bubble {
	color: #000;
	background-color: #07f;
	border-radius: 10px;
	min-width: 300px;
	padding: 10px;
	display: inline-block;
}
