

/* Start:/local/templates/ipotekatmpl/components/bitrix/news.detail/deposits_detail_v3/style.css?17803795757929*/
.detail-v3 .section {
    padding: 1.5rem 0;
}

.detail-v3 .section .section__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.detail-v3 .section .section__title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    font-family: var(--hero-font-family);
    margin: 0;
    max-width: unset;
    text-align: inherit;
}

.detail-v3 .section .section__subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.37;
    font-family: var(--body-font-family);
    margin: 0;
    max-width: unset;
    text-align: inherit;
}

.report-corruption .top-row {
    gap: 0;
}

.detail-v3 .section__title.accordion-button {
    padding: 0;
    cursor: pointer;
}

.detail-v3 .section__title.accordion-button svg {
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
}

.detail-v3 .section__title.accordion-button.collapsed svg {
    transform: rotate(180deg);
    transition: all .2s ease-in-out;
}

.detail-v3 .autocredit-info {
    padding: 1.5rem;
    background-color: var(--container-high);
    border-radius: var(--radius-24);
}

.detail-v3 .autocredit-info .tab-nav {
    padding: .625rem .75rem;
    margin-bottom: 1.5rem;
}

.detail-v3 .autocredit-info .tab-nav .tab-button {
    height: 2.625rem;
}

.detail-v3 .card-table {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.detail-v3 .card-table .card-table-row {
    padding: .75rem 1rem;
    border-radius: var(--radius-16);
    background-color: var(--container-higher);
}

.detail-v3 .card-table .card-table-row .row {
    row-gap: .5rem;
}

.detail-v3 .card-table .card-table-term {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.37;
}

.detail-v3 .card-table .card-table-desc {
    font-size: 1rem;
    line-height: 1.37;
    font-weight: 400;
}

.detail-v3 .card-table .card-table-desc p,
.detail-v3 .card-table .card-table-desc ul,
.detail-v3 .card-table .card-table-desc ol,
.detail-v3 .card-table .card-table-desc li,
.detail-v3 .card-table .card-table-desc span {
    font: inherit;
    color: inherit;
}


.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);
}

.detail-v3 .card-grid .card-grid__header {
    text-align: left;
    align-items: stretch;
}

.detail-v3 .card-grid .card-grid__header .card-grid__title {
    max-width: unset;
}

.detail-v3 .card-grid .card-grid__header .card-grid__subtitle {
    max-width: unset;
}


@media (min-width: 768px) {

    .detail-v3 .card-grid__header .card-grid__subtitle {
        max-width: unset;
    }

    .detail-v3 .section {
        padding: 4rem 0;
    }

    .detail-v3 .section .section__header {
        margin-bottom: 2rem;
    }

    .detail-v3 .section .section__title {
        font-size: 2.5rem;
        line-height: 1.1;
        max-width: unset;
    }

    .detail-v3 .section .section__subtitle {
        font-size: 1.125rem;
        line-height: 1.5rem;
        max-width: unset;
    }

    .detail-v3 .autocredit-info {
        padding: 2rem;
        border-radius: var(--radius-32);
    }

    .detail-v3 .autocredit-info .tab-nav {
        margin-bottom: 2rem;
        width: min-content;
    }

    .detail-v3 .card-table {
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }

    .detail-v3 .card-table .card-table-row {
        padding: 1.25rem 1.5rem;
        border-radius: var(--radius-24);
    }

    .detail-v3 .card-table .card-table-row .row {
        row-gap: .75rem;
    }

    .detail-v3 .card-table .card-table-term {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: normal;
    }

    .detail-v3 .card-table .card-table-desc {
        font-size: 1.125rem;
        line-height: normal;
        font-weight: 400;
    }
}


/* Construction cards (IPOTEKA_DETAIL): 2 rows x 4 columns + modal */
.construction-cards-section .construction-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.modal-construction .modal-dialog {
    max-width: 1200px;
    width: 80%;
}

@media (max-width: 991px) {
    .construction-cards-section .construction-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.construction-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.construction-card__img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 12px;
    background: var(--surface-variant, #f5f5f5);
    position: relative;
}

.construction-card__img .construction-card__percent {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #52AE30;
    z-index: 2;
    color: #fff;
    padding: 0.5rem;
    font-weight: 600;
    border-radius: 100vh;
    font-size: 16px;
}

.construction-card__img .construction-card__soon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #ff7900;
    z-index: 2;
    color: #fff;
    padding: 0.5rem;
    font-weight: 600;
    border-radius: 100vh;
    font-size: 16px;
}

.construction-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.construction-card__content {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.construction-card__location svg {
    width: 16px;
    height: 20px;
    min-width: 16px;
}

/* .modal-dialog {
    width: 80% !important;
    max-width: 1200px !important;
} */

.modal-content {
    border-radius: var(--radius-16) !important;
}

.modal-header {
    border-bottom: none !important;
    padding: 0.5rem 1rem !important;
}

.modal-title {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.modal-body {
    background: #F6F7FA;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 16px 16px 0 0 !important;
}

.modal-header button {
    padding: 0 !important;
    opacity: 1 !important;
}


.construction-card__title {
    font-weight: 600;
    font-size: 18px;
    color: var(--on-surface);
    margin-bottom: 0.5rem;
}



.construction-card__text {
    font-size: 0.9375rem;
    color: var(--on-surface-variant);
    line-height: 1.4;
}

.construction-card__location {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    margin-top: 1rem;

}

.construction-card__location p {
    color: #545962;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 0;
}

#construction-cards-modal .construction-cards-grid {
    grid-template-columns: repeat(4, 1fr);
}

/* CONSTRUCTION */
.detail-btn {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding-top: .75rem;
}

.button.button--disabled {
    cursor: not-allowed;
    background-color: var(--container-high);
    color: var(--on-surface-variant);
}

@media (max-width: 767px) {
    #construction-cards-modal .construction-cards-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .modal-dialog {
        margin: 1.75rem auto !important;
    }

    .modal-body {
        max-height: 75vh;
    }

    .modal-title {
        font-size: 24px !important;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942*/
    .illustration-hero {
        display: flex;
        flex-direction: column;
        padding-top: .5rem;
        padding-bottom: .75rem;
        gap: 1rem;
    }

    .illustration-hero__content {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        text-align: center;
        align-items: center;
        text-align: center;
    }

    .illustration-hero__title {
        color: var(--on-surface);
        margin: 0;
        max-width: 900px;
        align-self: center;
    }

    .illustration-hero__description {
        font-size: 1.25rem;
        line-height: 1.5;
        color: var(--on-surface-variant);
        margin-bottom: 0;
        max-width: unset;
        padding: 0 1rem;
        max-width: 720px;
        align-self: center;
    }

    .illustration-hero__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: .75rem;
        width: 100%;
    }

    .illustration-hero__image img {
        max-width: 100%;
        width: 100%;
        border-radius: 1rem;
        object-fit: contain;
    }

    .illustration-hero__title.hero-title {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 48px;
        line-height: 1;
    }


    .softpos-page .illustration-hero__content>.button {
        align-self: center;
        margin-top: .25rem;
        width: 265px;
    }

    @media (max-width: 768px) {
        .illustration-hero__title.hero-title {
            font-size: 2rem;
        }

        .illustration-hero__image {
            order: -1;
        }

        .illustration-hero__image img {
            aspect-ratio: 1 / 1;
            object-fit: cover;
            object-position: center;
            width: 100%;
            height: 100%;

        }

    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/percent_section_modal/style.css?17792739824729*/
.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);
}


/* IPOTEKA SECTION B 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;
	}


	/* IPOTEKA SECTION B VARIANT */
	.ipoteka-percent-section.ipoteka-percent-section-b.section {
		padding: 2rem 0;
	}

	.ipoteka-percent-section.ipoteka-percent-section-b .percent-grid {
		justify-content: space-between;
	}

	.ipoteka-percent-section.ipoteka-percent-section-b .percent-grid .percent-block {
		padding-right: 0;
		border-right: none;
		gap: .625rem;
	}

	.ipoteka-percent-section.ipoteka-percent-section-b .percent-block .percent-block__title {
		font-size: 1.5rem;
		line-height: 1.17;
		font-weight: 600;
		font-family: var(--hero-font-family);
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/universal_calculator_b/style.css?178038187717148*/
/* 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.calculator-form-control--salary .calculator-form-range {
    display: none;
}

.calculator-form-control.calculator-form-control--salary .calculator-form-el {
    padding-bottom: .875rem;
}

.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: .25rem;
    pointer-events: none;
    font-size: 1.125rem;
    color: var(--on-surface-variant);
}

.loan-control .loan-control__range-label span {
    color: inherit;
    font: inherit;
}

.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;
    justify-content: space-between;
}

.result-item .result-item__label {
    color: var(--on-surface-variant);
}

.result-action__item .apply-btn {
    width: 100%;
}

.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;
}

.payment-schedule .collapse{
	text-align: center;
}


.payment-schedule-inner {
    padding: 1.5rem;
    border-radius: var(--radius-12);
    background-color: var(--container-higher);
    overflow: hidden;
    display: none;
	margin-bottom: 1rem;
}

.schedule-table {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
}

.schedule-table::-webkit-scrollbar-track,
.schedule-table-mobile::-webkit-scrollbar-track {
    background-color: transparent;
}

.schedule-table::-webkit-scrollbar,
.schedule-table-mobile::-webkit-scrollbar {
    width: 8px;
}

.schedule-table::-webkit-scrollbar-track,
.schedule-table-mobile::-webkit-scrollbar-track {
    background: transparent;
}

.schedule-table::-webkit-scrollbar-thumb,
.schedule-table-mobile::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.schedule-table table {
    position: relative;
}

.schedule-table table thead {
    position: sticky;
    top: 0;
}

.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;
    text-align: center;
}

.calc-inner-header {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.calc-inner-header .section__title {
    margin: 0;
}

.currency-toggle {
    padding: 0;
    line-height: 1.37;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    gap: 0;
    height: auto;
    display: inline;
}

.currency-toggle span {
    color: inherit;
    font: inherit;
}

.calculator-form-control:has(input[name="[[INITIAL_PAYMENT]]"]) {
    position: relative;
}

.calculator-form-control:has(input[name="[[INITIAL_PAYMENT]]"])::after {
    position: absolute;
    content: attr(data-min-percent);
    right: 1rem;
    bottom: .875rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--on-surface-variant);
}

.region-tab {
    width: 100%;
}

.region-tab .tab-item,
.region-tab .tab-button {
    width: 100%;
}

.table-mobile {
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: var(--container-higher);
    border-radius: var(--radius-24);
}

.table-mobile-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tr {
    padding: 1rem;
    border-bottom: 1px solid #F6F7FA;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.tr span,
.tr p {
    font: inherit;
    color: inherit;
}

.tr-button {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.tr-button.collapsed .tr-button__icon svg {
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
}

.tr-button .tr-button__icon svg {
    transform: rotate(180deg);
    transition: all .2s ease-in-out;

}

.tr-detail {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.tr-detail__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tr-detail__item:last-child {
    align-items: flex-end;
}

.tr__term {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.28;
}

.tr__desc {
    font-size: .75rem;
    line-height: 1.33;
    color: var(--on-surface-variant);
}

.tr-button__icon {
    flex-shrink: 0;
}

.table-card {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .75rem;
    background-color: var(--container-high);
    border-radius: var(--radius-12);
}

.tr-dt {
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    line-height: 1.33;
}

.tr-t {
    color: var(--on-surface-variant);
}

.tr-d {
    font-weight: 600;
}

.table-footer-card__title {
    font-size: .875rem;
    line-height: 1.28;
    font-weight: 500;
}

.schedule-table-mobile {
    overflow: auto;
    height: 600px;
    background-color: var(--container-higher);
    border-radius: var(--radius-24);
}

.comfort-card {
    display: flex;
    gap: .5rem;
    padding: .75rem;
    border-radius: var(--radius-16);
    border: 1px solid #52AE30;
    background-color: #F0FAF5;
    margin-top: .75rem;
    --circle-bg: #52AE30;
    --text-color: #016748;
}

.comfort-card .comfort-card__icon {
    flex-shrink: 0;
    padding: 2px;
    width: 1.5rem;
    height: 1.5rem;
    align-self: flex-start;
    display: flex;
}

.comfort-card .comfort-card__icon::before {
    border-radius: var(--radius-999);
    background-color: var(--circle-bg);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.comfort-card .comfort-card__content {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.comfort-card .comfort-card__title {
    font-size: .875rem;
    line-height: 1.28;
    color: var(--text-color);
}

.comfort-card .comfort-card__title span,
.comfort-card .comfort-card__title p,
.comfort-card .comfort-card__title span,
.comfort-card .comfort-card__title div {
    color: inherit;
    font: inherit;
}

.comfort-card .comfort-card__text {
    font-size: .875rem;
    line-height: 1.23;
    color: var(--on-surface-variant);
}

.comfort-card .comfort-success,
.comfort-card .comfort-warning,
.comfort-card .comfort-error {
    display: none;
}

.comfort-card.comfort-card--success {
    border-color: #52AE30;
    background-color: #F0FAF5;
    --circle-bg: #52AE30;
    --text-color: #016748;
}

.comfort-card.comfort-card--success .comfort-success,
.comfort-card.comfort-card--warning .comfort-warning,
.comfort-card.comfort-card--error .comfort-error {
    display: inline;
}

.comfort-card.comfort-card--warning {
    border-color: #FC0;
    background-color: #FFFBEA;
    --circle-bg: #FC0;
    --text-color: #9B4E23;
}

.comfort-card.comfort-card--error {
    border-color: #FF435A;
    background-color: #FEF3F2;
    --circle-bg: #FF435A;
    --text-color: #9A1B1B;
}

.download_pdf{
	margin: 0 auto;
    display: block;
}

@media (min-width: 786px) {
    .calc-inner-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .region-tab {
        width: fit-content;
    }

    .payment-schedule-inner {
        display: block;
    }

    .schedule-table-mobile {
        display: none;
    }

    .comfort-card .comfort-card__title {
        font-size: 1rem;
        line-height: 1.5;
    }

    .comfort-card .comfort-card__text {
        font-size: .875rem;
        line-height: 1.28;
    }
}

@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/html/relief-cards/style.css?17793838112547*/
.relief-card-grid .row {
    --bs-gutter-x: .75rem;
}

.relief-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background-color: var(--container-high);
    border-radius: var(--radius-24);
    height: 100%;
    gap: 1rem;
}

.relief-card .relief-card__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.relief-card .relief-card__icon {
    align-self: flex-start;
    padding: .75rem;
    border-radius: 10px;
    background-color: var(--container-higher);
    flex-shrink: 0;
}

.relief-card .relief-card__icon img {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.relief-card .relief-card__content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.relief-card .relief-card__title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--hero-font-family);
}

.relief-card .relief-card__subtitle {
    font-size: 1rem;
    line-height: 1.37;
}

.relief-card .relief-card__action {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.relief-card .relief-card__message {
    display: flex;
    padding: .75rem 1rem;
    border-radius: var(--radius-16);
    gap: .625rem;
    color: var(--primary);
    background-color: var(--container-higher);
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.37;
}

.relief-card .relief-card__info {
    display: inline;
    text-align: center;
    background-color: var(--container-higher);
    border-radius: var(--radius-16);
    align-items: baseline;
    padding: 1rem;
    font-size: .875rem;
    line-height: 1.28;
    font-weight: 400;
}

.relief-card .relief-card__message span,
.relief-card .relief-card__message p,
.relief-card .relief-card__message div,
.relief-card .relief-card__info span,
.relief-card .relief-card__info p,
.relief-card .relief-card__info div {
    font: inherit;
    color: inherit;
}

.relief-card .relief-card__message svg {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .relief-card-grid .row {
        --bs-gutter-x: 1.25rem;
    }

    .relief-card {
        padding: 2rem;
        border-radius: var(--radius-32);
    }

    .relief-card .relief-card__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .relief-card .relief-card__subtitle {
        line-height: 1.5;
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/card-grid/style.css?17803791133915*/
.sme-types-section .row {
	row-gap: .75rem;
}

.card-grid .card-grid__header {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap: .75rem;
	margin-bottom: 1.5rem;
}

.card-grid .card-grid__title {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
	font-family: var(--hero-font-family);
	max-width: 900px;
}

.card-grid .card-grid__subtitle {
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
	color: var(--on-surface-variant);
}

.card-grid .card-grid__body {
	overflow-x: auto;
}

.card-grid .card-grid__grid {
	display: grid;
	column-gap: .75rem;
	grid-auto-flow: column;
	grid-auto-columns: 260px;
	overflow-x: auto;
}

.img-card {
	display: flex;
	flex-direction: column;
	padding: 1.25rem;
	height: 100%;
	border-radius: var(--radius-24);
	background-color: var(--container-high);
	gap: .75rem;
	align-items: center;
}

.img-card .img-card__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.img-card .img-card__img {
	flex-shrink: 0;
}

.img-card .img-card__title {
	font-family: var(--hero-font-family);
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
}

.img-card .img-card__text {
	font-size: 1rem;
	line-height: 1.3;
	color: var(--on-surface);
}

.img-card .img-card__text>p,
.img-card .img-card__text>ul,
.img-card .img-card__text>ol,
.img-card .img-card__text>span,
.img-card .img-card__text li {
	font: inherit;
	color: inherit;
	line-height: inherit;
}

.img-card .img-card__text p {
	margin-bottom: .75rem;

}

.img-card .img-card__text li:not(:last-child) {
	margin-bottom: .75rem;
}

.warning-card {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	padding: 1.5rem;
	border-radius: var(--radius-24);
	background-color: var(--container-high);
	margin-top: 1.5rem;
}

.warning-card .warning-card__title {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 600;
	flex-shrink: 0;
}

.warning-card .warning-card__text {
	line-height: 1.37;
}

@media (min-width: 768px) {

	.warning-card {
		flex-direction: row;
		gap: 1rem;
		padding: 2rem;
		border-radius: var(--radius-32);
		align-items: center;
		margin-top: 1.25rem;
	}

	.warning-card .warning-card__text {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.card-grid .card-grid__header {
		gap: 1.25rem;
		margin-bottom: 2rem;
	}

	.card-grid .card-grid__title {
		font-size: 2.5rem;
		line-height: 1.1;
	}

	.card-grid .card-grid__subtitle {
		max-width: 702px;
		line-height: 1.5rem;
		margin-left: 0;
		margin-right: 0;
	}

	.card-grid .card-grid__grid {
		row-gap: 1.25rem;
		column-gap: 1.25rem;
		grid-auto-flow: row;
		grid-auto-columns: auto;
		grid-template-columns: repeat(7, minmax(0, 1fr));
		overflow-x: unset;
	}

	.card-grid.card-grid--even .card-grid__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.img-card {
		display: flex;
		flex-direction: row;
		padding: 2.5rem;
		gap: 1.5rem;
	}

	.card-grid.card-grid--even .img-card {
		padding: 2rem;
	}

	.img-card:nth-child(4n + 1),
	.img-card:nth-child(4n) {
		grid-column: auto / span 4;
	}

	.img-card:nth-child(4n + 2),
	.img-card:nth-child(4n + 3) {
		grid-column: auto / span 3;
	}



	.card-grid.card-grid--even .img-card:nth-child(4n + 1),
	.card-grid.card-grid--even .img-card:nth-child(4n) {
		grid-column: auto;
	}

	.card-grid.card-grid--even .img-card:nth-child(4n + 2),
	.card-grid.card-grid--even .img-card:nth-child(4n + 3) {
		grid-column: auto;
	}

	.img-card .img-card__content {
		gap: 1rem;
	}

	.img-card .img-card__title {
		font-size: 1.5rem;
	}

	.img-card .img-card__text {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.img-card .img-card__img img {
		max-width: 150px;
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17792759575189*/
    .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-feature--white {
        padding: 1rem;
        background-color: white;
    }

    .utp2-feature .utp2-icon {
        background-color: var(--primary);
        color: var(--on-primary);
        border-radius: 50%;
        display: flex;
        width: 2rem;
        height: 2rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 600;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .utp2-feature .utp2-content {
        display: flex;
        gap: .25rem;
        flex-direction: column;
    }

    .utp2-feature .utp2-title {
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.33;
        color: var(--on-surface);
        margin-bottom: unset;
        text-align: start;
    }

    .utp2-feature .utp2-description,
    .utp2-feature p.utp2-description,
    .utp2-feature span.utp2-description {
        line-height: 1.37;
        color: var(--on-surface);
        margin-bottom: unset;
        text-align: start;
    }

    .autocredit-features-section h2 {
        white-space: normal;
        word-spacing: normal;
    }

    .utp2-feature.utp2-feature--vertical {
        flex-direction: column;
    }

    .utp2-feature .utp2-title {
        margin-top: 0;
    }

    .supplier-proccess-section .container>h2 {
        font-size: 1.75rem;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 1rem;
        text-align: center;
    }

    .supplier-proccess-section .utp2 {
        padding: 1.5rem;
        border-radius: var(--radius-24);
        background-color: var(--container-high);
    }

    .supplier-proccess-section .utp2 .row {
        row-gap: .75rem;
    }

    .supplier-proccess-section .container>h2 {
        margin-top: 0;
    }

    .utp2-feature.utp2-feature-b {
        padding: 1.5rem 1rem;
        border-radius: var(--radius-24);
    }

    .utp2-feature.utp2-feature-b .utp2-icon {
        width: 1.5rem;
        height: 1.5rem;
        font-size: .875rem;
        line-height: 1.3;
        font-weight: 600;
    }

    .utp2-feature.utp2-feature-b .utp2-description,
    .utp2-feature.utp2-feature-b p.utp2-description,
    .utp2-feature.utp2-feature-b span.utp2-description {
        font-size: .875rem;
        line-height: 1.28;
        color: var(--on-surface-variant);
    }

    .utp2-feature.utp2-feature-b .utp2-content {
        gap: .5rem;
    }

    .utp2-feature.utp2-feature-b .utp2-title {
        font-size: 1.25rem;
        line-height: 1.3;
        font-weight: 600;
    }

    @media (min-width: 768px) {
        .utp2-feature {
            flex-direction: column;
            align-items: start;
            padding: var(--space-3x);
            gap: 0;
        }

        .utp2-feature.utp2-feature--white {
            padding: 1.5rem;
        }

        .utp2-feature .utp2-icon {
            margin-bottom: 2rem;
        }

        .utp2-feature.utp2-feature--white {
            gap: 1rem;
        }

        .utp2-feature.utp2-feature--white .utp2-icon {
            margin-bottom: 0;
        }

        .utp2-feature.utp2-feature--white .utp2-title {
            font-size: 1.5rem;
            line-height: 1.17;
            font-family: var(--hero-font-family);
        }

        .utp2-feature.utp2-feature--white .utp2-description {
            font-size: 1rem;
            line-height: 1.5;
        }

        .utp2-feature .utp2-description,
        .utp2-feature p.utp2-description,
        .utp2-feature span.utp2-description {
            color: var(--on-surface);
        }

        .supplier-proccess-section .container>h2 {
            font-size: 2.5rem;
            line-height: 1.1;
            margin-bottom: 2rem;
        }

        .supplier-proccess-section .utp2 {
            padding: 2.5rem;
            border-radius: var(--radius-32);
        }

        .supplier-proccess-section .utp2 .row {
            row-gap: 2rem;
        }

        .utp2-feature.utp2-feature-b {
            padding: 2rem;
            gap: 1rem;
            border-radius: var(--radius-32);
        }

        .utp2-feature.utp2-feature-b .utp2-icon {
            width: 2rem;
            height: 2rem;
            font-size: 1.125rem;
            line-height: normal;
            font-weight: 400;
            margin: 0;
        }

        .utp2-feature.utp2-feature-b .utp2-description,
        .utp2-feature.utp2-feature-b p.utp2-description,
        .utp2-feature.utp2-feature-b span.utp2-description {
            font-size: .875rem;
            line-height: 1.28;
            color: var(--on-surface-variant);
        }

        .utp2-feature.utp2-feature-b .utp2-content {
            gap: .25rem;
        }

        .utp2-feature.utp2-feature-b .utp2-title {
            font-size: 1.25rem;
            line-height: 1.5rem;
            font-weight: 600;
        }
    }
/* 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 */


/* 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/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/panel/report_corruption/style.css?17792766481532*/
.report-corruption h2 {
    margin: 0;
}

.card .card-content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: .75rem;
}

.modal-mobile .modal-dialog {
    width: 100%;
    max-width: unset;
}

.modal-mobile .modal-content {
    padding: 2rem 0;
}

.report-corruption.report-corruption-b .card {
    gap: 1rem;
}

.report-corruption.report-corruption-b .card .icon {
    line-height: 0;
}

.report-corruption.report-corruption-b .card .icon img {
    width: 1.5rem;
    height: 1.5rem;
}

.report-corruption.report-corruption-b .card .card-content h3 {
    font-weight: 600;
    margin: 0;
    font-family: var(--hero-font-family);
}

.report-corruption.report-corruption-b .card .card-content {
    display: flex;
    flex-direction: column;
    gap: .375rem;
}

.report-corruption.report-corruption-b .card .card-content p {
    line-height: 1.37;
    font-size: 1rem;
}

@media (min-width: 768px) {


    .report-corruption.report-corruption-b .card {
        gap: 1.5rem;
        padding: 2rem;
        border-radius: var(--radius-32);
    }

    .report-corruption.report-corruption-b .card .icon img {
        width: 2rem;
        height: 2rem;
    }

    .report-corruption.report-corruption-b .card .card-content h3 {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .report-corruption.report-corruption-b .card .card-content {
        display: flex;
        flex-direction: column;
        gap: .25rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/webform/modal_form/style.css?17762961333348*/
/**
 * Стили для компонента 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 .info-card svg {
    flex-shrink: 0;
}

.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/deposits_detail_v3/style.css?17803795757929 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/percent_section_modal/style.css?17792739824729 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/universal_calculator_b/style.css?178038187717148 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/relief-cards/style.css?17793838112547 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/card-grid/style.css?17803791133915 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17792759575189 */
/* /local/templates/ipotekatmpl/components/ipotekabank/webform/ipoteka_form/style.css?17762961333453 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/print_block/style.css?1776296133391 */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/faq_list_accordion/style.css?1777360076114 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/report_corruption/style.css?17792766481532 */
/* /local/templates/ipotekatmpl/components/ipotekabank/webform/modal_form/style.css?17762961333348 */
