

/* Start:/local/templates/ipotekatmpl/components/bitrix/news.list/index_banners/style.css?17650167813313*/
.featured-products__slider,
.featured-products__slider .featured-products-splide {
	height: 100%;
}

.product-slider {
	position: relative;
	background: var(--Background-Bg4, #f6f7fa);
	height: 100%;
	overflow: hidden;
	border-radius: 1.25rem;
}

.featured-products-splide {
	height: 29.0625rem;
}

.product-slider .splide__track {
	height: 100%;
}

.product-slider .animate-on-hover {
	height: 100%;
}

.product-slider .secondary-card {
	height: 100%;
}

.product-slider .product-slider__arrow {
	display: flex;
	background: #fff;
	padding: 0;
	margin: 0;
	height: 3rem;
	width: 3rem;
	border-radius: 0.75rem;
	transform: none;
}

.product-slider .product-slider__arrow.splide__arrow--prev svg {
	transform: rotate(180deg);
}

.splide__arrows {
	display: none;
}

.splide__arrow {
	position: static;
	top: unset;
	bottom: unset;
}

.splide__arrow svg {
	fill: none;
}

.splide__pagination {
	display: flex;
	gap: 0.25rem;
}

.splide__pagination .splide__pagination__page {
	display: flex;
}



@media (min-width: 561px) {
	.splide__arrows {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 2rem;
		display: flex;
		gap: 0.75rem;
	}

	.splide__pagination {
		display: none;
	}
}

.hero-big-card {
	height: 100%;
	padding: var(--space-3x) var(--space-3x) var(--space-huge);
	border-radius: var(--radius-24);
	background: var(--container-high);
	display: flex;
	flex-direction: column;
	gap: var(--space-x);
	text-decoration: none;
	color: var(--on-surface);
}

.hero-big-card .hero-big-card__content {
	display: flex;
	flex-direction: column;
	gap: var(--space-base);
}

.hero-big-card .hero-big-card__title {
	--font-size: var(--headline-1-font-size);
	--line-height: var(--headline-1-line-height);
	--font-weight: var(--headline-1-font-weight);
	--font-family: var(--headline-1-font-family);
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-size: var(--font-size);
	line-height: var(--line-height);
}

.hero-big-card .hero-big-card__subtitle {
	color: var(--on-surface-variant);
}

.hero-big-card .hero-big-card__img {
	display: flex;
	justify-content: center;
}

.hero-big-card .hero-big-card__img img {
	max-height: 14rem;
}

@media (min-width: 578px) {
	.hero-big-card {
		padding: var(--space-md) var(--space-md) var(--space-xl);
		gap: var(--space-l);
	}

	.hero-big-card .hero-big-card__title {
		--font-size: var(--hero-title-font-size);
		--line-height: var(--hero-title-line-height);
		--font-weight: var(--hero-font-weight);
		--font-family: var(--hero-font-family);
		font-family: var(--font-family);
		font-weight: var(--font-weight);
		font-size: var(--font-size);
		line-height: var(--line-height);
	}

	.hero-big-card .hero-big-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);
		font-family: var(--font-family);
		font-weight: var(--font-weight);
		font-size: var(--font-size);
		line-height: var(--line-height);
	}
}



/* Larger screens (≥560px) */
@media (min-width: 560px) {}

.splide.is-focus-in .splide__arrow:focus {
	outline: unset;
	outline-offset: unset;
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/bitrix/menu/index_banners/style.css?17598402731498*/
.featured-products__block{
	display: grid;
	gap: 1rem;
}

.hero-card-list {
	display: flex;
	flex-direction: column;
	gap: var(--space-3x);
}

.hero-card {
	display: flex;
	padding-top: var(--space-3x);
	padding-right: var(--space-2x);
	padding-bottom: var(--space-3x);
	padding-left: var(--space-md);
	background-color: var(--container-high);
	border-radius: var(--radius-24);
	align-items: center;
	text-decoration: none;
	color: var(--on-surface);
}

.hero-card .hero-card__content {
	display: flex;
	flex-direction: column;
	gap: var(--space-half);
	flex-grow: 1;
}

.hero-card .hero-card__title {
	--font-size: var(--hero-subtitle-font-size);
	--line-height: var(--hero-subtitle-line-height);
	--font-weight: var(--hero-font-weight);
	--font-family: var(--hero-font-family);
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	font-size: var(--font-size);
	line-height: var(--line-height);
}

.hero-card .hero-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);
	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);
}

.hero-card .hero-card__img{
	display: flex;
    align-items: center;
    max-height: 6rem;
}
.hero-card .hero-card__img img {
	width: var(--dimension-40);
}

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/index_products_2/style.css?17582637192146*/
    .home-products-tab {
        display: flex;
        justify-content: center;
        margin-bottom: var(--spcae-2x);
    }

    .home-products-tab .tab-nav {
        background: var(--container-high);
    }

    .home-products-tab {
        margin-bottom: var(--space-2x);
    }

    @media (min-width: 578px) {
        .home-products-tab {
            margin-bottom: var(--space-3x);
        }
    }
	
    .home-product-card {
        display: flex;
        flex-direction: column;
        padding: var(--space-2x);
        border-radius: var(--radius-12);
        background: var(--container-high);
        height: var(--dimension-48);
		flex-grow: 1;
    }

    .home-product-card .home-product-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);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
        margin-bottom: var(--space-2x);
    }

    .home-product-card__img {
        display: flex;
        align-items: flex-end;
		justify-content: center;
        flex-grow: 1;
        min-height: 0;
    }

    .home-product-card .home-product-card__img img {
        /* width: 50%; */
		max-height: 8.25rem;
    }

    @media (min-width: 578px) {
        .home-product-card {
            padding: var(--space-3x);
            height: var(--dimension-65);
        }
        .home-product-card .home-product-card__title {
            --font-size: var(--headline-2-font-size);
            --line-height: var(--headline-2-line-height);
            --font-weight: var(--headline-2-font-weight);
            --font-family: var(--headline-2-font-family);
            font-family: var(--font-family);
            font-weight: var(--font-weight);
            font-size: var(--font-size);
            line-height: var(--line-height);
            margin-bottom: var(--space-3x);
        }
    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/index_calculator_main/style.css?1765030274401*/
.main-calculator-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 2.5rem;
}

.main-calculator-wrapper .christmas-calculator {
    position: absolute;
    top: 0;
    right: 0;
    height: 4.5rem;
}

.loan-calculator .left {
	/* position: relative; */
}


@media (min-width: 568px) {
	.main-calculator-wrapper .christmas-calculator {
		height: 9rem;
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/index_universal_calculator/style.css?176502211517978*/
    /* 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 */


    .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;
    }

    .calculator-tab {
        display: flex;
        justify-content: center;
        margin-bottom: var(--spcae-2x);
    }

    .calculator-tab .tab-nav {
        background: var(--container-high);
    }

    .calculator-tab {
        margin-bottom: var(--space-2x);
    }

    @media (min-width: 578px) {
        .calculator-tab {
            margin-bottom: var(--space-3x);
        }
    }

    #percentLabel {
        font-size: inherit;
        color: inherit;
    }


    .loan-calculator {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #f6f7fa;
        padding: 24px;
        border-radius: 40px;
        font-family: inherit;
        font-weight: 400;
    }

    .loan-calculator .left {
        width: 100%;
        max-width: 560px;
        padding: 11px 0;
    }

    .loan-calculator .right {
        max-width: 400px;
        display: flex;
        align-items: center;
    }

    .loan-calculator .title {
        font-size: 32px;
        font-weight: 900;
        line-height: 40px;
        letter-spacing: 0;
        margin-bottom: 27px;
        font-family: inherit;
    }

    .loan-calculator .input-box {
        background: #fff;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .loan-calculator .input-box label {
        color: #7d828b;
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }

    .loan-calculator .input-box .amount {
        font-size: 22px;
        font-weight: 700;
    }

    /* .loan-calculator input[type="range"] {
        width: 100%;
        margin-top: 15px;
        height: 6px;
        border-radius: 5px;
        background: linear-gradient(to right, #52ae30 70%, #d3d3d3 70%);
        appearance: none;
        outline: none;
    }

    .loan-calculator input[type="range"]::-webkit-slider-thumb {
        appearance: none;
        width: 18px;
        height: 18px;
        background: #52ae30;
        border-radius: 50%;
        cursor: pointer;
        border: none;
    }

    .loan-calculator input[type="range"]::-moz-range-thumb {
        width: 18px;
        height: 18px;
        background: #52ae30;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    } */

    .loan-calculator .range-labels {
        display: flex;
        justify-content: space-between;
        color: #7d828b;
        margin-top: 5px;
        font-size: 18px;
    }

    .loan-btm-options label {
        font-size: 18px;
        display: inline-block;
        font-weight: 400;
        color: #7d828b;
        margin-bottom: 12px;
    }

    .loan-calculator .term-buttons {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .loan-calculator .term-button {
        font-size: 18px;
        cursor: pointer;
        color: #151617;
        padding: 8px 20px;
        background: #fff;
        border-radius: 26px;
        font-family: inherit;
        font-weight: 400;
    }

    .loan-calculator .term-button.active {
        background: #151617;
        color: #fff;
        border: none;
    }

    .loan-calculator .right-box {
        background: #fff;
        border-radius: 32px;
        padding: 28px 32px;
    }

    .loan-calculator .percent-badge {
        display: inline-block;
        background: #151617;
        color: #fff;
        font-size: 18px;
        padding: 4px 12px;
        border-radius: 25px;
        margin-bottom: 16px;
    }

    .loan-calculator .monthly-title {
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 4px;
    }

    .loan-calculator .monthly-payment {
        font-size: 32px;
        font-weight: 900;
        line-height: 40px;
        margin-bottom: 16px;
        font-family: inherit;
    }

    .loan-calculator .note {
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 16px;
    }

    .mobile-main-btn .apply-btn,
    .loan-calculator .apply-btn,
    .modal-window-mobile-content .modal-window-mobile-btn {
        width: 100%;
        border: none;
        cursor: pointer;
        font-size: 16px;
        color: white;
        padding: 12px 16px;
        min-height: 48px;
        max-height: 48px;
        border-radius: 990px;
        background: #52ae30;
        font-family: inherit;
    }

    .mobile-main-btn .apply-btn:hover,
    .loan-calculator .apply-btn:hover,
    .primary-btn:hover,
    .loan-container .loan-button-container button:hover,
    .modal-window-mobile-btn:hover {
        background: #428b26;
    }

    .main-calculator-right {
        flex: 1 1 40%;
        background: #f6f7fa;
        max-width: 570px;
        border-radius: 32px;
        width: 100%;
    }

    .main-calculator-right .badge {
        background: #000;
        color: #fff;
        font-size: 18px;
        padding: 8px 12px;
        border-radius: 25px;
        display: inline-block;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .main-calculator-right .input-group {
        background: white;
        border-radius: 16px;
        max-width: 560px;
        padding: 12px 12px 0;
        width: 100%;
    }

    .main-calculator-right .input-group label {
        font-size: 16px;
        color: #7d828b;
        display: block;
        margin-bottom: 6px;
        margin-left: 4px;
        line-height: 100%;
        font-family: inherit;
        font-weight: 700;
    }

    .main-calculator-right .input-group .amount {
        margin-left: 4px;
        font-weight: 700;
        font-family: "Squad", sans-serif;
    }

    .main-calculator-right .amount,
    .main-calculator-right .term-value {
        font-size: 24px;
        color: #151617;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 10px;
    }

    /* .main-calculator-right input[type="range"] {
        appearance: none;
        width: 100%;
        height: 6px;
        border-radius: 5px;
        background: #e0e0e0;
        outline: none;
        transition: background 0.3s;
    }

    .main-calculator-right input[type="range"]::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #52ae30;
        cursor: pointer;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        transition: background 0.3s;
    }

    .main-calculator-right input[type="range"]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #52ae30;
        cursor: pointer;
    } */

    .main-calculator-right .range-labels {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 27px;
        margin-top: 5px;
    }

    .main-calculator-right .monthly-title {
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 4px;
    }

    .main-calculator-right .monthly-payment {
        font-size: 26px;
        font-weight: 900;
    }

    .main-calculator-right .range-labels {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 27px;
        margin-top: 5px;
    }

    /* new classes */

    /* 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 */


    .microloan-calculator-section {
        background-color: var(--container);
    }


    .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.5rem;
    }

    .calculator-form .calculator-form-range {
        margin-top: var(--space-base);
    }

    .calculator-form .calculator-form-control:has(.calculator-form-range) {
        padding-bottom: 0;
    }

    .calculator-form-control {
        display: flex;
        flex-direction: column;
        padding: 0.75rem var(--space-2x) 0.875rem;
        border-radius: var(--radius-16);
        background-color: var(--container-higher);
    }

    .calculator-form-control label {
        color: var(--on-surface-variant);
    }

    .calculator-form-el {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
        outline: none;
        appearance: none;
    }

    .calculator-form-range {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 6px;
        border-radius: var(--radius-12);
        background: var(--container);
        outline: none;

        /* Chrome fill simulation */
        background-image: linear-gradient(var(--primary), var(--primary));
        background-repeat: no-repeat;
        background-size: 50% 100%;
        /* updated via JS */
    }

    /* thumb */
    .calculator-form-range::-moz-range-thumb {
        width: var(--dimension-5);
        height: var(--dimension-5);
        background: var(--primary);
        border-radius: var(--radius-999);
        cursor: pointer;
    }

    /* Chrome thumb */
    .calculator-form-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: var(--dimension-5);
        height: var(--dimension-5);
        background: var(--primary);
        border-radius: var(--radius-999);
        cursor: pointer;
    }

    .calculator-form__text {
        font-size: 1.75rem;
        text-align: center;
    }

    .calculator-result-card {
        display: flex;
        flex-direction: column;
        gap: var(--space-2x);
        border-radius: var(--radius-16);
        background-color: var(--container-higher);
        padding: 1.75rem var(--space-2x);
    }

    .calculator-result-card .calculator-result-card__header {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
        font-family: var(--hero-font-family);
    }

    .calculator-result-card .calculator-result-card__subtitle {
        font-size: 1.125rem;
        line-height: 1;
    }

    .calculator-result-card .calculator-result-card__title {
        font-size: 2.25rem;
        line-height: 2.5rem;
        font-weight: 600;
    }

    .calculator-result-card .calculator-result-card__body {
        display: flex;
        flex-direction: column;
    }

    .calculator-result-card .calculator-result-card__body p {
        max-width: 27.5rem;
        align-self: center;
        text-align: center;
        color: var(--on-surface-variant);
        line-height: 1.3;
    }

    .calculator-result-card .calculator-result-card__footer {}

    .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-control__range-label {
        display: flex;
        justify-content: space-between;
        margin-top: var(--space-half);
    }

    .loan-control .loan-control__range-label .start {
        order: 0;
    }

    .loan-control .loan-control__range-label .end {
        order: 1;
    }


    @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 {
            gap: 1.75rem;
        }

        .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;
        }

        .deadline-row {
            gap: 0;
        }

    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/index_services/style.css?17646607152160*/
    .service-card {
        display: flex;
        padding: var(--space-3x);
        border-radius: var(--radius-16);
        background-color: var(--container-high);
        margin-bottom: var(--space-3x);
        gap: var(--space-2x);
		text-decoration: none;
    }

    .service-card .service-card__title {
        --font-size: var(--headline-1-font-size);
        --line-height: var(--headline-1-line-height);
        --font-weight: var(--headline-1-font-weight);
        --font-family: var(--headline-1-font-family);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
        margin-bottom: var(--space-half);
		color: var(--on-surface);
    }

    .service-card .service-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);
        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);
    }

    .service-card .service-card__img img {
        width: 12rem;
        margin-top: 3rem;
        margin-bottom: -1rem;
    }
    .home-service-section .home-product-card .home-product-card__img {
        justify-content: center;
    }
    .home-service-section a.home-product-card {
		text-decoration: none;
		color: var(--on-surface);
	}
    .home-service-section a.home-product-card:hover {
		
	}
    .home-service-section a.home-product-card .home-product-card__title {
        color: var(--on-surface);
    }
	.home-service-section .home-product-card img {
        max-width: 80%;
    }

    .home-service-section .section-card {
        height: 100%;
    }


	
	.service-left {
		display: flex;
		flex-direction: column;
		gap: var(--space-3x);
	}
	
	.service-left > .row {
		flex-grow: 1;
	}
	
	.service-left .service-card, .service-left .home-product-card {
		height: 100%;
	}
/* End */


/* Start:/local/templates/ipotekatmpl/components/astatroth/currency.informer/index_currency/style.css?17582678491868*/
    .currency-table {
        display: grid;
        grid-template-columns: 1fr auto auto;
        padding: var(--space-2x);
        gap: var(--space-base);
        border-radius: var(--radius-12);
        background: #fff;
    }

    .currency-table .table-head {
        color: var(--on-surface-variant);
    }

    .currency-table .table-cell {
        color: var(--text-primary);
        --font-size: var(--small-font-size);
        --line-height: var(--small-line-height);
        --font-weight: var(--small-highlighted-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);
    }

    .currency-table .table-cell span {
        display: none;
    }

    .currency {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .buy,
    .sell {
        text-align: end;
    }

    .currency .currency__img {
        width: 1.25rem;
    }

    @media (min-width: 578px) {
        .currency-table .table-cell {
            color: var(--text-primary);
            --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);
        }

        .currency-table {
            gap: var(--space-3x) var(--space-md);
        }

        .currency-table .table-cell span {
            display: inline;
        }

        .currency .currency__img {
            width: 1.75rem;
        }
    }

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/index_mob_app/style.css?17655413793785*/
    .promo-block {
        position: relative;
        background: var(--primary);
        color: var(--on-primary);
        padding: var(--space-3x);
        border-radius: var(--radius-24);
        text-align: center;
        overflow: hidden;
    }

    .promo-block .row {
        position: relative;
        z-index: 10;
    }

    .promo-block .promo__title {
        --font-size: var(--headline-2-font-size);
        --line-height: var(--headline-2-line-height);
        --font-weight: var(--headline-2-font-weight);
        --font-family: var(--headline-2-font-family);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
        margin-bottom: 0.5rem;
    }

    .promo-block .promo__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);
        margin-bottom: 1.5rem;
        color: var(--on-primary);
    }

    .row.promo-row {
        justify-content: space-between;
        row-gap: var(--space-3x);
    }

    .promo__bg {
        position: absolute;
        right: -1rem;
        top: 10rem;
        z-index: 0;
    }

    .promo__btns {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .promo__logo {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .promo__screens {
        margin-top: var(--space-3x);
        position: relative;
        height: 17rem;
    }

    .promo-screen-1,
    .promo-screen-2 {
        position: absolute;
    }

    .promo-screen-1 {
        top: 5rem;
    }

    .promo-screen-2 {
        right: 0;
        top: -0.5rem;
    }

    .promo__qr {
        display: none;
        padding: .75rem;
        gap: var(--space-2x);
        max-width: 290px;
        border-radius: var(--radius-16);
        background-color: var(--container-higher);
    }

    .promo__qr .promo__qr__img {
        display: flex;
        width: 7.5rem;
        height: 7.5rem;
        object-fit: cover;
    }

    .promo__qr .promo__qr__content {
        display: flex;
        flex-direction: column;
        gap: .25rem;
        justify-content: center;
    }

    .promo__qr .promo__qr__title {
        font-size: 1.25rem;
        line-height: 1.2;
        font-family: var(--hero-font-family);
        color: var(--on-surface);
    }

    .promo__qr .promo__qr__btns {
        display: flex;
        gap: var(--space-base);
    }

    @media (min-width: 578px) {
        .promo__qr {
            display: flex;
        }

        .promo__btns {
            display: none;
            justify-content: flex-start;
        }

        .promo__logo {
            justify-content: flex-start;
        }

        .promo-block {
            text-align: left;
            padding: var(--space-md) var(--space-x);
        }

        .promo-screen-1 {
            top: 7rem;
            left: -5rem;
        }

        .promo__bg {
            width: 45rem;
            height: 45rem;
            top: -5rem;
            right: -5rem;
        }

        .promo-block .promo__title {
            --font-size: var(--hero-title-font-size);
            --line-height: var(--hero-title-line-height);
            --font-weight: var(--hero-font-weight);
            --font-family: var(--hero-font-family);
        }
    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/index_about/style.css?1760535789962*/

    .about-info-card {
        display: flex;
        flex-direction: column;
        gap: var(--space-2x);
        padding: var(--space-2x);
        background: var(--container-higher);
        border-radius: var(--radius-12);
		height: 100%;
    }

    .about-info-card .about-info-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);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
    }

    .about-info-card .about-info-card__subtitle {
        color: var(--on-surface-variant);
    }

    .about-info-card .about-info-card__icon {
        color: var(--primary);
    }


    .section-card.about-number-card {
        height: 100%;
    }

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/index_vacancy/style.css?17582770556568*/




.hh-widget{}
.hh-widget .hh-widget-o3r03xwgzn{}
.hh-widget [class^="hh-widget-"],
.hh-widget [class^="hh-widget-"]:hover,
.hh-widget [class^="hh-widget-"]:first-child {
	min-width: unset !important;
	padding: unset !important;
	border: unset !important;
}
.hh-widget [class^="hh-widget-"] [class^="hh-header-"]{
	display: none !important;
}
.hh-widget [class^="hh-widget-"] [class^="hh-vacancies-"]{
    background: unset !important;
    background-color: unset !important;
}

.hh-widget [class^="hh-widget-"],
.hh-widget [class^="hh-widget-"]:hover,
.hh-widget [class^="hh-widget-"]:first-child,

.hh-widget [class^="hh-header-"],
.hh-widget [class^="hh-header-"]:hover,
.hh-widget [class^="hh-header-"]:first-child,

.hh-widget [class^="hh-vacancies-"],
.hh-widget [class^="hh-vacancies-"]:hover,
.hh-widget [class^="hh-vacancies-"]:first-child,

.hh-widget [class^="hh-vacancy-"],
.hh-widget [class^="hh-vacancy-"]:hover,
.hh-widget [class^="hh-vacancy-"]:first-child,

.hh-widget [class^="hh-vacancy__link-"],
.hh-widget [class^="hh-vacancy__link-"]:hover,
.hh-widget [class^="hh-vacancy__link-"]:visited,
.hh-widget [class^="hh-vacancy__link-"]:active,
.hh-widget [class^="hh-vacancy__link-"]:first-child,

.hh-widget [class^="hh-vacancy__description-"],
.hh-widget [class^="hh-vacancy__description-"]:hover,
.hh-widget [class^="hh-vacancy__description-"]:first-child,

.hh-widget [class^="hh-footer-"],
.hh-widget [class^="hh-footer-"]:hover,
.hh-widget [class^="hh-footer-"]:first-child,

.hh-widget [class^="hh-footer__link-"],
.hh-widget [class^="hh-footer__link-"]:hover,
.hh-widget [class^="hh-footer__link-"]:visited,
.hh-widget [class^="hh-footer__link-"]:active,
.hh-widget [class^="hh-footer__link-"]:first-child,

.hh-widget [class^="hh-error-link-"],
.hh-widget [class^="hh-error-link-"]:hover,
.hh-widget [class^="hh-error-link-"]:visited,
.hh-widget [class^="hh-error-link-"]:active,
.hh-widget [class^="hh-error-link-"]:first-child,

.hh-widget [class^="hh-logo-"],
.hh-widget [class^="hh-logo-"]:hover,
.hh-widget [class^="hh-logo-"]:visited,
.hh-widget [class^="hh-logo-"]:active,
.hh-widget [class^="hh-logo-"]:first-child,

.hh-logo-wrapper,
.hh-logo-wrapper:active,
.hh-logo-wrapper:visited,
.hh-logo-wrapper:hover,
.hh-logo-wrapper:first-child {
	background: unset !important;
    background-color: unset !important;
	font-family: inherit !important;
}



.hh-widget [class^="hh-vacancies-"],
.hh-widget [class^="hh-vacancies-"]:active,
.hh-widget [class^="hh-vacancies-"]:visited,
.hh-widget [class^="hh-vacancies-"]:first-child,
.hh-widget [class^="hh-vacancies-"]:hover{
	display: flex !important;
    flex-direction: column;
    gap: var(--space-2x);
}
.hh-widget [class^="hh-vacancy-"]:active,
.hh-widget [class^="hh-vacancy-"]:visited,
.hh-widget [class^="hh-vacancy-"]:first-child,
.hh-widget [class^="hh-vacancy-"]:hover,
.hh-widget [class^="hh-vacancy-"]{
    display: none !important;
    padding: 1rem 1.25rem !important;
    align-items: center;
    gap: 0px var(--space-2x);
    border-radius: var(--radius-12);
    background: var(--container-higher, #fff) !important;
    margin: unset !important;
    margin-top: unset !important;
    margin-left: unset !important;
    margin-bottom: unset !important;
    margin-right: unset !important;
    counter-increment: item;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
}
.hh-widget [class^="hh-vacancy-"]:nth-child(1),
.hh-widget [class^="hh-vacancy-"]:nth-child(2),
.hh-widget [class^="hh-vacancy-"]:nth-child(3),
.hh-widget [class^="hh-vacancy-"]:nth-child(4){
	display: grid !important;
}
.hh-widget [class^="hh-vacancy-"]:before{
	content: counter(item) !important;
	--font-size: var(--m-headline-h2-font-size);
    --text-color: var(--text-inverse);
    display: flex;
    width: 2.75rem;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    font-size: var(--font-size);
    color: var(--text-color);
    border-radius: .625rem;
    font-weight: var(--fw-black);
    background: var(--Main-Green, #52ae30);
	grid-row: 1 / -1;
	
	
	--font-size: var(--headline-2-font-size);
	--line-height: var(--headline-2-line-height);
	--font-weight: var(--headline-2-font-weight);
	--font-family: var(--headline-2-font-family);
	width: var(--dimension-11);
	height: var(--dimension-11);
    --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);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-12);
    width: var(--dimension-10);
    height: var(--dimension-10);
    background: var(--primary);
    color: var(--on-primary);
	
}


.hh-widget [class^="hh-vacancy__link-"], 
.hh-widget [class^="hh-vacancy__link-"]:visited, 
.hh-widget [class^="hh-vacancy__link-"]:active, 
.hh-widget [class^="hh-vacancy__link-"]:hover, 
.hh-widget [class^="hh-vacancy__link-"]:first-child{
	--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) !important;
	font-weight: var(--font-weight) !important;
	font-size: var(--font-size) !important;
	line-height: var(--line-height) !important;
	color: var(--on-surface) !important;
}

.hh-widget [class^="hh-vacancy__description-"], 
.hh-widget [class^="hh-vacancy__description-"]:hover, 
.hh-widget [class^="hh-vacancy__description-"]:first-child{
	--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) !important;
	font-weight: var(--font-weight) !important;
	font-size: var(--font-size) !important;
	line-height: var(--line-height) !important;
	color: var(--on-surface-variant) !important;
}
.hh-widget [class^="hh-footer__link-"],
.hh-widget [class^="hh-footer__link-"]:first-child{
	display: none !important;
	margin-bottom: 0 !important;
}
.hh-widget [class^="hh-logo-wrapper-"],
.hh-widget [class^="hh-logo-wrapper-"]:first-child{
	display: none !important;
}

/* End */


/* Start:/local/templates/ipotekatmpl/components/bitrix/news.list/index_news/style.css?17582777891711*/

    .home-about-section .button {
        width: 100%;
    }

    .tg-promo {
        order: 1;
    }

    .home-news-card {
        display: flex;
        flex-direction: column;
        padding: var(--space-2x);
        border-radius: var(--radius-12);
        background: var(--container-high);
        gap: var(--space-2x);
        height: 100%;
        min-width: var(--dimension-56);
    }

    .home-news-card .home-news-card__meta {
        display: flex;
        gap: var(--space-base);
        color: var(--on-surface-variant);
    }

    .home-news-card .home-news-card__meta .tag {
        flex-grow: 1;
    }

    .home-news-card .home-news-card__title {
        --font-size: var(--lead-font-size);
        --line-height: var(--lead-line-height);
        --font-weight: var(--headline-3-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);
    }
    .news-grid {
        height: 100%;
        display: grid;
        gap: var(--space-3x);
        grid-template-columns: 1fr 1fr;
        overflow: auto;
    }

    @media (min-width: 578px) {
        .home-news-card .home-news-card__title {
            --font-size: var(--headline-2-font-size);
            --line-height: var(--headline-2-line-height);
            --font-weight: var(--headline-2-font-weight);
            --font-family: var(--headline-2-font-family);
        }

        .home-news-card {
            padding: var(--space-md);
        }

        .tg-promo {
            order: unset;
        }
    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/index_news_subscribe/style.css?17582778171518*/


    .home-telegram-card {
        display: flex;
        height: 100%;
        flex-direction: column;
        gap: var(--space-x);
        border-radius: var(--radius-16);
        background: var(--container-high);
        padding: var(--space-3x);
    }

    .home-telegram-card .home-telegram-card__title {
        --font-size: var(--headline-1-font-size);
        --line-height: var(--headline-1-line-height);
        --font-weight: var(--headline-1-font-weight);
        --font-family: var(--headline-1-font-family);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
        margin-bottom: var(--space-base);
    }

    .home-telegram-card .home-telegram-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);
        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);
    }

    .home-telegram-card .home-telegram-card__img {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        min-height: 0;
    }

    .home-telegram-card .home-telegram-card__img img {
        width: var(--dimension-40);
    }

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/site.rate/index/style.css?17649418316749*/
.default-modal-content.modal-content {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.default-modal {
    position: relative;
    border-radius: var(--radius-32);
    padding: var(--space-x);
    background-color: var(--container-higher);
    box-shadow: 10px 5px 48px 10px rgba(166, 173, 186, 0.2);
}

.default-modal__close-btn {
    position: absolute;
    top: var(--space-2x);
    right: var(--space-2x);
    padding: var(--space-base);
    width: var(--dimension-8);
    height: var(--dimension-8);
    color: var(--on-surface-variant);
}

.modal-message {
    display: flex;
    flex-direction: column;
    gap: var(--space-3x);
    flex-shrink: 0;
}

.modal-message .modal-message__icon {
    width: var(--dimension-14);
    height: var(--dimension-14);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-999);
    background-color: var(--primary-container);
    color: var(--primary);
    align-self: center;
}

.modal-message .modal-message__header {
    text-align: center;
}

.modal-message .modal-message__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);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    margin-bottom: 0.25rem;
}

.modal-message .modal-message__subtitle {
    color: var(--on-surface-variant);
}

.rate-block {
    background-color: var(--primary-container);
    padding: var(--space-3x);
    display: flex;
    flex-direction: column;
    gap: var(--space-3x);
    border-radius: var(--radius-24);
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.rate-block .rate-block__star-icon {
    width: var(--dimension-72);
}

.rate-block .rate-block__left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-3x);
    flex-grow: 1;
    z-index: 1;
    position: relative;
}

.rate-block .rate-block__logo-faded {
    position: absolute;
    width: var(--dimension-144);
    right: unset;
    bottom: 0;
    transform: translate(0, 10%);
}

.rate-block .rate-block__title {
    --font-size: var(--headline-2-font-size);
    --line-height: var(--headline-2-line-height);
    --font-weight: var(--headline-2-font-weight);
    --font-family: var(--headline-2-font-family);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    margin-bottom: var(--space-base);
}

.rate-block .rate-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);
    color: var(--on-surface-variant);
}

.rate-block__content {
    text-align: center;
}

.rate-block__btns {
    display: flex;
    gap: var(--space-2x);
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.rate-block__btns input[type="radio"] {
    display: none;
}

.rate-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-999);
    width: var(--dimension-12);
    height: var(--dimension-12);
    background-color: var(--container-higher);
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.rate-block__btns>input:checked~.rate-btn,
.rate-block__btns>input:checked~.rate-btn~.rate-btn {
    background: var(--primary);
    color: var(--on-primary);
    transition: 0.2s all ease-in-out;
}

.rate-block__btns>input:not(:checked)~.rate-btn:hover,
.rate-block__btns>input:not(:checked)~.rate-btn:hover~.rate-btn {
    background: var(--primary);
    color: var(--on-primary);
    transition: 0.2s all ease-in-out;
}

.toast {
    background: white;
    border-radius: 12px;
    padding: 16px 20px;
    display: none;
    align-items: center;
    gap: 14px;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 360px;
    animation: slideIn 0.3s ease-out;
}


.toast.show {
    display: flex;
}

.btn-close {
    padding: 0;
}


@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.toast-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.toast-content {
    flex: 1;
}

.toast-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px 0;
}

.toast-message {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Варианты для разных типов */
.toast.success {
    border-left: 4px solid #10b981;
}

.toast.error {
    border-left: 4px solid #ef4444;
}

.toast.info {
    border-left: 4px solid #3b82f6;
}

.toast.warning {
    border-left: 4px solid #f59e0b;
}

.rate-toast-container {
    position: fixed;
    bottom: 1rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

@media (min-width: 578px) {
    .rate-block {
        padding: var(--space-x);
        align-items: flex-start;
        flex-direction: row;
    }

    .rate-block__content {
        max-width: 60%;
        text-align: left;
    }

    .rate-block__btns {
        display: flex;
        gap: var(--space-2x);
        flex-direction: row-reverse;
    }

    .rate-block .rate-block__title {
        --font-size: var(--headline-1-font-size);
        --line-height: var(--headline-1-line-height);
        --font-weight: var(--headline-1-font-weight);
        --font-family: var(--headline-1-font-family);
    }

    .rate-block .rate-block__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);
    }

    .rate-block .rate-block__left {
        align-items: flex-start;
    }

    .rate-block .rate-block__logo-faded {
        position: absolute;
        width: var(--dimension-144);
        right: 0;
        transform: translate(25%, 25%);
    }
}
/* End */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/index_banners/style.css?17650167813313 */
/* /local/templates/ipotekatmpl/components/bitrix/menu/index_banners/style.css?17598402731498 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/index_products_2/style.css?17582637192146 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/index_calculator_main/style.css?1765030274401 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/index_universal_calculator/style.css?176502211517978 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/index_services/style.css?17646607152160 */
/* /local/templates/ipotekatmpl/components/astatroth/currency.informer/index_currency/style.css?17582678491868 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/index_mob_app/style.css?17655413793785 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/index_about/style.css?1760535789962 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/index_vacancy/style.css?17582770556568 */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/index_news/style.css?17582777891711 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/index_news_subscribe/style.css?17582778171518 */
/* /local/templates/ipotekatmpl/components/ipotekabank/site.rate/index/style.css?17649418316749 */
