.fake-form{
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	margin: 40px 0 20px;
	font-size: 12px;
	line-height: 1.6667;
}
.fake-form button{
	white-space: nowrap;
}
.fake-form .gdpr{
	max-width: 400px;
}

body .fake-form-modal{
	--bs-modal-width: 844px;
	--bs-modal-margin: 20px;
	--bs-modal-padding: 0px;
	--bs-modal-border-width: 0;
	--bs-modal-border-radius: 0;
	--bs-modal-box-shadow: none;
	--bs-modal-inner-border-radius: 0;
}

@media (max-width: 767px){
	.fake-form{
		display: block;
	}
	.fake-form button{
		margin: 10px 0 20px;
	}
}