.loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99;
	display: none;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
}
.loading.active {
	display: flex;
}
.loading img {
	width: 90px;
	height: 90px;
}
.modal-success-send-form {
	width: calc(100% - 30px);
	max-width: 450px;
	text-align: center;
}
.modal-success-send-form strong {
	display: block;
	margin-bottom: 10px;
	font-family: "OpenSans Regular";
	flex-wrap: normal;
	font-size: 20px;
	color: #0066cc;
}
.last-block .policy-block #accept-error{
	display: none !important;
	}