.elementor-kit-6 .elementor-field-group.elementor-column textarea, .elementor-kit-6 .elementor-field-group.elementor-column .elementor-field-textual {
	color: #333;
}

#startfirstblock, #firsttest_form, .test-final-block {
	display:none;
}

#firsttest_form .elementor-widget-html {
	padding-top:2em;
}
.elementor-element.test-question-block .elementor-widget.elementor-widget-heading .elementor-widget-container {
	width: fit-content
}

#firsttest_form fieldset {
	border:none;
	outline: none;
}

#firsttest_form .question_title,
#firsttest_form legend {
	font-family: "Raleway", Sans-serif;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.6px;
	margin: 0 0 20px 0;
}
#firsttest_form .chance {
	display: block;
	font-family: "Raleway", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.6px;
	margin-bottom: 20px;
}
#firsttest_form .chance-2 {
	display: block;
	font-family: "Raleway", Sans-serif;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.6px;
	margin-bottom: 20px;
}
#firsttest_form .text-test {
	font-family: "Raleway", Sans-serif;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 20px;
}
#firsttest_form .elementor-element-ae83ea6 {
	margin: 0 auto;
}
.form-radio-hidden {
	display: flex;
	flex-direction: row;
	height: auto;
	position: relative;
	align-items: center;
	margin-bottom: 20px;
}

.form-radio-hidden input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.form-radio-hidden input[type="radio"]:focus + .radio {
  outline: 1px solid #005fcc;
  outline-offset: 2px;
}

.form-radio-hidden .radio {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	position: relative;
	height: 28px;
	width: 28px;
	min-width: 28px;
	margin-right: 20px;
	border: 2px solid #0C4BA0;
	border-radius: 20px;
	background-color: #fff;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
	transition: .3s all;	
}
.form-radio-hidden:hover .radio {
	background-color: #f9f9f9;
}
.form-radio-hidden input:checked + .radio {
	border-color: #0C4BA0;
	background-color: #fff;
	cursor: default;
}
.form-radio-hidden:hover .radio::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background-color: #ccc;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.form-radio-hidden input:checked + .radio::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background-color: #0C4BA0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.form-radio-hidden input:checked + .radio::before {
	background-color: #0C4BA0;
}
.form-radio-hidden input + .radio + .text {
	color: #333;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.3;
	font-family: "Raleway", Sans-serif;
	align-self: center;
}
.form-radio-hidden input:checked + .radio + .text {
	color: #333;
	cursor: default;
}
#firsttest_form textarea {
	background-color: #fff !important;
	border: none;
	height: 160px;
	color: #333 !important;
}

#firsttest_form .reply-button {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background-color: #0c4ba0;
	color: #fff;
	border-color: #0c4ba0;
	padding: 11px 86px 11px 86px;
	margin-top: 20px;
}
#firsttest_form .reply-button:hover {
	background-color: transparent;
	color: #0c4ba0;
}
#firsttest_form .reply-button:focus {
	outline: none;
	background-color: transparent;
	color: #0c4ba0;
}

.form-message-container {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 600px;
  transition: all 0.3s ease-in-out;
}

.form-message-container p {
  margin: 0;
}

.form-message-container .ev-success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.form-message-container .ev-error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

@media (max-width: 1024px) {
	#firsttest_form h3 {
		font-size: 26px;
	}
	.chance-2 {
		font-size: 26px;
	}
	.text-test {
		font-size: 16px;
		line-height: 1.2;
	}
	.form-radio-hidden input + .radio + .text {
		font-size: 16px;
	}
	textarea {
		font-size: 16px !important;
	}
	#firsttest_form .reply-button {
		padding: 14px 95px 14px 95px;
	}
}
@media (max-width: 767px) {
	#firsttest_form h3 {
		font-size: 18px;
		letter-spacing: 0;
	}
	.chance {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.chance-2 {
		font-size: 16px;
		letter-spacing: 0;
	}
	.text-test {
		font-size: 14px;
	}
	.form-radio-hidden {
		align-items: flex-start;
	}
	.form-radio-hidden .radio {
		height: 20px;
		width: 20px;
		min-width: 20px;
		margin-right: 10px;
	}
	.form-radio-hidden:hover .radio::before, .form-radio-hidden input:checked + .radio::before {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}
	.form-radio-hidden input + .radio + .text {
		font-size: 14px;
	}
	textarea {
		font-size: 14px !important;
	}
	#firsttest_form .reply-button {
		padding: 15px 0 15px;
		width: 100%;
	}
}

.form-checkbox-hidden input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.form-checkbox-hidden input[type="checkbox"]:focus + .checkbox {
  outline: 1px solid #005fcc;
  outline-offset: 2px;
}

.form-checkbox-hidden {
	display: flex;
	flex-direction: row;
	height: auto;
	position: relative;
	align-items: center;
	margin-bottom: 20px;
}

.form-checkbox-hidden .checkbox {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	position: relative;
	height: 28px;
	width: 28px;
	min-width: 28px;
	margin-right: 20px;
	border: 2px solid #0C4BA0;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
	transition: .5s all;	
}
.form-checkbox-hidden:hover .checkbox {
	background-color: #f9f9f9;
}
.form-checkbox-hidden input:checked + .checkbox {
	border-color: #0C4BA0;
	background-color: #fff;
	cursor: default;
}
.form-checkbox-hidden:hover .checkbox::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background-color: #ccc;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.form-checkbox-hidden input:checked + .checkbox::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background-color: #0C4BA0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.form-checkbox-hidden input:checked + checkbox::before {
	background-color: #0C4BA0;
}
.form-checkbox-hidden input + .checkbox + .text {
	color: #333;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.3;
	font-family: "Raleway", Sans-serif;
	align-self: center;
}
.form-checkbox-hidden input:checked + .checkbox + .text {
	color: #333;
	cursor: default;
}

/* Vacancy */
.platform_vacancy .elementor-widget-text-editor ul,
.vac-item ul {
	padding-left:20px;
}

@media (max-width: 1024px) {
	.form-checkbox-hidden input + .checkbox + .text {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.form-checkbox-hidden {
		align-items: flex-start;
	}
	.form-checkbox-hidden .checkbox {
		height: 20px;
		width: 20px;
		min-width: 20px;
		margin-right: 10px;
	}
	.form-checkbox-hidden:hover .checkbox::before, .form-checkbox-hidden input:checked + .checkbox::before {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}
	.form-checkbox-hidden input + .checkbox + .text {
		font-size: 14px;
	}
}

.elementor-452 .elementor-element.elementor-element-6015283 > .elementor-widget-container {
    width: fit-content;
    margin: 0 auto;
}

.ev-login-error {
    padding: 5px 10px;
    background: #FEEFEA;
    border-radius: 10px;
    margin: 8px 0px;
    color: #000;
    font-weight: 500;
	width: 100%;
}
