.callback-form__items-form_privacy{
	display: flex;
  	align-items: center;
	justify-content: center;
}

.callback-form__items-form_privacy__checkbox{
	margin: 0.5rem 0 0 0.5rem !important;
	width: 1.6rem !important;

}

.form-attention a{
	color: var(--main-blue-color) !important;
}

.form-attention a:hover{
	color: var(--main-red-color) !important;
}

.callback-form-check:disabled{
	background: gray !important;
}

.callback-form__items-form_privacy .form-attention{
	margin-left: 0px;
}