/* NSV_CORRECTIONS_V73_START
   Исправление мобильной сетки PayPro и каталога номеров. */

/* ---------- PayPro: два равных тарифа на широком экране, один под другим на узком ---------- */
.nsv72-pro-plans {
	display: flex !important;
	width: 100% !important;
	max-width: 100% !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	flex-flow: row nowrap !important;
	gap: 20px !important;
	margin: 34px 0 0 !important;
}

.nsv72-pro-plans > .nsv72-pro-plan,
.nsv72-pro-plan--week,
.nsv72-pro-plan--month {
	position: relative !important;
	width: calc(50% - 10px) !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 520px !important;
	flex: 0 0 calc(50% - 10px) !important;
	align-self: stretch !important;
	justify-self: auto !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	inset: auto !important;
	transform: none !important;
}

.nsv72-pro-plan:hover {
	transform: translateY(-3px) !important;
}

@media (max-width: 900px) {
	.nsv72-pro-plans {
		flex-direction: column !important;
		gap: 16px !important;
		margin-top: 26px !important;
	}

	.nsv72-pro-plans > .nsv72-pro-plan,
	.nsv72-pro-plan--week,
	.nsv72-pro-plan--month {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 0 !important;
		flex: 0 0 auto !important;
		align-self: stretch !important;
		justify-self: stretch !important;
	}
}

@media (max-width: 680px) {
	.nsv72-pro-choice {
		padding: 24px 16px !important;
	}

	.nsv72-pro-plan {
		padding: 24px 20px !important;
	}

	.nsv72-pro-plan__duration > strong {
		font-size: clamp(68px, 22vw, 88px) !important;
	}

	.nsv72-pro-plan__price > strong {
		font-size: 36px !important;
	}

	.nsv72-pro-plan__button {
		margin-top: 25px !important;
	}
}

/* ---------- Каталог номеров: спокойная двухчастная карточка ---------- */
.nsv68-list {
	display: grid !important;
	gap: 22px !important;
}

.nsv68-card.nsv69-card {
	--nsv73-accent: #087f80;
	--nsv73-accent-soft: rgba(8, 127, 128, .09);
	position: relative !important;
	display: grid !important;
	min-width: 0 !important;
	min-height: 350px !important;
	grid-template-columns: minmax(300px, 35%) minmax(0, 1fr) !important;
	grid-template-rows: minmax(0, 1fr) auto !important;
	overflow: hidden !important;
	border: 1px solid #dce6e3 !important;
	border-left: 5px solid var(--nsv73-accent) !important;
	border-radius: 25px !important;
	background: #fff !important;
	box-shadow: 0 18px 48px rgba(24, 58, 59, .09) !important;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.nsv68-card.nsv69-card::before {
	display: none !important;
	content: none !important;
}

.nsv68-card.nsv69-card:hover {
	border-color: rgba(8, 127, 128, .38) !important;
	border-left-color: var(--nsv73-accent) !important;
	box-shadow: 0 25px 62px rgba(24, 58, 59, .14) !important;
	transform: translateY(-2px) !important;
}

.nsv68-card.nsv69-card.is-top {
	--nsv73-accent: #0c8d8e;
	--nsv73-accent-soft: rgba(12, 141, 142, .09);
}

.nsv68-card.nsv69-card.is-pro {
	--nsv73-accent: #c59628;
	--nsv73-accent-soft: rgba(197, 150, 40, .10);
}

.nsv68-card.nsv69-card.is-featured {
	--nsv73-accent: #dc5a73;
	--nsv73-accent-soft: rgba(220, 90, 115, .10);
	border-width: 1px 1px 1px 5px !important;
}

.nsv68-card.nsv69-card .nsv68-card__media {
	position: relative !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 350px !important;
	height: 100% !important;
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	overflow: hidden !important;
	background: #dbe7e4 !important;
}

.nsv68-card.nsv69-card .nsv68-card__media > a:first-child,
.nsv68-card.nsv69-card .nsv68-card__media img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 350px !important;
}

.nsv68-card.nsv69-card .nsv68-card__media img {
	object-fit: cover !important;
}

.nsv68-card.nsv69-card .nsv68-card__media::after {
	height: 34% !important;
	background: linear-gradient(180deg, transparent, rgba(3, 43, 47, .62)) !important;
}

/* Иконки услуг всегда стоят одним вертикальным столбцом. */
.nsv68-card.nsv69-card .nsv69-card__statuses {
	position: absolute !important;
	z-index: 6 !important;
	display: flex !important;
	width: auto !important;
	max-width: calc(100% - 68px) !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	gap: 7px !important;
	inset: 14px auto auto 14px !important;
}

.nsv68-card.nsv69-card .nsv70-expand-badge {
	flex: 0 0 auto !important;
}

.nsv68-card.nsv69-card .nsv68-card__favorite {
	inset: 14px 14px auto auto !important;
}

.nsv68-card.nsv69-card .nsv68-card__photo-note {
	inset: auto 15px 14px !important;
	font-size: 8px !important;
}

.nsv68-card.nsv69-card .nsv68-card__body {
	display: flex !important;
	min-width: 0 !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	flex-direction: column !important;
	padding: 22px 24px 18px !important;
}

.nsv68-card.nsv69-card .nsv68-card__object-row {
	align-items: flex-start !important;
}

.nsv68-card.nsv69-card .nsv68-card__object > a {
	font-size: 12px !important;
}

.nsv68-card.nsv69-card .nsv68-card__location {
	margin-top: 11px !important;
}

.nsv68-card.nsv69-card .nsv68-card__title {
	margin-top: 14px !important;
}

.nsv68-card.nsv69-card h3 {
	font-size: clamp(24px, 2.3vw, 31px) !important;
	line-height: 1.05 !important;
}

.nsv68-card.nsv69-card .nsv68-card__description {
	-webkit-line-clamp: 2 !important;
	font-size: 10px !important;
}

.nsv68-card.nsv69-card .nsv68-card__facts {
	margin-top: auto !important;
	border-radius: 14px !important;
	background: #f8fbfa !important;
}

.nsv68-card.nsv69-card .nsv68-card__facts > span {
	min-height: 59px !important;
}

.nsv68-card.nsv69-card .nsv68-card__chips {
	margin-top: 9px !important;
}

.nsv68-card.nsv69-card .nsv68-card__aside {
	display: grid !important;
	min-width: 0 !important;
	grid-column: 2 !important;
	grid-row: 2 !important;
	grid-template-columns: minmax(145px, .72fr) minmax(245px, 1.28fr) !important;
	align-items: end !important;
	gap: 13px 20px !important;
	border-top: 1px solid #e3e9e7 !important;
	border-left: 0 !important;
	background: linear-gradient(180deg, rgba(248, 251, 250, .82), #f5f8f6) !important;
	padding: 15px 24px 18px !important;
}

.nsv68-card.nsv69-card .nsv69-featured-note {
	display: none !important;
}

.nsv68-card.nsv69-card .nsv68-card__price {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

.nsv68-card.nsv69-card .nsv68-card__price > span {
	color: #7f9192 !important;
}

.nsv68-card.nsv69-card .nsv68-card__price strong {
	font-size: 27px !important;
}

.nsv68-card.nsv69-card .nsv68-card__meta {
	display: flex !important;
	grid-column: 1 !important;
	grid-row: 2 !important;
	margin-top: 0 !important;
	border-top: 0 !important;
	padding-top: 3px !important;
}

.nsv68-card.nsv69-card .nsv68-card__actions {
	display: grid !important;
	grid-column: 2 !important;
	grid-row: 1 / span 2 !important;
	grid-template-columns: 1.08fr .92fr !important;
	align-self: end !important;
	gap: 9px !important;
	margin-top: 0 !important;
}

.nsv68-card.nsv69-card .nsv68-card__primary,
.nsv68-card.nsv69-card .nsv68-card__secondary {
	min-height: 44px !important;
}

@media (max-width: 1020px) {
	.nsv68-card.nsv69-card {
		grid-template-columns: minmax(255px, 34%) minmax(0, 1fr) !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__body {
		padding: 19px 20px 16px !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__aside {
		padding-inline: 20px !important;
	}
}

@media (max-width: 760px) {
	.nsv68-card.nsv69-card {
		display: flex !important;
		min-height: 0 !important;
		flex-direction: column !important;
		border-radius: 22px !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__media {
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 10 !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__media > a:first-child,
	.nsv68-card.nsv69-card .nsv68-card__media img {
		height: 100% !important;
		min-height: 0 !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__body {
		width: 100% !important;
		padding: 19px 18px 16px !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__description {
		display: -webkit-box !important;
		margin-bottom: 14px !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		margin-top: 0 !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__facts > span {
		min-height: 52px !important;
		border-bottom: 1px solid #e5eae8 !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__facts > span:nth-child(2) {
		border-right: 0 !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__facts > span:nth-child(n + 3) {
		border-bottom: 0 !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__aside {
		display: grid !important;
		width: 100% !important;
		grid-template-columns: minmax(125px, .72fr) minmax(0, 1.28fr) !important;
		padding: 15px 18px 18px !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__actions {
		grid-template-columns: 1fr !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__secondary {
		display: flex !important;
	}
}

@media (max-width: 430px) {
	.nsv68-card.nsv69-card .nsv68-card__media {
		aspect-ratio: 4 / 3 !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__body {
		padding: 17px 15px 14px !important;
	}

	.nsv68-card.nsv69-card h3 {
		font-size: 24px !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__location small {
		display: none !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__chips {
		display: none !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__aside {
		grid-template-columns: 1fr !important;
		gap: 13px !important;
		padding: 15px !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__price,
	.nsv68-card.nsv69-card .nsv68-card__meta,
	.nsv68-card.nsv69-card .nsv68-card__actions {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	.nsv68-card.nsv69-card .nsv68-card__actions {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nsv72-pro-plan,
	.nsv68-card.nsv69-card,
	.nsv68-card.nsv69-card .nsv70-expand-badge,
	.nsv68-card.nsv69-card .nsv70-expand-badge__copy {
		transition-duration: .01ms !important;
	}
}

/* NSV_CORRECTIONS_V73_END */