/* Feedback / Master Part page */
.feedback-page {
	--fb-red: #c8102e;
	--fb-red-dark: #9a0c22;
	--fb-black: #141414;
	--fb-gray: #5a5a5a;
	--fb-soft: #f6f6f6;
	--fb-line: #e8e8e8;
	margin-bottom: 60px;
}

/* M Master Part brand mark */
.mp-brand {
	--mp-red: #ee2c37;
	display: inline-flex;
	align-items: baseline;
	max-width: 100%;
	white-space: nowrap;
	vertical-align: baseline;
	font-style: italic;
	font-weight: 800;
	font-size: 1em;
	line-height: 1;
	letter-spacing: -0.01em;
	color: var(--mp-red);
}

.mp-brand__m {
	position: relative;
	display: inline-block;
	z-index: 0;
	margin-right: 0.18em;
	padding: 0.06em 0.2em 0.08em;
	color: #fff;
	line-height: 1;
	border-radius: 0.12em;
}

.mp-brand__m::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: var(--mp-red);
	border-radius: 0.12em;
	transform: skewX(-14deg);
}

.mp-brand__name {
	color: var(--mp-red);
}

.mp-brand__reg {
	margin-left: 0.08em;
	font-size: 0.55em;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	color: #6b6b6b;
}

.feedback-section__title .mp-brand {
	font-size: 0.92em;
}

.feedback-section__text .mp-brand {
	font-size: 0.95em;
}

.feedback-wrap {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.feedback-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.feedback-section .maxwidth-theme {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.feedback-page .form.inline {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.feedback-page .form_head {
	display: none;
}

.feedback-page .form_body,
.feedback-page .form_footer {
	padding-left: 0;
	padding-right: 0;
}

.feedback-page .form_footer .btn {
	margin-top: 8px;
}

.feedback-hero {
	background:
		linear-gradient(135deg, rgba(200, 16, 46, 0.08), rgba(20, 20, 20, 0.03)),
		repeating-linear-gradient(
			-45deg,
			transparent,
			transparent 10px,
			rgba(200, 16, 46, 0.03) 10px,
			rgba(200, 16, 46, 0.03) 11px
		);
	border-bottom: 1px solid var(--fb-line);
	padding: 12px 16px;
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	min-height: 0;
}

.feedback-hero__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.feedback-hero__text {
	flex: 1 1 auto;
	min-width: 0;
}

.feedback-hero__eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 10px;
	background: var(--fb-red);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 3px;
}

.feedback-hero__lead {
	margin: 0;
	max-width: 860px;
	color: var(--fb-gray);
	font-size: 15px;
	line-height: 1.45;
}

.clients-page p.feedback-hero__lead {
    margin: 0;
}

/* Aspro .page-top > last div has padding-bottom: 40px — huge gap before hero */
.wrapper1:has(.feedback-page) .page-top > div:last-of-type,
.wrapper1:has(.feedback-page) .page-top > #navigation {
	padding-top: 8px;
	padding-bottom: 10px;
}

.wrapper1:has(.feedback-page) .top-block-wrapper {
	margin-bottom: 0;
}

.feedback-section {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 22px 20px 24px;
	background: #fff;
	border: 1px solid var(--fb-line, #e8e8e8);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(20, 20, 20, 0.04);
	min-width: 0;
}

.feedback-section--needs {
	border-top: 4px solid var(--fb-red, #c8102e);
}

.feedback-section--ideas {
	border-top: 4px solid #222;
}

.feedback-section--contest {
	border-top: 4px solid var(--fb-red, #c8102e);
	background: linear-gradient(180deg, #fff 0%, #fff 55%, #fafafa 100%);
	padding: 22px 20px 24px;
	overflow: hidden;
}

.feedback-section__head {
	margin-bottom: 14px;
}

.feedback-section__label {
	display: inline-block;
	margin: 0 0 8px;
	color: var(--fb-red);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.feedback-section__title {
	margin: 0 0 12px;
	color: var(--fb-black);
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
}

.feedback-section__text {
	margin: 0 0 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.55;
}

.feedback-section__text:last-child {
	margin-bottom: 0;
}

.feedback-section__text strong,
.feedback-section__text b {
	color: var(--fb-black);
}

.feedback-section__media,
.feedback-banner {
	display: block;
	width: 100%;
	margin: 0 0 14px;
	overflow: hidden;
	border-radius: 6px;
}

.feedback-section__media img,
.feedback-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.feedback-section__media--prizes {
	margin: 4px 0 16px;
}

.feedback-section__body {
	margin: 0 0 14px;
}

.feedback-section__form {
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px dashed var(--fb-line);
}

.feedback-section__form--success {
	border-top: 0;
	padding-top: 0;
}

.feedback-form-success {
	padding: 28px 18px;
	text-align: center;
	background: #f3faf3;
	border: 1px solid #cfe8cf;
	border-radius: 6px;
}

.feedback-form-success__text {
	margin: 0;
	color: #1f7a1f;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
}

.feedback-page .form.sending {
	opacity: 0.55;
	pointer-events: none;
}

.feedback-section__note {
	margin: 12px 0 0;
	color: #888;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 1199px) {
	.feedback-columns {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.feedback-section__title {
		font-size: 24px;
	}

	.feedback-section__text {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.feedback-hero__inner {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.feedback-hero {
		margin-bottom: 16px;
		padding: 8px 12px;
	}

	.feedback-section__title {
		font-size: 20px;
	}

	.feedback-section {
		padding: 18px 16px 22px;
	}
}
