

/* Start:/local/templates/ipotekatmpl/components/bitrix/news.list/index_banners_v2/style.css?17737289385948*/

.featured-products__slider-v2,
.featured-products__slider-v2 .featured-products-splide {
    height: 100%;
}



.featured-products__slider-v2 .product-slider {
    position: relative;
    background: white;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius-32);
}

.featured-products__slider-v2 .hero-big-card .hero-big-card__title,
.featured-products__slider-v2 .hero-big-card .hero-big-card__subtitle {
    text-align: center;
}

.featured-products__slider-v2 .featured-products-splide {
    height: 100%;
}

.featured-products__slider-v2 .product-slider .splide__track {
    height: 100%;
}

.featured-products__slider-v2 .product-slider .animate-on-hover {
    height: 100%;
}

.featured-products__slider-v2 .product-slider .secondary-card {
    height: 100%;
}


.featured-products__slider-v2 .product-slider .product-slider__arrow {
    display: flex;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 3rem;
    width: 3rem;
    border-radius: 50px;
    transform: none;
}



.featured-products__slider-v2
    .product-slider
    .product-slider__arrow.splide__arrow--prev
    svg {
    transform: rotate(180deg);
}

.featured-products__slider-v2 .splide__arrow {
    position: static;
    top: unset;
    bottom: unset;
}


.featured-products__slider-v2 .splide__pagination {
    display: flex;
    gap: 0.25rem;
}

.featured-products__slider-v2 .splide__pagination .splide__pagination__page {
    display: flex;
}

.featured-products__slider-v2 .splide__pagination {
    display: none;
}

.featured-products__slider-v2 .splide__arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2rem;
    display: flex;
    gap: 0.75rem;
}

.featured-products__slider-v2 .splide__arrow svg {
    fill: none;
}


.featured-products__slider-v2 .hero-big-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: var(--space-3x) var(--space-3x) var(--space-huge);
    border-radius: var(--radius-32);
    background: #b2b5c9;
    display: flex;
    flex-direction: column;
    gap: var(--space-x);
    text-decoration: none;
    color: var(--on-surface);
	z-index: 0;
    overflow: hidden;
    min-height: 32rem;
}

/* gradient layer */
.featured-products__slider-v2 .hero-big-card .hero-big-card__before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #6e7398 0%, #6e7398 10%, #b2b5c900 40%, #b2b5c900 100%);
    transform: translateY(-100%);
    transition: transform 0.35s ease;
	z-index: 0;
	position: absolute;
}

/* animate */
.featured-products__slider-v2 .hero-big-card:hover .hero-big-card__before {
    transform: translateY(0);
}
.featured-products__slider-v2 .hero-big-card .hero-big-card__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-base);
}

.featured-products__slider-v2 .hero-big-card .hero-big-card__title {
    --font-size: var(--headline-1-font-size);
    --line-height: var(--headline-1-line-height);
    --font-weight: var(--font-weight-600);
    --font-family: var(--font-family-squad);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    position: relative;
}

.featured-products__slider-v2 .hero-big-card:hover .hero-big-card__title {
    color: var(--on-primary);
}

.featured-products__slider-v2 .hero-big-card .hero-big-card__subtitle {
    color: var(--on-surface);
    transition: all 0.3s ease-in-out;
        z-index: 1;
    position: relative;
}

.featured-products__slider-v2 .hero-big-card:hover .hero-big-card__subtitle {
    color: var(--on-primary);
}

.featured-products__slider-v2 .hero-big-card .hero-big-card__img {
    display: flex;
    justify-content: center;
    position: relative;
}

.featured-products__slider-v2 .product-slider .hero-big-card__video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.featured-products__slider-v2 .hero-big-card .hero-big-card__link span {
    background-color: var(--color-white);
    width: 100%;
    color: var(--color-black);
        z-index: 1;
    position: relative;
}


.featured-products__slider-v2 .hero-big-card .hero-big-card__img img {
    max-height: 16rem;
}

@media (min-width: 578px) {
    .featured-products__slider-v2 .hero-big-card {
        padding: var(--space-md) var(--space-md) var(--space-xl);
        gap: var(--space-l);
    }

    
    .featured-products__slider-v2 .hero-big-card .hero-big-card__link {
        display: none;
    }

    .featured-products__slider-v2 .hero-big-card .hero-big-card__title {
        font-family: var(--font-family-squad);
        font-weight: var(--font-weight-600);
        font-size: var(--font-size-32);
        line-height: var(--line-height-32);
        text-align: start;
    }

    .featured-products__slider-v2 .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);
        text-align: start;
    }
}

/* Larger screens (≥560px) */
@media (min-width: 560px) {
}

.splide.is-focus-in .splide__arrow:focus {
    outline: unset;
    outline-offset: unset;
}

@media (max-width: 578px) {
    .featured-products__slider-v2 .product-slider .hero-big-card__video {
        object-fit: cover;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/bitrix/menu/index_banners_v2/style.css?17737267211961*/


.v2-wrapper .featured-products__block {
	display: grid;
	gap: 1rem;
}

.v2-wrapper .hero-card-list {
	display: flex;
	flex-direction: column;
	gap: var(--space-3x);
	height: 100%;
}

.v2-wrapper .hero-card {
	display: flex;
	padding-top: var(--space-md);
	padding-right: var(--space-2x);
	padding-bottom: var(--space-md);
	padding-left: var(--space-md);
	background-color: var(--container-high);
	border-radius: var(--radius-32);
	align-items: center;
	text-decoration: none;
	color: var(--on-surface);
	height: 100%;
	min-height: 7.5rem;
	transition: all 0.3s ease-in-out;
}

.v2-wrapper .hero-card:hover {
	background-color: var(--color-special-green-pastel-20);
}

.v2-wrapper .hero-card .hero-card__content {
	display: flex;
	flex-direction: column;
	gap: var(--space-half);
	flex-grow: 1;
	transition: all 0.3s ease-in-out;
}

.v2-wrapper .hero-card:hover .hero-card__content {
	color: var(--color-special-green-visited);
}

.v2-wrapper .hero-card .hero-card__title {
	font-size: var(--font-size-32);
	font-weight: var(--font-weight-600);
	line-height: var(--line-height);
	margin: 0;
}

.v2-wrapper .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);
}

.v2-wrapper .hero-card .hero-card__img {
	display: flex;
	align-items: center;
	max-height: 6rem;
}

.v2-wrapper .hero-card .hero-card__img img {
	width: var(--dimension-36);
	transition: all 0.3s ease-in-out;
	transform-origin: bottom right;
}

.v2-wrapper .hero-card:hover .hero-card__img img {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.v2-wrapper .hero-card-list {
		display: none;
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/index_products_2_v2/style.css?17737349144772*/
.section.home-products-v2-section .section__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
}

.section.home-products-v2-section button {
    font-family: var(--font-family-squad);
}

/* Slider container */
.home-products-splide {
    position: relative;
    padding-bottom: 2rem;
}

/* Arrow container */
.home-products-splide .splide__arrows {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 0.75rem;
    display: flex;
    width: 0;
    flex-direction: row;
}

/* Arrow buttons */
.home-products-splide .product-slider__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3e5e5;
    padding: 0;
    margin: 0;
    height: 3rem;
    width: 3rem;
    border-radius: 50px;
    transform: none;
    ;
}

.home-products-splide .splide__arrow--prev {

    transform: translateX(-150%);
}

.home-products-splide .splide__arrow--next {
    transform: translateX(150%);
}

.home-products-splide .splide__arrow svg {
    fill: none;
}

/* Tabs */
.home-products-v2-tab-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-2x);
}

.home-products-v2-tab {
    display: flex;
    justify-content: center;
}

.home-products-v2-tab .tab-nav {
    background: var(--color-special-gray-20);
}

.home-products-v2-section .row.home-products-v2-row {
    gap: var(--space-2x);
}

.home-products-splide .splide__arrows:not(:has(.splide__arrow:not(:disabled))) {
    display: none;
}

/* Put NEXT on the left, PREV on the right */
.home-products-splide .splide__arrow--next {
    order: 0;
}

.home-products-splide .splide__arrow--prev {
    order: 1;
}

/* Product card */
.home-products-v2-section .home-product-card {
    display: flex;
    flex-direction: column;
    padding: var(--space-3x);
    border-radius: var(--radius-32);
    background: var(--container-high);
    height: var(--dimension-48);
    flex-grow: 1;
    transition: all 0.5s ease-in-out;
}

.home-products-v2-section .home-product-card:hover {
    background-color: var(--color-special-green-pastel-20);
}

.home-products-v2-section .home-product-card .home-product-card__title {
    --font-size: var(--headline-3-font-size);
    --line-height: var(--headline-3-line-height);
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    font-size: var(--font-size);
    line-height: 1.2;
    margin-bottom: var(--space-2x);
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.home-products-v2-section .home-product-card:hover .home-product-card__title {
    color: var(--color-special-green-visited);
}

.home-products-v2-section .home-product-card__img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-grow: 1;
    min-height: min-content;
}

.home-products-v2-section .home-product-card .home-product-card__img img {
    max-height: 7rem;
    transition: all 0.3s ease-in-out;
    transform-origin: bottom;
}

.home-products-v2-section .home-product-card:hover .home-product-card__img img {
    transform: scale(1.05);
}

/* Tablet / Desktop */
@media (min-width: 578px) {
    .home-products-v2-section .home-product-card {
        padding: var(--space-md);
        height: var(--dimension-65);
    }

    .home-products-v2-section .home-product-card .home-product-card__title {
        --font-size: var(--headline-2-font-size);
        --line-height: var(--headline-2-line-height);
        --font-weight: var(--font-weight-600);
        --font-family: var(--font-family-squad);

        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
    }

    .home-products-v2-section .home-product-card .home-product-card__img img {
        max-height: 8.5rem;
    }
}

/* Mobile */
@media (max-width: 748px) {
    .section.home-products-v2-section .section__title {
        display: none;
    }

    .home-products-v2-tab-container {
        flex-direction: column;
        justify-content: center;
    }

    .home-products-splide .splide__track {
        overflow: visible;
    }

    .home-products-splide .splide__list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .home-products-splide .splide__slide {
        width: 100% !important;
    }

    /* Hide arrows on mobile */
    .home-products-splide .splide__arrows {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/index_calculator_main_v2/style.css?17737356692665*/
.section.home-calculator-v2-section .section__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
}

.section.home-calculator-v2-section button {
    font-family: var(--font-family-squad);
}

.home-calculator-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-2x);
}

.section.home-calculator-v2-section .calculator-tab {
    margin-bottom: 0;
}



.section.home-calculator-v2-section .home-calculator-tab .tab-nav {
    width: 100%;
    background: var(--color-special-gray-20);

}


.section.home-calculator-v2-section .note-text-mobile {
    display: none;
}

.section.home-calculator-v2-section .note-text {
    display: block;
    font-size: 13px;
    color: #7d828b;
    margin-bottom: 16px;
    text-align: start;
    padding: 16px;
}


@media (max-width: 748px) {
    .section.home-calculator-v2-section .home-calculator-tab {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .section.home-calculator-v2-section .note-text-mobile {
        display: block;
        font-size: 13px;
        color: #7d828b;
        margin-bottom: 16px;
        text-align: center;
        padding: 16px 0;
    }

    .section.home-calculator-v2-section .note-text {
        display: none;
    }


    .section.home-calculator-v2-section .calculator-tab {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: start;
    }

    .section.home-calculator-v2-section .home-calculator-tab .tab-nav {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .section.home-calculator-v2-section .home-calculator-tab .tab-item,
    .section.home-calculator-v2-section .home-calculator-tab .tab-button {
        flex: 0 0 auto;
    }

    .section.home-calculator-v2-section .home-calculator-tab .tab-item {
        display: flex;
        flex-grow: 1;
    }

    .section.home-calculator-v2-section .home-calculator-tab .tab-button {
        flex-grow: 1;
    }

    .section.home-calculator-v2-section .section__title {
        font-size: var(--font-size-28);
    }

}



.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;
}



@media (min-width: 568px) {
    .main-calculator-wrapper .christmas-calculator {
        height: 9rem;
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/index_universal_calculator_v2/style.css?177339732819052*/
    /* 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;
    }

    .v2-wrapper .loan-calculator .left {
        width: 100%;
        padding: 11px 0;
    }

    .v2-wrapper .loan-calculator .right {
        width: 100%;
        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;
    }

    .v2-wrapper .loan-calculator .right-box {
        background: #fff;
        border-radius: 32px;
        height: 100%;
        width: 100%;
        padding: 28px 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .v2-wrapper .loan-calculator .percent-badge {
        font-weight: var(--font-weight-600);
        font-size: 18px;
        padding: 4px 12px;
        border-radius: 25px;
        margin-bottom: 16px;
        color: var(--primary);
        text-align: center;
        
    }

    .v2-wrapper .loan-calculator .monthly-title {
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 4px;
        text-align: center;
        font-weight: 600;
    }

    .v2-wrapper .loan-calculator .monthly-payment {
        font-size: 32px;
        font-weight: 900;
        line-height: 40px;
        margin-bottom: 16px;
        font-family: inherit;
        text-align: center;
        font-family: var(--font-family-squad);
        font-weight: var(--font-weight-600);
    }

    .v2-wrapper .loan-calculator .note {
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 16px;
        text-align: center;
    }

    .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;
    }

    .v2-wrapper .main-calculator-right .monthly-title {
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 4px;
        text-align: center;
    }

    .v2-wrapper .main-calculator-right .monthly-payment {
        font-size: 26px;
        font-weight: 900;
        text-align: center;
    }

    .v2-wrapper .main-calculator-right .range-labels {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        color: #7d828b;
        margin-bottom: 27px;
        margin-top: 5px;
        text-align: center;
    }

    /* 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__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 (max-width: 768px) {
        .v2-wrapper .loan-calculator .monthly-payment {
            font-size: 28px;
        }
    }




    @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;
        }

    }

    @media (min-width: 1200px) {
        .v2-wrapper .loan-calculator .left {
            width: 100%;
            max-width: 560px;
        }
        
        .v2-wrapper .loan-calculator .right {
            width: 100%;
            max-width: 400px;
        }

        .v2-wrapper .loan-calculator .right-box {
            width: 100%;
            max-width: 400px;
        }

    }
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/index_services_v2/style.css?17737389685436*/
/* v2-only: scoped to avoid conflict with index_services */
.home-service-v2-section {
    font-family: var(--font-family-squad);
}

.section.home-service-v2-section .section__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    text-align: start;
}

.home-service-v2-section .service-card {
    display: flex;
    padding: var(--space-3x);
    border-radius: var(--radius-32);
    background-color: var(--container-high);
    margin-bottom: var(--space-3x);
    gap: var(--space-md);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.home-service-v2-section .service-card:hover {
    background-color: var(--color-special-green-pastel-20);
}

.home-service-v2-section .service-card .service-card__title {
    --font-size: var(--headline-1-font-size);
    --font-weight: var(--font-weight-600);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    margin-bottom: var(--space-half);
    color: var(--on-surface);
    transition: all 0.3s ease-in-out;
}

.home-service-v2-section .service-card:hover .service-card__title {
    color: var(--color-special-green-visited);
}

.home-service-v2-section .service-card .service-card__subtitle {
    --font-size: var(--lead-font-size);
    --font-weight: var(--lead-font-weight);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    color: var(--on-surface-variant);
    transition: all 0.3s ease-in-out;
}

.home-service-v2-section .service-card:hover .service-card__subtitle {
    color: var(--color-special-green-visited);
}

.home-service-v2-section .service-card .service-card__img img {
    width: 12rem;
    margin-bottom: -1rem;
    transition: all 0.3s ease-in-out;
}

.home-service-v2-section .service-card:hover .service-card__img img {
    transform: scale(1.05);
}

/* Base card layout (no longer inherited from global .home-product-card after scoping products v2) */
.home-service-v2-section .home-product-card {
    display: flex;
    flex-direction: column;
    padding: var(--space-3x);
    border-radius: var(--radius-32);
    background-color: var(--container-high);
    transition: all 0.5s ease-in-out;
}

.home-service-v2-section .home-product-card:hover {
    background-color: var(--color-special-green-pastel-20);
}

.home-service-v2-section .home-product-card .home-product-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 0;
}

.home-service-v2-section a.home-product-card {
    text-decoration: none;
    color: var(--on-surface);
}

.home-service-v2-section a.home-product-card .home-product-card__title {
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-600);
    color: var(--on-surface);
    transition: all 0.3s ease-in-out;
}

.home-service-v2-section a.home-product-card:hover .home-product-card__title {
    color: var(--color-special-green-visited);
}

.home-service-v2-section .home-product-card img {
    width: 100%;
    max-width: 130px;
    transition: all 0.3s ease-in-out;
}

.home-service-v2-section .home-product-card:hover img {
    transform: scale(1.05);
}

.home-service-v2-section .section-card {
    height: 100%;
}

.home-service-v2-section .service-left {
    display: flex;
    flex-direction: column;
    gap: var(--space-3x);
}


.home-service-v2-section .service-left > .row {
    flex-grow: 1;
}

.home-service-v2-section .service-left .service-card,
.home-service-v2-section .service-left .home-product-card {
    height: 100%;
}


@media (max-width: 748px) {
    .section.home-service-v2-section .section__title {
        font-size: var(--font-size-28);
    }

    .service-right {
        order: 1;
    }

    .service-left {
        order: 2;
    }

    .home-service-v2-section .service-card {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: var(--space-base);
        padding: var(--space-base);
    }

    .home-service-v2-section .service-card .service-card__content {
        order: 2;
    }

    .section.home-service-v2-section .service-card .service-card__title {
        font-size: var(--font-size-16);
        text-align: center;
    }

    .section.home-service-v2-section .service-card .service-card__subtitle {
        font-size: var(--font-size-14);
        text-align: center;
    }

    .section.home-service-v2-section .service-card .service-card__img img {
        width: 100%;
        max-width: 80px;
        order: 1;
        margin: 1rem 0;
    }

    .section.home-service-v2-section .home-product-card{
        padding: var(--space-2x);
    }

    .section.home-service-v2-section .home-product-card .home-product-card__title {
        font-size: var(--font-size-16);
        text-align: center;
        order: 2;
        margin-top: var(--space-base);
    }

    .section.home-service-v2-section .home-product-card .home-product-card__img {
        order: 1;
        height: 80px;
        min-height: 80px;
        max-height: 80px;
    }

    .section.home-service-v2-section .home-product-card .home-product-card__img img {
        width: 100%;
        max-width: 80px;
        max-height: 80px;
        object-fit: contain;
        order: 1;
    }
}

/* End */


/* Start:/local/templates/ipotekatmpl/components/astatroth/currency.informer/index_currency_v2/style.css?17737391972857*/
/* v2-only: scoped to avoid conflict with index_currency */
.v2-wrapper.currency-v2-wrapper{
    height: 100%;
}

.v2-wrapper .section-card.section-card-v2 {
    border-radius: var(--radius-32) !important;
    height: 100%;
}

.v2-wrapper .section-card.section-card-v2 .section-card__title-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v2-wrapper .section-card.section-card-v2 .section-card__title-content .section-card__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-32);
}

@media (max-width: 748px) {
    .v2-wrapper .section-card.section-card-v2 .section-card__title-content .section-card__title {
        font-size: var(--font-size-20);
    }
}

.v2-wrapper .section-card.section-card-v2 .section-card__date {
    color: var(--color-black);
    text-align: right;
}

.v2-wrapper .currency-table {
    display: grid;
    grid-template-columns: 1fr auto auto;
    padding: var(--space-2x);
    gap: var(--space-2x);
    border-radius: var(--radius-12);
}

.v2-wrapper .currency-table .table-head {
    color: var(--on-surface-variant);
}

.v2-wrapper .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);
}


.v2-wrapper .currency {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.v2-wrapper .buy,
.v2-wrapper .sell {
    text-align: end;
}

.v2-wrapper .currency .currency__img {
    width: 1.5rem;
}

.v2-wrapper .index-currency-text {
    font-size: var(--font-size-14);
    color: var(--text-secondary);
    margin-bottom: var(--space-2x);
}

.v2-wrapper.currency-v2-wrapper a.button {
    max-width: fit-content;
    margin: auto;

}

@media (min-width: 578px) {
    .v2-wrapper .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);
    }

    .v2-wrapper .currency-table {
        gap: var(--space-3x) var(--space-md);
    }

    .v2-wrapper .currency-table .table-cell span {
        display: inline;
    }

    .v2-wrapper .currency .currency__img {
        width: 1.75rem;
    }
}

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/index_mob_app_v2/style.css?17736355933832*/
/* v2-only: scoped to avoid conflict with index_mob_app */
.promo-section-v2 .promo-block {
    position: relative;
    background: rgba(185, 234, 251, 1);
    color: var(--color-black);
    padding: var(--space-3x);
    border-radius: var(--radius-24);
    text-align: center;
    overflow: hidden;
    font-family: var(--font-family-squad);
}

.promo-section-v2 .promo-block .row {
    position: relative;
    z-index: 10;
}

.promo-section-v2 .promo-block .promo__title {
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-28);
    margin-bottom: 0.5rem;
}

.promo-section-v2 .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-squad);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    margin-bottom: 1.5rem;
    color: var(--color-black);
}

.promo-section-v2 .row.promo-row {
    justify-content: space-between;
    row-gap: var(--space-3x);
}

.promo-section-v2 .promo__bg {
    position: absolute;
    right: -1rem;
    bottom: -10rem;
    z-index: 0;
}

.promo-section-v2 .promo__btns {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.promo-section-v2 .promo__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.promo-section-v2 .promo__screens {
    margin-top: var(--space-3x);
    position: relative;
    height: 17rem;
}

.promo-section-v2 .promo-screen-1,
.promo-section-v2 .promo-screen-2 {
    position: absolute;
}

.promo-section-v2 .promo-block-content {
    display: flex;
    flex-direction: column;
    gap: var(--space-2x);
    justify-content: space-between;
}

.promo-section-v2 .promo-screen-1 {
    top: 5rem;
}

.promo-section-v2 .promo-screen-2 {
    right: 0;
    top: -0.5rem;
}

.promo-section-v2 .promo__qr {
    display: none;
    padding: 0.75rem;
    gap: var(--space-2x);
    max-width: 290px;
    border-radius: var(--radius-16);
    background-color: var(--container-higher);
}

.promo-section-v2 .promo__qr .promo__qr__img {
    display: flex;
    width: 7.5rem;
    height: 7.5rem;
    object-fit: cover;
}

.promo-section-v2 .promo__qr .promo__qr__content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    justify-content: center;
    
}

.promo-section-v2 .promo__qr .promo__qr__title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: var(--hero-font-family);
    color: var(--on-surface);
}

.promo-section-v2 .promo__qr .promo__qr__btns {
    display: flex;
    gap: var(--space-base);
}

@media (min-width: 578px) {
    .promo-section-v2 .promo__qr {
        display: flex;
    }

    .promo-section-v2 .promo-block .promo__title {
        font-size: var(--font-size-40);
    }

    .promo-section-v2 .promo__btns {
        display: none;
        justify-content: flex-start;
    }

    .promo-section-v2 .promo__logo {
        justify-content: flex-start;
    }

    .promo-section-v2 .promo-block {
        text-align: left;
        padding: var(--space-md) var(--space-x);
    }

    .promo-section-v2 .promo-screen-1 {
        top: 5rem;
        left: -5rem;
    }

    .promo-section-v2 .promo__bg {
        width: 40rem;
        top: -5rem;
        right: -2rem;
        object-fit: contain;
    }

    .promo-section-v2 .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_v2/style.css?17733941952989*/

.section.home-about-section_v2 .section__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    text-align: start;
}

.section.home-about-section_v2 .section-card__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    text-align: start;
    margin: 0rem;
}



.home-about-section_v2 .section-card.section-card_v2 {
    padding: var(--space-md);
    border-radius: var(--radius-32);
}

.home-about-section_v2 .section-card.section-card_v2.section-card-with-button {
    margin-top: var(--space-3x);
    transition: all 0.3s ease-in-out;
}

.home-about-section_v2 .section-card.section-card_v2.section-card-with-button .section-card__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.home-about-section_v2 .section-card.section-card_v2.section-card-with-button:hover {
    background-color: var(--color-special-green-pastel-20);
}

.home-about-section_v2 .section-card.section-card_v2.section-card-with-button:hover .section-card__content {
    color: var(--color-special-green-visited);
}

.home-about-section_v2 .about-info-card {
    display: flex;
    flex-direction: column;
    gap: var(--space-base);
    padding: var(--space-3x);
    background: var(--container-higher);
    border-radius: var(--radius-32);
    height: 100%;
}

.home-about-section_v2 .about-info-card .about-info-card__title {
    font-family: var(--font-family-squad);
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-600);
}

.home-about-section_v2 .about-info-card .about-info-card__subtitle {
    color: var(--on-surface-variant);
    font-size: var(--font-size-14);
}

.home-about-section_v2 .about-info-card .about-info-card__icon {
    color: var(--primary);
}

.home-about-section_v2 .section-card.about-number-card {
    height: 100%;
}

.home-about-section_v2 .about-vacancy-card:first-child .section-card.section-card_v2 {
    height: 100%;
}


@media (max-width: 748px) {
    .section.home-about-section_v2 .section__title {
        font-size: var(--font-size-28);
    }

    .section.home-about-section_v2 .section-card__title {
        font-size: var(--font-size-24);
    }

    .home-about-section_v2 .about-info-card {
        flex-direction: row;
        padding: var(--space-2x);
        gap: var(--space-2x);
    }

    .home-about-section_v2 .about-info-card .about-info-card__icon {
        width: 2.5rem;
    }

    .home-about-section_v2 .about-info-card .about-info-card__title {
        font-size: var(--font-size-18);
    }

    .home-about-section_v2 .section-card.section-card_v2 {
        gap: 0;
        padding: var(--space-3x);
    }

    .home-about-section_v2 .section-card.section-card_v2.section-card-with-button .section-card__title {
        font-size: var(--font-size-20);
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/index_vacancy_v2/style.css?17732971917651*/




.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-32);
    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;
    transition: all 0.3s ease-in-out;
}

.hh-widget [class^="hh-vacancy-"]:hover {
    background-color: var(--color-special-green-pastel-20) !important;
}



.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-"]: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;
    text-decoration: none !important; 
    transition: all 0.3s ease-in-out;
}

.hh-widget [class^="hh-vacancy__link-"]:hover {
    color: var(--color-special-green-visited);
}




.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;
}


.section-card.section-card_v2 a.button {
    width: max-content;
    margin: auto auto 0 auto;
}

.section-card.section-card_v2.hh-card {
    height: 100%;
}

.section-card.section-card_v2.hh-card .hh-widget [class^="hh-vacancy-"]:before{
    display: none;
}

.section-card.section-card_v2.hh-card 
.hh-widget [class^="hh-vacancy-"]:active,
.section-card.section-card_v2.hh-card 
.hh-widget [class^="hh-vacancy-"]:visited,
.section-card.section-card_v2.hh-card 
.hh-widget [class^="hh-vacancy-"]:first-child,
.section-card.section-card_v2.hh-card 
.hh-widget [class^="hh-vacancy-"]:hover,
.section-card.section-card_v2.hh-card 
.hh-widget [class^="hh-vacancy-"]{
    grid-template-columns: auto;
    padding: var(--space-3x) !important;
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/bitrix/news.list/index_news_v2/style.css?17733976793324*/
/* v2-only: scoped to avoid conflict with index_about_v2 (unique section class) */
.home-news-v2-section .button {
    width: 100%;
}

.section.home-news-v2-section .section__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    text-align: start;
}

.home-news-v2-section .tg-promo {
    order: 1;
}

.home-news-v2-section .home-news-card {
    display: flex;
    flex-direction: column;
    padding: var(--space-2x);
    border-radius: var(--radius-32);
    background: var(--container-high);
    gap: var(--space-2x);
    height: 100%;
    min-width: var(--dimension-56);
    transition: all 0.3s ease-in-out;
}

.home-news-v2-section .home-news-card:hover {
    background-color: var(--color-special-green-pastel-20);
}

.home-news-v2-section .home-news-card .home-news-card__meta {
    display: flex;
    gap: var(--space-base);
    color: var(--on-surface-variant);
}

.home-news-v2-section .home-news-card .home-news-card__meta .tag {
    flex-grow: 1;
}

.row.home-news-v2-row {
    row-gap: 0;
}

.home-news-v2-section .home-news-card .home-news-card__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    font-size: var(--font-size);
    line-height: var(--line-height);
    transition: all 0.3s ease-in-out;
}

.home-news-v2-section .home-news-card:hover .home-news-card__title {
    color: var(--color-special-green-visited);
}

.home-news-v2-section .news-grid {
    height: 100%;
    display: grid;
    gap: var(--space-3x);
    grid-template-columns: 1fr 1fr;
    overflow: auto;
}

/* mobile slider: hidden by default, shown only on small screens */
.home-news-v2-section .news-slider {
    display: none;
}

.home-news-v2-section .news-slider .home-news-card__title {
    font-size: var(--font-size-18);
    color: var(--color-black);
}



.home-news-v2-section .more-news-button {
    width: max-content;
    margin: var(--space-3x) auto;
}

@media (max-width: 767px) {

    .home-news-v2-section .news-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: var(--space-3x);
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: var(--space-base);
        align-items: stretch;
    }

    .home-news-v2-section .news-grid > * {
        flex: 0 0 85%;
        scroll-snap-align: start;
        display: flex;
    }

}

@media (min-width: 991px) {
    .home-news-v2-section .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);
        color: var(--color-black);
    }

    .home-news-v2-section .news-grid {
        height: 100%;
        display: grid;
        gap: var(--space-3x);
        grid-template-columns: repeat(1fr, 1fr);
        overflow: auto;
    }
    

    .home-news-v2-section .home-news-card {
        padding: var(--space-md);
    }

    .home-news-v2-section .tg-promo {
        order: unset;
    }
}

.home-news-v2-section .news-grid::-webkit-scrollbar {
    display: none;
}

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/index_news_subscribe_v2/style.css?17732302951422*/


    .home-telegram-card-v2 {
        display: flex;
        height: 100%;
        flex-direction: column;
        gap: var(--space-x);
        border-radius: var(--radius-32);
        background: rgba(207, 231, 246, 1);
        padding: var(--space-md);
    }

    .home-telegram-card-v2 .home-telegram-card__title {
        font-family: var(--font-family-squad);
        font-size: var(--font-size-32);
        color: rgba(15, 135, 210, 1);
        text-align: center;
        font-weight: var(--font-weight-600);
        margin-bottom: var(--space-base);
    }

    .home-telegram-card-v2 .home-telegram-card__subtitle {
        font-family: var(--font-family-squad);
        font-size: var(--font-size-16);
        text-align: center;
    }

    .home-telegram-card-v2 .home-telegram-card__img {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        min-height: 0;
    }

    .home-telegram-card-v2 .home-telegram-card__img img {
        width: 100%;
    }

    .home-telegram-card-v2 a {
        margin-top: -5rem;
    }

    .home-telegram-card.home-telegram-card-v2 .button{
        font-family: var(--font-family-squad);
        font-size: var(--font-size-16);
        text-align: center;
        font-weight: var(--font-weight-600);
        background-color: var(--color-white);
        
    }




/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/blog-cards/style.css?17736360081556*/
.section.blog-cards .section__title {
	text-align: start;
	font-family: var(--font-size-squad);
	font-weight: var(--font-weight-600);
	font-size: var(--font-size-40);
}

.section.blog-cards .blog-cards__card {
	border-radius: var(--radius-32);
}

.blog-cards .blog-card {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: var(--space-3x);
	padding: var(--space-3x);
	border-radius: var(--radius-32);
	background: var(--color-white);
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--color-black);
}

.blog-cards_row {
	row-gap: 0;
	column-gap: var(--space-3x);
}

.blog-cards .blog-card:hover {
	background-color: var(--color-special-green-pastel-20);
}

.blog-card .blog-card-content-info{
	margin-bottom: 4px;
	font-size: var(--font-size-14);
}

.blog-card .blog-card-content-info-topic {
	color: var(--color-black);
	font-size: var(--font-size-14);
}

.blog-card .blog-card-content-info-date {
	font-size: var(--font-size-14);
}

.blog-cards .blog-card-title {
	font-size: var(--font-size-18);
	margin: 0.5rem 0 0 0;
	font-weight: var(--font-weight-600);
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-cards .blog-card-img img {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	object-fit: contain;
}

.blog-cards .more-blogs-button {
	margin: var(--space-3x) auto;
	width: max-content;
}


@media (max-width:748px) {
	.section.blog-cards .section__title {
		font-size: var(--font-size-28);
	}
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/site.rate/index_v2/style.css?17736358368407*/
.section.rate-section-v2 .rate-block__title {
    font-family: var(--font-family-squad);
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-40);
    line-height: var(--line-height-40);
    margin-bottom: 0.5rem;
    color: var(--color-white);
    width: 100%;
}

.section.rate-section-v2 .rate-block__subtitle {
    color: var(--color-white);
}

.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);
}

.section.rate-section-v2 .rate-block {
    background: linear-gradient(to bottom, #AFCB35, #52AE30);
    padding: var(--space-3x);
    display: flex;
    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;
}

.section.rate-section-v2 .send-btn {
    color: var(--color-black);
    background-color: var(--color-white);
}

.section.rate-section-v2 .rate-block .rate-block__logo-faded {
    display: none;
}


.section.rate-section-v2 .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;
    font-weight: var(--font-weight-600);
}

.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;
    }

    .section.rate-section-v2 .rate-block__content {
        max-width: 90%;
        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;
    }

    .section.rate-section-v2 .rate-block .rate-block__logo-faded {
        display: block;
        position: absolute;
        right: 0;
        transform: translate(20%, 25%);
        z-index: -1;
        width: 100%;
        max-width: 40rem;
    }
}

@media (max-width: 748px) {
    .section.rate-section-v2 .rate-block {
        padding: var(--space-2x);
    }

    .section.rate-section-v2 .rate-block__title {
        font-size: var(--font-size-28);
        text-align: start;
    }
    .section.rate-section-v2 .rate-block__subtitle {
        text-align: start;
    }

    .section.rate-section-v2 .rate-block .rate-block__star-icon {
        display: none;
    } 

    .section.rate-section-v2 .rate-block {
        flex-direction: column;
    }

    .section.rate-section-v2 .rate-block__btns {
        display: flex;
        gap: var(--space-1);
        flex-direction: row-reverse;
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    .section.rate-section-v2 .rate-btn {
        width: 26px;
        height: 26px;
        font-size: var(--font-size-16);

    }
}
/* End */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/index_banners_v2/style.css?17737289385948 */
/* /local/templates/ipotekatmpl/components/bitrix/menu/index_banners_v2/style.css?17737267211961 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/index_products_2_v2/style.css?17737349144772 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/index_calculator_main_v2/style.css?17737356692665 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/index_universal_calculator_v2/style.css?177339732819052 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/index_services_v2/style.css?17737389685436 */
/* /local/templates/ipotekatmpl/components/astatroth/currency.informer/index_currency_v2/style.css?17737391972857 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/index_mob_app_v2/style.css?17736355933832 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/index_about_v2/style.css?17733941952989 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/index_vacancy_v2/style.css?17732971917651 */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/index_news_v2/style.css?17733976793324 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/index_news_subscribe_v2/style.css?17732302951422 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/blog-cards/style.css?17736360081556 */
/* /local/templates/ipotekatmpl/components/ipotekabank/site.rate/index_v2/style.css?17736358368407 */
