.contacts-page {
	--rvuz-red: #a12c2f;
	--rvuz-ink: #12171c;
	--rvuz-muted: #5c6670;
	--rvuz-line: #e8edf1;
	--rvuz-soft: #f6f8fa;
	max-width: none;
	width: 100%;
	margin: 0 0 40px;
}

.contacts-page #yandex_rtb_R-A-17635855-2 {
	margin-bottom: 28px;
}

.contacts-intro p {
	margin: 0 0 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.55;
	color: var(--rvuz-muted);
}

.contacts-card {
	padding: 28px;
	border: 1px solid var(--rvuz-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(18, 23, 28, 0.05);
}

.contacts-card h2 {
	margin: 0 0 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: var(--rvuz-ink);
}

.contacts-label {
	display: block;
	margin: 0 0 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--rvuz-ink);
}

.contacts-input,
.contacts-textarea {
	display: block;
	width: 100%;
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid var(--rvuz-line);
	border-radius: 12px;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: var(--rvuz-ink);
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contacts-textarea {
	resize: vertical;
	min-height: 150px;
}

.contacts-input:focus,
.contacts-textarea:focus {
	border-color: #d7c0c1;
	box-shadow: 0 0 0 3px rgba(161, 44, 47, 0.12);
}

.contacts-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.45;
	color: var(--rvuz-ink);
	cursor: pointer;
}

.contacts-check input {
	margin-top: 3px;
	flex-shrink: 0;
}

.contacts-check a {
	color: var(--rvuz-red);
}

.contacts-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 13px 22px;
	border: 0;
	border-radius: 12px;
	background: var(--rvuz-red);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(161, 44, 47, 0.25);
	transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.contacts-submit:hover:not(:disabled) {
	background: #861f22;
	transform: translateY(-1px);
}

.contacts-submit:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	box-shadow: none;
}

.contacts-alert {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

.contacts-alert--error {
	background: #fff5f5;
	border: 1px solid #f1c7c8;
	color: #861f22;
}

.contacts-alert--ok {
	background: #f3faf4;
	border: 1px solid #c9e6cf;
	color: #1f6b34;
}

.g-recaptcha {
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.contacts-card {
		padding: 20px;
	}
}
