

/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/microloan-promo-header/style.css?17902284397932*/
/* ============================================================
   Шапка промо-страницы
   Figma DS: 6154:2659 (desktop), 6130:1409 (mobile), 6130:1534 (dropdown)
   Варианты: --light | --dark | --transparent
   ============================================================ */

.promo-header {
    --hdr-bg: #fff;
    --hdr-text: #111;
    --hdr-muted: #6b7079;
    --hdr-menu-bg: #fff;
    --hdr-border: #e5e8eb;
    font-family: var(--promo-font-body);
}

.promo-header--dark {
    --hdr-bg: #151617;
    --hdr-text: #fff;
    --hdr-menu-bg: #151617;
    --hdr-border: rgba(255, 255, 255, .12);
}

.promo-header--transparent {
    --hdr-bg: transparent;
    --hdr-text: #fff;
    --hdr-menu-bg: rgba(5, 26, 20, .98);
    --hdr-border: rgba(255, 255, 255, .12);
}

.promo-header__bar {
    background: var(--hdr-bg);
}

.promo-header__bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 56px;
}

.promo-header__logo {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.promo-header__logo-img {
    height: 30px;
    width: auto;
}

.promo-header__logo-img--white {
    display: none;
}

.promo-header--dark .promo-header__logo-img--color,
.promo-header--transparent .promo-header__logo-img--color {
    display: none;
}

.promo-header--dark .promo-header__logo-img--white,
.promo-header--transparent .promo-header__logo-img--white {
    display: block;
}

/* Кнопка-гамбургер (только мобилка) */
.mobile-top {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.lang-toggle button {
    height: auto;
}

.promo-header__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: -8px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--hdr-text);
    cursor: pointer;
}

.promo-header__toggle-icon--close {
    display: none;
}

.promo-header.is-open .promo-header__toggle-icon--open {
    display: none;
}

.promo-header.is-open .promo-header__toggle-icon--close {
    display: block;
}

/* Десктопные части скрыты на мобилке */

.promo-header__nav,
.promo-header__side {
    display: none;
}

.promo-header li {
    margin: 0;
}

/* ---------- Мобильное меню ---------- */

.promo-header__menu {
    display: none;
    flex-direction: column;
    min-height: 0;
    flex: 1;
    background: var(--hdr-menu-bg);
}

.promo-header.is-open .promo-header__menu {
    display: flex;
}

.promo-header__menu-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: .5rem 1rem 1rem;
}

.promo-header__menu-list,
.promo-header__menu-sublist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.promo-header__menu-link {
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 100%;
    padding: .875rem 0;
    border: 0;
    background: none;
    font-family: var(--promo-font-head);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
    color: var(--hdr-text);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.promo-header__chevron {
    flex-shrink: 0;
    transition: transform .2s ease;
}

.promo-header__menu-item--has-children.is-open>.promo-header__menu-link .promo-header__chevron {
    transform: rotate(180deg);
}

.promo-header__menu-sublist {
    display: none;
    padding: 0 0 .5rem 1rem;
}

.promo-header__menu-item--has-children.is-open>.promo-header__menu-sublist {
    display: block;
}

.promo-header__menu-sublink {
    display: block;
    padding: .625rem 0;
    font-size: 1rem;
    line-height: 1.37;
    color: var(--hdr-text);
    text-decoration: none;
}

.promo-header__menu-footer {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.promo-header__menu-contact {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.37;
    color: var(--hdr-text);
    text-decoration: none;
}

.promo-header__menu-actions {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.promo-header__menu-actions .button {
    width: 100%;
}

.promo-header__actions .button:not(:first-child) {
    display: none;
}

/* Фиксация шапки на мобилке */

@media (max-width: 991.98px) {
    .promo-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        display: flex;
        flex-direction: column;
        max-height: 100vh;
        max-height: 100dvh;
    }

    .promo-header.is-open {
        height: 100vh;
        height: 100dvh;
    }

    body {
        padding-top: 56px;
    }

    body.promo-header-lock {
        overflow: hidden;
    }
}

/* ---------- Десктоп ---------- */

@media (min-width: 992px) {
    .promo-header {
        position: static;
    }

    .promo-header__bar-inner {
        height: 72px;
        gap: 2.5rem;
    }

    .promo-header__logo-img {
        height: 36px;
    }

    .promo-header__toggle,
    .promo-header__menu {
        display: none !important;
    }

    .promo-header__nav {
        display: block;
        flex: 1;
        min-width: 0;
    }

    .promo-header__list {
        display: flex;
        align-items: center;
        gap: 2rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .promo-header__item {
        position: relative;
    }

    .promo-header__link {
        display: flex;
        align-items: center;
        gap: .25rem;
        padding: .5rem 0;
        border: 0;
        background: none;
        font-size: 1rem;
        line-height: 1.37;
        color: var(--hdr-text);
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        transition: color .2s ease;
    }

    .promo-header__link:hover {
        color: var(--promo-green);
    }

    /* Выпадающее подменю */

    .promo-header__sublist {
        position: absolute;
        top: 100%;
        left: -1rem;
        z-index: 10;
        display: none;
        min-width: 220px;
        margin: 0;
        padding: .5rem;
        list-style: none;
        border-radius: 1rem;
        background: var(--hdr-menu-bg);
        box-shadow: 0 12px 32px rgba(0, 0, 0, .16);
    }

    .promo-header__item--has-children:hover>.promo-header__sublist,
    .promo-header__item--has-children:focus-within>.promo-header__sublist {
        display: block;
    }

    .promo-header__item--has-children:hover .promo-header__chevron,
    .promo-header__item--has-children:focus-within .promo-header__chevron {
        transform: rotate(180deg);
    }

    .promo-header__sublink {
        display: block;
        padding: .5rem .75rem;
        border-radius: .5rem;
        font-size: 1rem;
        line-height: 1.37;
        color: var(--hdr-text);
        text-decoration: none;
    }

    .promo-header__sublink:hover {
        background: rgba(107, 112, 121, .1);
        color: var(--hdr-text);
    }

    .promo-header__side {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-shrink: 0;
    }

    .promo-header__contact {
        display: flex;
        align-items: baseline;
        gap: .375rem;
        text-decoration: none;
        white-space: nowrap;
    }

    .promo-header__contact-label {
        font-size: .875rem;
        line-height: 1.28;
        color: var(--hdr-muted);
    }

    .promo-header__contact-number {
        font-family: var(--promo-font-head);
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.2;
        color: var(--hdr-text);
    }

    .promo-header__actions {
        display: flex;
        align-items: center;
        gap: .75rem;
    }

    .lang-toggle.lang-toggle--mobile {
        display: none;
    }

    .mobile-top {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/bitrix/main.site.selector/selects_v2/style.css?1776296133624*/
.top-header-action_v2 .top-header-action__content {
	display: flex;
	align-items: center;
	gap: 6px;
}

.top-header-action__chevron {
	flex-shrink: 0;
    color: var(--text-primary);
    transition: transform 0.3s ease-in-out;
}

.top-header-action_v2 .top-header-action__text {
	font-size: 16px;
	font-weight: 500;
	color: var(--text-primary);
}

.top-header-action_v2.show .top-header-action__chevron {
	transform: rotate(180deg);
}

@media (max-width: 1080px) {

	
	.top-header-action__chevron {
		display: none;
	}

	.top-header-action__text {
		font-size: 16px;
		font-weight: 500;
		color: var(--text-primary);
	}


}

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/startup-hero/style.css?17900735822022*/
/* ============================================================
   Start Up: hero — текст по центру, широкая картинка под ним.
   Базовые стили компонента, страничный style.css их перекрывает.
   ============================================================ */

.startup-hero {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* на мобилке картинка идёт первой */
.startup-hero__art {
	order: -1;
	border-radius: 1.5rem;
	overflow: hidden;
	line-height: 0;
}

.startup-hero__img {
	width: 100%;
	height: 328px;
	object-fit: cover;
}

.startup-hero__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

.startup-hero__title {
	margin: 0;
	font-family: var(--font-family-headline);
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.14;
	color: var(--on-surface);
	text-align: inherit;
}

.startup-hero__text {
	margin: 0;
	font-family: var(--font-family-body);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.37;
	color: var(--on-surface-variant);
	text-align: inherit;
}

.startup-hero__actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
	margin-top: 0.5rem;
}

.startup-hero__actions .button {
	width: 100%;
}

@media (min-width: 768px) {

	.startup-hero {
		gap: 2rem;
	}

	/* на десктопе картинка возвращается под текст */
	.startup-hero__art {
		order: 0;
		border-radius: 2rem;
	}

	.startup-hero__img {
		height: 600px;
	}

	.startup-hero__content {
		gap: 1.25rem;
	}

	.startup-hero__title {
		max-width: 53rem;
		font-size: 3rem;
		line-height: 1.1;
		letter-spacing: -0.0125rem;
	}

	.startup-hero__text {
		max-width: 44rem;
		font-size: 1.125rem;
		line-height: 1.33;
	}

	.startup-hero__actions {
		flex-direction: row;
		justify-content: center;
		gap: 0.75rem;
		width: auto;
		margin-top: 0.75rem;
	}

	.startup-hero__actions .button {
		width: auto;
	}
}

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/microloan-promo-facts/style.css?17860957661674*/
/* ============================================================
   Ключевые условия (полоса фактов)
   ============================================================ */

.promo-facts {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1rem;
    border-radius: 1rem;
    background: var(--container-high);
}

.promo-facts__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.promo-facts__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 0.25rem;
    object-fit: cover;
}

.promo-facts__body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.promo-facts__value {
    font-family: var(--hero-font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
}

.promo-facts__label {
    font-size: 0.875rem;
    line-height: 1.28;
    color: var(--on-surface-variant);
}

@media (min-width: 768px) {
    .promo-facts {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        padding: 1rem 0;
        background: none;
        border-radius: 0;
    }

    .promo-facts__item {
        flex: 1 0 0;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        text-align: center;
    }

    .promo-facts__icon {
        width: 32px;
        height: 32px;
        margin-top: 0;
    }

    .promo-facts__body {
        align-items: center;
    }

    .promo-facts__value {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .promo-facts__label {
        font-size: 1rem;
        padding: 0 2rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/startup-terms/style.css?17901403191554*/
/* ============================================================
   Start Up: условия тарифа — ряды «параметр — значение» в карточке.
   Базовые стили компонента, страничный style.css их перекрывает.
   ============================================================ */

.startup-terms {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.75rem;
	border-radius: 1.5rem;
	background-color: var(--container-high);
}

.startup-terms__row {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	border-radius: 1rem;
	background-color: var(--container-higher);
	/* длинные значения не должны рвать карточку */
	overflow-wrap: anywhere;
}

.startup-terms__label {
	font-family: var(--font-family-body);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.37;
	color: var(--on-surface);
}

.startup-terms__value {
	font-family: var(--font-family-body);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.37;
	color: var(--on-surface);
}

@media (min-width: 768px) {

	.startup-terms {
		gap: 0.75rem;
		padding: 2rem 2.5rem;
		border-radius: 2rem;
	}

	.startup-terms__row {
		flex-direction: row;
		align-items: center;
		gap: 2rem;
		padding: 1.25rem 2rem;
	}

	.startup-terms__label,
	.startup-terms__value {
		flex: 1 1 0;
		min-width: 0;
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.startup-terms__label {
		font-weight: 400;
	}

	.startup-terms__value {
		font-weight: 600;
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/p2p-promo-cards/style.css?17901399982899*/
/* ============================================================
   P2P-промо: карточки-преимущества (иконка + заголовок + текст)
   Базовые стили компонента, страничный style.css их перекрывает.
   ============================================================ */

.p2p-cards-section {
	padding: 1.5rem 0;
}

.p2p-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

.p2p-card {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.25rem;
	border-radius: 1rem;
	background-color: #f6f7fa;
}

.p2p-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0.75rem;
	border-radius: 0.625rem;
	background-color: #fff;
	line-height: 0;
}

.p2p-card__icon img {
	width: 1.5rem;
	height: 1.5rem;
}

.p2p-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

.p2p-card__title {
	margin: 0;
	font-family: var(--font-family-headline);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.17;
	color: #242424;
}

.p2p-card__text {
	margin: 0;
	font-family: var(--font-family-body);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.33;
	color: #242424;
}

/* ---------- Карточки преимуществ (p2p-promo-cards) ---------- */
/* Обёртка .startup-cards: на мобилке карточка горизонтальная, как в базе,
   на десктопе иконка уходит наверх и текст становится мельче — по макету. */

.startup-cards .p2p-card {
	gap: 1.25rem;
	padding: 1.25rem;
	border-radius: 1.25rem;
}

.startup-cards .p2p-card__icon {
	padding: 0.75rem;
	border-radius: 0.625rem;
}

.startup-cards .p2p-card__body {
	gap: 0.25rem;
}

.startup-cards .p2p-card__title {
	font-size: 1.25rem;
	line-height: 1.2;
}

.startup-cards .p2p-card__text {
	font-size: 1rem;
	line-height: 1.37;
	color: var(--on-surface-variant);
}


@media (min-width: 768px) {

	.p2p-cards-section {
		padding: 2rem 0;
	}

	.p2p-cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
	}

	.p2p-card {
		gap: 1.5rem;
		padding: 2rem;
	}

	.p2p-card__icon {
		padding: 1rem;
	}

	.p2p-card__title {
		font-size: 1.5rem;
	}

	.p2p-card__text {
		font-size: 1.125rem;
		line-height: 1.333;
	}

	/* --- Карточки: вертикальная раскладка по макету --- */

	.startup-cards .p2p-card {
		flex-direction: column;
		gap: 1.75rem;
		padding: 2rem;
		border-radius: 2rem;
	}

	.startup-cards .p2p-card__icon {
		border-radius: .75rem;
	}

	.startup-cards .p2p-card__body {
		gap: 0.5rem;
	}

	.startup-cards .p2p-card__title {
		font-size: 1.5rem;
		line-height: 1.17;
	}

	.startup-cards .p2p-card__text {
		line-height: 1.5;
	}

	.startup-cards .p2p-card__icon img {
		width: 2rem;
		height: 2rem;
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/startup-steps/style.css?17902419262594*/
/* ============================================================
   Start Up: «Как открыть счёт» — кружки с номерами в карточке.
   Линия между шагами рисуется псевдоэлементом ::after у пункта:
   на мобилке она вертикальная, на десктопе — горизонтальная.
   ============================================================ */

.startup-steps {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.5rem;
	border-radius: 1.5rem;
	background-color: var(--container-high);
}

.startup-steps__header {
	margin-bottom: 0;
}

/* gap заодно оставляет место под вертикальные соединители */
.startup-steps__list {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.startup-steps__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
	padding: 0 1rem;
}

/* соединитель: вертикальный отрезок между кружками */
.startup-steps__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: -3.5rem;
	left: 50%;
	width: 1px;
	height: 2rem;
	background-color: var(--outline-variant);
	opacity: .4;
}

.startup-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: var(--container-higher);
	font-family: var(--font-family-body);
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1.1;
	color: var(--on-surface);
}

.startup-steps__text {
	font-family: var(--font-family-body);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.37;
	color: var(--on-surface);
}

.startup-steps__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

@media (min-width: 768px) {

	.startup-steps {
		gap: 2.5rem;
		padding: 4rem 2.5rem;
		border-radius: 2rem;
	}

	.startup-steps__list {
		flex-direction: row;
		gap: 0;
	}

	.startup-steps__item {
		flex: 1 1 0;
		min-width: 0;
		gap: 1.5rem;
	}

	/* горизонтальный отрезок от края кружка до края соседнего */
	.startup-steps__item:not(:last-child)::after {
		top: 1.5rem;
		left: calc(50% + 2.5rem);
		right: calc(-50% + 2.5rem);
		width: auto;
		height: 1px;
	}

	.startup-steps__num {
		font-size: 1.5rem;
		line-height: 1.17;
	}

	.startup-steps__text {
		font-size: 1.125rem;
		line-height: 1.3;
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/p2p-promo-savings/style.css?17889608634473*/
/* ============================================================
   P2P-промо: «Перевод N без комиссии» — текст слева, пример справа
   Базовые стили компонента, страничный style.css их перекрывает.
   ============================================================ */

.p2p-savings-section {
	padding: 2.5rem 0;
}

.p2p-savings {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p2p-savings__content {
	display: flex;
	flex-direction: column;
	gap: .75rem;
	align-items: center;
	text-align: center;
}


.p2p-savings__content .p2p-savings__actions {
	display: none;
}

.p2p-savings__title {
	margin: 0;
	font-family: var(--font-family-headline);
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.1;
	color: var(--on-surface);
}

.p2p-savings__text {
	margin: 0;
	font-family: var(--font-family-body);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.333;
	color: var(--on-surface-variant);
}

.p2p-savings__actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 999px;
	background-color: #52ae30;
	font-family: var(--font-family-body);
	font-weight: 600;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* карточка примера: картинка фоном, поверх — «стеклянные» плашки */
.p2p-savings__example-wrapper {
	display: flex;
	flex-direction: column;
	gap: .625rem;
}

.p2p-savings__example-text {
	padding: 0 .75rem;
	color: var(--on-surface-variant);
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 123%;
}

.p2p-savings__example {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .75rem;
	padding: 1rem;
	border-radius: 1.75rem;
	background-color: #00100a;
	overflow: hidden;
	isolation: isolate;
}

.p2p-savings__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p2p-savings__badge,
.p2p-savings__rows {
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(45px);
	backdrop-filter: blur(45px);
}

.p2p-savings__badge {
	padding: 0.75rem 2rem;
	border-radius: 999px;
	font-family: var(--font-family-body);
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.33;
	color: #fff;
}

.p2p-savings__rows {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: .75rem;
	border-radius: 1.5rem;
}

.p2p-savings__row {
	display: flex;
	gap: 0.25rem;
	padding: 1rem;
	justify-content: space-between;
	align-items: center;
}

.p2p-savings__row:not(:first-child) {
	border-top: 1px dashed #9598A0;
}

.p2p-savings__row-label {
	font-family: var(--font-family-body);
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.28;
	color: rgba(255, 255, 255, 0.8);
}

.p2p-savings__row-value {
	font-family: var(--font-family-headline);
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.17;
	text-align: right;
	color: rgba(255, 255, 255, 0.9);
}

/* ряд с нашей комиссией — без прозрачности, он и есть ответ блока */
.p2p-savings__row.p2p-savings__row--accent {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.10);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20);
	border: none;
}

.p2p-savings__row--accent .p2p-savings__row-value,
.p2p-savings__row--accent .p2p-savings__row-label {
	color: #fff;
}

@media (min-width: 768px) {

	.p2p-savings__example-wrapper {
		width: 33.25rem;
		max-width: 50%;
	}

	.p2p-savings__example-text {
		padding: 0 2rem;
	}

	.p2p-savings-section {
		padding: 5rem 0;
	}

	.p2p-savings {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 2.5rem;
	}

	.p2p-savings__content {
		gap: 1.25rem;
		max-width: 36rem;
		text-align: left;
		align-items: flex-start;
	}

	.p2p-savings__content .p2p-savings__actions {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.p2p-savings__title {
		font-size: 2.5rem;
	}

	.p2p-savings__text {
		max-width: 21.25rem;
		font-size: 1.125rem;
	}

	.p2p-savings__example {
		flex-shrink: 0;
		padding: 2rem;
		border-radius: 2.5rem;
	}

	.p2p-savings__rows {
		padding: 1.5rem;
	}

	.p2p-savings__row-label {
		font-size: 1.125rem;
	}

	.p2p-savings__row-value {
		font-size: 1.5rem;
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/webform/standart_form/style.css?17762961339499*/
/**
 * Стили для компонента ipotekabank:webform
 */
/* Minimal styling */
.simple-select {
    position: relative;
}

.simple-select__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-base);
    cursor: pointer;
    user-select: none;
}

.simple-select__placeholder {
    color: var(--on-surface);
}

.simple-select__arrow {
    margin-left: var(--space-base);
    transform: rotate(0deg);
    transition: transform 0.15s;
}

.simple-select.open .simple-select__arrow {
    transform: rotate(180deg);
}

.simple-select__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: var(--space-base);
    border: 1px solid var(--outline-variant);
    border-radius: var(--radius-12);
    background: var(--container-higher);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.simple-select__search {
    box-sizing: border-box;
    /* width: 100%; */
    padding: var(--space-base);
    margin: var(--space-base);
    background: var(--container-high);
    border-radius: var(--radius-8);
    border: none;
    /* border-bottom: 1px solid #eee; */
    outline: none;
}

.simple-select__list {
    max-height: 200px;
    overflow: auto;
    margin: 0;
    padding: var(--space-base) 0;
    list-style: none;
}

.simple-select__option {
    padding: var(--space-base) 0.75rem;
    cursor: pointer;
}

.simple-select__option:hover,
.simple-select__option.is-active {
    background: var(--container-high);
}

.simple-select__option.is-hidden {
    display: none;
}

/* small helper for required/disabled states (optional) */
.simple-select--disabled .simple-select__control {
    background: var(--container-high);
    cursor: not-allowed;
    color: var(--on-surface-variant);
}

/* FORM */
.autocredit-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    background-color: var(--color-bg-4);
    border-radius: var(--radius-32);
    padding: var(--space-3x);
    text-align: left;
}

.autocredit-form .headline-1 {
    margin: 0;
}

.autocredit-form__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3x);
}

.autocredit-form__footer .info-card {
    flex: 1;
}

.autocredit-form__footer .button {
    align-self: stretch;
}

.autocredit-form .info-card {
    display: flex;
    align-items: center;
    gap: var(--space-base);
    background-color: var(--color-bg-3);
    border-radius: var(--radius-16);
    padding: var(--space-2x);
}

@media (min-width: 578px) {
    .autocredit-form {
        text-align: center;
        padding: var(--space-x);
    }

    .autocredit-form__footer {
        flex-direction: row;
        align-items: center;
    }

    .autocredit-form__footer .button {
        align-self: center;
    }
}


/* Сообщения */
.webform-success,
.webform-errors {
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.webform-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.webform-errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.webform-errors ul {
    margin: 0;
    padding-left: 20px;
}

.webform-errors p {
    margin-bottom: 10px;
}

.webform-errors p:last-child {
    margin-bottom: 0;
}

/* Google reCAPTCHA */
.webform-recaptcha {
    margin-bottom: 20px;
}

.webform-recaptcha .g-recaptcha {
    display: inline-block;
}

/* Прелоадер */
.webform-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.webform-loader .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.webform-loader .spinner-border.text-primary {
    color: #007bff;
}

.webform-loader .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .webform-recaptcha .g-recaptcha {
        transform: scale(0.9);
        transform-origin: 0 0;
    }
}

/* Валидация */
.webform .form-control:invalid {
    border-color: #dc3545;
}

.webform .form-control:valid {
    border-color: #28a745;
}

/* Отключаем браузерную валидацию при AJAX */
.webform[data-ajax="true"] .form-control:invalid,
.webform[data-ajax="true"] .form-control:valid {
    border-color: #ced4da;
}

.webform[data-ajax="true"] .form-control:focus:invalid {
    border-color: #80bdff;
}

/* mse form  */

.map-open-button {
    justify-content: flex-start;
}

.map-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4072;
    text-align: left;
}

.map-modal.is-open {
    display: flex;

}

.branches-map {
    width: 100%;
    height: 100%;
    background-color: #00cc00;
}

.map-modal .close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-999);
    background-color: var(--container-higher);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    z-index: 1;
}

.branch-list-side {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    padding: .5rem;
    max-height: 80vh;
    min-height: 40vh;
    background-color: var(--container-higher);
    border-radius: var(--radius-16) var(--radius-16) 0 0;
    box-shadow: 0 4px 20px 0 rgba(20, 20, 20, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    opacity: 0;
    transform: translateY(100%);
    transition: transform .3s ease-out;
}

.branch-list-side.is-open {
    z-index: 1000;
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s ease-in;
}

.branch-list-side .branch-list-side__head {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: .25rem
}

.branch-list-side .branch-list-side__head .branch-list-side__title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--hero-font-family);
    display: flex;
    gap: var(--space-2x);
}

.branch-list-side .branch-list-side__head .branch-list-side__title .close-button {
    padding: 0;
    display: flex;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    position: static;
}

.branch-list-side .branch-list-side__head .branch-list-side__subtitle {
    font-size: .875rem;
    line-height: 1.3;
}

.branch-list-side .branch-list-side__list {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-grow: 1;
}

/* Backdrop */
.branch-list-backdrop,
.map-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.branch-list-backdrop.is-visible,
.map-modal-backdrop.is-visible {
    opacity: 1;
}

.branch-select.form-control {
    display: none;
}

.branch-list-card {
    display: flex;
    flex-direction: column;
    padding: .75rem 1rem;
    cursor: pointer;
    background-color: var(--container-higher);
    border-radius: var(--radius-8);
    transition: background-color .2s ease-in-out;
}

.branch-list-card:hover {
    background-color: var(--container-high);
    transition: background-color .2s ease-in-out;
}

.branch-list-card .branch-list-card__subtitle {
    font-size: .875rem;
    line-height: 1.3;
    color: var(--on-surface-variant);
}

.open-list-button {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.region-select-wrapper {
    display: flex;
    flex-direction: column;
}

.region-select-wrapper select {
    order: 10;
    display: block !important;
    height: 1px;
    overflow: hidden;
    width: 10px;
    outline: none;
    align-self: center;
    margin-top: -1px;
    position: relative;
    z-index: -1;
}


@media (min-width: 767px) {
    .branch-list-side {
        display: flex;
        position: relative;
        max-width: 30vw;
        min-width: 20vw;
        max-height: unset;
        min-height: unset;
        border-radius: 0;
        z-index: 1;
        opacity: 1;
        transform: translateY(0%);
        transition: none;
    }

    .branch-list-side.is-open {
        opacity: 1;
        transform: translateY(0%);
        transition: none;
    }

    .branch-list-side .branch-list-side__head .branch-list-side__title .close-button {
        display: none;
    }

    .button.open-list-button {
        display: none;
    }

    .map-modal {
        max-width: 60%;
        max-height: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: var(--radius-24);
        overflow: hidden;
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/bitrix/news.list/faq_list_accordion/style.css?1777360076114*/
.deposit-faq__title {
	margin-bottom: var(--space-md);
}

.button span {
	font: inherit;
	color: inherit;
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/startup-footer/style.css?17900735822882*/
/* ============================================================
   Start Up: футер промо-страницы — логотип с описанием,
   колонки ссылок, разделитель и копирайт.
   ============================================================ */

.startup-footer {
	background-color: #111;
	font-family: var(--font-family-body);
	overflow-wrap: anywhere;
}

/* белая «шапочка» с закруглением — стык со светлой страницей */
.startup-footer__cap {
	height: 1.5rem;
	border-radius: 0 0 9999px 9999px;
	background-color: var(--container-higher);
}

.startup-footer__main {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 1.5rem 0 2rem;
}

.startup-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.startup-footer__logo {
	display: inline-block;
	line-height: 0;
}

.startup-footer__logo img {
	height: 1.875rem;
	width: auto;
}

.startup-footer__text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(164, 163, 163, .7);
}

.startup-footer__cols {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.startup-footer__col-title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.38;
	color: #fff;
}

.startup-footer__links {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.startup-footer__link {
	display: inline-block;
	font-size: 0.8125rem;
	line-height: 1.38;
	color: rgba(164, 163, 163, .9);
	text-decoration: none;
	transition: color .2s ease;
}

.startup-footer__link:hover,
.startup-footer__link:focus {
	color: #fff;
}

.startup-footer__bottom {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 2rem 0;
	border-top: 1px solid #2a322e;
}

.startup-footer__copy {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.33;
	color: rgba(164, 163, 163, .7);
}

@media (min-width: 768px) {

	.startup-footer__cap {
		height: 2rem;
	}

	/* min-width обязателен: из-за overflow-wrap: anywhere min-content колонок
	   равен одному символу, и без него флекс ужимает их в вертикальную строчку */
	.startup-footer__main {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 2.5rem;
		padding: 4rem 0 2.5rem;
	}

	.startup-footer__brand {
		flex: 0 1 27.5rem;
		min-width: 15rem;
		gap: 0.75rem;
	}

	.startup-footer__logo img {
		height: 2.25rem;
	}

	.startup-footer__cols {
		flex: 0 1 47.5rem;
		min-width: 18rem;
		flex-direction: row;
		justify-content: flex-end;
		gap: 5rem;
	}

	.startup-footer__col {
		flex: 0 1 12.5rem;
		min-width: 8rem;
	}

	.startup-footer__links {
		gap: 0.5rem;
	}

	.startup-footer__bottom {
		flex-direction: row;
		gap: 2.5rem;
		padding: 2.5rem 0;
	}
}

/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/microloan-promo-header/style.css?17902284397932 */
/* /local/templates/ipotekatmpl/components/bitrix/main.site.selector/selects_v2/style.css?1776296133624 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/startup-hero/style.css?17900735822022 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/microloan-promo-facts/style.css?17860957661674 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/startup-terms/style.css?17901403191554 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/p2p-promo-cards/style.css?17901399982899 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/startup-steps/style.css?17902419262594 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/p2p-promo-savings/style.css?17889608634473 */
/* /local/templates/ipotekatmpl/components/ipotekabank/webform/standart_form/style.css?17762961339499 */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/faq_list_accordion/style.css?1777360076114 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/startup-footer/style.css?17900735822882 */
