<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pruh{
	padding:50px 0;
	width:100%;
	background: url("../images/pruh.png") no-repeat center;
	background-size:cover;
}
.cislo{
	width:33%;
	display:inline-block;
	background: url("../images/kruh.png") no-repeat center bottom;
	text-align:center;
	font-size:160%;
	color:#fff;
	padding:0 0 100px 0;
	text-transform:uppercase;
}
.cislo strong{
	display:block;
	font-size:300%;
	padding:0 0 20px 0;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight:600;
}
.cislo span{
	display:block;
	font-family: 'Encode Sans Condensed', sans-serif;
}

.formular{
	padding:50px 0;
	width:100%;
	background: #5d6265;
	text-align:center;
}
.formular h2{
	color:#fff;
}
input{
	padding:10px 20px;
	border:0;
	margin:10px;
	font-size:120%;
	width:250px;
}
input.check{
	width:30px;
}
input.odeslat{
	background-color: #c10a2f;
	background-image:none;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	font-size:130%;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight:600;
}
.odeslat:hover{
	background: #000;
	color:#fff;
}


@media only screen and (max-width:768px) {
.cislo{
	width:100%;
}
}</pre></body></html>