.pdn-consent {
	margin: 18px 0 16px;
	clear: both;
	font-size: 13px;
	line-height: 1.45;
	color: #8a9aaf;
}

.pdn-consent__label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.pdn-consent__input {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	cursor: pointer;
}

.pdn-consent__text {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: #8a9aaf;
	white-space: normal;
}

.pdn-consent__text a {
	color: #10325e;
	text-decoration: underline;
}

.pdn-consent__text a:hover {
	color: #ff174a;
}

.pdn-consent__error,
.pdn-consent .form__error-text,
.pdn-consent .error-text {
	display: block;
	margin-top: 8px;
	color: #e4013a;
	font-size: 13px;
}

.popup-form-wrap .pdn-consent,
.contact-form .pdn-consent {
	margin: 12px 0 14px;
}

#question .pdn-consent {
	margin: 20px 0 16px;
	max-width: 100%;
}
