﻿
#html-3992 .wrapper {
	max-width: 800px;
	margin: 0 auto;
	background-color: #f8f8f8;
	border-radius: 8px;
	padding: min(5%, 30px);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#html-3992 h1 {
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}
#html-3992 p {
	text-align: center;
	margin-bottom: 30px;
	color: #666;
}
#html-3992 .form-section {
	margin-bottom: 48px;
}
#html-3992 .form-section.flex {
	display: flex;
	flex-wrap: wrap;
}
#html-3992 .section-title {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	color: #b8144b;
	font-weight: 500;
	width: 100%;
}
#html-3992 .info-box {
	background-color: rgba(184, 20, 75, 0.1);
	border-left: 4px solid #b8144b;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}
#html-3992 .checkbox-group {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-bottom: 20px;
}
#html-3992 .checkbox-group.column {
	flex-direction: column;
}
#html-3992 .checkbox-item {
	display: flex;
	align-items: center;
}
#html-3992 .checkbox-item input[type='checkbox'] {
	margin-right: 10px;
	accent-color: #b8144b;
	width: 20px;
	height: 20px;
	min-width: 20px;
}
#html-3992 .form-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
#html-3992 .tow-col {
	display: flex;
	gap: 0.5rem;
}
#html-3992 .tow-col .input-cont {
	flex: 1 0 50%;
}
#html-3992 .form-section.flex .form-row {
	padding: 1rem;
	box-sizing: border-box;
	flex: 1 0 50%;
}
#html-3992 .form-row label {
	margin-bottom: 5px;
	color: #555;
}
#html-3992 .form-row select , #html-3992 .form-row input[type='text'] , #html-3992 .form-row input[type='email'] , #html-3992 .form-row input[type='number'] {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
}
#html-3992 .form-row select:focus , #html-3992 .form-row input:focus {
	outline: none;
	border-color: #b8144b;
}
#html-3992 .submit-button {
	background-color: #b8144b;
	color: white;
	border: none;
	padding: 14px;
	width: 100%;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}
#html-3992 .submit-button:hover {
	background-color: #96113e;
}
#html-3992 .note {
	font-size: 14px;
	color: #777;
	margin-top: 20px;
	text-align: center;
}
#html-3992 .required {
	color: #b8144b;
}
#form-3989 {
	margin-block: 50px;
}
#form-3989 .container {
	max-width: 800px;
	margin: 40px auto;
	padding: 30px 40px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
#form-3989 h2 {
	font-size: 24px;
	color: #333;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
#form-3989 p {
	margin-bottom: 20px;
	text-align: center;
}
#form-3989 .info-box {
	background-color: #f8eaee;
	border-left: 4px solid #c6184f;
	padding: 15px 20px;
	margin-bottom: 30px;
}
#form-3989 .info-box.success {
	background-color: #d6fedd;
	border-left: 4px solid #3bc618;
}
#form-3989 .button-container {
	text-align: center;
	margin: 30px 0;
}
#form-3989 .button {
	display: inline-block;
	background-color: #c6184f;
	color: white;
	font-weight: bold;
	padding: 12px 24px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	transition: background-color 0.3s;
}
#form-3989 .button:hover {
	background-color: #a8143f;
}
#form-3989 .footer-text {
	font-size: 12px;
	color: #777;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
#form-3989 #confirmation-container , #form-3989 #success-container {
	display: block;
}
#form-3989 .icon-container {
	text-align: center;
	margin: 20px 0;
	font-size: 48px;
}
#form-3989 .icon-success {
	color: #28a745;
}
#form-3989 .icon-email {
	color: #c6184f;
}
@media (max-width: 567px) {
	#html-3992 .form-section.flex {
		flex-direction: column;
	}
	#html-3992 .form-section.flex .form-row {
		padding-inline: 0;
	}
}
