

/* 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/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_with_tabs/detail-block/style.css?17823053207153*/




/* ПОДРОБНЕЕ */

.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;
    max-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: 1.5rem;
    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:/local/templates/ipotekatmpl/components/ipotekabank/html/debt-schedule/style.css?17823007533451*/
/* SCHEDULE TAB */
.debt-schedule {
    padding: 1.5rem;
    border-radius: var(--radius-24);
    background-color: var(--container-high);
}

.schedule-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.schedule-info .schedule-info__head {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.schedule-info .schedule-info__title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--hero-font-family);
}

.schedule-info .schedule-info__subtitle {
    font-size: 1rem;
    line-height: 1.37;
    color: #05693A;
}

.sch-step-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.sch-step {
    display: flex;
    gap: 1rem;
}

.sch-step .sch-step__icon {
    flex-shrink: 0;
    padding: .75rem;
    background-color: var(--container-higher);
    border-radius: 10px;
    align-self: flex-start;
}

.sch-step .sch-step__icon img {
    width: 1.5rem;
    height: 1.5rem;
}

.sch-step .sch-step__content {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.sch-step .sch-step__title {
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 600;
}

.sch-step .sch-step__text {
    font-size: 1rem;
    line-height: 1.37;
}

.schedule-sample {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--container-higher);
    padding: 1rem;
    border-radius: var(--radius-16);
}

.schedule-sample .schedule-sample__head {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.schedule-sample .schedule-sample__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #05693A;
}

.schedule-sample .schedule-sample__text {
    font-size: 1rem;
    line-height: 1.5;
    color: inherit;
}

.schedule-sample .schedule-sample__text>p,
.schedule-sample .schedule-sample__text>div {
    margin-bottom: 1rem;
}


.schedule-sample .schedule-sample__text p,
.schedule-sample .schedule-sample__text div,
.schedule-sample .schedule-sample__text a,
.schedule-sample .schedule-sample__text span {
    font: inherit;
    color: inherit;
}

.schedule-sample .schedule-sample__text strong,
.schedule-sample .schedule-sample__text b {
    font-weight: 700;
}


.sch-check-list {
    display: flex;
    flex-direction: column;
}

.sch-check:not(:last-child) {
    border-bottom: 1px dashed #D4D6DC;
}

.sch-check .sch-check__content {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.sch-check .sch-check__title {
    font-size: 1rem;
    line-height: 1.5;
    flex-grow: 1;
}

.sch-check .sch-check__value {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    flex-shrink: 0;
}


@media (min-width: 768px) {

    .debt-schedule {
        padding: 2rem;
        border-radius: var(--radius-32);
    }

    .debt-schedule>.row {
        --bs-gutter-x: 2rem
    }

    .schedule-info .schedule-info__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .schedule-info .schedule-info__subtitle {
        font-size: 1rem;
        line-height: 1.5;
    }

    .sch-step {
        gap: 1.5rem;
    }

    .sch-step .sch-step__icon {
        padding: 1rem;
    }

    .sch-step .sch-step__title {
        line-height: 1.5rem;
    }

    .sch-step .sch-step__text {
        line-height: 1.5;
    }

    .schedule-sample {
        padding: 1.5rem;
        border-radius: var(--radius-24);
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/utp_oneid_steps/style.css?17829101232795*/
.step-instruct-section .step-instruct-section__title {
	font-size: 1.375rem;
	line-height: 1.1;
	font-weight: 600;
	font-family: var(--hero-font-family);
	margin-bottom: .75rem;
	text-align: center;
}


.step-instruct-section .step-instruct-section__subtitle {
	font-size: 1.125rem;
	line-height: 1.5;
	color: var(--on-surface-variant);
	text-align: center;
}


.step-instruct-section__title {
	font-size: 1.375rem;
	line-height: 1.1;
	font-weight: 600;
}

.instruct-step-slider {
	margin-top: 1.5rem;
}

.instruct-step-slider .splide__arrows {
	display: flex;
	padding: .625rem .75rem;
	border-radius: var(--radius-999);
	background-color: var(--container-high);
	align-self: center;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	width: min-content;
	gap: .5rem;
}

.instruct-step-slider .splide__arrows .splide__arrow {
	position: static;
	transform: none;
	width: 2.75rem;
	height: 2.75rem;
	transform: none;
	background-color: var(--container-higher);
}

.instruct-step-slider .splide__arrows .splide__arrow:disabled {
	background-color: var(--container-lower);
}

.instruct-step-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 2rem 1rem;
	width: 300px;
	background-color: var(--container-high);
	border-radius: var(--radius-24);

}

.instruct-step-card .instruct-step-card__img {
	display: flex;
	justify-content: center;
}

.instruct-step-card .instruct-step-card__img img {
	/* width: 200px; */
	height: 412px;
	object-fit: cover;
}

.instruct-step-card .instruct-step-card__content {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: .5rem;
}

.instruct-step-card .instruct-step-card__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5rem;
}

.instruct-step-card .instruct-step-card__step {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: var(--radius-999);
	background-color: var(--primary);
	color: var(--on-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 600;
	align-self: center;
}

@media (min-width: 768px) {
	.instruct-step-card {
		width: 364px;
		padding: 2.5rem 2rem;
	}

	.instruct-step-card .instruct-step-card__img img {
		/* width: 250px; */
		height: 515px;
	}

	.instruct-step-slider {
		margin-top: 2rem;
	}

	.instruct-step-slider .splide__arrows {
		margin-top: 2rem;
	}

	.step-instruct-section .step-instruct-section__title {
		font-size: 1.875rem;
		line-height: 1.2;
		margin-bottom: 1.25rem;
	}


	.step-instruct-section .step-instruct-section__subtitle {
		line-height: 1.5rem;
		max-width: 702px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* 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/panel/utp2/style.css?17774603973598*/
.sme-img-card {
    display: flex;
    padding: var(--space-2x) var(--space-3x);
    border-radius: var(--radius-24);
    background-color: var(--container-high);
    gap: var(--space-3x);
    height: 100%;
    align-items: center;
}

.sme-img-card .sme-img-card__img {
    flex-shrink: 0;
    display: flex;
}

.sme-img-card .sme-img-card__img img {
    max-height: var(--dimension-16);
}

.sme-img-card .sme-img-card__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-half);
}

.sme-img-card .sme-img-card__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);
}

.sme-img-card .sme-img-card__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);
    color: var(--on-surface-variant);
}

.sme-types-section h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}


/* IMAGE WHITE  */
.sme-img-card--white.sme-img-card {
    padding: 1.5rem;
    border-radius: var(--radius-16);
    align-items: flex-start;
    gap: 1rem;
}

.sme-img-card--white.sme-img-card .sme-img-card__img {
    padding: .75rem;
    border-radius: .625rem;
    background-color: var(--container-higher);
}

.sme-img-card--white.sme-img-card .sme-img-card__img img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.sme-img-card--white.sme-img-card .sme-img-card__content {
    gap: .5rem;
}

.sme-img-card--white.sme-img-card .sme-img-card__title {
    font-family: var(--hero-font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
}

.sme-img-card--white.sme-img-card .sme-img-card__subtitle {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--on-surface);
}

@media (min-width: 768px) {



    /* IMAGE CARDS  */
    .sme-img-card--white.sme-img-card {
        padding: 2rem;
        gap: 1.5rem;
    }

    .sme-img-card--white.sme-img-card .sme-img-card__img {
        padding: 1rem;
    }

    .sme-img-card--white.sme-img-card .sme-img-card__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .sme-img-card--white.sme-img-card .sme-img-card__subtitle {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .sme-img-card {
        padding: var(--space-3x);
    }

    .sme-img-card .sme-img-card__img img {
        max-height: var(--dimension-24);
    }

    .sme-img-card .sme-img-card__title {
        --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);
    }

    .sme-img-card .sme-img-card__subtitle {
        --font-size: var(--lead-font-size);
        --line-height: var(--lead-line-height);
        --font-weight: var(--lead-font-weight);
        --font-family: var(--lead-font-family);
    }

    .sme-types-section h2 {
        font-size: 40px;
        line-height: 1.1;
    }
}
/* 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 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/card-grid/style.css?17803791133915 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/detail-block/style.css?17823053207153 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/debt-schedule/style.css?17823007533451 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp_oneid_steps/style.css?17829101232795 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17792759575189 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp2/style.css?17774603973598 */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/faq_list_accordion/style.css?1777360076114 */
