* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
}
img {
	width: 100%;
}
.header {
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
	display: flex;
}
.pad10 {
	padding: 10px;
}
.flex {
	display: flex;
}
.f-col {
	flex-direction: column;
}
.f-row {
	flex-direction: row;
}
.left {
	width: 69%;
}
.right {
	width: 30%;
	align-items: center;
	align-content: center;
	justify-content: end;
}
.spon {
	color: #666666;
  font-family: "Roboto", Sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
	margin-bottom: 5px;
}
.btn {
	background-image: linear-gradient(180deg, #49B74E 0%, #388E3C 100%);
	border-radius: 10px;
	font-size: 14px;
	padding: 10px;
}
.white {
	color: white;
	text-decoration: none;
}
.call {
	color: #555555;
	font-size: 14px;
	margin-right: 15px;
}
.container {
	max-width: 1160px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
	padding-left: 15px;
	padding-right: 15px;
}
.title {
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
.money-field {
	text-align: center;
	margin: 15px 0px;
}
.money-field img {
	max-width: 520px;
}
.mb20 {
	margin-bottom: 20px;
}
.steps {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-size: 18px;
}
.question {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.center {
	text-align: center;
}
.question h3 {
	font-size: 28px;
	font-weight: 400;
}
.btn-yn {
	background-color: #e9a800!important;
	font-size: 24px;
	padding: 15px 0px!important;
	color: white;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	margin: 5px 0px;
}
.footer {
	background-color: #263238;
	padding: 30px 0px 70px 0px;
}
.disclaimer {font-size: 9px;}
.hf-cont {
	max-width: 1200px;
	padding: 10px;
	margin: 0 auto;
}
.links {
	padding: 15px 0px;
	font-size: 14px;
}
.links a {
	color: #B0BEC5;
	text-decoration: none;
}
.fix {
	position: fixed;
  bottom: 0px;
  width: 100%;
	background-color: white;
	padding: 10px 0px;
	justify-content: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
}
.fix-a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
	margin-right: 10px;
	text-align: center;
}
.logo {
	width: 100%;
	max-width: 120px;
}
.box-check {
	text-align: center;
    padding: 40px 34px;
    margin: 15px 0;
    background-color: #fff;
    border-top: 5px solid #00007c;
    line-height: 1.75;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
    transition: all 0.2s ease;
}
.succ-border {
	border: 1px solid #b4d39b;
}
@media screen and (max-width: 768px) {
	.f-row {
		flex-direction: column;
	}
	.left {
		width: 49%;
	}
	.right {
		width: 50%;
	}
	.w100 {
		width: 100% !important;
		padding: 15px 0px;
	}
}


/* For Chrome or Safari */
        progress::-webkit-progress-bar {
            background-color: #eeeeee;
						border-radius: 50px !important;
        }
        progress::-webkit-progress-value {
            background-color: #72b239 !important;
						border-radius: 50px !important;
        }
        progress::-moz-progress-bar {
            background-color: #72b239 !important;
						border-radius: 50px !important;
        }
        /* For IE10 */
        progress {
            background-color: #eee;
						background-color: #72b239;
						height: 18px;
						border-radius: 50px !important;
        }
				/* hidden fields */
				.wizardcalc {display:none}
				.wizardpage {display:none}
				#page-1{display:block}
				.w-button{margin-bottom:50px}
				.button-4{background-color:#1b4e81}
				.div-block-37{border:4px solid #1b4e81}
#qwe {display:none}
#asd {display:none}
#zxc {display:none}
