

/* Start:/local/templates/.default/components/bitrix/form.result.new/callback_copy_postman-d_new/style.css?17664401391428*/
form{

}
input{
	border: 1px solid #80C6C5;
	padding: 8px 20px;
	width: 100%;
}
label{
	width: 100%;
}
form .row{
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
}
form .row:before,
form .row:after{
	display: none;
}

.form-description{
	margin-top: 40px;
	margin-bottom: 40px;
	color: #333;
	font-family: HelveticaNeueCyr,sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px; /* 140% */
}
.form__field_small{
	margin-top: 0;
	margin-bottom: 0;
}
#target_list{
	border: 1px solid #008B8A;
	background: #008B8A;
	padding: 12px 20px;
	color: #FFF;
	font-family: HelveticaNeueCyr,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 35px; /* 175% */
	width: 100%;
}

.btns-row{
	flex-direction: row !important;
}

.green{
	text-align: center;
	padding: 20px;
	color: #fff;
	background: #79b553;
}
.form-wrapper--input{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 30px;
	column-gap: 20px;
}

.teal-select{
	border: 1px solid #008B8A;
	background: #008B8A;
	padding: 12px 20px;
	color: #FFF;
	font-family: HelveticaNeueCyr,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 35px; /* 175% */
	width: 50%;
	margin-top: 12px;
}

@media(max-width: 650px){
	.form-wrapper--input{
		grid-template-columns: 1fr;
	}
	.form_text_729{
		order: 3;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/form.result.new/callback_copy_postman-d_new/style.css?17664401391428 */
