

/* Start:/local/templates/2scoop/components/bitrix/form.result.new/consult/style.css?17525983423694*/
.form-header-title h2 {
	font-size: 32px;
	margin-bottom: 32px;
}

.consult-form {
	padding: 40px;
	background: #fff;
	margin: 40px auto;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	max-width: 480px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.input-field-box {
	width: 100%;
	margin-bottom: 24px;
}

.input-field-box.input-field-box-short {
	max-width: calc(33% - 16px);
}

.input-field-box>label {
	position: relative;
}

.text-input-field,
.input-field-box>select {
	border: none;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.04);
	padding: 12px;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	font-style: normal;
	font-weight: 590;
	width: 100%;
	line-height: 20px;
	outline: none;
	box-shadow: none;
}

.input-field-box>select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nNycgdmlld0JveD0nMCAwIDEwIDcnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTguMjQyMTkgMC43MzQzNzVMNSAzLjk3NjU2TDEuNzU3ODEgMC43MzQzNzVDMS40NDUzMSAwLjQyMTg3NSAwLjg5ODQzOCAwLjQyMTg3NSAwLjU4NTkzOCAwLjczNDM3NUMwLjI3MzQzOCAxLjA4NTk0IDAuMjczNDM4IDEuNTkzNzUgMC41ODU5MzggMS45MDYyNUw0LjQxNDA2IDUuNzM0MzhDNC43MjY1NiA2LjA4NTk0IDUuMjczNDQgNi4wODU5NCA1LjU4NTk0IDUuNzM0MzhMOS40MTQwNiAxLjkwNjI1QzkuNzI2NTYgMS41OTM3NSA5LjcyNjU2IDEuMDg1OTQgOS40MTQwNiAwLjczNDM3NUM5LjEwMTU2IDAuNDIxODc1IDguNTU0NjkgMC40MjE4NzUgOC4yNDIxOSAwLjczNDM3NVonIGZpbGw9J2JsYWNrJy8+PC9zdmc+Cg==);
	background-repeat: no-repeat, repeat;
	background-position: right 15px top 50%, 0 0;
}

textarea.text-input-field {
	resize: none;
	max-height: 48px;
}

.text-input-field::placeholder {
	color: rgba(0, 0, 0, 0.40);
}

.input-field-radio-box {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
}

.input-field-radio-box input[type="radio"] {
	display: none;
}

.input-field-radio-box input[type="radio"]+label {
	padding-left: 26px;
	position: relative;
	cursor: pointer;
	font-weight: 590;
	font-size: 16px;
	line-height: 125%;
	color: #000;
	margin-bottom: 6px;
}

.input-field-radio-box input[type="radio"]+label::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	border: 1px solid #000;
	display: block;
	text-align: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	cursor: pointer;
}

.input-field-radio-box input[type="radio"]:checked+label::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	background: #000;
	display: block;
	text-align: center;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	cursor: pointer;
}

.input-field-radio-box .text-input-label {
	width: 100%;
	margin-bottom: 16px;
}

.text-input-label {
	font-weight: 590;
	font-size: 16px;
	line-height: 125%;
	color: #000;
	margin-bottom: 8px;
	display: block;
}

.submit-button {
	display: flex;
	padding: 12px 20px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 4px;
	background: #008ACD;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 590;
	line-height: 24px;
}

.consult-form-note {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: rgba(0, 0, 0, 0.4);
	margin-top: 32px;
}

.consult-privacy-link a, .consult-privacy-link a:hover{
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:575px) {
	.consult-form {
		padding: 20px;
	}
}
/* End */
/* /local/templates/2scoop/components/bitrix/form.result.new/consult/style.css?17525983423694 */
