

/* Start:/local/templates/ipotekatmpl/components/bitrix/news.detail/real-estate/style.css?17762961339985*/
.real-estate-page section>.container {
    padding: 0;
}

main:has(.real-estate-page) {
    padding-top: 0;
}

/* HERO */
.real-estate-page .illustration-hero {
    padding-top: .5rem;
    padding-bottom: .75rem;
    gap: 1rem;
}

.real-estate-page .illustration-hero__title.hero-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
}

.real-estate-page .illustration-hero__title {
    max-width: 900px;
    align-self: center;
    text-align: center;
}

.real-estate-page .illustration-hero__description {
    max-width: 700px;
    align-self: center;
    text-align: center;
}

.real-estate-page .illustration-hero__content {
    align-items: stretch;
    text-align: center;
}

.real-estate-page .illustration-hero__description {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0 1rem;
}

.real-estate-page .illustration-hero__image {
    padding-top: 0;
    padding-bottom: .75rem;
    order: -1;
}

.real-estate-page .illustration-hero__image img {
    max-width: 100%;
    max-height: unset;
    width: 100%;
    border-radius: 1rem;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
}

.real-estate-page .illustration-hero__content>.button {
    align-self: center;
    margin-top: .25rem;
    width: 265px;
}

/* IMAGE CARDS  */
.real-estate-page .sme-img-card {
    padding: 1.5rem;
    border-radius: var(--radius-16);
    align-items: flex-start;
    gap: 1rem;
}

.real-estate-page .sme-img-card .sme-img-card__img {
    padding: .75rem;
    border-radius: .625rem;
    background-color: var(--container-higher);
}

.real-estate-page .sme-img-card .sme-img-card__img img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.real-estate-page .sme-img-card .sme-img-card__content {
    gap: .5rem;
}

.real-estate-page .sme-img-card .sme-img-card__title {
    font-family: var(--hero-font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
}

.real-estate-page .sme-img-card .sme-img-card__subtitle {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--on-surface);
}

/* TABS */
.real-estate-page .autocredit-info {
    background-color: transparent;
    border-radius: 0;
    gap: var(--space-2x);
    padding: 0;
}

.real-estate-page .autocredit-info .hero-subtitle {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    max-width: 900px;
    margin: 0 auto .75rem;
    text-align: center;
}

.real-estate-page .autocredit-info .tab-nav {
    align-self: center;
    background-color: #E3E5E5;
    padding: .625rem .75rem;
    width: 100%;
}

.real-estate-page .autocredit-info .tab-nav .tab-button {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    height: 2.625rem;
}

.real-estate-page .autocredit-info .tab-content .card-table {
    padding: 1.25rem;
    border-radius: 1.5rem;
    background-color: var(--container-high);
}

.real-estate-page .autocredit-info .tab-content .card-table .card-table-row {
    margin-bottom: .5rem;
    padding: .75rem 1rem;
    border-radius: 1rem;
}

.real-estate-page .autocredit-info .tab-content .card-table .card-table-row .row {
    row-gap: .5rem;
}

.real-estate-page .autocredit-info .tab-content .card-table .card-table-row .lead-normal-highlighted {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.37;
}

.real-estate-page .autocredit-info .tab-content .card-table .card-table-row .lead-normal {
    font-size: 1rem;
    line-height: 1.37;
}

.real-estate-page .autocredit-info .tab-content .card-table .autocredit-info {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

/* STEPS  */

.real-estate-page .autocredit-features-section .container>h2 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    margin: 0 auto 2rem;
}

.real-estate-page .utp2-feature {
    flex-direction: row;
    gap: var(--space-2x);
    padding: 1, 5rem 1rem;
    align-items: flex-start;
    border-radius: 1.5rem;
}

.real-estate-page .utp2-feature .utp2-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 0;
}


.real-estate-page .utp2-feature .utp2-description {
    font-size: 1rem;
    line-height: 1.37;
    font-weight: 400;
    min-height: 2.75rem;
}

/* BANNER */
.salary-banner {
    --bg-color: var(--container-high);
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.75rem;
    border-radius: var(--radius-24);
    background-color: var(--bg-color);
    margin-top: 1rem;
    overflow: hidden;
}

.salary-banner .salary-banner__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-2x);
    flex-grow: 1;
}

.salary-banner .salary-banner__title {
    font-family: var(--hero-font-family);
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.salary-banner .salary-banner__text {
    font-size: 1rem;
    line-height: 1.37;
}

.salary-banner .salary-banner__text li:not(:last-child) {
    margin-bottom: .75rem;
}

.salary-banner .salary-banner__text ul,
.salary-banner .salary-banner__text ul li,
.salary-banner .salary-banner__text span,
.salary-banner .salary-banner__text p {
    font: inherit;
    line-height: inherit;
    color: inherit;
}

.salary-banner .salary-banner__img {
    height: 136px;
    flex-shrink: 0;
    position: relative;
}

.salary-banner .salary-banner__img img {
    position: absolute;
    max-width: 240px;
    max-height: 240px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 80px);
}

@media (min-width: 768px) {

    /* HERO */
    .real-estate-page .illustration-hero {
        padding-top: 2rem;
        padding-bottom: 0;
        gap: 1.5rem;
    }

    .real-estate-page .illustration-hero__title.hero-title {
        margin-bottom: 0;
        font-size: 3rem;
        line-height: 1.1;
    }

    .real-estate-page .illustration-hero__description {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 0;
    }

    .real-estate-page .illustration-hero__image {
        padding-top: .75rem;
        padding-bottom: 0;
        order: 1;
    }

    .real-estate-page .illustration-hero__image img {
        aspect-ratio: 2 / 1;
    }

    .real-estate-page .illustration-hero__content>.button {
        margin-top: .5rem;
        width: unset;
    }

    /* IMAGE CARDS  */
    .real-estate-page .sme-img-card {
        padding: 2rem;
        gap: 1.5rem;
    }

    .real-estate-page .sme-img-card .sme-img-card__img {
        padding: 1rem;
    }

    .real-estate-page .sme-img-card .sme-img-card__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .real-estate-page .sme-img-card .sme-img-card__subtitle {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    /* TABS */
    .real-estate-page .autocredit-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "title tab"
            "table table";
        row-gap: 2.5rem;
        align-items: center;
    }

    .real-estate-page .autocredit-info .hero-subtitle {
        font-size: 2.5rem;
        line-height: 1.1;
        text-align: left;
        margin: 0;
    }

    .real-estate-page .autocredit-info .tab-nav {
        width: min-content;
        margin-left: auto;
        padding: .375rem;

    }

    .real-estate-page .autocredit-info .tab-nav .tab-button {
        font-weight: 500;
        font-size: 1.125rem;
        line-height: 1.17;
    }

    .real-estate-page .autocredit-info .tab-content {
        grid-area: table;
    }

    .real-estate-page .autocredit-info .tab-content .card-table {
        padding: 2rem 2.5rem;
        border-radius: 2rem;
    }

    .real-estate-page .autocredit-info .tab-content .card-table .card-table-row {
        padding: 1.25rem 2rem;
        border-radius: 1.5rem;
    }

    .real-estate-page .autocredit-info .tab-content .card-table .card-table-row .lead-normal-highlighted {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.5rem;
    }

    .real-estate-page .autocredit-info .tab-content .card-table .card-table-row .lead-normal {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    /* STEPS  */

    .real-estate-page .autocredit-features-section .container>h2 {
        font-size: 2.5rem;
        line-height: 1.1;
        margin: 0 auto 2rem;
    }

    .real-estate-page .utp2-feature {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
        align-items: flex-start;
        border-radius: 1rem;
    }

    .real-estate-page .utp2-feature .utp2-icon {
        width: 2.125rem;
        height: 2.125rem;
        font-size: 1.125rem;
        line-height: normal;
    }


    .real-estate-page .utp2-feature .utp2-description {
        font-size: 1.125rem;
        line-height: 1.5;
        align-self: stretch;
    }

    /* BANNER */
    .salary-banner {
        flex-direction: row;
        padding: 3.25rem 4.5rem;
        margin-top: 1.5rem;
    }

    .salary-banner .salary-banner__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .salary-banner .salary-banner__text {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .salary-banner .salary-banner__img {
        width: 206px;
        height: auto;
    }

    .salary-banner .salary-banner__img img {
        max-width: 350px;
        max-height: 350px;
        top: 0;
        bottom: unset;
        transform: translate(-50%, -100px);
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/page_header_banner/style.css?1776296133912*/
    .illustration-hero {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    .illustration-hero__content {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        text-align: center;
        align-items: center;
    }

    .illustration-hero__title {
        color: var(--on-surface);
        margin: 0;
    }

    .illustration-hero__description {
        font-size: 1.25rem;
        line-height: 1.5;
        color: var(--on-surface-variant);
        max-width: 30rem;
    }

    .illustration-hero__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .illustration-hero__image img{
		max-width: 34rem;
		max-height: 28rem;
    }
	
	@media (max-width: 544px) {
		.illustration-hero__image img{
			max-width: 95%;
		}
	}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/percent_section_modal/style.css?17762961334106*/
.rate-modal {
	display: flex;
	flex-direction: column;
}

.rate-modal__title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 16px;
	text-align: left;
}


.rate-modal__section strong,
.rate-modal__section b {
	font-weight: 600;
	margin-bottom: 4px;
}

.rate-modal__section p {
	color: #333;
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 16px;
}



/* .modal-mobile {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: flex-end;
	} */

.modal-mobile .modal-dialog {
	margin: 0;
	width: 100%;
	max-width: unset;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
}

.modal-mobile.show .modal-dialog {
	pointer-events: none;
}

.modal-mobile .modal-content {
	border-radius: var(--radius-12) var(--radius-12) 0 0;
	max-height: 80vh;
	overflow: auto;
}


.ipoteka-percent-section .percent-grid {
	display: flex;
	flex-direction: column;
	padding: var(--space-2x);
	border-radius: var(--radius-16);
	background-color: var(--container-high);
	gap: var(--space-2x);
}

.ipoteka-percent-section .percent-grid .percent-block {
	display: flex;
	gap: var(--space-base);
	align-items: center;
}

.ipoteka-percent-section .percent-block .percent-block__icon {
	display: flex;
	justify-content: center;
	color: var(--primary);
}

.ipoteka-percent-section .percent-block .percent-block__icon img {
	width: var(--dimension-6);
	height: var(--dimension-6);
	filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(705%) hue-rotate(58deg) brightness(94%) contrast(94%);
}

.ipoteka-percent-section .percent-block .percent-block__icon rect {
	width: var(--dimension-8);
	height: var(--dimension-8);
}

.ipoteka-percent-section .percent-block .percent-block__content {
	display: flex;
	flex-direction: column;
}

.ipoteka-percent-section .percent-block .percent-block__title {
	display: flex;
	align-items: center;
	gap: var(--space-base);
	font-weight: var(--body-highlighted-font-weight);
}

.ipoteka-percent-section .percent-block .percent-block__subtitle {
	--font-size: var(--small-font-size);
	--line-height: var(--small-line-height);
	--font-weight: var(--small-font-weight);
	--font-family: var(--small-font-family);
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-size: var(--font-size);
	line-height: var(--line-height);
	color: var(--on-surface-variant);
}




@media (min-width: 768px) {
	.ipoteka-percent-section .percent-grid {
		flex-direction: row;
		justify-content: center;
		padding: 0;
		border-radius: none;
		background-color: var(--color-transparent);
	}

	.ipoteka-percent-section .percent-grid .percent-block {
		flex-direction: column;
		padding-right: var(--space-2x);
		border-right: 1px solid var(--outline-variant);
	}

	.ipoteka-percent-section .percent-grid .percent-block:last-child {
		border-right: unset;
	}

	.ipoteka-percent-section .percent-block .percent-block__icon img {
		width: var(--dimension-8);
		height: var(--dimension-8);
	}

	.ipoteka-percent-section .percent-block .percent-block__content {
		padding: 0 var(--space-md);
		text-align: center;
	}

	.ipoteka-percent-section .percent-block .percent-block__title {
		justify-content: center;
		--font-size: var(--headline-3-font-size);
		--line-height: var(--headline-3-line-height);
		--font-weight: var(--headline-3-font-weight);
		--font-family: var(--headline-3-font-family);
		font-family: var(--font-family);
		font-weight: var(--font-weight);
		font-size: var(--font-size);
		line-height: var(--line-height);
	}

	.ipoteka-percent-section .percent-block .percent-block__subtitle {
		--font-size: var(--body-font-size);
		--line-height: var(--body-line-height);
		--font-weight: var(--body-font-weight);
		--font-family: var(--body-font-family);
		font-family: var(--font-family);
		font-weight: var(--font-weight);
		font-size: var(--font-size);
		line-height: var(--line-height);
	}

	.mobile-modal {
		display: none;
	}

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/universal_calculator_final/style.css?177629613310341*/
/* 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);
}

/* Microloan select */
.calculator {
    padding: 1.25rem;
    border-radius: 1rem;
    background-color: var(--container-high);
}

.microloan-calculator-section {
    background-color: var(--container);
}

.calculator-wrapper {
    justify-content: center;
}

.calculator-section__title {
    text-align: center;
    font-size: 2.25rem;
    line-height: 0.97;
    font-weight: 500;
    margin-bottom: var(--space-3x);
}

.calculator-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.calculator-form .calculator-form-range {
    margin-top: var(--space-base);
}

.calculator-form .calculator-form-control:has(.calculator-form-range) {
    padding-bottom: 0;
}

.form-check input {
    flex-shrink: 0;
}

.calculator-form-control {
    display: flex;
    flex-direction: column;
    padding: 0.75rem var(--space-2x) 0.875rem;
    border-radius: var(--radius-16);
    background-color: var(--container-higher);
}

.calculator-form-control label {
    color: var(--on-surface-variant);
}

.calculator-form-el {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    outline: none;
    appearance: none;
}

.calculator-form-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: var(--radius-12);
    background: var(--container);
    outline: none;

    /* Chrome fill simulation */
    background-image: linear-gradient(var(--primary), var(--primary));
    background-repeat: no-repeat;
    background-size: 50% 100%;
    /* updated via JS */
}

/* thumb */
.calculator-form-range::-moz-range-thumb {
    width: var(--dimension-5);
    height: var(--dimension-5);
    background: var(--primary);
    border-radius: var(--radius-999);
    cursor: pointer;
}

/* Chrome thumb */
.calculator-form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: var(--dimension-5);
    height: var(--dimension-5);
    background: var(--primary);
    border-radius: var(--radius-999);
    cursor: pointer;
}

.calculator-form__text {
    font-size: 1.75rem;
    text-align: center;
}

.calculator-result-card {
    display: flex;
    flex-direction: column;
    gap: var(--space-2x);
    border-radius: var(--radius-16);
    background-color: var(--container-higher);
    padding: 1.75rem var(--space-2x);
}

.calculator-result-card .calculator-result-card__header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    font-family: var(--hero-font-family);
}

.calculator-result-card .calculator-result-card__subtitle {
    font-size: 1.125rem;
    line-height: 1;
}

.calculator-result-card .calculator-result-card__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.calculator-result-card .calculator-result-card__body {
    display: flex;
    flex-direction: column;
}

.calculator-result-card .calculator-result-card__body p {
    max-width: 27.5rem;
    align-self: center;
    text-align: center;
    color: var(--on-surface-variant);
    line-height: 1.3;
}

.calculator-result-card .calculator-result-card__actions {
    display: flex;
    flex-direction: column;
    gap: var(--space-2x);
}

.calculator-result-card .button.button--app-link {
    font-size: 1.125rem;
    font-weight: 400;
    height: auto;
}

.calculator-result-card .button.button--download {
    padding: 0;
    align-self: center;
    height: auto;
    font-weight: 400;
}

.deadline-row {
    gap: 0.75rem;
}

.loan-control {
    display: flex;
    flex-direction: column;
}

.loan-control.loan-select .calculator-form-control {
    padding-bottom: 0;
}

.loan-control.loan-select .calculator-form-control .simple-select {
    margin-left: -1rem;
    margin-right: -1rem;
}

.loan-control.loan-select .calculator-form-control .simple-select .simple-select__control.input {
    padding-top: .125rem;
    padding-bottom: .75rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    height: auto;
}

.loan-control.loan-select .calculator-form-control .simple-select .simple-select__placeholder {
    font: inherit;
}

.loan-control .loan-control__range-label {
    display: flex;
    justify-content: space-between;
    margin-top: var(--space-half);
    pointer-events: none;
}

.loan-control .loan-control__range-label .start {
    order: 0;
}

.loan-control .loan-control__range-label .end {
    order: 1;
}


.loan-input .loan-input__label {
    display: block;
    margin-bottom: .5rem;
}

.calculator .calculator__result {
    padding: 2rem;
    background-color: var(--container-higher);
    border-radius: var(--radius-24);
}

.calculator .calculator-result-wrapper {
    max-width: 400px;
    margin-left: auto;

}

.schedule-collapse-trigger svg {
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
}

.schedule-collapse-trigger.is-expanded svg {
    transform: rotate(180deg);
    transition: all .2s ease-in-out;
}

.result-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.result-item {
    display: flex;
    flex-direction: column;
}

.result-item .result-item__label {
    color: var(--on-surface-variant);
}

.result-item .result-item__value {
    font-size: 1.125rem;
    font-weight: 600;
}

.main-result {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--container);
}

.main-result .main-result__label {
    color: var(--on-surface-variant);
}

.main-result .main-result__value {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--hero-font-family);
}

.payment-schedule {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 0 0;
}

.schedule-table {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: var(--radius-12);
    background-color: var(--container-higher);
    max-height: 500px;
    overflow-y: auto;
}

.schedule-table thead th {
    font-size: .875rem;
    font-weight: 500;
    background-color: var(--container-high);
    color: var(--on-surface-variant);
    line-height: 1.2;
}

.schedule-table table tr td,
.schedule-table table tr th {
    border: none;
}

.schedule-table tr td,
.schedule-table tr th {
    padding: .5rem 1rem;
}


.schedule-table table tr:not(:last-child) {
    border-bottom: 1px solid var(--container);
}

.schedule-table tr td:first-child,
.schedule-table tr th:first-child {
    text-align: left;
}

.schedule-table tr td,
.schedule-table tr th {
    text-align: right;
}

.schedule-table tbody tr td:first-child {
    color: var(--on-surface-variant);
}

.result-action-list {
    margin-top: 2rem;
}

.schedule-table tr.year-divider td.year-cell {
    background-color: var(--container);
    color: var(--on-surface);
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.schedule-table tfoot {
    border-top: 2px solid var(--outline);
}

.schedule-table tfoot tr td {
    font-weight: 600;
}

.schedule-collapse-trigger {
    align-self: center;
}

.calculator__bottom-text {
    padding: 0 2rem;
    color: var(--on-surface-variant);
    font-size: .875rem;
    line-height: 1.2;
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    .calculator-section__title {
        font-size: 3.75rem;
        line-height: 0.97;
        font-weight: 500;
        margin-bottom: var(--space-l);
    }

    .calculator-form__text {
        font-size: 2.75rem;
    }

    .deadline-row {
        gap: 0;
    }

    .calculator-result-card {
        gap: 1.25rem;
        padding: 1.75rem var(--space-md);
    }

    .calculator-result-card .calculator-result-card__subtitle {
        font-size: 1.5rem;
        line-height: 1;
    }

    .calculator-result-card .calculator-result-card__title {
        font-size: 2.75rem;
    }

    .calculator-result-card .button.button--app-link {
        font-size: 1.5rem;
        height: auto;
    }

    .calculator {
        padding: 2rem 2.5rem;
        border-radius: 2rem;
    }

    .deadline-row {
        gap: 0;
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/detail-block/style.css?17762961331750*/
/* ПОДРОБНЕЕ */

.autocredit-info {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    background-color: var(--color-bg-4);
    border-radius: var(--radius-32);
    padding: var(--space-md);
}

.card-table-title {
    text-align: center;
    margin: 0 auto .75rem;
    max-width: 800px;
}

.card-table .card-table-row {
    margin-bottom: 0.75rem;
    padding: 1.25rem 2rem;
    background-color: var(--color-bg-5);
    border-radius: var(--radius-24);
}

.card-table-text {
    background: var(--container-higher);
    padding: var(--space-3x);
    border-radius: var(--radius-16);
}


.card-text {
    background-color: var(--color-bg-4);
    padding: 1.25rem 2rem;
    border-radius: var(--radius-16);
    color: var(--on-surface);
}

.file-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0.75rem 1.25rem;
    background-color: var(--color-bg-3);
    border-radius: var(--radius-24);
    text-decoration: none;
    color: var(--on-surface);
    height: 100%;
    min-height: 7.5rem;
}

.file-card__icon {
    line-height: 0;
    flex-shrink: 0;
}

.file-card__description {
    color: var(--on-surface-variant);
}


.file-card-v2 {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    color: black;
    margin-bottom: 1.5rem;
    text-decoration: none;
}

.file-card__title-v2 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    text-decoration: underline;
}

.file-card__size {
    font-size: 12px;
    font-weight: 500;
    color: #53585F;
    text-decoration: none;
}

@media (min-width: 768px) {

    .card-table-title {
        margin: 0 auto 2rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/print_block/style.css?1776296133391*/
.print-btn.button {
    padding: .75rem;
}

.print-section {
    display: flex;
    justify-content: flex-end;
}

#print-container {
    display: none;
}
@media print {

    body.print-only>*:not(#print-container) {
        display: none;
    }

    #print-container {
        display: block;
    }

    body.print-only .print-btn {
        display: none;
    }
	
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17762961332509*/
    .utp2-feature {
        display: flex;
        align-items: start;
        text-align: center;
        gap: 1rem;
        padding: var(--space-2x) var(--space-3x);
        background-color: var(--color-bg-4);
        border-radius: var(--radius-24);
        height: 100%;
    }

    .utp2-feature .utp2-icon {
        background-color: var(--primary);
        color: var(--on-primary);
        border-radius: 50%;
        display: flex;
        width: 1.5rem;
        height: 1.5rem;
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.4;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .utp2-feature .utp2-title {
        --font-size: var(--lead-font-size);
        --line-height: var(--lead-line-height);
        --font-weight: var(--lead-highlighted-font-weight);
        --font-family: var(--lead-font-family);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
        color: var(--on-surface);
        margin-bottom: unset;
        text-align: start;
    }

    .utp2-feature .utp2-description,
    .utp2-feature p.utp2-description,
    .utp2-feature span.utp2-description {
        --font-size: var(--lead-font-size);
        --line-height: 1.37;
        --font-weight: var(--lead-font-weight);
        --font-family: var(--lead-font-family);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
        color: var(--on-surface);
        margin-bottom: unset;
        text-align: start;
    }

    .autocredit-features-section h2 {
        white-space: normal;
        word-spacing: normal;
    }

    @media (min-width: 768px) {
        .utp2-feature {
            flex-direction: column;
            align-items: start;
            padding: var(--space-3x);
            gap: 0;
        }

        .utp2-feature .utp2-icon {
            margin-bottom: 2rem;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 600;
            width: 2rem;
            height: 2rem;
        }

        .utp2-feature .utp2-description,
        .utp2-feature p.utp2-description,
        .utp2-feature span.utp2-description {
            color: var(--on-surface);
        }
    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/webform/ipoteka_form/style.css?17762961333453*/
/**
 * Стили для компонента ipotekabank:webform
 */

	
/* 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__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;
}

/* End */
/* /local/templates/ipotekatmpl/components/bitrix/news.detail/real-estate/style.css?17762961339985 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/page_header_banner/style.css?1776296133912 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/percent_section_modal/style.css?17762961334106 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/universal_calculator_final/style.css?177629613310341 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/detail-block/style.css?17762961331750 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/print_block/style.css?1776296133391 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17762961332509 */
/* /local/templates/ipotekatmpl/components/ipotekabank/webform/ipoteka_form/style.css?17762961333453 */
