body {
	font-family: "barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
.main {
	min-height: calc(100vh - 51px);
}
.hart__header {
	height: 400px;
	width: 100%;
	background-color: #004ca7;
	margin-bottom: 48px;
	background-image: url('../img/header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.hart__header .hart__header-logo {
	width: 224px;
	padding: 12px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
}
}
.hart__header .hart__header-logo img {
	width: 100%;	
}
.hart__intro {
	font-family: "klavika-web", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
}
.hart__section {
	border: 1px solid #eaebf2;
	padding: 24px;
	margin-bottom: 12px;
}
.hart__question-headline {
	font-size: 36px;
	margin-bottom: 24px;
	line-height: 1.2;
	font-family: "klavika-web", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.hart__question-question {
	font-size: 28px;
	margin-bottom: 24px;
	line-height: 1.2;
	font-family: "klavika-web", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.hart__question-desc {
	font-family: "barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 24px;
	font-size: 16px;
}
.hart__question-inputs-scale {
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 0px;
	margin: 0px;
	margin-bottom: 48px;
}
.hart__question-inputs-scale li {
	display: table-cell;
}
.hart__question-inputs-selection {
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
}
.hart__question-inputs-selection li {
	display: block;
}
.hart__question-input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 44px;
	font-weight: bold;
}
.hart__question-inputs-scale .hart__question-input {
	position: relative;
	padding-bottom: 24px;
	width: 100%;
	text-align: center;
}
.hart__question-inputs-scale .hart__question-input .hart__question-input-text {
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 50%;
	transform: translate(-50%,0%);
	min-width: 80px;
	width: 100%;
}
.hart__question-inputs-selection li .hart__question-input {
	width: 100%;
	margin-bottom: 24px;
}
.hart__question-inputs-selection li .hart__question-input label {
	margin-right: 12px;
}
.hart__question-inputs-selection li .hart__question-input label, .hart__question-inputs-selection li .hart__question-input-text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 58px);
}
.hart__question-input input[type="radio"] {
	display: none;
}
.hart__question-input input[type="radio"] +label {
	width: 42px;
	height: 42px;
	border: 2px solid #004ca7;
	background-color: #fff;
	cursor: pointer;
	margin-bottom: 0px;
}
.hart__question-input input[type="radio"]:checked + label {
	background-color: #004ca7;
}
.hart__question-input input[type="checkbox"] {
	display: none;
}
.hart__question-input input[type="checkbox"] +label {
	width: 42px;
	height: 42px;
	border: 2px solid #004ca7;
	background-color: #fff;
	cursor: pointer;
	margin-bottom: 0px;
}
.hart__question-input input[type="checkbox"]:checked + label {
	background-color: #004ca7;
}
.hart__question textarea {
	width: 100%;
	border: 2px solid #004ca7;
	resize: none;
	height: 120px;
	margin-bottom: 24px;
}
footer {
	background-color: #004ca7;
	padding: 15px;
	padding-left: 5px;
	color: #fff;
	font-size: 14px;
}
footer a {
	color: #fff;
}
footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	
}
footer ul li {
	display: inline-block;
	margin-right: 8px;
}
.hart__submit {
	font-family: "klavika-web", sans-serif;
	font-weight: 700;
	cursor: pointer;
	background-color: #004ca7;
	color: #fff;
	border: none;
	font-size: 16px;
	width: 100%;
	padding: 4px 12px;
	line-height: 38px;
	text-transform: uppercase;
}
.hart__submit:hover {
	background-color: #003578;
}
#hart__page-1,
#hart__page-2,
#hart__page-3,
#hart__page-4,
#hart__page-5,
#hart__page-6 {
	display: none;
	padding-bottom: 48px;
}
.progress {
	border-radius: 0px;
}
.progress-bar {
	background-color: #004ca7;
}
@media (max-width: 767.98px) {
	.hart__header {
		height: 200px;
	}	
}