.screen {
	margin: -12px -6px;

	text-align: left;
}
.formular__ziadost__inner__formular__block__heading {
	display: none;
}
.screen-element-block {
	padding: 12px 6px;
	position: relative;
}
.element_label,
.screen-element {
	width: 100%;
}
.element_label {
	display: block;
	margin-bottom: 12px;
}
.element_label span {
	display: block;
}
.element_label span.error {
	display: block;
	margin-bottom: 6px;

	color: #ff283f;
	font-size: 13px;
	line-height: 22px;
}
.element_label span.error:before {
	content: "!";
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 1px 4px 0 0;

	color: #ffffff;
	line-height: 16px;
	text-align: center;

	background-color: #ff283f;
	border-radius: 50%;
}
#vyska_pozicky_label::before {
	content: "Koľko potrebujete?";
}
#vyska_pozicky_label_text {
	display: none;
}
.element,
.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 17px;
	position: relative;
	z-index: 1;

	color: #8b8aa6;
	font-family: inherit;
	font-size: 1rem;
	line-height: 34px;

	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 99999px;
	-webkit-transition: border-color 0.23s ease;
	-o-transition: border-color 0.23s ease;
	transition: border-color 0.23s ease;
}
select.element,
select.form-control {
	padding-right: 34px;

	background-image: url(../images/dropdown.svg);
	background-repeat: no-repeat;
	background-position: center right -1px;
}
.element:focus,
.form-control:focus {
	outline: 0;
}
.element.error,
.form-control.error {
	border-color: #ff283f !important;
}
.element.error:focus,
.form-control.error:focus {
	outline: 2px solid #1e1e1f;
}
.element option:disabled,
.form-control option:disabled {
	color: #767676;
}
#statement_vyhlasenie p {
	font-size: 0.75rem;
}
#statement_vyhlasenie p:not(:last-child) {
	margin-bottom: 12px;
}
#statement_vyhlasenie p a {
	color: inherit;
	text-decoration: underline;
}
#statement_vyhlasenie p input {
	accent-color: #3453b2;
	float: left;
	margin: -1px 6px 0 0;
	width: 1rem;
	height: 1rem;
}
.submit_button {
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 0.75rem 1.5rem;
	position: relative;
	z-index: 1;

	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.5;
	text-transform: uppercase;

	background: #3453b2;
	background: linear-gradient(90deg, rgba(82, 121, 207, 1) 0%, rgba(32, 51, 153, 1) 100%);
	border: 0;
	border-radius: 99999px;

	-webkit-transition: background-color 0.23s ease;
	-o-transition: background-color 0.23s ease;
	transition: background-color 0.23s ease;
}
.submit_button:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

	-webkit-animation: pulse 1.25s infinite;
	animation: pulse 1.25s infinite;
	background: #3453b2;
	background: linear-gradient(90deg, rgba(82, 121, 207, 1) 0%, rgba(32, 51, 153, 1) 100%);
	border-radius: 99999px;
}
span.error_message {
	padding: 12px;
	position: relative;
	margin: 0 -12px 12px;

	color: #ff283f;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;

	background-color: #ffe5e8;
	border-left: 6px solid #ffccd1;
	border-radius: 3px;
}
span.error_message:before {
	display: none;
}
span.error_message:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 8px;
	bottom: -12px;

	border: 6px solid transparent;
	border: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #ffe5e8;
}
span.euro {
	right: 0 !important;
	padding: 0 !important;
	width: 34px;
	z-index: 2;

	color: #8b8aa6;
	line-height: 36px;
	text-align: center;
}

.ui-tooltip {
	padding: 6px 12px !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 13px !important;
	line-height: 22px !important;

	background-color: #1e1e1f !important;
	border: 0 !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

#html_dakujeme .formular__ziadost__inner__heading {
	padding-top: 72px;
	position: relative;

	text-align: center;
}
#html_dakujeme .formular__ziadost__inner__heading:before {
	content: "\f00c";
	display: inline-block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -23px;

	color: #ffffff;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.875rem;
	line-height: 48px;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	background-color: #3b8c57;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.screen {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.screen-element-block {
		width: 100%;
		min-height: 1px;
	}
	#text_rodne_cislo,
	#text_meno,
	#text_priezvisko,
	#text_trvala_psc,
	#text_rocny_obrat,
	#text_ico,
	#text_obchodny_nazov {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	#text_splatky,
	#select_splatka_v_omeskani_teraz,
	#text_email,
	#text_telefon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#select_pracovne_zaradenie {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666666%;
		flex: 0 0 66.666666%;
		max-width: 66.666666%;
	}
	.submit_button {
		padding: 0.75rem 2.25rem;

		font-size: 1.5rem;
	}
}
