

/* Start:/local/templates/aspro-premier/css/pages/otzyvy-reviews.css?17855182326880*/
/* /otzyvy/ — hero и title block по макету A101 innovation */

.otzyvy-page {
	--otzyvy-base-50: #f4f4f6;
	--otzyvy-body-color: #1b1d24;
	--otzyvy-base-600: #43495a;
	color: var(--otzyvy-body-color);
	box-sizing: border-box;
}

.otzyvy-page > .maxwidth-theme {
	width: 100%;
}

.otzyvy-page__section {
	box-sizing: border-box;
	width: 100%;
}

.otzyvy-page__hero {
	margin-bottom: clamp(32px, 4vw, 64px);
}

/* ---------- Page hero (A101 PageHeroSection) ---------- */
.otzyvy-page .page-hero-section {
	--shadow-default: transparent;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	box-sizing: border-box;
	min-height: clamp(420px, 42vw, 580px);
	height: clamp(420px, 42vw, 580px);
	background-color: var(--otzyvy-base-50);
	color: #fff;
}

.otzyvy-page .page-hero-section--overlay .page-hero-section__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #282829;
	opacity: 0.15;
	pointer-events: none;
	z-index: 1;
}

.otzyvy-page .page-hero-section--large {
	border-radius: clamp(20px, 4vw, 64px);
	padding: clamp(32px, 4vw, 64px);
}

.otzyvy-page .page-hero-section__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.otzyvy-page .page-hero-section__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.otzyvy-page .page-hero-section__image--adaptive {
	display: none;
}

.otzyvy-page .page-hero-section__wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 0;
}

/* Перебиваем глобальные h2 (base-tags: color + margin) */
.otzyvy-page .page-hero-section__title {
	margin: 0;
	font-size: clamp(30px, 5.2vw, 72px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.035em;
	max-width: min(900px, 100%);
	color: #fff;
}

.otzyvy-page .page-hero-section__title--adaptive {
	display: none;
}

.otzyvy-page .page-hero-section__text {
	margin: 0;
	max-width: min(478px, 100%);
	font-size: clamp(14px, 1.1vw, 16px);
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: -0.002em;
	color: #fff;
}

.otzyvy-page .page-hero-section__text--adaptive {
	display: none;
}

.otzyvy-page .page-hero-section__bottom {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 2vw, 28px);
}

/* ---------- Title block (A101 TitleBlockSection) ---------- */
.otzyvy-page__title-block {
	padding-top: clamp(8px, 1.5vw, 16px);
	padding-bottom: clamp(32px, 4vw, 48px);
}

.otzyvy-page .title-block-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.otzyvy-page .title-block-section__heading {
	margin: 0;
	font-size: clamp(28px, 3.8vw, 52px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.027em;
	color: var(--otzyvy-body-color);
}

.otzyvy-page .title-block-section__heading svg {
	display: inline-block;
	vertical-align: middle;
	width: clamp(22px, 2.4vw, 38px);
	height: clamp(22px, 2.4vw, 38px);
	margin: 0 4px;
}

.otzyvy-page .title-block-section__subtitle {
	margin: clamp(20px, 3vw, 40px) 0 0;
	max-width: min(710px, 100%);
	font-size: clamp(14px, 1.1vw, 16px);
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: -0.002em;
	color: var(--otzyvy-base-600);
}

/* ---------- Smart widgets ---------- */
.otzyvy-page__widgets {
	padding-bottom: clamp(32px, 4vw, 48px);
}

.otzyvy-page__widgets .sw-app {
	min-height: 120px;
	max-width: 100%;
	overflow-x: auto;
}

/* ---------- FAQ section ---------- */
.otzyvy-page__faq {
	padding-bottom: clamp(48px, 6vw, 80px);
}

.otzyvy-page__faq .index-faq-figma__answer a {
	color: var(--theme-base-color);
	text-decoration: underline;
}

.otzyvy-page__faq .index-faq-figma__answer ol {
	margin: 16px 0;
	padding-left: 1.25em;
}

.otzyvy-page__faq .index-faq-figma__answer li + li {
	margin-top: 12px;
}

/* Fallback: скрывать ответы до инициализации bootstrap collapse (критично для aspro-premier-mobile) */
.otzyvy-page__faq .index-faq-figma__row > .panel-collapse.collapse:not(.in):not(.show) {
	display: none;
}

/* ---------- Desktop wide (1280+) ---------- */
@media (min-width: 1280px) {
	.otzyvy-page .page-hero-section__title:not(.page-hero-section__title--adaptive),
	.otzyvy-page .page-hero-section__text:not(.page-hero-section__text--adaptive) {
		color: #fff;
	}
}

/* ---------- Tablet / mobile hero (A101 adaptive, <1280) ---------- */
@media (max-width: 1279px) {
	.otzyvy-page .page-hero-section--large {
		border-radius: 0;
		padding: 0;
		height: auto;
		min-height: 0;
		gap: 8px;
		background-color: transparent;
		color: var(--otzyvy-body-color);
	}

	.otzyvy-page .page-hero-section--has-image-mobile .page-hero-section__image:not(.page-hero-section__image--adaptive) {
		display: none;
	}

	.otzyvy-page .page-hero-section__image--adaptive {
		display: block;
		position: relative;
		order: -1;
		height: clamp(200px, 42vw, 400px);
		border-radius: clamp(20px, 3vw, 32px);
		overflow: hidden;
	}

	.otzyvy-page .page-hero-section--has-title-mobile .page-hero-section__title {
		display: block;
		font-size: clamp(28px, 4.5vw, 42px);
		letter-spacing: -0.021em;
		line-height: 1;
		color: var(--otzyvy-body-color);
		margin-bottom: clamp(20px, 3vw, 28px);
		max-width: none;
	}

	.otzyvy-page .page-hero-section__title--adaptive {
		display: none;
	}

	.otzyvy-page .page-hero-section--has-text-mobile .page-hero-section__text:not(.page-hero-section__text--adaptive) {
		display: none;
	}

	.otzyvy-page .page-hero-section__text--adaptive {
		display: block;
		color: var(--otzyvy-base-600);
		font-size: 14px;
		letter-spacing: -0.002em;
		max-width: min(466px, 100%);
	}

	.otzyvy-page .page-hero-section__wrapper {
		align-items: center;
		text-align: center;
		height: auto;
		background: var(--otzyvy-base-50);
		border-radius: clamp(20px, 3vw, 32px);
		padding: clamp(32px, 5vw, 40px) clamp(20px, 4vw, 48px);
	}
}

@media (max-width: 767px) {
	.otzyvy-page .page-hero-section {
		gap: 4px;
	}

	.otzyvy-page .page-hero-section__image--adaptive {
		height: clamp(180px, 52vw, 220px);
		border-radius: 20px;
	}

	.otzyvy-page .page-hero-section__wrapper {
		border-radius: 20px;
		padding: 32px 20px;
	}

	.otzyvy-page .page-hero-section--has-title-mobile .page-hero-section__title {
		font-size: clamp(24px, 7vw, 30px);
		letter-spacing: -0.012em;
		margin-bottom: 20px;
	}

	.otzyvy-page .page-hero-section__text--adaptive {
		max-width: 100%;
	}

	.otzyvy-page .page-hero-section__bottom {
		gap: 24px;
		justify-content: center;
		width: 100%;
	}

	.otzyvy-page .title-block-section__subtitle {
		max-width: 100%;
	}
}

@media (max-width: 374px) {
	.otzyvy-page .page-hero-section--has-title-mobile .page-hero-section__title {
		font-size: 22px;
	}

	.otzyvy-page .title-block-section__heading {
		font-size: 24px;
	}
}

/* End */


/* Start:/local/templates/aspro-premier/css/pages/ipoteka.css?178452859018458*/
/* /ipoteka/ — hero с кнопками как на главной */

/* Баннер 1440×614: пропорции контейнера = фото, без растяжения/кропа */
.ipoteka-page .page-hero-section {
	aspect-ratio: 1440 / 614;
	height: auto;
	min-height: 0;
}

.ipoteka-page .page-hero-section__image img {
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 1279px) {
	.ipoteka-page .page-hero-section {
		aspect-ratio: auto;
	}

	.ipoteka-page .page-hero-section__image--adaptive {
		aspect-ratio: 1440 / 614;
		height: auto;
	}
}

.ipoteka-page .page-hero-section__bottom {
	gap: clamp(24px, 3vw, 40px);
}

.ipoteka-page__actions.front_stories__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ipoteka-page__actions .front_stories__btn,
.ipoteka-programs__card-actions .front_stories__btn {
	border-radius: 999px;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	min-width: 227px;
	padding: 0 24px;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease;
	cursor: pointer;
}

.ipoteka-page__actions .front_stories__btn:hover,
.ipoteka-programs__card-actions .front_stories__btn:hover {
	opacity: 0.9;
}

.ipoteka-page__actions .front_stories__btn--light,
.ipoteka-programs__card-actions .front_stories__btn--light {
	background: #dfddd8;
	color: #252324;
}

.ipoteka-page__actions .front_stories__btn--accent {
	background: var(--theme-base-color);
	color: #fff;
	font-weight: 700;
}

@media (max-width: 767px) {
	.ipoteka-page__actions.front_stories__actions {
		flex-direction: column;
		gap: 10px;
	}

	.ipoteka-page__actions .front_stories__btn,
	.ipoteka-programs__card-actions .front_stories__btn {
		font-size: 14px;
		line-height: 44px;
		min-width: 220px;
	}
}

@media (max-width: 420px) {
	.ipoteka-page__actions .front_stories__btn,
	.ipoteka-programs__card-actions .front_stories__btn {
		min-width: 88%;
	}
}

/* ---------- Mortgage programs (A101 MortgageProgramsSection) ---------- */

#ipoteka-programs,
#ipoteka-faq,
.ipoteka-programs__tab[data-program-anchor] {
	scroll-margin-top: 120px;
}

.ipoteka-programs {
	padding-bottom: clamp(48px, 6vw, 80px);
}

.ipoteka-programs__section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ipoteka-programs__heading {
	margin: 0 0 clamp(28px, 4vw, 48px);
	max-width: 900px;
	text-align: center;
	font-size: clamp(30px, 3.8vw, 52px);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.027em;
	color: var(--otzyvy-body-color, #1b1d24);
}

.ipoteka-programs__tabbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 28px;
	width: 100%;
}

.ipoteka-programs__tab {
	appearance: none;
	border: 0;
	border-radius: 999px;
	background: #f4f4f6;
	color: #43495a;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	padding: 14px 20px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.ipoteka-programs__tab.is-active {
	background: #1b1d24;
	color: #fff;
}

.ipoteka-programs__desktop {
	width: 100%;
}

.ipoteka-programs__panel[hidden] {
	display: none !important;
}

.ipoteka-programs__panel-stack {
	display: grid;
	gap: 16px;
}

.ipoteka-programs__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: 500px;
	overflow: hidden;
	border-radius: clamp(20px, 4vw, 40px);
	background: #f4f4f6;
}

.ipoteka-programs__card--sub {
	min-height: 420px;
}

.ipoteka-programs__card-media {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.ipoteka-programs__card-media--brand {
	box-sizing: border-box;
	display: flex;
	min-height: 100%;
	padding: 15px;
	background: #f4f4f6;
}

.ipoteka-programs__card-media-surface {
	flex: 1;
	width: 100%;
	min-height: 100%;
	overflow: auto;
	border-radius: clamp(16px, 3vw, 32px);
	background: #fff;
}

.ipoteka-programs__card-media-surface noindex {
	display: block;
	padding: clamp(16px, 2vw, 24px);
	font-size: 13px;
	line-height: 1.45;
	color: #1a1a1a;
	text-align: justify;
}

.ipoteka-programs__card-media-surface noindex p {
	margin: 0 0 10px;
}

.ipoteka-programs__card-media-surface noindex p:last-child {
	margin-bottom: 0;
}

.ipoteka-programs__card-media-surface noindex ul {
	margin: 0 0 10px;
	padding-left: 18px;
}

.ipoteka-programs__card-media-surface noindex li {
	margin-bottom: 4px;
}

.ipoteka-programs__card-media-surface noindex a {
	color: inherit;
	text-decoration: underline;
}

.ipoteka-programs__brand-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #1b1d24;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 14px 20px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.ipoteka-programs__brand-toggle:hover {
	background: #eeedef;
}

.ipoteka-programs__card-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.ipoteka-programs__card-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 24px;
	padding: clamp(24px, 3vw, 40px);
}

.ipoteka-programs__card--brand .ipoteka-programs__card-content {
	padding-right: 15px;
	padding-bottom: 15px;
}

.ipoteka-programs__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.ipoteka-programs__tag {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: rgba(27, 29, 36, 0.08);
	color: #43495a;
	font-size: 13px;
	line-height: 1.2;
	padding: 8px 12px;
}

.ipoteka-programs__card-title {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #1b1d24;
}

.ipoteka-programs__card-text {
	margin: 0 0 20px;
	max-width: 420px;
	font-size: 16px;
	line-height: 1.28;
	color: #43495a;
}

.ipoteka-programs__audience {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.ipoteka-programs__audience > li {
	position: relative;
	margin: 0 0 8px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.28;
	color: #43495a;
}

.ipoteka-programs__audience > li::before {
	content: '—';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	background: none;
	border-radius: 0;
}

.ipoteka-programs__card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ipoteka-programs__card-header .ipoteka-programs__features,
.ipoteka-programs__card-header .ipoteka-programs__features--note {
	margin-top: 24px;
}

.ipoteka-programs__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 500;
	line-height: 48px;
	padding: 0 22px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.ipoteka-programs__btn:hover {
	opacity: 0.9;
}

.ipoteka-programs__btn--dark {
	background: #1b1d24;
	color: #fff;
}

.ipoteka-programs__btn--light {
	background: #fff;
	color: #1b1d24;
}

.ipoteka-programs__btn--accent,
.ipoteka-programs .front_stories__btn--accent {
	background: var(--theme-base-color);
	color: #fff;
	font-weight: 700;
	min-width: 227px;
	line-height: 50px;
}

.ipoteka-programs__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ipoteka-programs__card--brand .ipoteka-programs__features:not(.ipoteka-programs__features--note),
.ipoteka-programs__features--panel {
	padding: clamp(16px, 2vw, 24px);
	border-radius: clamp(16px, 3vw, 32px);
	background: #fff;
}

.ipoteka-programs__features--note {
	display: block;
}

.ipoteka-programs__features-note {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	color: #43495a;
}

.ipoteka-programs__feature::before {
	content: none;
	display: none;
}

.ipoteka-programs__feature-name {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.2;
	color: #767b8a;
	text-transform: lowercase;
}

.ipoteka-programs__feature-value {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #1b1d24;
}

.ipoteka-programs__feature-value p {
	margin: 0;
}

.ipoteka-programs__mobile {
	display: none;
	width: 100%;
}

.ipoteka-programs__slider {
	overflow: hidden;
}

.ipoteka-programs__slider .swiper-slide {
	height: auto;
}

.ipoteka-programs__slider .ipoteka-programs__card {
	display: flex;
	flex-direction: column;
	min-height: 334px;
}

.ipoteka-programs__slider .ipoteka-programs__card-media {
	min-height: 180px;
}

.ipoteka-programs__slider .ipoteka-programs__card-media--brand {
	min-height: 180px;
}

.ipoteka-programs__slider .ipoteka-programs__card-media-surface {
	min-height: 170px;
}

.ipoteka-programs__slider .ipoteka-programs__card-image {
	min-height: 180px;
}

.ipoteka-programs__slider .ipoteka-programs__card-content {
	padding: 20px;
}

.ipoteka-programs__slider .ipoteka-programs__card--brand .ipoteka-programs__card-content {
	padding-right: 15px;
	padding-bottom: 15px;
}

.ipoteka-programs__slider .ipoteka-programs__card-actions {
	flex-direction: column;
}

.ipoteka-programs__slider .ipoteka-programs__btn {
	width: 100%;
	min-width: 0;
}

.ipoteka-programs__progress {
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}

.ipoteka-programs__progressbar {
	position: relative;
	width: 150px;
	height: 4px;
	border-radius: 999px;
	background: rgba(27, 29, 36, 0.12);
	overflow: hidden;
}

.ipoteka-programs__progressbar::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(var(--progress, 0.2) * 100%);
	height: 100%;
	border-radius: inherit;
	background: #1b1d24;
	transition: width 0.25s ease;
}

@media (max-width: 1279px) {
	.ipoteka-programs__card {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.ipoteka-programs__card--brand .ipoteka-programs__card-content {
		order: 1;
		padding: 20px;
	}

	.ipoteka-programs__card--brand .ipoteka-programs__card-media--brand {
		order: 2;
		flex-direction: column;
		min-height: 0;
		padding: 0 20px 20px;
	}

	.ipoteka-programs__card-media--brand .ipoteka-programs__card-media-surface {
		min-height: 0;
		margin-bottom: 12px;
	}

	.ipoteka-programs__card-media--brand .ipoteka-programs__card-media-surface[hidden] {
		display: none;
	}

	.ipoteka-programs__card-media--brand .ipoteka-programs__brand-toggle {
		display: inline-flex;
	}

	.ipoteka-programs__card-image {
		min-height: 180px;
	}

	.ipoteka-programs__card-content {
		padding: 20px;
	}

	.ipoteka-programs__card-actions {
		flex-direction: column;
	}

	.ipoteka-programs__card-actions .front_stories__btn,
	.ipoteka-programs__btn {
		width: 100%;
		min-width: 0;
	}

	#ipoteka-program-panel-other .ipoteka-programs__card--sub .ipoteka-programs__card-media {
		display: none;
	}

	#ipoteka-program-panel-other .ipoteka-programs__card--sub {
		min-height: 0;
	}

	.ipoteka-programs__tabbar {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		padding-bottom: 4px;
	}

	.ipoteka-programs__tabbar::-webkit-scrollbar {
		display: none;
	}

	.ipoteka-programs__tab {
		flex: 0 0 auto;
		font-size: 14px;
		padding: 12px 16px;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.ipoteka-programs__heading {
		font-size: clamp(28px, 8vw, 36px);
		margin-bottom: 24px;
	}

	.ipoteka-programs__features {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ipoteka-programs__card-text {
		font-size: 14px;
	}
}

/* ---------- Partner banks ---------- */

.ipoteka-banks {
	padding-bottom: clamp(48px, 6vw, 80px);
}

.ipoteka-banks__section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.ipoteka-banks__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.ipoteka-banks__card {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-width: 0;
	width: 100%;
	min-height: 88px;
	padding: 16px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
}

.ipoteka-banks__card-head {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	flex: 1 1 auto;
}

.ipoteka-banks__card-logo {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.ipoteka-banks__card-name {
	min-width: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #1b1d24;
}

.ipoteka-banks__btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 12px 20px;
	border: 0;
	border-radius: 999px;
	background: #ececec;
	color: #1b1d24;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.ipoteka-banks__btn:hover,
.ipoteka-banks__btn:focus-visible {
	background: #e2e2e2;
	color: #1b1d24;
	opacity: 1;
}

@media (max-width: 1200px) {
	.ipoteka-banks__card {
		padding: 14px 16px;
		gap: 12px;
	}

	.ipoteka-banks__card-name {
		font-size: 15px;
	}

	.ipoteka-banks__btn {
		padding: 11px 16px;
		font-size: 13px;
	}
}

@media (max-width: 1100px) {
	.ipoteka-banks__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ipoteka-banks__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ipoteka-banks__card {
		min-height: 76px;
		padding: 12px 14px;
	}

	.ipoteka-banks__card-logo {
		width: 44px;
		height: 44px;
	}

	.ipoteka-banks__btn {
		padding: 10px 14px;
		font-size: 13px;
	}
}

@media (max-width: 420px) {
	.ipoteka-banks__card {
		flex-wrap: wrap;
	}

	.ipoteka-banks__btn {
		width: 100%;
	}
}

.ipoteka-page .complex-callback-a101 {
	margin: clamp(32px, 4vw, 48px) 0 clamp(48px, 6vw, 80px);
}

.ipoteka-page__callback-wrap .complex-callback-a101 {
	margin-bottom: 0;
}

.ipoteka-page__callback-wrap .complex-callback-a101 .container.container--1440 {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/* ---------- FAQ section ---------- */
.ipoteka-page__faq-wrap {
	padding-bottom: clamp(48px, 6vw, 80px);
}

.ipoteka-faq {
	padding-bottom: 0;
}

.ipoteka-faq__section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.ipoteka-banks__heading,
.ipoteka-faq__heading,
.ipoteka-useful__heading {
	margin-top: clamp(12px, 2vw, 24px);
}

.ipoteka-faq .index-faq-figma {
	width: 100%;
}

.ipoteka-faq .index-faq-figma__list {
	margin-top: 0;
	width: 100%;
}

.ipoteka-faq .index-faq-figma__answer a {
	color: var(--theme-base-color);
	text-decoration: underline;
}

.ipoteka-faq .index-faq-figma__answer ol,
.ipoteka-faq .index-faq-figma__answer ul {
	margin: 16px 0;
	padding-left: 1.25em;
}

.ipoteka-faq .index-faq-figma__answer li + li {
	margin-top: 12px;
}

.ipoteka-faq .index-faq-figma__answer ul > li::before {
	content: none;
}

.ipoteka-faq .index-faq-figma__answer p.icon_plus,
.ipoteka-faq .index-faq-figma__answer p.icon_minus {
	font-weight: 600;
	margin: 20px 0 12px;
}

.ipoteka-faq .index-faq-figma__row > .panel-collapse.collapse:not(.in):not(.show) {
	display: none;
}

/* ---------- Useful info cards (A101 UtpCardsList + UtpCard) ---------- */
.ipoteka-page__useful-wrap {
	padding-top: clamp(48px, 6vw, 80px);
	padding-bottom: clamp(48px, 6vw, 80px);
}

.ipoteka-useful__section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.ipoteka-useful__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(16px, 2vw, 24px);
	margin-bottom: clamp(20px, 3vw, 32px);
	max-width: 900px;
	text-align: center;
	width: 100%;
}

.ipoteka-useful__heading {
	margin-bottom: 0;
}

.ipoteka-useful__lead {
	margin: 0;
	max-width: 720px;
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.01em;
	color: #43495a;
}

.ipoteka-utp-cards {
	width: 100%;
}

.ipoteka-utp-cards__list {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	list-style: none;
	margin: 0 -20px;
	overflow: auto;
	padding: 0 20px;
	scrollbar-width: none;
	width: calc(100% + 40px);
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}

.ipoteka-utp-cards__list::-webkit-scrollbar {
	display: none;
}

.ipoteka-utp-cards__list > li::before {
	content: none;
}

.ipoteka-utp-cards__item {
	display: flex;
	flex: 1;
	margin: 0;
	min-width: calc(25% - 9px);
}

.ipoteka-utp-cards__card.utp-card {
	background: #f4f4f6;
	border-radius: 20px;
	box-sizing: border-box;
	color: #1b1d24;
	display: flex;
	flex-direction: column;
	padding: 16px;
	text-decoration: none;
	transition: background-color 0.2s ease;
	width: 100%;
}

.ipoteka-utp-cards__card.utp-card:hover,
.ipoteka-utp-cards__card.utp-card:focus-visible {
	background: #eeedef;
	color: #1b1d24;
	outline: none;
	text-decoration: none;
}

.ipoteka-utp-cards__card--static,
.ipoteka-utp-cards__card--static:hover,
.ipoteka-utp-cards__card--static:focus,
.ipoteka-utp-cards__card--static:focus-visible {
	background: #f4f4f6;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.ipoteka-utp-cards__icon {
	display: block;
	flex: 0 0 32px;
	height: 32px;
	margin: 0 0 8px;
	object-fit: contain;
	width: 32px;
}

.ipoteka-utp-cards__card .utp-card__wrapper {
	min-width: 0;
	width: 100%;
}

.ipoteka-utp-cards__card .utp-card__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.ipoteka-utp-cards__card .utp-card__title {
	color: #1b1d24;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	line-height: 1.25;
	margin: 0;
	text-wrap: pretty;
}

.ipoteka-utp-cards__card .utp-card__description {
	color: #686d7f;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.14px;
	line-height: 1.35;
	margin: 0;
	text-wrap: pretty;
}

@media (max-width: 1279px) {
	.ipoteka-utp-cards__list {
		flex-direction: column;
		gap: 8px;
		margin: 0;
		overflow: visible;
		padding: 0;
		width: 100%;
	}

	.ipoteka-utp-cards__item {
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ipoteka-page__useful-wrap {
		margin-left: calc(-1 * var(--theme-page-width-padding, 16px));
		margin-right: calc(-1 * var(--theme-page-width-padding, 16px));
		padding-left: var(--theme-page-width-padding, 16px);
		padding-right: var(--theme-page-width-padding, 16px);
	}

	.ipoteka-utp-cards__card.utp-card {
		padding: 14px;
	}
}

/* End */


/* Start:/local/templates/aspro-premier/css/pages/preimushchestva-ipoteki.css?178574900018248*/
/* /preimushchestva-ipoteki/ */

.preim-ipoteki-page {
	--preim-text-size: 20px;
	--preim-text-lh: 1.5;
}

.preim-ipoteki-page .otzyvy-page__title-block {
	margin-bottom: clamp(24px, 3vw, 40px);
}

/* Заголовки секций — как .title-block-section__heading */
.preim-ipoteki-page .preim-ipoteki-section__title,
.preim-ipoteki-page .ipoteka-programs__heading,
.preim-ipoteki-page .preim-ipoteki-calc .lot-block__title.lot-calc__title,
.preim-ipoteki-page .preim-ipoteki-calc .lot-page .lot-block--calculator .lot-calc__title,
.preim-ipoteki-page .preim-ipoteki-calc .lot-page .lot-block--calculator .lot-calc__title-row .lot-calc__title {
	margin: 0 0 clamp(20px, 3vw, 40px);
	font-size: clamp(28px, 3.8vw, 52px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.027em;
	color: var(--otzyvy-body-color, #1b1d24);
	text-align: center;
}

.preim-ipoteki-page .preim-ipoteki-calc .lot-calc__title-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 clamp(20px, 3vw, 40px);
}

.preim-ipoteki-page .preim-ipoteki-calc .lot-calc__title-row .lot-calc__title,
.preim-ipoteki-page .preim-ipoteki-calc .lot-page .lot-block--calculator .lot-calc__title-row .lot-calc__title {
	margin: 0;
	line-height: 1;
}

.preim-ipoteki-page .preim-ipoteki-calc .lot-calc__title-row .lot-payment__info {
	display: inline-flex;
	align-items: center;
	align-self: center;
	flex-shrink: 0;
	line-height: 0;
}

.preim-ipoteki-page .preim-ipoteki-form__intro .preim-ipoteki-section__title {
	text-align: left;
	margin-bottom: 16px;
}

/* Intro — на всю ширину контейнера */
.preim-ipoteki-intro {
	max-width: none;
	width: 100%;
	margin: 0 0 clamp(40px, 5vw, 64px);
	text-align: left;
}

.preim-ipoteki-intro p {
	margin: 0 0 16px;
	font-size: var(--preim-text-size);
	line-height: var(--preim-text-lh);
	color: #43495a;
}

.preim-ipoteki-intro p:last-child {
	margin-bottom: 0;
}

/* Myths */

.preim-ipoteki-myths {
	margin-bottom: clamp(48px, 6vw, 80px);
}

.preim-ipoteki-myths__table {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.preim-ipoteki-myths__head,
.preim-ipoteki-myths__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.preim-ipoteki-myths__head {
	display: none;
}

.preim-ipoteki-myths__cell {
	background: #f4f4f6;
	border-radius: 20px;
	padding: 20px 24px;
	box-sizing: border-box;
}

.preim-ipoteki-myths__cell p {
	margin: 0;
	font-size: var(--preim-text-size);
	line-height: var(--preim-text-lh);
}

.preim-ipoteki-myths__icon {
	display: block;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 26px 26px;
	min-height: 26px;
}

.preim-ipoteki-myths__icon--minus {
	background-image: url("/local/templates/aspro-premier/images/ipoteka/krest.png");
	color: var(--theme-base-color, #e74212);
}

.preim-ipoteki-myths__icon--plus {
	background-image: url("/local/templates/aspro-premier/images/ipoteka/galka.png");
	color: #1f7a33;
}

.preim-ipoteki-myths__cell--myth {
	background: color-mix(in srgb, var(--theme-base-color, #e74212) 8%, #fff);
	border: 1px solid color-mix(in srgb, var(--theme-base-color, #e74212) 18%, transparent);
}

.preim-ipoteki-myths__cell--myth .preim-ipoteki-myths__icon--minus {
	color: var(--theme-base-color, #e74212);
}

.preim-ipoteki-myths__cell--truth {
	background: color-mix(in srgb, #1f7a33 8%, #fff);
	border: 1px solid color-mix(in srgb, #1f7a33 18%, transparent);
}

.preim-ipoteki-myths__cell--truth .preim-ipoteki-myths__icon--plus {
	color: #1f7a33;
}

.preim-ipoteki-myths__label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--theme-base-color);
}

.preim-ipoteki-myths__cell--truth .preim-ipoteki-myths__label {
	color: #1f7a33;
}

@media (min-width: 768px) {
	.preim-ipoteki-myths__head {
		display: grid;
		padding: 0;
	}

	.preim-ipoteki-myths__head .preim-ipoteki-myths__cell {
		background: transparent;
		border: 0;
		padding: 0 0 8px;
		font-size: var(--preim-text-size);
		font-weight: 600;
		line-height: var(--preim-text-lh);
		text-transform: uppercase;
		letter-spacing: -0.01em;
		text-align: left;
	}

	.preim-ipoteki-myths__head .preim-ipoteki-myths__icon {
		font-size: var(--preim-text-size);
		font-weight: 600;
		line-height: var(--preim-text-lh);
		text-transform: uppercase;
	}

	.preim-ipoteki-myths__head .preim-ipoteki-myths__cell--myth .preim-ipoteki-myths__icon {
		color: var(--theme-base-color, #e74212);
	}

	.preim-ipoteki-myths__head .preim-ipoteki-myths__cell--truth .preim-ipoteki-myths__icon {
		color: #1f7a33;
	}

	.preim-ipoteki-myths__label {
		display: none;
	}
}

@media (max-width: 767px) {
	.preim-ipoteki-myths__head,
	.preim-ipoteki-myths__row {
		grid-template-columns: 1fr;
	}
}

/* Calculator */

.preim-ipoteki-calc {
	margin-bottom: clamp(32px, 4vw, 48px);
}

.preim-ipoteki-page .preim-ipoteki-callback-wrap {
	margin-bottom: clamp(48px, 6vw, 80px);
}

.preim-ipoteki-page .preim-ipoteki-callback-wrap .complex-callback-a101 {
	margin-top: 0;
	margin-bottom: 0;
}

.preim-ipoteki-page .preim-ipoteki-callback-wrap .complex-callback-a101 .container.container--1440 {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.preim-ipoteki-calc .lot-page {
	--lot-gap: 20px;
	--lot-radius: 20px;
	--lot-bg: #f3f4f6;
	--lot-border: rgba(0, 0, 0, 0.08);
	--lot-accent: var(--theme-base-color, #e74212);
	--lot-text: #1a1a1a;
	--lot-muted: #666;
}

.preim-ipoteki-calc .lot-block--calculator {
	margin: 0;
}

/* Только ипотека: вкладки скрыты */
.preim-ipoteki-calc .lot-calc__tablist,
.preim-ipoteki-calc .lot-calc--mortgage-only .lot-calc__tablist {
	display: none !important;
}

.preim-ipoteki-calc #calc_0 {
	display: none !important;
}

.preim-ipoteki-calc #calc_1 {
	display: block !important;
}

/* Info-кнопка и тултип калькулятора — как на карточке квартиры */
.preim-ipoteki-calc .lot-payment__info {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.preim-ipoteki-calc .lot-payment__info-btn {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #eef1f5;
	color: var(--lot-muted, #666);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.preim-ipoteki-calc .lot-payment__info-btn svg {
	display: block;
	width: 16px;
	height: 16px;
}

.preim-ipoteki-calc .lot-payment__info-btn:hover,
.preim-ipoteki-calc .lot-payment__info.is-open .lot-payment__info-btn {
	background: #e4e8ee;
	color: var(--lot-text, #1a1a1a);
}

.preim-ipoteki-calc .lot-payment__tooltip {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	z-index: 12;
	width: min(420px, 90vw);
	padding: 16px;
	border-radius: 16px;
	background: #fff;
	color: var(--lot-text, #1a1a1a);
	font-size: 13px;
	line-height: 1.45;
	text-align: left;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(4px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.preim-ipoteki-calc .lot-payment__tooltip::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	width: 12px;
	height: 12px;
	background: #fff;
	transform: translateX(-50%) rotate(45deg);
	box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
}

.preim-ipoteki-calc .lot-payment__info:hover .lot-payment__tooltip,
.preim-ipoteki-calc .lot-payment__info:focus-within .lot-payment__tooltip,
.preim-ipoteki-calc .lot-payment__info.is-open .lot-payment__tooltip {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.preim-ipoteki-calc .lot-calc__note-text,
.preim-ipoteki-calc .lot-calc__note-phone {
	display: block;
}

.preim-ipoteki-calc .lot-calc__note-phone {
	margin-top: 8px;
}

.preim-ipoteki-calc .lot-calc__note-phone a {
	color: var(--lot-accent, var(--theme-base-color, #e74212));
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.preim-ipoteki-calc .lot-payment__tooltip {
		left: 0;
		right: auto;
		transform: translateY(4px);
	}

	.preim-ipoteki-calc .lot-payment__tooltip::before {
		left: 20px;
		transform: rotate(45deg);
	}

	.preim-ipoteki-calc .lot-payment__info:hover .lot-payment__tooltip,
	.preim-ipoteki-calc .lot-payment__info:focus-within .lot-payment__tooltip,
	.preim-ipoteki-calc .lot-payment__info.is-open .lot-payment__tooltip {
		transform: translateY(0);
	}
}

/* Pluses */

.preim-ipoteki-pluses {
	margin-bottom: clamp(40px, 5vw, 64px);
}

.preim-ipoteki-pluses__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	max-width: none;
}

.preim-ipoteki-pluses__list > li::before {
	content: none !important;
	display: none !important;
}

.preim-ipoteki-pluses__item {
	display: block;
	position: relative;
	margin: 0 0 12px;
	padding: 2px 0 2px 36px;
	background: transparent;
	border-radius: 0;
	font-size: var(--preim-text-size);
	line-height: 1.4;
	color: #1b1d24;
	box-sizing: border-box;
}

.preim-ipoteki-pluses__item:last-child {
	margin-bottom: 0;
}

.preim-ipoteki-pluses__icon {
	position: absolute;
	left: 0;
	top: 4px;
	display: block;
	width: 26px;
	height: 26px;
	margin: 0;
	background: url("/local/templates/aspro-premier/images/ipoteka/galka.png") left top / 26px 26px no-repeat;
}

.preim-ipoteki-pluses__text {
	display: block;
}

.preim-ipoteki-pluses__item::before {
	content: none !important;
	display: none !important;
}

/* Benefit cards */

.preim-ipoteki-benefits {
	margin-bottom: clamp(48px, 6vw, 80px);
}

.preim-ipoteki-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.preim-ipoteki-benefits__card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 24px 20px;
	background: #f4f4f6;
	border-radius: 20px;
	text-decoration: none !important;
	color: #1b1d24;
	transition: background-color 0.2s ease;
	min-height: 160px;
	box-sizing: border-box;
	border-bottom: 0;
	box-shadow: none;
}

.preim-ipoteki-benefits__card:hover,
.preim-ipoteki-benefits__card:focus-visible,
.preim-ipoteki-benefits__card:visited {
	background: #eeedef;
	color: #1b1d24;
	text-decoration: none !important;
	outline: none;
	border-bottom: 0;
}

.preim-ipoteki-benefits__card-title,
.preim-ipoteki-benefits__card-text {
	text-decoration: none !important;
	border-bottom: 0 !important;
}

.preim-ipoteki-benefits__card-title {
	font-size: var(--preim-text-size);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #1b1d24;
}

.preim-ipoteki-benefits__card-text {
	font-size: var(--preim-text-size);
	line-height: var(--preim-text-lh);
	color: #43495a;
}

@media (max-width: 1100px) {
	.preim-ipoteki-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.preim-ipoteki-benefits__grid {
		grid-template-columns: 1fr;
	}
}

/* Oformlenie — на всю ширину */

.preim-ipoteki-oformlenie {
	margin-bottom: clamp(40px, 5vw, 64px);
	text-align: left;
}

.preim-ipoteki-oformlenie__text {
	max-width: none;
	width: 100%;
	margin: 0;
}

.preim-ipoteki-oformlenie__text p {
	margin: 0 0 12px;
	font-size: var(--preim-text-size);
	line-height: var(--preim-text-lh);
	color: #43495a;
}

.preim-ipoteki-oformlenie__text p:last-child {
	margin-bottom: 0;
}

.preim-ipoteki-oformlenie__text a {
	color: var(--theme-base-color);
	text-decoration: none;
}

.preim-ipoteki-oformlenie__text a:hover {
	text-decoration: underline;
}

/* Info plates */

.preim-ipoteki-plates {
	margin-bottom: clamp(24px, 3vw, 40px);
}

.preim-ipoteki-plates__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.preim-ipoteki-plates__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding: 24px 20px;
	background: #f4f4f6;
	border-radius: 20px;
	box-sizing: border-box;
}

.preim-ipoteki-plates__icon {
	color: var(--theme-base-color);
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
}

.preim-ipoteki-plates__icon svg {
	display: block;
	width: 48px;
	height: 48px;
}

.preim-ipoteki-plates__title {
	font-size: var(--preim-text-size);
	font-weight: 600;
	line-height: 1.25;
	color: #1b1d24;
	margin-bottom: 6px;
}

.preim-ipoteki-plates__text {
	font-size: var(--preim-text-size);
	line-height: var(--preim-text-lh);
	color: #43495a;
}

@media (max-width: 1100px) {
	.preim-ipoteki-plates__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.preim-ipoteki-plates__grid {
		grid-template-columns: 1fr;
	}
}

/* Form */

.preim-ipoteki-form-section {
	margin-top: clamp(24px, 3vw, 40px);
	margin-bottom: clamp(48px, 6vw, 96px);
}

.preim-ipoteki-form-block {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: start;
	background: #f4f4f6;
	border-radius: clamp(20px, 3vw, 32px);
	padding: clamp(24px, 3.5vw, 40px);
}

.preim-ipoteki-form__lead {
	margin: 0;
	font-size: var(--preim-text-size);
	line-height: var(--preim-text-lh);
	color: #43495a;
}

.preim-ipoteki-form__success {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

/* Единое оформление сообщения об успешной отправке форм (Атмосфера) */
.atm-form-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
	width: 100%;
	padding: 24px 16px;
	border-radius: 16px;
	background: #f4f4f6;
}

.atm-form-success__icon {
	width: 60px;
	height: 60px;
	flex: 0 0 auto;
}

.atm-form-success__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.atm-form-success__title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.atm-form-success__text {
	margin: 0;
	max-width: 440px;
	font-size: 15px;
	line-height: 1.5;
	color: #6b7280;
}

.atm-form-success__text p {
	margin: 0;
}

@media (max-width: 767px) {
	.atm-form-success {
		padding: 18px 10px;
		gap: 8px;
		border-radius: 12px;
	}

	.atm-form-success__icon {
		width: 48px;
		height: 48px;
	}

	.atm-form-success__title {
		font-size: 18px;
	}

	.atm-form-success__text {
		font-size: 14px;
	}
}

.preim-ipoteki-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.preim-ipoteki-form.is-sent {
	opacity: 0.55;
	pointer-events: none;
}

.preim-ipoteki-form__field {
	display: block;
	width: 100%;
	margin: 0;
}

.preim-ipoteki-form__input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 14px;
	background: #fff;
	padding: 14px 16px;
	font-size: 15px;
	line-height: 1.3;
	color: #1b1d24;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.preim-ipoteki-form__input:focus {
	border-color: var(--theme-base-color);
}

.preim-ipoteki-form__select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%431b1d24' d='M1.1 1.1 6 6l4.9-4.9L12 2.2 6 8.2 0 2.2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
	cursor: pointer;
}

.preim-ipoteki-form__textarea {
	min-height: 110px;
	resize: vertical;
}

.preim-ipoteki-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.preim-ipoteki-form__file-input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.preim-ipoteki-form__file-label {
	display: inline-flex;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
}

.preim-ipoteki-form__file-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	background: #dfddd8;
	color: #252324;
	font-size: 15px;
	font-weight: 500;
	transition: opacity 0.2s ease;
}

.preim-ipoteki-form__file-label:hover .preim-ipoteki-form__file-btn {
	opacity: 0.9;
}

.preim-ipoteki-form__file-name {
	font-size: 13px;
	color: #43495a;
	max-width: 220px;
	word-break: break-word;
}

.preim-ipoteki-form__submit {
	border: 0;
	cursor: pointer;
	min-height: 48px;
	min-width: 160px;
	padding: 0 28px;
	border-radius: 999px;
	background: var(--theme-base-color);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	transition: opacity 0.2s ease;
}

.preim-ipoteki-form__submit:hover {
	opacity: 0.9;
}

.preim-ipoteki-form__submit:disabled {
	opacity: 0.6;
	cursor: wait;
}

.preim-ipoteki-form__agreement {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 13px;
	line-height: 1.4;
	color: #43495a;
	cursor: pointer;
}

.preim-ipoteki-form__agreement input {
	margin-top: 3px;
	flex: 0 0 auto;
}

.preim-ipoteki-form__agreement a {
	color: var(--theme-base-color);
}

.preim-ipoteki-form__error {
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(220, 53, 69, 0.1);
	color: #b42318;
	font-size: 14px;
}

@media (max-width: 900px) {
	.preim-ipoteki-form-block {
		grid-template-columns: 1fr;
	}

	.preim-ipoteki-page .preim-ipoteki-form__intro .preim-ipoteki-section__title {
		text-align: center;
	}

	.preim-ipoteki-form__lead {
		text-align: center;
	}
}

@media (max-width: 640px) {
	.preim-ipoteki-form__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.preim-ipoteki-form__file,
	.preim-ipoteki-form__file-label {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.preim-ipoteki-form__file-btn,
	.preim-ipoteki-form__submit {
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.preim-ipoteki-form__file-name {
		max-width: none;
	}
}

@media (max-width: 374px) {
	.preim-ipoteki-page .preim-ipoteki-section__title,
	.preim-ipoteki-page .ipoteka-programs__heading,
	.preim-ipoteki-page .preim-ipoteki-calc .lot-block__title.lot-calc__title,
	.preim-ipoteki-page .preim-ipoteki-calc .lot-page .lot-block--calculator .lot-calc__title,
	.preim-ipoteki-page .preim-ipoteki-calc .lot-page .lot-block--calculator .lot-calc__title-row .lot-calc__title {
		font-size: 24px;
	}
}

/* End */


/* Start:/local/templates/aspro-premier/css/pages/kvartiry-v-rassrochku.css?178583777018991*/
/* Страница /kvartiry-v-rassrochku/ — UTP + Installment accordion (A101) */

/*
 * Единая система вертикальных отступов страницы — два эталонных значения,
 * одинаковые для ВСЕХ секций (проверено пиксель в пиксель):
 *
 * 1) --rassrochka-heading-gap — отступ ПЕРЕД каждым заголовком/блоком
 *    (от предыдущего блока до следующей секции). Даётся padding-top
 *    следующей секции, у предыдущей — margin/padding-bottom: 0.
 *    clamp(48px, 6vw, 80px) + clamp(48px, 6vw, 72px) = 152px на ≥1440.
 *
 * 2) --rassrochka-content-gap — отступ ПОСЛЕ заголовка до контента под ним
 *    (margin-bottom самого заголовка). clamp(24px, 3vw, 40px).
 */
.rassrochka-page {
	--rassrochka-heading-gap: calc(clamp(48px, 6vw, 80px) + clamp(48px, 6vw, 72px));
	--rassrochka-content-gap: clamp(24px, 3vw, 40px);
}

/* Hero → H1 «Новые возможности…» */
.rassrochka-page .otzyvy-page__hero {
	margin-bottom: 0;
}

.rassrochka-page .otzyvy-page__title-block {
	padding-top: var(--rassrochka-heading-gap);
	padding-bottom: 0;
}

.rassrochka-page .title-block-section__heading {
	margin-bottom: var(--rassrochka-content-gap);
}

/* UTP без нижнего margin — отступ до следующего заголовка даёт секция installment */
.rassrochka-page .rassrochka-utp {
	margin: 0;
}

.rassrochka-utp-cards__list {
	align-items: stretch;
}

.rassrochka-utp-cards__card.utp-card {
	min-height: 176px;
	padding: 24px;
	border-radius: 24px;
	background: #f4f4f6;
	color: #1b1d24;
}

.rassrochka-utp-cards__icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 32px;
	height: 32px;
	margin: 0 0 24px;
	color: #696d7b;
	flex: 0 0 32px;
}

.rassrochka-utp-cards__icon img {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.rassrochka-utp-cards__card .utp-card__title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.036em;
	line-height: 1.28;
	margin: 0 0 4px;
	color: #1b1d24;
}

.rassrochka-utp-cards__card .utp-card__description {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.032em;
	line-height: 1.28;
	color: #43495a;
}

/* ---------- Installment accordion (A101 InstallmentList) ---------- */

.rassrochka-installment {
	margin: 0;
	padding-top: var(--rassrochka-heading-gap);
}

.rassrochka-installment .preim-ipoteki-section__title {
	margin-bottom: var(--rassrochka-content-gap);
}

.rassrochka-installment-list__list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rassrochka-installment-list__list > li::before {
	content: none !important;
	display: none !important;
}

.rassrochka-installment-card {
	background: #f4f4f6;
	border: 2px solid #f4f4f6;
	border-radius: 24px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.rassrochka-installment-card:hover {
	background: #fff;
	box-shadow:
		0 16px 24px rgba(40, 40, 41, 0.06),
		0 2px 6px rgba(40, 40, 41, 0.04),
		0 0 1px rgba(40, 40, 41, 0.04);
}

.rassrochka-installment-card.is-open {
	background: #fff;
}

.rassrochka-installment-card.is-open .rassrochka-installment-card__toggle svg {
	transform: rotate(180deg);
}

.rassrochka-accordion-item__header {
	cursor: pointer;
	user-select: none;
}

.rassrochka-installment-card__header {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 28px 24px 28px 32px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.rassrochka-installment-card__column {
	align-self: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.032em;
	line-height: 1.28;
	color: #1b1d24;
	min-width: 0;
	flex: 1 1 0;
	text-align: left;
}

.rassrochka-installment-card__column--title {
	flex: 1.45 1 200px;
	max-width: none;
	margin-right: 32px;
}

.rassrochka-installment-card__column--narrow {
	flex: 0.72 1 110px;
	max-width: 160px;
}

.rassrochka-installment-card__column--wide {
	flex: 1.45 1 180px;
	max-width: none;
}

.rassrochka-installment-card__title-text {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.032em;
	line-height: 1.28;
	color: #1b1d24;
}

.rassrochka-installment-card__tag {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(27, 29, 36, 0.06);
	color: #1b1d24;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.028em;
	line-height: 1.28;
}

.rassrochka-installment-card__column-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 4px;
	text-align: left;
}

.rassrochka-installment-card__value {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.032em;
	line-height: 1.28;
	color: #1b1d24;
}

.rassrochka-installment-card__value strong,
.rassrochka-installment-card__bullets strong {
	font-weight: 700;
}

.rassrochka-installment-card__note {
	color: #43495a;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.028em;
	line-height: 1.28;
}

.rassrochka-installment-card__asterisk {
	color: var(--theme-base-color, #e74212);
	font-size: 0.85em;
	font-weight: 700;
	line-height: 0;
	vertical-align: super;
	margin-left: 1px;
}

.rassrochka-installment-card__title-text .rassrochka-installment-card__asterisk {
	font-size: 1.25em;
}

.rassrochka-installment-card__details-intro .rassrochka-installment-card__asterisk,
.rassrochka-installment-card__footnote .rassrochka-installment-card__asterisk {
	margin-left: 0;
	margin-right: 2px;
}

.rassrochka-installment-card__link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.rassrochka-installment-card__link:hover {
	color: var(--theme-base-color, #e74212);
}

.rassrochka-installment-card__value .rassrochka-installment-card__link,
.rassrochka-installment-card__value .rassrochka-installment-card__link strong {
	font-weight: 700;
}

.rassrochka-installment-card__bullets {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rassrochka-installment-card__bullets > li {
	position: relative;
	padding-left: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.028em;
	line-height: 1.28;
	color: #1b1d24;
}

/* Глобальный ul>li::before из Aspro — иначе двойные точки */
.rassrochka-installment-card__bullets > li::before {
	content: none !important;
	display: none !important;
}

.rassrochka-installment-card__bullets > li::marker {
	color: #1b1d24;
	font-weight: 700;
}

.rassrochka-installment-card__buttons {
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 4px;
	flex: 0 0 auto;
	margin-left: auto;
}

.rassrochka-installment-card__toggle {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--theme-base-color, #e74212);
	color: #fff;
	cursor: pointer;
	flex-shrink: 0;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.rassrochka-installment-card__toggle:hover {
	opacity: 0.9;
}

.rassrochka-installment-card__toggle svg {
	display: block;
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}

.rassrochka-accordion-item__content-wrap {
	display: none;
	overflow: hidden;
}

.rassrochka-installment-card.is-open .rassrochka-accordion-item__content-wrap {
	display: block;
}

.rassrochka-installment-card__inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 8px 8px;
}

.rassrochka-installment-card__panels {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 8px;
	align-items: stretch;
}

.rassrochka-installment-card__panel {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 32px;
	border-radius: 16px;
	background: #f4f4f6;
	box-sizing: border-box;
}

.rassrochka-installment-card__details-intro,
.rassrochka-installment-card__details-extra,
.rassrochka-installment-card__footnote p {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #1b1d24;
}

.rassrochka-installment-card__footnote {
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #43495a;
	font-size: 14px;
	line-height: 1.4;
}

.rassrochka-installment-card__footnote p {
	color: #43495a;
	font-size: 14px;
}

.rassrochka-installment-card__footnote strong {
	color: #1b1d24;
	font-weight: 600;
}

.rassrochka-installment-card__details-list {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rassrochka-installment-card__details-list > li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #1b1d24;
}

.rassrochka-installment-card__details-list > li::before {
	content: none !important;
	display: none !important;
}

.rassrochka-installment-card__details-list > li::marker {
	color: #1b1d24;
}

.rassrochka-installment-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: auto;
	padding-top: 8px;
}

.rassrochka-installment-card__btn {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.rassrochka-installment-card__btn--primary {
	background: var(--theme-base-color, #e74212);
	color: #fff !important;
}

.rassrochka-installment-card__btn:hover {
	opacity: 0.92;
}

@media (max-width: 1279px) {
	.rassrochka-utp-cards__card.utp-card {
		min-height: 128px;
		padding: 16px;
		border-radius: 20px;
	}

	.rassrochka-utp-cards__icon {
		width: 20px;
		height: 20px;
		margin-bottom: 8px;
		flex-basis: 20px;
	}

	.rassrochka-utp-cards__icon img {
		width: 20px;
		height: 20px;
	}

	.rassrochka-utp-cards__card .utp-card__title {
		font-size: 14px;
		letter-spacing: -0.028em;
	}

	.rassrochka-utp-cards__card .utp-card__description {
		font-size: 12px;
		letter-spacing: -0.024em;
	}

	.rassrochka-installment-card {
		border-radius: 20px;
	}

	.rassrochka-installment-card__header {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 8px;
		padding: 16px;
	}

	.rassrochka-installment-card__column {
		align-self: stretch;
		flex: none;
		min-width: 0;
		max-width: none;
	}

	.rassrochka-installment-card__column--title {
		flex: 1 1 calc(100% - 48px);
		max-width: none;
		margin-right: 0;
		order: 1;
	}

	.rassrochka-installment-card__buttons {
		flex: 0 0 40px;
		width: 40px;
		margin: 0;
		order: 2;
		justify-content: flex-end;
		align-self: flex-start;
	}

	.rassrochka-installment-card__title-text {
		font-size: 15px;
		line-height: 1.3;
	}

	.rassrochka-installment-card__column--narrow {
		flex: 1 1 calc(50% - 4px);
		max-width: calc(50% - 4px);
		order: 3;
	}

	.rassrochka-installment-card__column--wide {
		flex: 1 1 100%;
		max-width: 100%;
		order: 3;
	}

	.rassrochka-installment-card__column:not(.rassrochka-installment-card__column--title):not(.rassrochka-installment-card__column--narrow):not(.rassrochka-installment-card__column--wide) {
		flex: 1 1 calc(50% - 4px);
		max-width: calc(50% - 4px);
		order: 3;
	}

	.rassrochka-installment-card__column-content {
		height: 100%;
		justify-content: center;
		align-items: flex-start;
		gap: 2px;
		padding: 10px 12px;
		border-radius: 12px;
		background: #fff;
		box-sizing: border-box;
		text-align: left;
	}

	.rassrochka-installment-card.is-open .rassrochka-installment-card__column-content {
		background: #f4f4f6;
	}

	.rassrochka-installment-card__column--title .rassrochka-installment-card__column-content,
	.rassrochka-installment-card.is-open .rassrochka-installment-card__column--title .rassrochka-installment-card__column-content {
		padding: 0;
		background: transparent;
		border-radius: 0;
		height: auto;
	}

	.rassrochka-installment-card__value {
		font-size: 15px;
		line-height: 1.3;
	}

	.rassrochka-installment-card__note {
		font-size: 12px;
		line-height: 1.3;
	}

	.rassrochka-installment-card__toggle {
		width: 36px;
		height: 36px;
	}

	.rassrochka-installment-card__inner {
		padding: 0 8px 8px;
	}

	.rassrochka-installment-card__panels {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.rassrochka-installment-card__panel {
		padding: 16px;
		border-radius: 14px;
		gap: 10px;
	}

	.rassrochka-installment-card__details-intro,
	.rassrochka-installment-card__details-extra,
	.rassrochka-installment-card__details-list > li {
		font-size: 14px;
		line-height: 1.4;
	}

	.rassrochka-installment-card__footnote,
	.rassrochka-installment-card__footnote p {
		font-size: 13px;
		line-height: 1.4;
	}

	.rassrochka-installment-card__actions {
		padding-top: 4px;
	}
}

@media (max-width: 767px) {
	.rassrochka-installment-card {
		border-radius: 16px;
	}

	.rassrochka-installment-card__header {
		padding: 14px;
		gap: 8px;
	}

	.rassrochka-installment-card__title-text {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.3;
	}

	.rassrochka-installment-card__column--narrow {
		flex: 1 1 calc(50% - 4px);
		max-width: calc(50% - 4px);
	}

	.rassrochka-installment-card__column--wide {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.rassrochka-installment-card__column-content {
		padding: 10px 12px;
		min-height: 58px;
	}

	.rassrochka-installment-card__value {
		font-size: 14px;
	}

	.rassrochka-installment-card__panel {
		padding: 14px;
	}

	.rassrochka-installment-card__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.rassrochka-installment-card__btn {
		width: 100%;
	}
}

/*
 * Порядок блоков на странице (после всех перестановок):
 * installment → useful-wrap → callback-wrap → howto → faq-wrap.
 * Каждый блок сам отвечает за отступ ДО себя (padding-top: heading-gap),
 * а не за отступ после себя — поэтому порядок можно менять местами,
 * не пересчитывая соседние правила: у предыдущего блока всегда
 * margin/padding-bottom: 0, кроме последнего (faq-wrap), которому
 * нужен отступ до конца страницы.
 */

/* ---------- Как купить ---------- */
.rassrochka-howto {
	padding-top: var(--rassrochka-heading-gap);
	padding-bottom: 0;
}

.rassrochka-page .ipoteka-page__useful-wrap {
	padding-top: var(--rassrochka-heading-gap);
	padding-bottom: 0;
}

/* FAQ — последний блок на странице, отступ снизу берёт на себя */
.rassrochka-page .ipoteka-page__faq-wrap {
	padding-top: var(--rassrochka-heading-gap);
	padding-bottom: clamp(48px, 6vw, 80px);
}

.rassrochka-page .ipoteka-faq__heading,
.rassrochka-page .ipoteka-useful__heading,
.rassrochka-page .ipoteka-banks__heading {
	margin-top: 0;
}

.rassrochka-page .ipoteka-faq__heading {
	margin-bottom: var(--rassrochka-content-gap);
}

/* У «Если нужна ипотека» отступ заголовок→лид даёт flex-gap родителя
 * (.ipoteka-useful__header), а не margin — обнуляем margin, чтобы не
 * задваивать отступ, и приравниваем сам gap к общему content-gap. */
.rassrochka-page .ipoteka-useful__heading {
	margin-bottom: 0;
}

.rassrochka-page .ipoteka-useful__header {
	gap: var(--rassrochka-content-gap);
}

.rassrochka-howto .preim-ipoteki-section__title {
	margin-bottom: var(--rassrochka-content-gap);
}

.rassrochka-howto__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0 0 clamp(28px, 4vw, 40px);
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.rassrochka-howto__steps > li::before {
	content: none !important;
}

.rassrochka-howto__step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
}

.rassrochka-howto__step:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 23px;
	left: 48px;
	right: -12px;
	height: 1px;
	background: rgba(27, 29, 36, 0.16);
}

.rassrochka-howto__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f4f4f6;
	color: #1b1d24;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 1;
}

.rassrochka-howto__text {
	color: #1b1d24;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.35;
}

.rassrochka-howto__note {
	padding: clamp(20px, 3vw, 28px) clamp(20px, 3vw, 32px);
	border-radius: 16px;
	background: #f4f4f6;
	color: #1b1d24;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.rassrochka-howto__note p {
	margin: 0 0 12px;
}

.rassrochka-howto__note p:last-child {
	margin-bottom: 0;
}

.rassrochka-howto__note a {
	color: var(--theme-base-color, #e74212);
	text-decoration: underline;
}

.rassrochka-callback-wrap {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: var(--rassrochka-heading-gap);
}

.rassrochka-faq .index-faq-figma__answer ol,
.rassrochka-faq .index-faq-figma__answer ul {
	margin: 16px 0;
	padding-left: 1.25em;
}

.rassrochka-faq .index-faq-figma__answer li + li {
	margin-top: 10px;
}

.rassrochka-faq .index-faq-figma__answer ul > li::before,
.rassrochka-faq .index-faq-figma__answer ol > li::before {
	content: none !important;
}

.rassrochka-faq h2.index-faq-figma__q,
.rassrochka-faq h3.index-faq-figma__q,
.rassrochka-faq h4.index-faq-figma__q {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: inherit;
	color: inherit;
	background: none;
}

@media (max-width: 767px) {
	.rassrochka-faq h2.index-faq-figma__q,
	.rassrochka-faq h3.index-faq-figma__q,
	.rassrochka-faq h4.index-faq-figma__q {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	.rassrochka-howto__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
	}

	.rassrochka-howto__step:nth-child(2n)::after {
		display: none;
	}

	.rassrochka-howto__step:not(:last-child)::after {
		right: -10px;
	}
}

@media (max-width: 767px) {
	.rassrochka-howto__steps {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.rassrochka-howto__step {
		flex-direction: row;
		align-items: flex-start;
		gap: 14px;
		padding-left: 0;
	}

	.rassrochka-howto__step:not(:last-child)::after {
		display: none;
	}

	.rassrochka-howto__number {
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		font-size: 16px;
	}

	.rassrochka-howto__text {
		font-size: 15px;
		padding-top: 8px;
	}

	.rassrochka-howto__note {
		font-size: 15px;
		border-radius: 12px;
	}
}

/* End */


/* Start:/local/templates/aspro-premier/components/bitrix/news.list/faq-index-figma/style.css?17854819585466*/
/* Главная: FAQ как макет (шапка = brands sale-figma-header), акцент = theme-base-color */

.index-faq-figma {
    --ifq-accent: var(--theme-base-color);
    --ifq-text: #1a1a1a;
    --ifq-muted: #5c5c5c;
    --ifq-divider: #e8e8e4;
    --ifq-badge-bg: #eeede9;
}

/* ---------- Шапка: те же классы, что brands-list-big-img / sale-figma-header ---------- */
.index-faq-figma .sale-figma-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    text-align: center;
}

.index-faq-figma .sale-figma-header__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 12px;
    background-color: var(--ifq-badge-bg);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: var(--ifq-text);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.index-faq-figma .sale-figma-header__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--ifq-accent);
    flex-shrink: 0;
}

.index-faq-figma .sale-figma-header__title {
    margin: 0;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ifq-text);
}

.index-faq-figma .sale-figma-header__title-line {
    display: block;
}

/* ---------- Список вопросов ---------- */
.index-faq-figma__list {
    margin-top: 32px;
}

.index-faq-figma__row {
    border-top: none;
    border-bottom: 1px solid var(--ifq-divider);
}

/* Жёстко перебиваем глобальный .accordion-head (autoload/accordion.css): pl/pr 24/48 + display:block ломают flex и дают «двойные» отступы с maxwidth-theme на iPhone */
.index-faq-figma .index-faq-figma__head.accordion-head {
    --pl: 0;
    --pr: 0;
    --p-block: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 26px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    cursor: pointer;
    text-align: left;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}

button.index-faq-figma__head {
    margin: 0;
    font: inherit;
    color: inherit;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
}

.index-faq-figma__head--static {
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 26px 0;
}

.index-faq-figma__q {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ifq-text);
    text-align: left;
}

h1.index-faq-figma__q {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.index-faq-figma__toggle {
    flex-shrink: 0;
    margin-left: auto;
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.index-faq-figma__toggle::before {
    content: "+";
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    color: var(--ifq-accent);
    transition: transform 0.25s ease;
}

.index-faq-figma__head:not(.collapsed) .index-faq-figma__toggle::before {
    transform: rotate(45deg);
}

/* Тело ответа аккордеона — на всю ширину колонки */
.index-faq-figma__row .panel-collapse .index-faq-figma__body {
    padding: 0 0 28px;
    box-sizing: border-box;
}

/* Панель ответа: без лишних горизонтальных отступов */
.index-faq-figma__row .panel-collapse {
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.index-faq-figma__answer {
    font-size: 16px;
    line-height: 1.55;
    color: var(--ifq-muted);
}

.index-faq-figma__answer .numbers_row {
    margin-bottom: 24px;
}

.index-faq-figma__answer p:last-child {
    margin-bottom: 0;
}

.index-faq-figma__btn {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .index-faq-figma .sale-figma-header__badge {
        font-size: 12px;
        padding: 7px 14px 7px 10px;
    }

    .index-faq-figma__q {
        font-size: 16px;
    }

    .index-faq-figma .index-faq-figma__head.accordion-head {
        gap: 24px;
        padding: 20px 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .index-faq-figma__toggle {
        width: 38px;
        height: 38px;
    }

    .index-faq-figma__toggle::before {
        font-size: 36px;
    }
}

/* Мобильная: те же боковые отступы, что у .maxwidth-theme в теме (как у остального контента) */
@media screen and (max-width: 767px) {
    .index-faq-figma > .maxwidth-theme {
        padding-left: var(--theme-page-width-padding, 16px);
        padding-right: var(--theme-page-width-padding, 16px);
        max-width: 100%;
        box-sizing: border-box;
    }

    .index-faq-figma__head--static {
        padding: 20px 0;
    }

    .index-faq-figma .index-faq-figma__head.accordion-head {
        gap: 20px;
    }

    .index-faq-figma__toggle {
        width: 40px;
        height: 40px;
    }
}

/* End */


/* Start:/local/templates/aspro-premier/css/conditional/complex-callback-a101.css?17875057248000*/
/* Блок обратной связи после карты офиса — layout CallbackFormCard (A101) */

.catalog_page .complex-callback-a101.section {
  width: 100%;
}

.complex-callback-a101 {
  --callback-body-color: #1b1d24;
  --callback-base-50: #f4f4f6;
  --callback-base-500: #696d7b;
  --callback-base-600: #43495a;
  --callback-border: #d5d6dc;
  --callback-accent: var(--theme-base-color);
  margin: 0 0 100px;
  width: 100%;
}

.complex-callback-a101__banner {
  background: var(--callback-base-50);
  border-radius: 32px;
  display: flex;
  min-height: 200px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  width: 100%;
}

.complex-callback-a101__banner > form {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* Прозрачная графика поверх исходного фона — оригинал без сжатия */
.complex-callback-a101__bg {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.complex-callback-a101__image {
  bottom: -48px;
  display: block;
  height: 265px;
  left: 50%;
  max-width: none;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
  position: absolute;
  transform: translateX(-58%);
  width: min(150%, 1200px);
  z-index: 0;
}

.complex-callback-a101__banner--success .complex-callback-a101__image {
  display: none;
}

.complex-callback-a101__status {
  animation: complex-callback-a101-fade 0.35s ease;
}

.complex-callback-a101__status .complex-callback-a101__text {
  max-width: 720px;
}

@keyframes complex-callback-a101-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.complex-callback-a101__alert {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.complex-callback-a101__form {
  position: relative;
  width: 100%;
  z-index: 1;
}

.complex-callback-a101__main,
.complex-callback-a101__status {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  min-height: 144px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.complex-callback-a101__text {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  max-width: 420px;
  min-width: 0;
}

.atm-form-success__icon {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
}

.atm-form-success__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.complex-callback-a101__title {
  color: var(--callback-body-color);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -2.1px;
  line-height: 1;
  margin: 0;
}

.complex-callback-a101__description {
  color: var(--callback-base-600);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.28;
  margin: 0;
}

.complex-callback-a101__fields {
  display: flex;
  flex: 0 0 756px;
  flex-direction: column;
  gap: 12px;
  margin-left: auto;
  max-width: 756px;
  min-width: 0;
  width: 756px;
}

.complex-callback-a101__fields-top {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.complex-callback-a101__input-wrapper {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 200px;
}

.complex-callback-a101__input {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
  color: var(--callback-body-color);
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  letter-spacing: -0.32px;
  line-height: 1.28;
  padding: 0 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.complex-callback-a101__input::placeholder {
  color: var(--callback-base-500);
}

.complex-callback-a101__input:focus {
  border-color: var(--callback-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--callback-accent) 18%, transparent);
  outline: none;
}

.complex-callback-a101__fields-bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.complex-callback-a101__button {
  align-items: center;
  background: var(--callback-accent);
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  height: 52px;
  justify-content: center;
  letter-spacing: -0.32px;
  line-height: 1.28;
  padding: 16px 20px;
  transition: opacity 0.2s ease;
}

.complex-callback-a101__button:hover,
.complex-callback-a101__button:focus {
  background: var(--callback-accent);
  color: #fff;
  opacity: 0.92;
}

.complex-callback-a101__button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.complex-callback-a101__agreement {
  flex: 1 1 280px;
  min-width: 0;
}

.complex-callback-a101__checkbox-block {
  cursor: pointer;
  display: block;
  margin: 0;
}

.complex-callback-a101__checkbox-outer {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}

.complex-callback-a101__checkbox-input {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.complex-callback-a101__checkbox-check {
  background: #fff;
  border: 1px solid var(--callback-border);
  border-radius: 4px;
  flex: 0 0 16px;
  height: 16px;
  margin-top: 1px;
  position: relative;
  width: 16px;
}

.complex-callback-a101__checkbox-input:checked + .complex-callback-a101__checkbox-check {
  background: var(--callback-accent);
  border-color: var(--callback-accent);
}

.complex-callback-a101__checkbox-input:checked + .complex-callback-a101__checkbox-check::after {
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: '';
  height: 4px;
  left: 3px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 8px;
}

.complex-callback-a101__checkbox-input:focus-visible + .complex-callback-a101__checkbox-check {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--callback-accent) 22%, transparent);
}

.complex-callback-a101__agreement-text {
  color: var(--callback-base-600);
  display: block;
  flex: 1 1 auto;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 1.48;
  min-width: 0;
}

.complex-callback-a101__agreement-text a {
  color: var(--callback-accent);
  text-decoration: none;
}

.complex-callback-a101__agreement-text a:hover {
  text-decoration: underline;
}

.complex-callback-a101__captcha {
  margin-top: 12px;
  max-width: 420px;
  position: relative;
  z-index: 2;
}

.complex-callback-a101__banner label.error {
  color: var(--theme-base-color, #e74212);
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

@media (max-width: 1279px) {
  .complex-callback-a101__main,
  .complex-callback-a101__status {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    min-height: 0;
  }

  .complex-callback-a101__fields {
    flex: 1 1 auto;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  /* В колонке графика уходит под текст — скрываем */
  .complex-callback-a101__bg {
    display: none;
  }

  .complex-callback-a101__image {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .complex-callback-a101 {
    margin-bottom: 64px;
  }

  .complex-callback-a101__banner {
    border-radius: 16px;
    min-height: 0;
    padding: 20px 16px;
  }

  .complex-callback-a101__title {
    font-size: 28px;
    letter-spacing: -1.4px;
  }

  .complex-callback-a101__fields-top {
    flex-direction: column;
  }

  .complex-callback-a101__input-wrapper {
    min-width: 0;
    width: 100%;
  }

  .complex-callback-a101__fields-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .complex-callback-a101__button {
    width: 100%;
  }

  .complex-callback-a101__agreement {
    flex: 0 0 auto;
    height: auto;
    width: 100%;
  }

  .complex-callback-a101__agreement-text {
    line-height: 1.36;
  }

  .complex-callback-a101__bg,
  .complex-callback-a101__image {
    display: none;
  }
}

/* End */
/* /local/templates/aspro-premier/css/pages/otzyvy-reviews.css?17855182326880 */
/* /local/templates/aspro-premier/css/pages/ipoteka.css?178452859018458 */
/* /local/templates/aspro-premier/css/pages/preimushchestva-ipoteki.css?178574900018248 */
/* /local/templates/aspro-premier/css/pages/kvartiry-v-rassrochku.css?178583777018991 */
/* /local/templates/aspro-premier/components/bitrix/news.list/faq-index-figma/style.css?17854819585466 */
/* /local/templates/aspro-premier/css/conditional/complex-callback-a101.css?17875057248000 */
