@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;900&family=Roboto:wght@400;500&display=swap');

html {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
}

h1,h2, h3 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.landing_page_content_block {
	margin-top: 60px;
	background: #f26c19cf;
	color: #fff;
	padding: 40px 20px;
	width: 732px;
	margin-right: 70px;
}

.landing_page_content_block h1 {
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	margin-bottom: 20px;
}

.landing_page_content_block ul.header-list li {
	list-style: none;
	background: url(https://wawel-service.pl/img/check.svg) no-repeat;
	background-size: 30px;
	padding-left: 55px;
	min-height: 35px;
	font-size: 1.3rem;
	font-family: Raleway, sans-serif !important;
	color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;

}

.header-list {
	padding: 0;
}

.landing_form {
	width: 360px;
	padding: 15px;
	background: #000000d6;
	padding-top: 25px;
	position: absolute;
	right: 400px;
	margin: auto;
	top: 25%
}

.landing_page_content_block p {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.container-fluid {
	padding-top: 40px;
}


.form-bg {
	position: relative;
}

.form-image img {
	position: absolute;
	top: -80px;
	width: 50px;
	left: calc(50% - 25px);
}

.formh {
	text-align: center;
	font-weight: 300;
	font-size: 13px;
}

.btn-submit {
	background: #f26c19;
	border: 1px solid #f26c19;
	border-radius: 0;
	color: #fff;
	margin: 40px 0 20px 0;
}

.footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: transparent;
	text-align: center;

}

.footer p {
	margin: 0;
	line-height: 30px;
	font-size: 28px;
}

.landing_form .form-control {
	width: 100%;
	height: 45px;
	padding: 0 20px;
	font-size: 17px;
	/*margin-bottom: 12px;*/
	border-radius: 0;
}

.custom-control {
	line-height: 15px;
	margin-bottom: 20px;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #f26c19;
	background-color: #f26c19;
}

.custom-control label {
	color: #f26c19;
	font-size: 14px;
}

.custom-control small {
	color: #989696;
	font-size: 11px;
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.refresh {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: transparent;
	text-align: center;
}