body {
	font-family: 'Satoshi-Regular';
}
em {
	font-family: 'Satoshi-Italic';
}
*{
	box-sizing: border-box;
}
header {
	height: 80%;
	width: 100%;
	position: relative;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
}

html {
	height: 100%;
}

.left img {
	max-width: 500px;
	width: 100%;
	max-width: 100%;
}

div#popup {
	padding: 0;
	max-width: 930px;
}

.left {
	display: inline-block;
	width: 50%;
	min-width: 300px;
}

.text {
	display: inline-block;
	width: 41%;
	vertical-align: top;
	padding: 24px;
	min-width: 300px;
}

body.fancybox-active.compensate-for-scrollbar {
	height: 100%;
}

.backimg {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	background-size: 100%;
	background-position: right 80%;
	background-repeat: no-repeat;
	/* background-size: cover; */
	max-width: 1230px;
	margin: auto;
	margin-right: 0;
}

.preheader {
	padding: 40px;
	font-size: 25px;
	font-weight: bold;
	color: #54a3b1;
	text-align: center;
}

h1 {
	font-size: 50px;
	border-bottom: 7px solid #53a3b1;
	font-family: 'Satoshi-Bold';
	display: inline-block;
	font-size: clamp(20px,8vw,50px);
}

.banner {
	font-family: 'Satoshi-Bold';
	font-size: 100px;
	background: #53a3b1;
	color: white;
	padding: 20px 30px;
	display: inline-block;
	font-size: clamp(40px,10vw,60px);
}

.claim {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	z-index: 1;
	position: relative;
	padding-top: 2%;
	padding-left: 40px;
	max-width: 1500px;
	margin: auto;
}

.text-vote {
	font-family: 'Satoshi-Bold';
	display: inline-block;
}

.number {
	font-family: 'Satoshi-Bold';
	width: 120px;
	height: 120px;
	background: #53a3b1;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: white;
	font-size: 100px;
	border-radius: 100px;
	transform: rotate(12deg);
	/* right: 0; */
	bottom: -5px;
	font-size: clamp(70px,8vw,80px);
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 120px;
	margin-left: 30px;
}

.vote {
	font-size: 50px;
	max-width: 413px;
	margin: auto;
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
	font-size: clamp(20px,8vw,50px);
	width: 100%;
	padding: 30px;
	max-width: 1450px;
	margin: auto;
}
section#info {
	padding: 20px;
	max-width: 850px;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	padding-bottom: 20px;
	margin: auto;
	padding-top: 40px;
	line-height: 160%;
}

strong {
	font-size: 30px;
	font-family: 'Satoshi-Bold';
}
section#prace {
	padding: 20px;
	max-width: 850px;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	padding-bottom: 40px;
	margin: auto;
	padding-top: 40px;
	line-height: 160%;
	text-align: left;
	padding-top: 60px;
}

#prace strong {
	border-bottom: 4px solid #53a3b1;
}

ul {
	padding-bottom: 20px;
}

section {
	padding: 20px;
	max-width: 850px;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	padding-bottom: 10%;
	margin: auto;
	padding-top: 40px;
	line-height: 160%;
	text-align: left;
}

.logo {
	background: #53a3b1;
	padding: 4px 10px;
	display: inline-block;
	color: white;
	font-weight: 800;
}

div.logo {
display: block;
margin: auto;
max-width: 240px;
padding-bottom: 0px;
margin-bottom: 20px;
margin-top: 30px;
margin-bottom: 50px;
text-align: center;
padding-bottom: 5px;
}


.lidi {
	line-height: 190%;
	margin-top: 40px;
}

footer {
	text-align: center;
	padding: 60px;
	background: whitesmoke;
}
span.blue {
	background: #f0f8f8;
	display: inherit;
}

#lidi strong {
	text-align: center;
	margin: auto;
	display: inherit;
	line-height: 160%;
}

@media screen and (max-width:615px){
	.left, .text {
		width: 100%;
		
	}
	.text {
		font-size:14px;
	}
	.text strong {
		font-size:18px;
	}
	div#popup {
		max-width: 300px;
	}
}