

/* 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/html/ready-card/style.css?17762961331210*/
.ready-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.75rem .5rem;
	border-radius: var(--radius-24);
	background-color: var(--container-high);
}

.ready-card .ready-card__content {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.ready-card .ready-card__title {
	font-family: var(--hero-font-family);
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 600;
}

.ready-card .ready-card__subtitle {
	line-height: 1.37;
}

.ready-card .ready-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ready-card .ready-card__img img {
	width: 150px;
	height: 150px;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.ready-card {
		flex-direction: row;
		padding: 3.25rem 2.5rem;
		align-items: center;
	}

	.ready-card .ready-card__content {
		gap: 1rem;
		flex-grow: 1;
	}

	.ready-card .ready-card__title {
		font-size: 1.875rem;
	}

	.ready-card .ready-card__subtitle {
		line-height: 1.5rem;
	}

	.ready-card .ready-card__img {
		margin-right: 1.5rem;
		width: 228px;
		max-height: 4.5rem;
	}

	.ready-card .ready-card__img img {
		width: 228px;
		height: 228px;
	}

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/service-info-block/style.css?17762961332578*/
/* Info block component */
.info-block {
    padding: 1.5rem .75rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border-radius: var(--radius-24);
    background-color: var(--container-high);
}

.info-block .info-block__header {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    gap: .5rem;
}

.info-block .info-block__title {
    font-family: var(--hero-font-family);
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.1;
}

.info-block .info-block__subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
}

.info-block .info-block__desc {
    font-size: 1rem;
    line-height: 1.37;
}

.info-block .info-block__list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.info-step {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1rem;
    border-radius: var(--radius-24);
    background-color: var(--container-higher);
}

.info-step .info-step__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
}

.info-step .info-step__text {
    font-size: 1rem;
    line-height: 1.37;
    color: var(--on-surface);
}

.info-step .info-step__text li,
.info-step .info-step__text p,
.info-step .info-step__text span {
    font: inherit;
    line-height: inherit;
    color: inherit;
}

.info-step .info-step__text li:not(:last-child) {
    margin-bottom: .5rem;
}

.info-section {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    overflow-x: auto;
}

.info-section .info-block {
    width: 100%;
    min-width: 80vw;
}


@media (min-width: 768px) {

    .info-section .info-block {
        min-width: unset;
    }

    .info-block {
        padding: 2rem;
        gap: 1rem;
    }

    .info-block .info-block__header {
        padding: 0;
    }

    .info-block .info-block__title {
        font-size: 1.875rem;
        line-height: 1.2;
    }

    .info-block .info-block__subtitle {
        line-height: 1.5rem;
    }

    .info-block .info-block__desc {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .info-block .info-block__list {
        gap: 1rem;
    }

    .info-step {
        padding: 2rem;
    }

    .info-step .info-step__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }


    .info-step .info-step__text {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .info-section {
        gap: .75rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/comparison-table/style.css?17762961332606*/
.comparison-table-wrapper:has(.card-table--mobile-divide) {
    overflow-x: auto;
    display: flex;
    gap: .75rem;
}

.comparison-table-wrapper .card-table {
    width: 100%;
}

.comparison-table-wrapper:has(.card-table--mobile-divide) .card-table:not(.card-table--mobile-divide) {
    display: none;
}

.card-table.card-table--new {
    padding: 1.5rem .75rem;
    border-radius: 1.5rem;
    background-color: var(--container-high);
}

.card-table.card-table--mobile-divide {
    min-width: 80vw;
}

.card-table.card-table--new .card-table__title {
    font-family: var(--hero-font-family);
    font-size: 1.375rem;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding: 0 1rem;
}

.card-table.card-table--new .card-table__header .card-table__cell {
    color: var(--on-surface-variant);
}

.card-table.card-table--new .card-table__cell {
    font-size: .875rem;
    line-height: 1.28;
}

.card-table.card-table--new .card-table__cell:first-child {
    font-weight: 500;
}

.card-table.card-table--comparison .card-table__cell:first-child {
    font-weight: 400;
}

.card-table.card-table--new .card-table__cell svg {
    display: inline-block;
    vertical-align: middle;
}

.card-table.card-table--new .card-table__header {
    display: none;
}

.card-table .card-table-row:last-child {
    margin-bottom: 0;
}

.card-table.card-table--new .card-table-row .row {
    row-gap: .5rem;
}

.card-table.card-table--new .card-table-row {
    padding: .75rem 1rem;
    border-radius: var(--radius-16);
}

@media (min-width: 768px) {
    .card-table.card-table--new .card-table-row:not(.card-table__header) .card-table__cell {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .card-table.card-table--new .card-table__header {
        display: block;
    }

    .card-table.card-table--new {
        padding: 2rem 2.5rem;
        border-radius: 2rem;
    }

    .card-table.card-table--new .card-table-row {
        padding: 1.5rem 2rem;
        border-radius: var(--radius-24);
    }

    .card-table.card-table--comparison .card-table__cell:not(:first-child) {
        text-align: center;
    }

    .card-table.card-table--new .card-table__title {
        display: none;
    }

    .comparison-table-wrapper:has(.card-table--mobile-divide) .card-table.card-table--mobile-divide {
        display: none;
    }

    .comparison-table-wrapper:has(.card-table--mobile-divide) .card-table:not(.card-table--mobile-divide) {
        display: block;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/detail-block/style.css?17768619777137*/
/* ПОДРОБНЕЕ */

.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;
}



/* TABS */
.autocredit-info--tab-split.autocredit-info {
    background-color: transparent;
    border-radius: 0;
    gap: var(--space-2x);
    padding: 0;
}

.autocredit-info--tab-split.autocredit-info .hero-subtitle {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    max-width: 900px;
    margin: 0 auto .75rem;
    text-align: center;
}

.autocredit-info--tab-split.autocredit-info .tab-nav {
    align-self: center;
    background-color: var(--container-high);
    padding: .625rem .75rem;
    width: 100%;
}

.autocredit-info--tab-split.autocredit-info .tab-nav .tab-button {
    font-weight: 500;
    line-height: 1.375rem;
}

.autocredit-info--tab-split.autocredit-info .tab-content .card-table {
    padding: .75rem;
    border-radius: 1.5rem;
    background-color: var(--container-high);
}

.autocredit-info--tab-split.autocredit-info .tab-content .card-table .autocredit-info {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

/* TAB CARD */
.tab-card {
    padding: .75rem;
    border-radius: var(--radius-16);
    background-color: var(--container-high);
}

.tab-card>div:not(:last-child) {
    margin-bottom: 1.5rem;
}

/* card content */
.card-content h1,
.card-content h2,
.card-content h3,
.card-content h4,
.card-content h5,
.card-content h6 {
    margin-top: 0;
    margin-bottom: .75rem;
}

.card-content p {
    font-size: 1rem;
    line-height: 1.5;
}

/* CARD LIST */
.card-list-block .card-list__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.1;
    font-family: var(--hero-font-family);
    margin-bottom: 1rem;
}

/* icon card */
.icon-card {
    display: flex;
    gap: .75rem;
    padding: 1rem;
    background-color: var(--container-higher);
    border-radius: var(--radius-16);
    height: 100%;
}

.icon-card .icon-card__content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.icon-card .icon-card__content p,
.icon-card .icon-card__content span {
    font: inherit;
    color: inherit;
}

.icon-card .icon-card__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.icon-card .icon-card__text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.icon-card .icon-card__icon {
    display: flex;
    flex-shrink: 0;
}

.icon-card .icon-card__icon img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
}

.icon-card .icon-card__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: var(--primary);
    color: var(--on-primary);
    font-weight: 600;
    border-radius: var(--radius-999);
}

.icon-card .icon-card__big-img {
    display: flex;
    margin: 0 auto;
    width: 270px;
    height: 244px;
}

/* single icon card */
.single-icon-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    border-radius: var(--radius-16);
    background-color: var(--container-higher);
    padding: 1.5rem;
}

.single-icon-card .single-icon-card__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.single-icon-card .single-icon-card__subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.single-icon-card .single-icon-card__icon {
    display: flex;
    padding: .75rem;
    background-color: var(--container-high);
    border-radius: 10px;
    flex-shrink: 0;
}

.single-icon-card .single-icon-card__icon img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

@media (min-width: 768px) {

    .card-table-title {
        margin: 0 auto 2rem;
    }

    /* TABS */
    .autocredit-info--tab-split.autocredit-info {
        gap: var(--space-3x);
    }

    .autocredit-info--tab-split.autocredit-info .hero-subtitle {
        font-size: 2.5rem;
        line-height: 1.1;
        margin: 0 auto 1rem;
    }

    .autocredit-info--tab-split.autocredit-info .tab-nav {
        width: unset;
    }

    .autocredit-info--tab-split.autocredit-info .tab-nav .tab-button {
        font-weight: 500;
    }

    .autocredit-info--tab-split.autocredit-info .tab-content .card-table {
        padding: 2rem 2.5rem;
        border-radius: 2rem;
    }

    /* TAB CARD */

    .tab-card {
        padding: 2rem 2.5rem;
        border-radius: var(--radius-32);
    }

    .tab-card>div:not(:last-child) {
        margin-bottom: 2rem;
    }

    /* CARD LIST */

    .card-list-block .card-list__title {
        font-size: 1.5rem;
        line-height: 1.17;
        margin-bottom: 1.5rem;
    }

    /* icon card */
    .icon-card {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
        border-radius: var(--radius-24);
    }

    .icon-card .icon-card__icon span {
        width: 2rem;
        height: 2rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .icon-card .icon-card__big-img {
        width: 540px;
        height: 488px;
    }

    /* single icon card */
    .single-icon-card {
        gap: 1rem;
        border-radius: var(--radius-24);
        padding: 2rem;
    }

    .single-icon-card .single-icon-card__icon {
        padding: 1rem;
    }

}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?177629607851*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/page_header_banner/style.css?1776296133912 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ready-card/style.css?17762961331210 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/service-info-block/style.css?17762961332578 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/comparison-table/style.css?17762961332606 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/detail-block/style.css?17768619777137 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?177629607851 */
