/* NSV_SERVICE_PAYMENTS_V75_START
   Premium, ergonomic purchase pages for “Поднять выше” and “Выделить номер”. */

.nsv75-service-page {
	--nsv75-accent: #087f80;
	--nsv75-accent-rgb: 8, 127, 128;
	--nsv75-deep: #044f57;
	--nsv75-deeper: #033e45;
	--nsv75-soft: #e8f5f3;
	--nsv75-soft-2: #f4faf8;
	--nsv75-cta: #ff654c;
	--nsv75-cta-dark: #dc4a36;
	--nsv75-gold: #e3b84f;
	--nsv75-ink: #18383d;
	--nsv75-muted: #718386;
	--nsv75-border: #dce6e3;
	min-height: 100vh;
	overflow: hidden;
	background:
		radial-gradient(circle at 7% 4%, rgba(var(--nsv75-accent-rgb), .09), transparent 28rem),
		linear-gradient(180deg, #f6f2ec 0, #fbfaf7 36%, #f2f7f5 100%);
	padding: 26px 0 88px;
	color: var(--nsv75-ink);
	font-family: var(--font-body, Inter, Arial, sans-serif);
}

.nsv75-service-page--bold {
	--nsv75-accent: #d84f6b;
	--nsv75-accent-rgb: 216, 79, 107;
	--nsv75-deep: #8a3149;
	--nsv75-deeper: #682337;
	--nsv75-soft: #fff0f3;
	--nsv75-soft-2: #fff8fa;
	--nsv75-cta: #e2b64f;
	--nsv75-cta-dark: #bf8f26;
	--nsv75-gold: #f2cf72;
}

.nsv75-service-page *,
.nsv75-service-page *::before,
.nsv75-service-page *::after {
	box-sizing: border-box;
}

.nsv75-service-messages:empty {
	display: none;
}

.nsv75-service-messages {
	margin-bottom: 14px;
}

.nsv75-hero {
	position: relative;
	display: grid;
	min-height: 500px;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .78fr);
	align-items: center;
	gap: clamp(34px, 5vw, 72px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 32px;
	background:
		radial-gradient(circle at 87% 5%, rgba(229, 190, 84, .22), transparent 30%),
		linear-gradient(137deg, var(--nsv75-deeper), var(--nsv75-accent) 63%, #0c7073);
	padding: clamp(36px, 5vw, 64px);
	box-shadow: 0 30px 76px rgba(4, 63, 70, .22);
}

.nsv75-service-page--bold .nsv75-hero {
	background:
		radial-gradient(circle at 88% 4%, rgba(244, 204, 106, .23), transparent 30%),
		linear-gradient(137deg, #64243a, #a53a57 58%, #db536f);
	box-shadow: 0 30px 76px rgba(100, 36, 58, .22);
}

.nsv75-hero::before,
.nsv75-hero::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .105);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.nsv75-hero::before {
	width: 460px;
	height: 460px;
	top: -255px;
	right: -145px;
}

.nsv75-hero::after {
	width: 430px;
	height: 210px;
	bottom: -160px;
	left: 24%;
	transform: rotate(-8deg);
}

.nsv75-hero__copy,
.nsv75-preview {
	position: relative;
	z-index: 1;
}

.nsv75-service-mark {
	display: inline-grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
}

.nsv75-service-mark > span {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 14px;
	background: rgba(255, 255, 255, .1);
	color: var(--nsv75-gold);
	font-size: 14px;
	backdrop-filter: blur(9px);
}

.nsv75-service-mark strong,
.nsv75-service-mark small {
	display: block;
}

.nsv75-service-mark strong {
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: .085em;
	text-transform: uppercase;
}

.nsv75-service-mark small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .58);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.nsv75-hero h1 {
	max-width: 730px;
	margin: 25px 0 0;
	color: #fff;
	font-family: var(--font-heading, Georgia, serif);
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 850;
	letter-spacing: -.047em;
	line-height: .99;
}

.nsv75-hero__copy > p {
	max-width: 680px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
	line-height: 1.7;
}

.nsv75-hero__benefits {
	display: grid;
	max-width: 670px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
	margin-top: 28px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 14px;
	background: rgba(255, 255, 255, .07);
	backdrop-filter: blur(8px);
}

.nsv75-hero__benefits > span {
	display: grid;
	min-height: 68px;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	border-right: 1px solid rgba(255, 255, 255, .12);
	padding: 10px 12px;
	color: rgba(255, 255, 255, .84);
	font-size: 9px;
	font-weight: 850;
	line-height: 1.35;
}

.nsv75-hero__benefits > span:last-child {
	border-right: 0;
}

.nsv75-hero__benefits i {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, .1);
	color: var(--nsv75-gold);
	font-size: 12px;
}

.nsv75-hero__action {
	display: inline-flex;
	min-width: 205px;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 28px;
	border: 1px solid var(--nsv75-cta-dark);
	border-radius: 14px;
	background: var(--nsv75-cta);
	padding: 0 20px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 950;
	text-decoration: none !important;
	box-shadow: inset 0 -3px 0 rgba(93, 27, 18, .2), 0 14px 28px rgba(255, 101, 76, .24);
	transition: transform .18s ease, box-shadow .18s ease;
}

.nsv75-service-page--bold .nsv75-hero__action {
	color: #553b05 !important;
	box-shadow: inset 0 -3px 0 rgba(98, 68, 6, .18), 0 14px 28px rgba(226, 182, 79, .23);
}

.nsv75-hero__action:hover {
	transform: translateY(-2px);
}

.nsv75-preview {
	justify-self: end;
	width: min(100%, 410px);
}

.nsv75-preview__caption {
	display: block;
	margin: 0 0 9px 5px;
	color: rgba(255, 255, 255, .57);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .095em;
	text-transform: uppercase;
}

.nsv75-preview__card {
	overflow: hidden;
	border: 7px solid rgba(255, 255, 255, .96);
	border-radius: 27px;
	background: #fff;
	box-shadow: 0 27px 58px rgba(0, 0, 0, .24), 0 0 0 1px rgba(255, 255, 255, .11);
	transform: rotate(1deg);
}

.nsv75-preview__media {
	position: relative;
	height: 225px;
	overflow: hidden;
	background:
		radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .38), transparent 22%),
		linear-gradient(145deg, #d3e5e0, #83a9a5 58%, #416d70);
}

.nsv75-service-page--bold .nsv75-preview__media {
	background:
		radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .42), transparent 22%),
		linear-gradient(145deg, #f3dde1, #c98f9a 58%, #814b5c);
}

.nsv75-preview__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nsv75-preview__media::after {
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(5, 45, 49, .62));
	content: "";
	pointer-events: none;
}

.nsv75-preview__badge {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	min-height: 35px;
	align-items: center;
	gap: 7px;
	top: 15px;
	left: 15px;
	border: 1px solid rgba(255, 255, 255, .68);
	border-radius: 999px;
	background: rgba(255, 255, 255, .95);
	padding: 0 11px;
	color: var(--nsv75-deep);
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .055em;
	text-transform: uppercase;
	box-shadow: 0 10px 20px rgba(4, 55, 59, .16);
}

.nsv75-preview__badge i {
	color: var(--nsv75-accent);
}

.nsv75-preview__body {
	padding: 21px 22px 19px;
}

.nsv75-preview__eyebrow,
.nsv75-preview__title,
.nsv75-preview__text {
	display: block;
}

.nsv75-preview__eyebrow {
	color: var(--nsv75-accent);
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.nsv75-preview__title {
	margin-top: 7px;
	color: var(--nsv75-ink);
	font-family: var(--font-heading, Georgia, serif);
	font-size: 26px;
	font-weight: 850;
	letter-spacing: -.03em;
	line-height: 1.08;
	text-decoration: none !important;
}

.nsv75-preview__title:hover {
	color: var(--nsv75-accent);
}

.nsv75-preview__text {
	display: -webkit-box;
	margin-top: 7px;
	overflow: hidden;
	color: #7b8c8e;
	font-size: 9px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nsv75-preview__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 15px;
	border-top: 1px solid #e5ebe8;
	padding-top: 14px;
}

.nsv75-preview__meta > span {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 6px;
	color: #6e8183;
	font-size: 8px;
	font-weight: 820;
}

.nsv75-preview__meta i {
	color: var(--nsv75-accent);
}

.nsv75-preview__price {
	margin-left: auto;
	color: var(--nsv75-ink) !important;
	font-family: var(--font-heading, Georgia, serif);
	font-size: 19px !important;
	font-weight: 850 !important;
	white-space: nowrap;
}

.nsv75-pricing {
	margin-top: 44px;
	border: 1px solid #dedbd4;
	border-radius: 30px;
	background:
		radial-gradient(circle at 100% 0%, rgba(var(--nsv75-accent-rgb), .08), transparent 25%),
		rgba(255, 255, 255, .95);
	padding: clamp(26px, 4.7vw, 54px);
	box-shadow: inset 0 -3px 0 rgba(8, 88, 90, .035), 0 28px 70px rgba(31, 58, 58, .09);
	scroll-margin-top: 90px;
}

.nsv75-pricing__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 32px;
}

.nsv75-pricing h2,
.nsv75-how h2,
.nsv75-faq h2 {
	margin: 0;
	color: var(--nsv75-ink);
	font-family: var(--font-heading, Georgia, serif);
	font-size: clamp(31px, 4vw, 46px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.04;
}

.nsv75-pricing__head p {
	max-width: 750px;
	margin: 12px 0 0;
	color: var(--nsv75-muted);
	font-size: 11px;
	line-height: 1.65;
}

.nsv75-secure {
	display: grid;
	grid-template-columns: 39px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	border: 1px solid #d9e6e2;
	border-radius: 14px;
	background: #f6faf8;
	padding: 10px 13px;
}

.nsv75-secure > i {
	display: inline-flex;
	width: 39px;
	height: 39px;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: var(--nsv75-soft);
	color: var(--nsv75-accent);
}

.nsv75-secure strong,
.nsv75-secure small {
	display: block;
}

.nsv75-secure strong {
	color: #27494c;
	font-size: 9px;
	font-weight: 900;
}

.nsv75-secure small {
	margin-top: 3px;
	color: #899697;
	font-size: 7px;
}

.nsv75-plans {
	display: grid;
	gap: 14px;
	margin-top: 30px;
}

.nsv75-plan {
	position: relative;
	display: grid;
	min-width: 0;
	grid-template-columns: 112px minmax(0, 1fr) 220px;
	align-items: stretch;
	gap: 24px;
	overflow: hidden;
	appearance: none;
	border: 1px solid var(--nsv75-border) !important;
	border-radius: 20px !important;
	background: #fff !important;
	padding: 0 !important;
	color: var(--nsv75-ink) !important;
	font: inherit;
	text-align: left;
	box-shadow: inset 0 -3px 0 rgba(5, 77, 82, .035), 0 12px 30px rgba(24, 58, 59, .055);
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nsv75-plan:hover {
	border-color: rgba(var(--nsv75-accent-rgb), .47) !important;
	box-shadow: inset 0 -3px 0 rgba(5, 77, 82, .05), 0 18px 38px rgba(24, 58, 59, .1);
	transform: translateY(-2px);
}

.nsv75-plan:focus-visible {
	outline: 3px solid rgba(var(--nsv75-accent-rgb), .24);
	outline-offset: 3px;
}

.nsv75-plan.is-recommended {
	border-color: rgba(var(--nsv75-accent-rgb), .75) !important;
	box-shadow: 0 18px 42px rgba(var(--nsv75-accent-rgb), .13), 0 0 0 2px rgba(var(--nsv75-accent-rgb), .07);
}

.nsv75-plan__ribbon {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	min-height: 25px;
	align-items: center;
	gap: 5px;
	top: 8px;
	left: 8px;
	border: 1px solid rgba(242, 210, 122, .62);
	border-radius: 999px;
	background: #e2b64f;
	padding: 0 8px;
	color: #5e4308;
	font-size: 7px;
	font-weight: 950;
	letter-spacing: .05em;
	text-transform: uppercase;
	box-shadow: 0 7px 15px rgba(126, 90, 14, .16);
}

.nsv75-plan__period {
	display: flex;
	min-height: 172px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-right: 1px solid #e6ece9;
	background: linear-gradient(145deg, var(--nsv75-soft-2), var(--nsv75-soft));
	padding: 22px 12px;
	text-align: center;
}

.nsv75-plan.is-recommended .nsv75-plan__period {
	border-right-color: rgba(255, 255, 255, .15);
	background:
		radial-gradient(circle at 80% 0%, rgba(243, 208, 111, .2), transparent 45%),
		linear-gradient(150deg, var(--nsv75-accent), var(--nsv75-deep));
}

.nsv75-plan__period > i {
	margin-bottom: 7px;
	color: var(--nsv75-accent);
	font-size: 12px;
}

.nsv75-plan.is-recommended .nsv75-plan__period > i {
	color: var(--nsv75-gold);
}

.nsv75-plan__period strong {
	color: var(--nsv75-accent);
	font-family: var(--font-heading, Georgia, serif);
	font-size: 55px;
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .86;
}

.nsv75-plan.is-recommended .nsv75-plan__period strong {
	color: #fff;
}

.nsv75-plan__period b {
	margin-top: 7px;
	color: #38585a;
	font-size: 13px;
	font-weight: 900;
}

.nsv75-plan.is-recommended .nsv75-plan__period b {
	color: rgba(255, 255, 255, .9);
}

.nsv75-plan__content {
	display: flex;
	min-width: 0;
	justify-content: center;
	flex-direction: column;
	padding: 24px 0;
}

.nsv75-plan__title {
	display: block;
	color: #29494c;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.25;
}

.nsv75-plan__subtitle {
	display: block;
	margin-top: 5px;
	color: #859496;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.nsv75-plan__features {
	display: grid;
	gap: 7px;
	margin-top: 14px;
}

.nsv75-plan__features > span {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	color: #6f8183;
	font-size: 9px;
	line-height: 1.35;
}

.nsv75-plan__features i {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: var(--nsv75-soft);
	color: var(--nsv75-accent);
	font-size: 7px;
}

.nsv75-plan__checkout {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	border-left: 1px solid #e6ece9;
	padding: 22px 20px;
}

.nsv75-plan__old-price {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #9aa6a7;
	font-size: 8px;
}

.nsv75-plan__old-price em {
	border-radius: 999px;
	background: #fff0ed;
	padding: 4px 6px;
	color: #d4513f;
	font-size: 7px;
	font-style: normal;
	font-weight: 950;
}

.nsv75-plan__price {
	display: flex;
	align-items: baseline;
	gap: 5px;
	margin-top: 4px;
}

.nsv75-plan__price strong {
	color: #203f43;
	font-family: var(--font-heading, Georgia, serif);
	font-size: 34px;
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1;
}

.nsv75-plan__price b {
	color: #425d60;
	font-size: 10px;
	font-weight: 900;
}

.nsv75-plan__total {
	display: block;
	margin-top: 3px;
	color: #879596;
	font-size: 7px;
}

.nsv75-plan__button {
	display: flex;
	min-height: 45px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 14px;
	border: 1px solid rgba(var(--nsv75-accent-rgb), .75);
	border-radius: 11px;
	background: #fff;
	padding: 0 13px;
	color: var(--nsv75-accent);
	font-size: 9px;
	font-weight: 950;
	box-shadow: inset 0 -2px 0 rgba(5, 77, 82, .045);
}

.nsv75-plan.is-recommended .nsv75-plan__button {
	border-color: var(--nsv75-cta-dark);
	background: var(--nsv75-cta);
	color: #fff;
	box-shadow: inset 0 -3px 0 rgba(87, 26, 17, .17), 0 9px 18px rgba(255, 101, 76, .16);
}

.nsv75-service-page--bold .nsv75-plan.is-recommended .nsv75-plan__button {
	color: #563c07;
	box-shadow: inset 0 -3px 0 rgba(92, 62, 4, .16), 0 9px 18px rgba(226, 182, 79, .16);
}

.nsv75-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	overflow: hidden;
	margin-top: 16px;
	border: 1px solid #e3e8e6;
	border-radius: 16px;
	background: linear-gradient(90deg, var(--nsv75-soft-2), #fff, var(--nsv75-soft-2));
}

.nsv75-trust > span {
	display: grid;
	min-height: 76px;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	border-right: 1px solid #e4e9e7;
	padding: 13px 16px;
}

.nsv75-trust > span:last-child {
	border-right: 0;
}

.nsv75-trust i {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: #fff;
	color: var(--nsv75-accent);
	box-shadow: 0 6px 14px rgba(24, 58, 59, .07);
}

.nsv75-trust strong,
.nsv75-trust small {
	display: block;
}

.nsv75-trust strong {
	color: #29494c;
	font-size: 9px;
	font-weight: 950;
}

.nsv75-trust small {
	margin-top: 3px;
	color: #839294;
	font-size: 8px;
	line-height: 1.35;
}

.nsv75-info-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	gap: 16px;
	margin-top: 16px;
}

.nsv75-how,
.nsv75-faq {
	border: 1px solid #dedfda;
	border-radius: 22px;
	background: rgba(255, 255, 255, .95);
	padding: clamp(23px, 3.4vw, 36px);
	box-shadow: inset 0 -3px 0 rgba(5, 77, 82, .03), 0 18px 43px rgba(28, 58, 59, .07);
}

.nsv75-how h2,
.nsv75-faq h2 {
	font-size: clamp(26px, 3vw, 35px);
}

.nsv75-how ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.nsv75-how li {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: start;
	gap: 11px;
	border: 1px solid #e4eae7;
	border-radius: 15px;
	background: #fbfcfb;
	padding: 15px;
}

.nsv75-how li > b {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: var(--nsv75-soft);
	color: var(--nsv75-accent);
	font-size: 11px;
	font-weight: 950;
}

.nsv75-how strong {
	display: block;
	color: #29494c;
	font-size: 10px;
	font-weight: 950;
	line-height: 1.3;
}

.nsv75-how p {
	margin: 5px 0 0;
	color: #839193;
	font-size: 8px;
	line-height: 1.5;
}

.nsv75-faq details {
	border-top: 1px solid #e3e9e6;
}

.nsv75-faq details:first-of-type {
	margin-top: 20px;
}

.nsv75-faq summary {
	display: grid;
	min-height: 55px;
	grid-template-columns: minmax(0, 1fr) 26px;
	align-items: center;
	gap: 10px;
	color: #29494c;
	font-size: 9px;
	font-weight: 950;
	cursor: pointer;
	list-style: none;
}

.nsv75-faq summary::-webkit-details-marker {
	display: none;
}

.nsv75-faq summary i {
	display: inline-flex;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: var(--nsv75-soft);
	color: var(--nsv75-accent);
	font-size: 7px;
	transition: transform .18s ease;
}

.nsv75-faq details[open] summary i {
	transform: rotate(180deg);
}

.nsv75-faq details p {
	margin: -2px 34px 15px 0;
	color: #829092;
	font-size: 8px;
	line-height: 1.55;
}

@media (max-width: 1080px) {
	.nsv75-hero {
		grid-template-columns: minmax(0, 1fr) minmax(295px, .7fr);
		gap: 30px;
	}

	.nsv75-plan {
		grid-template-columns: 96px minmax(0, 1fr) 190px;
		gap: 18px;
	}

	.nsv75-info-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 820px) {
	.nsv75-service-page {
		padding-top: 18px;
	}

	.nsv75-hero {
		grid-template-columns: minmax(0, 1fr);
		padding: 34px 28px;
	}

	.nsv75-preview {
		width: min(100%, 560px);
		justify-self: center;
	}

	.nsv75-preview__card {
		transform: none;
	}

	.nsv75-pricing__head {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.nsv75-secure {
		width: max-content;
		max-width: 100%;
	}

	.nsv75-plan {
		grid-template-columns: 92px minmax(0, 1fr) 180px;
		gap: 16px;
	}

	.nsv75-how ol {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 680px) {
	.nsv75-service-page {
		padding-bottom: 72px;
	}

	.nsv75-hero,
	.nsv75-pricing {
		border-radius: 24px;
	}

	.nsv75-hero {
		padding: 29px 20px;
	}

	.nsv75-hero h1 {
		font-size: clamp(36px, 11vw, 50px);
	}

	.nsv75-hero__copy > p {
		font-size: 12px;
	}

	.nsv75-hero__benefits {
		grid-template-columns: minmax(0, 1fr);
	}

	.nsv75-hero__benefits > span {
		min-height: 51px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.nsv75-hero__benefits > span:last-child {
		border-bottom: 0;
	}

	.nsv75-preview__media {
		height: 205px;
	}

	.nsv75-pricing {
		margin-top: 30px;
		padding: 24px 16px;
	}

	.nsv75-pricing h2 {
		font-size: 31px;
	}

	.nsv75-plan {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 0;
	}

	.nsv75-plan__period {
		min-height: 155px;
		padding: 20px 8px;
	}

	.nsv75-plan__period strong {
		font-size: 47px;
	}

	.nsv75-plan__period b {
		font-size: 11px;
	}

	.nsv75-plan__content {
		padding: 20px 16px;
	}

	.nsv75-plan__title {
		font-size: 13px;
	}

	.nsv75-plan__checkout {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(145px, .9fr);
		align-items: center;
		gap: 12px;
		border-top: 1px solid #e6ece9;
		border-left: 0;
		padding: 14px 15px 16px;
	}

	.nsv75-plan__old-price,
	.nsv75-plan__price,
	.nsv75-plan__total {
		grid-column: 1;
	}

	.nsv75-plan__button {
		grid-column: 2;
		grid-row: 1 / span 3;
		margin-top: 0;
	}

	.nsv75-trust {
		grid-template-columns: minmax(0, 1fr);
	}

	.nsv75-trust > span {
		border-right: 0;
		border-bottom: 1px solid #e4e9e7;
	}

	.nsv75-trust > span:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 430px) {
	.nsv75-service-mark {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.nsv75-service-mark > span {
		width: 40px;
		height: 40px;
	}

	.nsv75-service-mark strong {
		font-size: 10px;
	}

	.nsv75-service-mark small {
		font-size: 7px;
	}

	.nsv75-hero__action {
		width: 100%;
	}

	.nsv75-preview__body {
		padding: 18px;
	}

	.nsv75-preview__title {
		font-size: 23px;
	}

	.nsv75-plan__features > span {
		font-size: 8px;
	}

	.nsv75-plan__checkout {
		grid-template-columns: minmax(0, 1fr);
	}

	.nsv75-plan__button {
		grid-column: 1;
		grid-row: auto;
		margin-top: 4px;
	}

	.nsv75-how,
	.nsv75-faq {
		border-radius: 18px;
		padding: 20px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nsv75-service-page *,
	.nsv75-service-page *::before,
	.nsv75-service-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* NSV_SERVICE_PAYMENTS_V75_END */