:root {
	--font-body: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--transition-fast: 150ms ease;
}

body {
	font-family: var(--font-body);
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.site-main--rq {
	width: 100%;
	max-width: none;
	min-height: 0;
}

.p-rq {
	font-family: 'Open Sans', var(--font-body);
	color: #0e1730;
}

.p-rq__hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	padding: 120px 24px 48px;
	background-color: #133a80;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(19, 58, 128, 0.65) 100%), var(--p-rq-hero-bg, none);
	background-size: cover;
	background-position: center;
}

@media (min-width: 1024px) {
	.p-rq__hero {
		min-height: 360px;
		padding: 96px 24px 48px;
	}
}

.p-rq__hero-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(19, 58, 128, 1) 100%);
	opacity: 0.65;
	pointer-events: none;
}

.p-rq__hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 900px;
}

.p-rq h1.p-rq__hero-title {
	margin: 0;
	font-family: Lobster, cursive;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.333;
	color: #fff;
}

@media (min-width: 1024px) {
	.p-rq h1.p-rq__hero-title {
		font-size: 93px;
		line-height: 1;
	}
}

.p-rq__how {
	background-color: #f2f2f2;
}

.p-rq__how-inner {
	max-width: 1920px;
	margin-inline: auto;
	padding: 48px 24px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 40px;
}

@media (min-width: 1024px) {
	.p-rq__how-inner {
		padding: 96px clamp(24px, 12vw, 348px);
		gap: 64px;
	}
}

.p-rq__how-title {
	margin: 0;
	font-family: Lobster, cursive;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.429;
	color: #0e1730;
}

@media (min-width: 1024px) {
	.p-rq__how-title {
		font-size: 50px;
		line-height: 1;
	}
}

.p-rq__how-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 1024px) {
	.p-rq__how-steps {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
		justify-content: flex-start;
	}
}

.p-rq__how-step {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (min-width: 1024px) {
	.p-rq__how-step {
		flex: 0 0 calc(25% - 18px);
		max-width: 288px;
		gap: 32px;
	}

	.p-rq__how-step:nth-child(1) .p-rq__how-step-body {
		padding-right: 24px;
	}

	.p-rq__how-step:nth-child(2) .p-rq__how-step-body,
	.p-rq__how-step:nth-child(3) .p-rq__how-step-body {
		padding-inline: 12px;
	}

	.p-rq__how-step:nth-child(4) .p-rq__how-step-body {
		padding-left: 24px;
	}
}

.p-rq__how-step-num {
	font-family: Lobster, cursive;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.333;
	color: #cd392a;
}

@media (min-width: 1024px) {
	.p-rq__how-step-num {
		font-size: 40px;
		line-height: 1.2;
	}
}

.p-rq__how-step-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-rq__how-step-title, h3.p-rq__how-step-title {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Segoe UI', Roboto, sans-serif;
	line-height: 1.4;
	color: #000;
}

@media (min-width: 1024px) {
	.p-rq__how-step-title, h3.p-rq__how-step-title {
		font-size: 24px;
		line-height: 1.333;
	}
}

.p-rq__how-step-text {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.429;
	color: #000;
}

@media (min-width: 1024px) {
	.p-rq__how-step-text {
		font-size: 16px;
		line-height: 1.5;
	}
}

.p-rq__main {
	background-color: #fff;
}

.p-rq__main-inner {
	max-width: 1920px;
	margin-inline: auto;
	padding: 48px 24px 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

@media (min-width: 1024px) {
	.p-rq__main-inner {
		padding: 96px clamp(24px, 12vw, 348px) 96px;
		gap: 64px;
	}
}

.p-rq__wp-content {
	width: 100%;
	max-width: 808px;
	font-size: 16px;
	line-height: 1.5;
	color: #0e1730;
}

.p-rq__form-wrap {
	width: 100%;
	max-width: 808px;
}

.p-rq__notice {
	padding: 12px 16px;
	border-radius: 8px;
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.5;
}

.p-rq__notice--success {
	background-color: rgba(55, 148, 77, 0.12);
	color: #0e1730;
}

.p-rq__notice--error {
	background-color: rgba(205, 57, 42, 0.12);
	color: #0e1730;
}

.p-rq__form-head {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 24px;
	text-align: center;
	margin-bottom: 48px;
}

.p-rq__form-kicker {
	margin: 0;
	font-family: Lobster, cursive;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.429;
	color: #0e1730;
}

@media (min-width: 1024px) {
	.p-rq__form-kicker {
		font-size: 50px;
		line-height: 1;
	}
}

.p-rq__form-lead {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #0e1730;
}

@media (min-width: 1024px) {
	.p-rq__form-lead {
		font-size: 18px;
	}
}

.p-rq__form {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.p-rq__section {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-rq__section--contact {
	gap: 32px;
}

.p-rq__section-title, h3.p-rq__section-title {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Segoe UI', Roboto, sans-serif;
	line-height: 1.5;
	color: #0e1730;
}

.p-rq__field-group {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	max-width: 808px;
}

.p-rq__field-group[hidden] {
	display: none !important;
}

.p-rq__label {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #0e1730;
}

.p-rq__label-hint {
	font-weight: 400;
	color: #4e4c4c;
}

label.p-rq__label {
	cursor: pointer;
}

.p-rq__upload {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 24px;
	border-radius: 8px;
	background-color: #f2f2f2;
	border: 1px dashed rgba(14, 23, 48, 0.24);
	text-align: center;
}

@media (min-width: 1024px) {
	.p-rq__upload {
		padding: 32px 24px;
	}
}

.p-rq__upload-text {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #0e1730;
}

.p-rq__upload-hint {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #4e4c4c;
	margin-top: 8px;
}

.p-rq__browse {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 30px;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #cd392a;
	cursor: pointer;
	overflow: hidden;
	transition: 0.3s;
}

.p-rq__browse:hover {
	opacity: 0.92;
	background-color: #cd392a;
	color: #fff;
}

.p-rq__browse-text {
	font-family: 'Open Sans', var(--font-body);
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
	color: #0E1730;
}

.p-rq__browse:hover .p-rq__browse-text {
	color: #fff;
}

.p-rq__file {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	font-size: 0;
}

.p-rq__file-previews {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--space-sm);
	width: 100%;
	margin: 0;
}

.p-rq__file-preview {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	border-radius: var(--radius-md);
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.p-rq__file-preview-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background-color: #f3f4f6;
	color: var(--color-muted);
}

.p-rq__file-preview-doc-icon {
	display: block;
}

.p-rq__file-preview-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 2px;
	align-items: stretch;
	min-width: 0;
}

.p-rq__file-preview-name,
.p-rq__file-preview-size {
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.p-rq__file-preview-name {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.36;
	color: #111827;
}

.p-rq__file-preview-size {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.36;
	color: var(--color-muted);
}

.p-rq button.p-rq__file-preview-remove {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: var(--radius-sm);
	background-color: transparent;
	color: #ef4444;
	cursor: pointer;
	transition:
		opacity var(--transition-fast),
		background-color var(--transition-fast);
}

.p-rq__file-preview-remove:hover {
	opacity: 0.85;
}

.p-rq__file-preview-remove:focus-visible {
	outline: 2px solid #103880;
	outline-offset: 2px;
}

.p-rq__file-preview-trash-icon {
	display: block;
}

.p-rq__file-list-notice {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #4e4c4c;
}

.p-rq__file-list-notice:not(.visually-hidden):not([hidden]) {
	margin-top: var(--space-sm);
}

.p-rq__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.p-rq__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.p-rq__cards-dropdown {
	width: 100%;
}

.p-rq__dropdown-summary {
	list-style: none;
	cursor: pointer;
}

.p-rq__dropdown-summary::-webkit-details-marker {
	display: none;
}

.p-rq__dropdown-value {
	font-family: 'Open Sans', var(--font-body);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #0e1730;
}

@media (min-width: 420px) {
	.p-rq__cards-dropdown > .p-rq__dropdown-summary {
		display: none;
	}
}

.p-rq__cards--method {
	display: flex;
	gap: 16px;
}

@media (min-width: 640px) {
	.p-rq__cards--method {
		grid-template-columns: repeat(3, 1fr);
	}
}

.p-rq__cards--yesno {
	display: flex;
	gap: 16px;
	max-width: 540px;
}

.p-rq__card {
	cursor: pointer;
	margin: 0;
	flex: 1 1 140px;
	min-width: 140px;
	max-width: 100%;
}

@media (min-width: 640px) {
	.p-rq__card {
		flex: 1 1 200px;
		max-width: calc(33.333% - 11px);
	}

	.p-rq__cards--garment .p-rq__card {
		flex: 1 1 258px;
		max-width: 259px;
	}
}

.p-rq__card--budget {
	flex: 1 1 140px;
	max-width: 100%;
}

@media (min-width: 640px) {
	.p-rq__cards--budget .p-rq__card--budget {
		flex: 1 1 200px;
		max-width: 259px;
	}
}

.p-rq__card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 100%;
	padding: 24px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(14, 23, 48, 0.24);
	color: #0e1730;
	transition: border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);
}

.p-rq__card-input:focus-visible + .p-rq__card-body {
	outline: 2px solid #103880;
	outline-offset: 2px;
}

.p-rq__card-input:checked + .p-rq__card-body {
	background: linear-gradient(0deg, rgba(16, 56, 128, 0.08), rgba(16, 56, 128, 0.08)), #fff;
	border-color: #103880;
}

.p-rq__card-icon {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	color: #0e1730;
	object-fit: contain;
}

.p-rq__card-label {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #0e1730;
}

.p-rq__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.p-rq__swatch {
	cursor: pointer;
	margin: 0;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid rgba(14, 23, 48, 0.24);
	background-color: #fff;
}

.p-rq__swatch-ui {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background-color: var(--p-rq-swatch, #ccc);
}

.p-rq__swatch:has(.p-rq__swatch-input:checked) {
	border-width: 1px;
	border-color: #103880;
	padding: 7px;
}

.p-rq__swatch:has(.p-rq__swatch-input:focus-visible) {
	outline: 1px solid #103880;
	outline-offset: 1px;
}

.p-rq__sizes {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.p-rq__size-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid rgba(14, 23, 48, 0.24);
	background-color: #fff;
	cursor: pointer;
	transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);
}

.p-rq__size-row:focus-visible {
	outline: 2px solid #103880;
	outline-offset: 2px;
}

.p-rq__size-row--active {
	background: linear-gradient(0deg, rgba(16, 56, 128, 0.08), rgba(16, 56, 128, 0.08)), #fff;
	border-color: #103880;
}

.p-rq__size-label {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #0e1730;
	pointer-events: none;
}

.p-rq__stepper {
	display: none;
	align-items: center;
	gap: 8px;
	cursor: default;
}

.p-rq__size-row--active .p-rq__stepper {
	display: flex;
}

.p-rq__size-row--total {
	cursor: default;
}

.p-rq__size-row--total .p-rq__stepper {
	display: flex;
}

.p-rq .p-rq__step-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 8px;
	border: 1px solid rgba(14, 23, 48, 0.12);
	background-color: #fff;
	font-size: 18px;
	line-height: 1;
	color: rgba(14, 23, 48, 0.4);
	cursor: pointer;
	transition: background-color var(--transition-fast), color var(--transition-fast);
}

.p-rq .p-rq__step-btn:hover {
	color: #0e1730;
	background-color: #f2f2f2;
}

.p-rq .p-rq__step-btn:focus {
	background-color: #fff;
}

.p-rq .p-rq__step-value {
	width: 56px;
	height: 32px;
	border-radius: 8px;
	border: 1px solid rgba(14, 23, 48, 0.12);
	font-family: 'Open Sans', var(--font-body);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #0e1730;
	background-color: #fff;
	-moz-appearance: textfield;
	appearance: textfield;
}

.p-rq .p-rq__step-value::-webkit-outer-spin-button,
.p-rq .p-rq__step-value::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.p-rq .p-rq__input,
.p-rq .p-rq__textarea {
	width: 100%;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid rgba(14, 23, 48, 0.24);
	font-family: 'Open Sans', var(--font-body) !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #0e1730;
	background-color: #fff;
	box-sizing: border-box;
}

.p-rq .p-rq__input::placeholder,
.p-rq .p-rq__textarea::placeholder {
	color: rgba(14, 23, 48, 0.7);
}

.p-rq .p-rq__textarea {
	min-height: 104px;
	resize: vertical;
}

.p-rq__grid2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	width: 100%;
}

@media (min-width: 640px) {
	.p-rq__grid2 {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
}

.p-rq .p-rq__select-wrap {
	position: relative;
}

.p-rq .p-rq__select-wrap::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	width: 12px;
	height: 6px;
	margin-top: -3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0e1730;
	pointer-events: none;
}

.p-rq .p-rq__select {
	width: 100%;
	padding: 12px 40px 12px 16px;
	border-radius: 8px;
	border: 1px solid rgba(14, 23, 48, 0.24);
	font-family: 'Open Sans', var(--font-body);
	font-size: 16px;
	line-height: 1.5;
	color: #0e1730;
	background-color: #fff;
	appearance: none;
	cursor: pointer;
}

.p-rq button.p-rq__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 16px;
	padding: 15px 30px;
	border-radius: 3px;
	border: 1px solid #cd392a;
	background-color: #cd392a;
	font-family: 'Open Sans', var(--font-body);
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	transition: opacity var(--transition-fast);
}

.p-rq button.p-rq__submit:hover {
	opacity: 0.92;
}

.p-rq .p-rq__form.is-rq-invalid .p-rq__section-title {
	animation: p-rq-shake 0.4s ease;
}

@keyframes p-rq-shake {
	0%,
	100% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-4px);
	}
	75% {
		transform: translateX(4px);
	}
}

.p-rq .p-rq__field-error {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	color: #cd392a;
}

.p-rq .p-rq__field-group.is-rq-field-invalid .p-rq__label {
	color: #cd392a;
}

.p-rq .p-rq__field-group.is-rq-field-invalid .p-rq__input,
.p-rq .p-rq__field-group.is-rq-field-invalid .p-rq__textarea,
.p-rq .p-rq__field-group.is-rq-field-invalid .p-rq__select {
	border-color: #cd392a;
}

.p-rq .p-rq__field-group.is-rq-field-invalid .p-rq__upload {
	border: 1px dashed #cd392a;
}

.p-rq .p-rq__field-group.is-rq-field-invalid .p-rq__cards .p-rq__card-body {
	border-color: #cd392a;
}

.p-rq .p-rq__field-group.is-rq-field-invalid .p-rq__swatch {
	border-color: #cd392a;
}

@media (max-width: 419px) {
	.p-rq__dropdown-summary:focus {
		outline: none;
	}

	.p-rq__dropdown-summary:focus-visible {
		outline: 2px solid #103880;
		outline-offset: 2px;
	}

	.p-rq__dropdown-summary--garment {
		border-radius: 8px;
		border: 1px solid #103880;
		background: linear-gradient(0deg, rgba(16, 56, 128, 0.08), rgba(16, 56, 128, 0.08)), #fff;
	}

	.p-rq__dropdown-summary--garment .p-rq__dropdown-summary-row {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 16px;
	}

	.p-rq__dropdown-icon {
		display: flex;
		flex-shrink: 0;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
	}

	.p-rq__dropdown-icon .p-rq__card-icon {
		width: 24px;
		height: 24px;
	}

	.p-rq__dropdown-chevron {
		position: relative;
		flex-shrink: 0;
		width: 20px;
		height: 20px;
		margin-left: auto;
	}

	.p-rq__dropdown-chevron::after {
		content: '';
		position: absolute;
		right: 2px;
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -3px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #0e1730;
		transition: transform var(--transition-fast);
	}

	.p-rq__cards-dropdown[open] .p-rq__dropdown-chevron::after {
		transform: rotate(180deg);
	}

	.p-rq__cards-dropdown[open] .p-rq__dropdown-summary--garment {
		border-radius: 8px;
	}

	.p-rq__dropdown-panel {
		margin-top: 8px;
	}

	.p-rq__dropdown-panel .p-rq__cards--garment {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0;
		overflow: hidden;
		border-radius: 8px;
		border: 1px solid rgba(14, 23, 48, 0.24);
		box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.08);
		background-color: #fff;
	}

	.p-rq__dropdown-panel .p-rq__cards--garment .p-rq__card {
		flex: none;
		width: 100%;
		min-width: 0;
		max-width: none;
	}

	.p-rq__dropdown-panel .p-rq__cards--garment .p-rq__card + .p-rq__card .p-rq__card-body {
		border-top: 1px solid rgba(14, 23, 48, 0.1);
	}

	.p-rq__dropdown-panel .p-rq__cards--garment .p-rq__card-body {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
		min-height: 0;
		padding: 10px 16px;
		border-radius: 0;
		border: none;
		box-shadow: none;
	}

	.p-rq__dropdown-panel .p-rq__cards--garment .p-rq__card-input:checked + .p-rq__card-body {
		background: linear-gradient(0deg, rgba(16, 56, 128, 0.08), rgba(16, 56, 128, 0.08)), #fff;
		border: none;
		box-shadow: none;
	}

	.p-rq__dropdown-panel .p-rq__cards--garment .p-rq__card-icon {
		width: 24px;
		height: 24px;
	}

	.p-rq__dropdown-panel .p-rq__cards--garment .p-rq__card-label {
		text-align: left;
	}

	.p-rq__dropdown-summary--areas {
		border-radius: 8px;
		border: 1px solid rgba(14, 23, 48, 0.24);
		background-color: #fff;
	}

	.p-rq__dropdown-summary-row--areas {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 12px 16px;
	}

	.p-rq__dropdown-summary-row--areas .p-rq__dropdown-value {
		min-width: 0;
		flex: 1;
		overflow-wrap: anywhere;
		text-align: left;
	}

	.p-rq__dropdown-value--placeholder {
		font-weight: 400;
		color: rgba(14, 23, 48, 0.7);
	}

	.p-rq__dropdown-summary--areas .p-rq__dropdown-value:not(.p-rq__dropdown-value--placeholder) {
		font-weight: 600;
		color: #0e1730;
	}

	.p-rq__cards-dropdown[open] .p-rq__dropdown-summary--areas {
		border-radius: 8px;
	}

	.p-rq__dropdown-panel .p-rq__cards--areas {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0;
		overflow: hidden;
		border-radius: 8px;
		border: 1px solid rgba(14, 23, 48, 0.24);
		box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.08);
		background-color: #fff;
	}

	.p-rq__dropdown-panel .p-rq__cards--areas .p-rq__card {
		flex: none;
		width: 100%;
		min-width: 0;
		max-width: none;
	}

	.p-rq__dropdown-panel .p-rq__cards--areas .p-rq__card + .p-rq__card .p-rq__card-body {
		border-top: 1px solid rgba(14, 23, 48, 0.1);
	}

	.p-rq__dropdown-panel .p-rq__cards--areas .p-rq__card-body {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		padding: 10px 16px;
		border-radius: 0;
		border: none;
		box-shadow: none;
	}

	.p-rq__dropdown-panel .p-rq__cards--areas .p-rq__card-label {
		text-align: left;
	}
}

@media (max-width: 420px) {
	.p-rq__main-inner {
		padding: 32px 16px 64px;
	}

	.p-rq__form-head {
		gap: 16px;
		margin-bottom: 32px;
	}

	.p-rq__form-kicker {
		font-size: 24px;
		line-height: 1.35;
	}

	.p-rq__form-lead {
		font-size: 15px;
		line-height: 1.5;
	}

	.p-rq__form {
		gap: 32px;
	}

	.p-rq__section {
		gap: 24px;
	}

	.p-rq__section--contact {
		gap: 24px;
	}

	.p-rq__section-title {
		font-size: 20px;
		line-height: 1.4;
	}

	.p-rq__upload {
		padding: 24px 16px;
		gap: 24px;
	}

	.p-rq__upload-text {
		font-size: 14px;
		line-height: 1.5;
	}

	.p-rq__upload-hint {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 8px;
	}

	.p-rq__browse-text {
		color: #0e1730;
	}

	.p-rq__browse:hover {
		background-color: #b83226;
		border-color: #b83226;
		opacity: 1;
	}

	.p-rq__browse:hover .p-rq__browse-text {
		color: #0e1730;
	}

	.p-rq__file-list-notice:not(.visually-hidden):not([hidden]) {
		text-align: center;
	}

	.p-rq__swatch {
		padding: 6.675px;
		border-radius: 4px;
	}

	.p-rq__swatch:has(.p-rq__swatch-input:checked) {
		padding: 5.675px;
	}

	.p-rq__swatch-ui {
		width: 33.38px;
		height: 33.38px;
	}

	.p-rq__cards--budget {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 16px;
	}

	.p-rq__cards--budget .p-rq__card--budget {
		flex: none;
		width: 100%;
		max-width: none;
		min-width: 0;
	}

	.p-rq__cards--budget .p-rq__card-body {
		padding: 12px 20px;
	}

	.p-rq__cards--method {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 16px;
	}

	.p-rq__cards--method .p-rq__card {
		flex: none;
		width: 100%;
		min-width: 0;
		max-width: none;
	}

	.p-rq__cards--method .p-rq__card-body {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		padding: 12px 20px;
	}

	.p-rq__cards--method .p-rq__card-icon {
		width: 40px;
		height: 40px;
	}

	.p-rq__cards--method .p-rq__card-label {
		text-align: left;
	}

	.p-rq__cards--yesno {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
		max-width: none;
	}

	.p-rq__cards--yesno .p-rq__card {
		flex: none;
		min-width: 0;
		max-width: none;
	}

	.p-rq__cards--yesno .p-rq__card-body {
		padding: 12px 16px;
	}

	.p-rq__grid2 {
		gap: 16px;
	}

	.p-rq button.p-rq__submit {
		margin-top: 8px;
	}
}
