.form-agreements {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.form-agreements .form-checkbox {
	margin-top: 0;
}

.form-agreements .md-line-dotted {
	cursor: pointer;
}

.form-agreements--error .form-checkbox p {
	color: #c0392b;
}

.form-btn.disabled,
button.form-btn.disabled,
[agreementControlBtn_JS].disabled {
	opacity: 0.55;
	pointer-events: none;
	cursor: not-allowed;
}

.footer__bottom-legal p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 10px;
	text-align: center;
}

.footer__bottom-legal .md-line-dotted {
	cursor: pointer;
}

.footer__legal-sep {
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
	.footer__bottom-legal p {
		flex-direction: column;
		gap: 10px;
	}

	.footer__bottom-legal .footer__legal-sep {
		display: none;
	}

	.footer__social p {
		text-align: center;
		width: 100%;
	}
}
