body {
	font-size: 14px;
	font-family: HelveticaNeue, 'Helvetica Neue', HelveticaNeueRoman,
		HelveticaNeue-Roman, 'Helvetica Neue Roman', TeXGyreHerosRegular,
		Helvetica, Tahoma, Geneva, Arial, sans-serif;
	font-weight: 400;
	font-stretch: normal !important;
	background: #171b24;
	color: #fff;
	line-height: 20px;
	padding: 0
}

.s {
	width: 460px;
	margin: 0 auto;
	margin-top: calc(50vh - 340px);
	border: solid 3px #fff;
	padding: 0 10px 10px;
	border-radius: 3px;
	background: #00d151 !important;
}

#l {
	display: block;
	max-width: 150px;
	height: 155px;
	margin: -80px auto 20px;
	background: none !important;
	padding-right: 5px
}

#l path {
	fill: #fff !important;
	stroke: #171b24 !important;
}

.w {
	margin: 3px 0 16px;
	padding: 5px 0;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

h1, h3 {
	margin: 10px 8px;
	font-family: HelveticaNeueLight, HelveticaNeue-Light,
		'Helvetica Neue Light', HelveticaNeue, 'Helvetica Neue',
		TeXGyreHerosRegular, Helvetica, Tahoma, Geneva, Arial, sans-serif;
	font-weight: 300;
	font-stretch: normal;
	color: #000;
	font-size: 23px
}

h1 {
	margin-bottom: 14px;
	color: #fff
}

span {
	display: block;
	margin: 10px 7px 14px
}

i {
	display: block;
	font-style: normal;
	position: relative;
	border-bottom: solid 1px #00d151;
	height: 42px
}

i:last-child {
	border: none
}

label {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 8px;
	color: #00d151;
	line-height: 41px;
}

i input, select {
	width: calc(100% - 150px);
	border: none;
	font-size: 16px;
	line-height: 40px;
	border-radius: 0;
	letter-spacing: -.5px;
	background: #fff;
	color: #000;
	padding-left: 143px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0 !important;
	height: 40px
}

select {
	padding: 0;
	float: right;
	margin: 1px 3px 1px 2px
}

button {
	width: 100%;
	border: 0;
	background: #000;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	cursor: pointer
}

.c {
	background: #ffe836;
	position: fixed;
	width: 100%;
	color: #000;
	padding-top: 20px;
	top: 0;
	left: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	text-align: center;
	font-size: 26px;
	z-index: 3;
}

.closebtn {
	margin-left: 15px;
	color: black;
	font-weight: bold;
	float: right;
	font-size: 32px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: green;
}

.onoff {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	position: relative;
	margin-left: 16px;
	cursor: pointer;
	width: 55px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.onoff label {
	position: absolute;
	top: 6px;
	left: 380px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #cd3c3c;
	border-radius: 5px;
	font-weight: bold;
	color: #FFF;
	-webkit-transition: background 0.3s, text-indent 0.3s;
	-moz-transition: background 0.3s, text-indent 0.3s;
	-o-transition: background 0.3s, text-indent 0.3s;
	transition: background 0.3s, text-indent 0.3s;
	text-indent: 27px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
	line-height: 30px;
}

.onoff label:after {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 12px;
	color: #591717;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
	z-index: 1;
}

.onoff label:before {
	content: '';
	width: 15px;
	height: 24px;
	border-radius: 3px;
	background: #FFF;
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 3px;
	display: block;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.onoff input:checked+label {
	background: #378b2c;
	text-indent: 8px;
}

.onoff input:checked+label:after {
	color: #091707;
}

.onoff input:checked+label:before {
	left: 37px;
}

.onoff input {
	height: 0px;
	width: 0px;
}

.new_option:after {
	content: url('/img/new.png');
	margin-left: 8px;
	vertical-align: sub;
}

.test_option:after {
	content: url('/img/test.png');
	margin-left: 8px;
	vertical-align: sub;
}

iframe {
	margin: auto;
	display: block;
}

.formcenter {
	color: #000;
	width: 50%;
	margin: 25px auto 25px auto;
}

label[data-title]:hover:after, a[data-title]:hover:after {
	color: black;
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
	position: absolute;
	left: 4em;
	bottom: 2em;
	content: attr(data-title);
	background-color: #00d151;
	width: 350px;
	padding: 6px;
	line-height: 1.2rem;
	z-index: 10;
	border-style: double;
}

.flag-icon {
	cursor: pointer;
}

.top-info {
	position: absolute;
	width: 460px;
}

.linki {
	height: 40px;
	width: 100%;
}

#paypal {
	position: absolute;
	width: 214px;
}

.flags {
	text-align: right;
	line-height: 1.2em;
}

.flash-info {
	text-align: right;
	line-height: 1.2em;
}

.flags-and-flash-info {
	float: right;
	width: 170px;
}

.powered-by {
	width: 460px;
	margin: -16px auto;
	text-align: right;
	font-size: 0.9em;
}

#sel-firmware {
	width: 100%;
	margin: unset;
	padding-left: 8px;
}

esp-web-install-button {
	background-color: black;
	color: white;
	display: block;
}

esp-web-install-button i {
	height: unset;
}

esp32-web-install-button {
	background-color: black;
	color: white;
	display: block;
}

esp32-web-install-button i {
	height: unset;
}

.msgBoxInstall {
	font-size: 14px;
	width: 700px;
	margin: 0 auto;
}

@media screen and (max-height:920px) {
	.s {
		margin-top: 80px
	}
}

@media screen and (max-width:480px) {
	.s {
		width: calc(100% - 20px);
		margin-top: 40px;
		border: none;
		padding: 0 8px;
		border-radius: 0
	}
	#l {
		max-width: 80px;
		height: auto;
		margin-top: -30px;
		margin-right: 0px;
	}
	h1, h3 {
		font-size: 19px
	}
	i {
		border: none;
		height: auto
	}
	label {
		display: block;
		margin: 4px 0 12px;
		color: #00d151;
		font-size: 13px;
		position: relative;
		line-height: 18px
	}
	i input, select {
		width: calc(100% - 10px);
		font-size: 16px;
		line-height: 28px;
		padding: 0 5px;
		border-bottom: solid 1px #00d151
	}
	select {
		width: 100%;
		float: none;
		margin: 0
	}
	.onoff {
		margin-left: -30px;
		margin-top: -80px;
	}
	.onoff label {
		left: 340px;
	}
	.grecaptcha-badge {
		position: absolute !important;
		bottom: unset !important;
	}
	.linki {
		height: 80px;
	}
	#paypal {
		position: unset;
	}
	.flags-and-flash-info {
		float: unset;
		width: 370px;
	}
	.flags {
		margin-top: 5px;
	}
	.flash-info {
		display: none;
	}
	.check-row {
		height: 30px;
	}
	.onoff-new_option, .onoff-test_option {
		margin-top: -102px;
	}
	.powered-by {
		width: calc(100% - 20px);
	}
	#sel-firmware {
		padding-left: 0px;
	}
	.msgBoxInstall {
		width: calc(100% - 20px);
	}
}