

/* 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?178479198317356*/
/* /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;
	padding: 14px 16px;
	border-radius: 12px;
	background: rgba(46, 160, 67, 0.12);
	color: #1f7a33;
	font-size: 15px;
	font-weight: 600;
}

.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/spisok-dokumentov-dlya-ipoteki.css?17855182321703*/
/* Страница /spisok-dokumentov-dlya-ipoteki/ — контент поверх стилей preimushchestva-ipoteki */

.docs-ipoteki-content {
	max-width: none;
	width: 100%;
	margin: 0 0 clamp(40px, 5vw, 64px);
	text-align: left;
	color: #1b1d24;
}

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

.docs-ipoteki-intro p:last-child,
.docs-ipoteki-block > p:last-child {
	margin-bottom: 0;
}

.docs-ipoteki-block {
	margin-top: clamp(32px, 4vw, 48px);
}

.docs-ipoteki-block:first-of-type {
	margin-top: clamp(28px, 3.5vw, 40px);
}

.docs-ipoteki-block__title {
	margin: 0 0 16px;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--otzyvy-body-color, #1b1d24);
	text-align: left;
}

.docs-ipoteki-block__title--sub {
	font-size: clamp(22px, 2.6vw, 28px);
}

.docs-ipoteki-list {
	margin: 0 0 16px;
	padding: 0 0 0 22px;
	list-style: disc;
	color: #1b1d24;
}

.docs-ipoteki-list:last-child {
	margin-bottom: 0;
}

.docs-ipoteki-list > li {
	margin: 0 0 8px;
	padding: 0;
	font-size: var(--preim-text-size, 20px);
	line-height: var(--preim-text-lh, 1.4);
	color: #43495a;
}

.docs-ipoteki-list > li:last-child {
	margin-bottom: 0;
}

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

.docs-ipoteki-list > li::marker {
	color: #1b1d24;
}

@media (max-width: 374px) {
	.docs-ipoteki-block__title {
		font-size: 22px;
	}

	.docs-ipoteki-block__title--sub {
		font-size: 20px;
	}
}

/* End */


/* Start:/local/templates/aspro-premier/css/pages/nalogovyy-vychet.css?1785518232550*/
/* Страница /nalogovyy-vychet/ */

.nalog-vychet-content a {
	color: var(--theme-base-color, #e74212);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nalog-vychet-content a:hover {
	opacity: 0.85;
}

.nalog-vychet-content strong {
	font-weight: 600;
	color: #1b1d24;
}

.docs-ipoteki-list--ordered {
	list-style: decimal;
	padding-left: 28px;
}

.docs-ipoteki-list--ordered > li::before {
	content: none !important;
	display: none !important;
}

.docs-ipoteki-list--ordered > li::marker {
	color: #1b1d24;
	font-weight: 500;
}

/* End */


/* Start:/local/templates/aspro-premier/css/conditional/complex-callback-a101.css?17840969447490*/
/* Блок обратной связи после карты офиса — 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__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;
}

.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: #e8363d;
  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?178479198317356 */
/* /local/templates/aspro-premier/css/pages/spisok-dokumentov-dlya-ipoteki.css?17855182321703 */
/* /local/templates/aspro-premier/css/pages/nalogovyy-vychet.css?1785518232550 */
/* /local/templates/aspro-premier/css/conditional/complex-callback-a101.css?17840969447490 */
