

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/form/back_form/bitrix/form.result.new/.default/style.css?17602222271508*/
.back_form_form{
	max-width: 500px;
	margin:0 auto;
}

.back_form_questions{
	display: flex;
	flex-direction: column;
	gap:30px;
}

.back_form_questions .inputtext{
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	padding: 17px 17px;
	font-size: 20px;
}

.back_form_captcha{
	margin: 30px 0;
	width: 100%;
	display: flex;
}

.back_form_captcha input{
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	margin-left: 10px;
	width: 100%;
	max-height: 40px;
	padding: 0px 14px;
	font-size: 20px;
}

.error-back-form{
	width: max-content;
	height: max-content;
	font-size:15px;
	color:red;
	line-height:0px;
}

.date_input_cont{
	width: 100%;
	text-align: left;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	padding: 0px 17px;
	font-size: 20px;
}

.date_input:focus, .date_input:before {
	outline: 0 !important;
	box-shadow: none;
	border: 0 !important;
}

.date_input{
	max-width:200px;
}

.submit_button{
	border-radius: 5px;
	font-size: 20px;
	width: 100%;
	padding: 15px;
	color: white;
	background-color: #f1b306;
	font-weight: 500;
	cursor:pointer;
}

.radio-input {
	margin-right: 8px;
	accent-color: #f1b306;
	width: 20px;
	height: 20px;

	border-radius: 10px;
	border: 2px solid #f1b306;
	appearance: none;
}
.radio-input:focus {
	background: #f1b306;
}

.radio-input:checked {
	background: #f1b306;
}

.back_form_radio label{
	font-size:25px;
}

.back_form_radio label:nth-child(3){
	margin-left:10px;
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/form/back_form/bitrix/form.result.new/.default/style.css?17602222271508 */
