.box-modal {
	position: relative;
	max-width: 500px;
	padding: 40px;
	color: #fff;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
	background: linear-gradient(270deg, #a0db58 0%, #3aaa35 100%);
	text-align: center;
}
.box-modal .offer_subtitle{
	max-width: 100%;
	margin-top: 20px;
}
.box-modal .wpcf7-submit{
	width: 100%;
	border: none;
}
.box-modal .acceptance{
	max-width: unset;
}
.box-modal .wpcf7-form-control-wrap{
	width: 100%;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; font-size: 18px; }
.box-modal_close:hover { color: #666; }