

/* Start:/local/templates/main/components/bitrix/form/blackfriday.form/bitrix/form.result.new/.default/style.css?17315265261011*/
.form__questions{
	display: flex;
	flex-direction: column;
	margin: auto;
	width: 100%;
	align-items: center;
	gap: 20px;
}
.form__questions div {
	width: 300px;
	position: relative;

	label {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 10px;
		transition: 300ms all;
		color: rgb(106, 102, 108);
	}

	input, textarea {
		width: 100%;
		padding: 0 10px;
		background: white;
		border: 1px solid rgb(106, 102, 108);
	}

	input {
		height: 40px;
	}

	textarea {
		height: auto;
		padding-top: 10px;
	}

	input:valid + label, input:focus + label,
	textarea:valid + label, textarea:focus + label {
		height: 50%;
		padding-left: 0;
		transform: translateY(-100%);
		font-size: 12px;
		color: #777;
	}
}
.red{
	color: red;
}
.form__questions .questions__btn input{
	padding: 10px 30px;
	color: black;
	width: 300px;
	background-color: #ffec00;
	border: 1px solid black;
}
/* End */
/* /local/templates/main/components/bitrix/form/blackfriday.form/bitrix/form.result.new/.default/style.css?17315265261011 */
