body.nordvita-body {
	margin: 0;
	background: #f3f5f8;
	color: #1f3c66;
	font-family: Arial, Helvetica, sans-serif;
}

.nv-header {
	background: #e9edf3;
	padding: 10px 16px;
	display: flex;
	justify-content: center;
}

.nv-logo {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.nv-logo-mark {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(160deg, #57a2f5 0%, #1458a7 70%);
	display: inline-block;
	position: relative;
}

.nv-logo-mark::after {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 5px;
	height: 8px;
	background: #0f4f98;
	border-radius: 99px 99px 80px 80px;
}

.nv-logo-text {
	font-size: 18px;
	color: #0f4f98;
}

.nv-main {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 20px 24px;
	background: #fff;
}

.nv-section {
	border-top: 1px solid #d7deea;
	padding: 14px 18px 8px;
}

.nv-section:first-child {
	border-top: 0;
}

.nv-section h1,
.nv-section h2 {
	margin: 0 0 8px;
	text-align: center;
	color: #1b365f;
	font-size: 28px;
	line-height: 1.2;
}

.nv-section p {
	font-size: 15px;
	line-height: 1.35;
	margin: 0 auto 12px;
	max-width: 680px;
	text-align: center;
	color: #304f73;
}

.nv-form {
	max-width: 560px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
}

.nv-form label {
	font-size: 16px;
	font-weight: 600;
	color: #304f73;
}

.nv-form input {
	height: 40px;
	border: 1px solid #c2d0e3;
	border-radius: 7px;
	padding: 0 12px;
	font-size: 15px;
	color: #1f3c66;
	background: #fff;
}

.nv-form button,
.nv-cf7-wrap input[type="submit"] {
	margin: 8px auto 0;
	height: 38px;
	min-width: 170px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: #115bb2;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.nv-form button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.nv-feedback {
	min-height: 18px;
	font-size: 14px;
}

.nv-feedback.is-success {
	color: #1b7a36;
}

.nv-feedback.is-error {
	color: #a32929;
}

.nv-cf7-wrap {
	max-width: 560px;
	margin: 0 auto;
}

.nv-cf7-wrap p {
	text-align: left;
	margin: 0 0 8px;
}

.nv-cf7-wrap textarea,
.nv-cf7-wrap input[type="text"],
.nv-cf7-wrap input[type="email"] {
	width: 100%;
	border: 1px solid #c2d0e3;
	border-radius: 7px;
	padding: 10px;
	font-size: 15px;
	box-sizing: border-box;
}

.nv-cf7-wrap textarea {
	min-height: 96px;
	resize: vertical;
}

.nv-cf7-wrap .wpcf7-spinner {
	display: none;
}

.nv-support-mail {
	border-top: 1px solid #d7deea;
	padding-top: 10px;
	margin-top: 8px;
}

.nv-support-mail a {
	color: #115bb2;
	font-weight: 700;
}

@media (max-width: 900px) {
	.nv-main {
		padding: 22px 14px 30px;
	}

	.nv-section {
		padding: 14px 8px 8px;
	}

	.nv-logo {
		font-size: 18px;
	}

	.nv-logo-text {
		font-size: 17px;
	}

	.nv-section h1,
	.nv-section h2 {
		font-size: 24px;
	}

	.nv-section p,
	.nv-form label,
	.nv-form input,
	.nv-form button,
	.nv-cf7-wrap textarea,
	.nv-cf7-wrap input[type="text"],
	.nv-cf7-wrap input[type="email"],
	.nv-cf7-wrap input[type="submit"] {
		font-size: 15px;
	}
}
