

/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/page_header_banner/style.css?1764156563892*/
    .illustration-hero {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    .illustration-hero__content {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        text-align: center;
        align-items: center;
    }

    .illustration-hero__title {
        color: var(--on-surface);
    }

    .illustration-hero__description {
        font-size: 1.25rem;
        line-height: 1.5;
        color: var(--on-surface-variant);
        max-width: 30rem;
    }

    .illustration-hero__image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .illustration-hero__image img{
		max-width: 34rem;
		max-height: 28rem;
    }
	
	@media (max-width: 544px) {
		.illustration-hero__image img{
			max-width: 95%;
		}
	}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/utp/style.css?1760424199979*/
    .autocredit-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: var(--space-3x);
        background-color: var(--color-bg-4);
        border-radius: var(--radius-24);
        height: 100%;
    }

    .autocredit-feature__icon {
        margin-bottom: 0.75rem;
    }
    .autocredit-feature__icon img{
        max-height: 14rem;
    }

    .autocredit-feature__title {
        margin-bottom: var(--space-base);
    }

    .autocredit-feature__description {
        color: var(--on-surface-variant);
        --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);
    }
	

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/tabs-qr/style.css?17645026644119*/

    .tabs-2 .home-products {
        display: grid;
        gap: 0.75rem;
    }

    .tabs-2 .home-products .home-products__item:last-child {
        display: none;
    }

    .tabs-2 .home-products .home-products__item {
        background: var(--Background-Bg4);
        border-radius: 1.25rem;
        overflow: hidden;
    }

    .tabs-2 .home-product-card {
        position: relative;
        padding: 1.25rem;
        height: 100%;
		display: block;
		text-decoration: none;
    }

    .tabs-2 .home-product-card .home-product-card__title {
        --font-size: var(--m-headline-h3-font-size);
        --text-color: var(--text-primary);
        font-size: var(--font-size);
        color: var(--text-color);
        font-weight: var(--fw-black);
    }

    .tabs-2 .home-product-card .home-product-card__text {
        --font-size: var(--m-body-font-size);
        --text-color: var(--text-secondary);
        font-size: var(--font-size);
        color: var(--text-color);
        max-width: 70%;
    }

    .tabs-2 .home-product-card .home-product-card__img {
        position: absolute;
        width: 6.25rem;
        right: 1.5rem;
        bottom: 0;
    }

    .tabs-2 .home-products__item:first-child .home-product-card__title {
    }
	
	.tabs-2 .qr-variants-tabs-container {
		display: flex;
		margin-bottom: var(--space-3x);
	}
	
	.tabs-2 .qr-variants-tabs-container .tab-nav {
		flex-grow: 1;
		background-color: var(--container-high);
	}
	
	.tabs-2 .qr-variants-tabs-container .tab-nav .tab-button {
		flex-grow: 1;
	}
	
	.tabs-2 .qr-variant-card {
		padding: var(--space-x) var(--space-2x);
		border-radius: var(--radius-16);
		background-color: var(--container-high);
	}
	
	.tabs-2 .qr-variant-card .qr-variant-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-half);
	}
	
	.tabs-2 .qr-variant-card .qr-variant-card__text {
		--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);
	}
	
	.tabs-2 .qr-variant-card .qr-variant-card__img {
		display: flex;
		justify-content: center;
	}
	
	.tabs-2 .qr-variant-card .qr-variant-card__img img {
		min-height: 10rem;
		max-height: 11rem;
	}
	
	.tabs-2 .qr-variant-card-row {
		align-items: center;
	}
	
	.tabs-2 .qr-variant-card-left {
		order: 1;
	}

    @media (min-width: 561px) {
        
		.tabs-2 .qr-variant-card {
			padding: var(--space-3x) var(--space-x);
			border-radius: var(--radius-24);
		}
	
		.tabs-2 .qr-variant-card .qr-variant-card__title {
			--font-size: var(--hero-subtitle-font-size);
			--line-height: var(--hero-subtitle-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);
		}
		
		.tabs-2 .qr-variant-card .qr-variant-card__text {
			--font-size: var(--lead-font-size);
			--line-height: var(--lead-line-height);
			font-family: var(--font-family);
			font-size: var(--font-size);
			line-height: normal;
		}
		
	
		.tabs-2 .qr-variant-card-left {
			order: unset;
		}
	
		.tabs-2 .qr-variant-card .qr-variant-card__img {
			justify-content: end;
		}
	
		.tabs-2 .qr-variants-tabs-container .tab-nav .tab-button {
			flex-grow: 0;
			min-width: 9rem;
		}
		
		.tabs-2 .qr-variants-tabs-container .tab-nav {
			flex-grow: 0;
		}
    }
	
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17617180261627*/
    .utp2-feature {
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: center;
        padding: var(--space-3x);
        background-color: var(--color-bg-4);
        border-radius: var(--radius-24);
        height: 100%;
    }

    .utp2-feature .utp2-icon {
        margin-bottom: 2rem;
		background-color: var(--primary);
		color: var(--on-primary);
		border-radius: 50%;
		display: flex;
		width: 33px;
		height: 33px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
    }

    .utp2-feature .utp2-title {
        color: var(--on-surface-variant);
        --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);
		color: var(--on-surface);
		margin-bottom: unset;
		text-align: start;
    }

    .utp2-feature .utp2-description {
        color: var(--on-surface-variant);
        --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);
		margin-bottom: unset;
		text-align: start;
    }
	

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/webform/standart_form/style.css?17688904769131*/
/**
 * Стили для компонента ipotekabank:webform
 */
/* 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);
}

/* FORM */
.autocredit-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    background-color: var(--color-bg-4);
    border-radius: var(--radius-32);
    padding: var(--space-3x);
    text-align: left;
}

.autocredit-form__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3x);
}

.autocredit-form__footer .info-card {
    flex: 1;
}

.autocredit-form__footer .button {
    align-self: stretch;
}

.autocredit-form .info-card {
    display: flex;
    align-items: center;
    gap: var(--space-base);
    background-color: var(--color-bg-3);
    border-radius: var(--radius-16);
    padding: var(--space-2x);
}

@media (min-width: 578px) {
    .autocredit-form {
        text-align: center;
        padding: var(--space-x);
    }

    .autocredit-form__footer {
        flex-direction: row;
        align-items: center;
    }

    .autocredit-form__footer .button {
        align-self: center;
    }
}


/* Сообщения */
.webform-success,
.webform-errors {
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.webform-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.webform-errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.webform-errors ul {
    margin: 0;
    padding-left: 20px;
}

.webform-errors p {
    margin-bottom: 10px;
}

.webform-errors p:last-child {
    margin-bottom: 0;
}

/* Google reCAPTCHA */
.webform-recaptcha {
    margin-bottom: 20px;
}

.webform-recaptcha .g-recaptcha {
    display: inline-block;
}

/* Прелоадер */
.webform-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.webform-loader .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.webform-loader .spinner-border.text-primary {
    color: #007bff;
}

.webform-loader .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .webform-recaptcha .g-recaptcha {
        transform: scale(0.9);
        transform-origin: 0 0;
    }
}

/* Валидация */
.webform .form-control:invalid {
    border-color: #dc3545;
}

.webform .form-control:valid {
    border-color: #28a745;
}

/* Отключаем браузерную валидацию при AJAX */
.webform[data-ajax="true"] .form-control:invalid,
.webform[data-ajax="true"] .form-control:valid {
    border-color: #ced4da;
}

.webform[data-ajax="true"] .form-control:focus:invalid {
    border-color: #80bdff;
}

/* mse form  */

.map-open-button {
    justify-content: flex-start;
}

.map-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4072;
    text-align: left;
}

.map-modal.is-open {
    display: flex;

}

.branches-map {
    width: 100%;
    height: 100%;
    background-color: #00cc00;
}

.map-modal .close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-999);
    background-color: var(--container-higher);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    z-index: 1;
}

.branch-list-side {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    padding: .5rem;
    max-height: 80vh;
    min-height: 40vh;
    background-color: var(--container-higher);
    border-radius: var(--radius-16) var(--radius-16) 0 0;
    box-shadow: 0 4px 20px 0 rgba(20, 20, 20, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    opacity: 0;
    transform: translateY(100%);
    transition: transform .3s ease-out;
}

.branch-list-side.is-open {
    z-index: 1000;
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s ease-in;
}

.branch-list-side .branch-list-side__head {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: .25rem
}

.branch-list-side .branch-list-side__head .branch-list-side__title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--hero-font-family);
    display: flex;
    gap: var(--space-2x);
}

.branch-list-side .branch-list-side__head .branch-list-side__title .close-button {
    padding: 0;
    display: flex;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    position: static;
}

.branch-list-side .branch-list-side__head .branch-list-side__subtitle {
    font-size: .875rem;
    line-height: 1.3;
}

.branch-list-side .branch-list-side__list {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-grow: 1;
}

/* Backdrop */
.branch-list-backdrop,
.map-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.branch-list-backdrop.is-visible,
.map-modal-backdrop.is-visible {
    opacity: 1;
}

.branch-select.form-control {
    display: none;
}

.branch-list-card {
    display: flex;
    flex-direction: column;
    padding: .75rem 1rem;
    cursor: pointer;
    background-color: var(--container-higher);
    border-radius: var(--radius-8);
    transition: background-color .2s ease-in-out;
}

.branch-list-card:hover {
    background-color: var(--container-high);
    transition: background-color .2s ease-in-out;
}

.branch-list-card .branch-list-card__subtitle {
    font-size: .875rem;
    line-height: 1.3;
    color: var(--on-surface-variant);
}

.open-list-button {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media (min-width: 767px) {
    .branch-list-side {
        display: flex;
        position: relative;
        max-width: 30vw;
        min-width: 20vw;
        max-height: unset;
        min-height: unset;
        border-radius: 0;
        z-index: 1;
        opacity: 1;
        transform: translateY(0%);
        transition: none;
    }

    .branch-list-side.is-open {
        opacity: 1;
        transform: translateY(0%);
        transition: none;
    }

    .branch-list-side .branch-list-side__head .branch-list-side__title .close-button {
        display: none;
    }

    .button.open-list-button {
        display: none;
    }

    .map-modal {
        max-width: 60%;
        max-height: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: var(--radius-24);
        overflow: hidden;
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/bitrix/news.list/faq_list_accordion/style.css?175828643357*/
.deposit-faq__title{
	margin-bottom: var(--space-md);
}
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/page_header_banner/style.css?1764156563892 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp/style.css?1760424199979 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_with_tabs/tabs-qr/style.css?17645026644119 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel/utp_text/style.css?17617180261627 */
/* /local/templates/ipotekatmpl/components/ipotekabank/webform/standart_form/style.css?17688904769131 */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/faq_list_accordion/style.css?175828643357 */
