

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


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/card-grid/style.css?17762961332696*/
.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;
}

@media (min-width: 768px) {
	.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;
	}

	.img-card {
		display: flex;
		flex-direction: row;
		padding: 2.5rem;
		gap: 1.5rem;
	}

	.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;
	}

	.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;
	}
}
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/universal_header_banner/style.css?17762961331942 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/percent_section_modal/style.css?17762961334106 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/card-grid/style.css?17762961332696 */
