*, html {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
 }
 
.korolev-medium {
	font-family: "korolev", sans-serif;
	font-weight: 500;
	font-style: normal;
}
 
.korolev-condensed { 
	font-family: "korolev-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}

html, body {
	background-color: #333;
	width: 100%;
	min-height: 100%;
}

body {
	color: #333;
	text-align: center;
	background-image: url('img/background.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

header, main {
	max-width: 500px;
	margin: 0px auto;
}

header {
	padding: 40px 40px 0px 40px;
}

h1 {
	font-size: 1.8rem;
	margin-top: 30px;
	margin-bottom: 20px;
}

p {
	font-size: 1rem;
}

img {
	display: block;
	margin: 0 auto;
}

img.appicon {
	height: 40px;
}

img.appicon.grow {
	height: 60px;
}

ul {
	padding-top: 20px;
  padding-bottom: 10px;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
}

ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: rgba(51,51,51,0.5);
	font-size: 0.8rem;
}

.option { 
  margin-bottom: 30px;
}

footer {
	background-color: #333;
	color: white;
	padding: 40px 0;
	font-family: tahoma, sans-serif;
}

footer p {
	font-size: 0.7rem;
}

footer p a {
	font-size: inherit;
	color: white;
}

footer img {
	width: 150px;
	margin: 30px auto;
}

.langnotice {
	background-color: black;
	color: white;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
}

.langnotice p {
  font-size: 0.8rem;
	align-self: center;
}

.langnotice a {
	background-color: white;
	color: #333;
	padding: 15px 50px;
	display: block;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 1rem;
}