.form-wrapper {
	max-width: 600px;
	margin: 0 auto; }

.formhandler {
	margin-top: 0; }
.formhandler__notice {
	background-color: rgba(233, 153, 131, 0.25);
	margin: 20px 0 10px 0;
	padding: 5px 15px;
	-webkit-border-radius: 2.5px;
	border-radius: 2.5px;
	border: 1px solid rgba(233, 153, 131, 0.75); }
.formhandler__notice--hidden {
	display: none; }
.formhandler__notice--visible {
	display: block; }
.formhandler__notice-form {
	background-color: rgba(229, 229, 229, 0.54);
	border-left: 4px solid rgba(233, 153, 131, 0.5);
	padding: 20px 30px; }
.formhandler__notice-form--hidden {
	display: none; }
.formhandler__notice-form--visible {
	margin-bottom: 20px;
	display: block; }
.formhandler__field[type="checkbox"] {
	width: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none; }
.formhandler__field[type="radio"] {
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent; }
.formhandler__field::-webkit-input-placeholder {
	color: #080808; }
.formhandler__field::-moz-placeholder {
	color: #080808; }
.formhandler__field:-ms-input-placeholder {
	color: #080808; }
.formhandler__field::-ms-input-placeholder {
	color: #080808; }
.formhandler__field::placeholder {
	color: #080808; }
.formhandler__field:hover {
	outline: 0; }
.formhandler__field:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 4px 7px rgba(8, 8, 8, 0);
	box-shadow: inset 0 4px 7px rgba(8, 8, 8, 0); }
.formhandler__field--file {
	width: auto; }
.formhandler__field--message {
	height: 200px;
	resize: none; }
.formhandler__field--is-not-valid {
	border-bottom: 3.5px solid rgba(233, 153, 131, 0.5); }
.formhandler__field--is-not-valid[type="checkbox"] {
	position: relative; }
.formhandler__field--is-not-valid[type="checkbox"]::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 2px;
	background-color: #e99983;
	bottom: 5px; }
.formhandler__field--is-not-valid[type="radio"] {
	position: relative; }

.formhandler__field {
	height: unset;
}
.formhandler__field--is-not-valid[type=checkbox]::after {
	display: none;
}
.formhandler__submit {
	padding: 0;
	padding-inline: 30px;
	background-color: transparent;
}
.formhandler__notice {
	width: 100%;
	margin-top: 0.5rem;
	margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
	.formhandler__notice {
		margin-bottom: 1.5rem;
	}
}
.formhandler__field {
	height: unset;
}
.formhandler__field--is-not-valid[type=checkbox]::after {
	display: none;
}
.formhandler__submit {
	padding: 0;
	padding-inline: 30px;
	background-color: transparent;
}
.formhandler__field--is-not-valid {
	border-bottom-color: var(--main-color-dark);
	border-bottom-width: 2px;
}
