

/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-hero/style.css?17833439901804*/
/* HERO */
.ib-hero-section {
    --bg-img: url(/upload/__pages/ib-business/hero-bg.png);
    margin-top: -4.25rem;
    padding-top: 4.25rem;
    background: var(--bg-img) center/cover no-repeat;
    color: var(--on-primary);
}

.ib-hero {
    height: 70vh;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem;
}

.ib-hero .ib-hero__info .info-badge {
    border-radius: var(--radius-24);
}

.hero {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero .hero__content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.hero .hero__content span,
.hero .hero__content b,
.hero .hero__content strong {
    font: inherit;
    color: inherit;
}

.hero .hero__title {
    font-size: 1.5rem;
    line-height: 1.17;
    font-weight: 600;
    margin: 0;
}

.hero .hero__text {
    font-size: 1rem;
    line-height: 1.37;
    max-width: 280px;
}

.hero .hero__cta .button {
    width: 100%;
}

.hero .hero__title b,
.hero .hero__title strong {
    font-weight: 900;
}

@media (min-width: 768px) {

    /* PAGE STYLES */
    /* HERO */
    .ib-hero-section {
        margin-top: -5rem;
        padding-top: 5rem;
    }

    .ib-hero {
        padding-top: 0;
        gap: 3rem;
        justify-content: flex-start;
        height: auto;
    }

    .ib-hero .ib-hero__info .info-badge {
        width: 383px;
    }

    .hero {
        gap: 2rem;
    }

    .hero .hero__title {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .hero .hero__text {
        font-size: 1.125rem;
        line-height: 1.5rem;
        max-width: unset;
    }

    .hero .hero__cta .button {
        width: auto;
    }

    .hero .hero__title b,
    .hero .hero__title strong {
        font-weight: 900;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-main-info/style.css?17833387892913*/
/* MAIN INFO SECTION */
.img-info-block {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-24);
    padding: 0 .75rem;
    display: flex;
    align-items: center;
    height: 260px;
}

.img-info-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-info-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-info-block__img.img-info-block__img--front {
    z-index: 8;
}

.img-info-block__img.img-info-block__img--bg {
    z-index: 0;
}

.main-feature-list {
    position: relative;
    z-index: 5;
    width: 240px;
    height: 100%;
    /* обязательно задать высоту видимой области */
    overflow: hidden;
}

.vs-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding-top: .25rem;
    will-change: transform;
}

.text-info-block {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.text-info-block .text-info-block__content {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.text-info-block .text-info-block__title {
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.text-info-block .text-info-block__subtitle {
    font-size: 1rem;
    line-height: 1.37;
    color: var(--on-surface-variant);
}

.text-info-block .text-info-block__actions {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.business-form-modal.modal .modal-content {
    border-radius: var(--radius-24);
    background-color: var(--container-high);
}

.business-form-modal.modal .modal-body {
    padding: 0;
}

.business-form-modal.modal .modal-header {
    justify-content: flex-end;
    border-bottom: none;
    padding: 0;
}

.business-form-modal.modal .modal-header button {
    padding: 1rem;
}

.business-form-modal.modal .section {
    padding: 1rem 0;
}

.business-form-modal.modal .autocredit-form {
    padding: 1rem;
}

@media (min-width: 768px) {

    /* MAIN INFO SECTION */
    .img-info-block {
        border-radius: var(--radius-32);
        padding: 0 2rem;
        height: 380px;
    }

    .main-feature-list {
        gap: .5rem;
    }

    .img-info-block__img.img-info-block__img--front {
        display: none;
    }

    .text-info-block {
        gap: 1.25rem;
        justify-content: center;
        height: 100%;
    }

    .text-info-block .text-info-block__content {
        gap: 1.25rem;
    }

    .text-info-block .text-info-block__title {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .text-info-block .text-info-block__subtitle {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .text-info-block .text-info-block__actions {
        flex-direction: row;
    }

    .business-form-modal.modal .autocredit-form {
        padding: 1rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-diff/style.css?17833449831987*/
/* DIFFERENCE SECTION */
.diff-card-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    cursor: grab;
}

#dragBox {
    user-select: none;
    will-change: transform;
}

#dragBox.dragging {
    cursor: grabbing;
}

#wrapper {
    position: relative;
}

.diff-card {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: var(--radius-24);
    background-color: var(--container-high);
}

.diff-card .diff-card__img {
    flex-shrink: 0;
}

.diff-card .diff-card__img img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
}

.diff-card .diff-card__content {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.diff-card .diff-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--hero-font-family);
}

.diff-card .diff-card__subtitle {
    font-size: 1rem;
    line-height: 1.37;
}


@media (min-width: 768px) {

    /* DIFFERENCE SECTION */
    .diff-card-list {
        flex-direction: row;
        gap: 1rem;
        width: 1488px;
    }

    .diff-card {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem;
        border-radius: var(--radius-32);
        width: 360px;
        height: 500px;
        flex-shrink: 0;
    }

    .diff-card .diff-card__img {
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        order: 1;
        position: relative;
    }

    .diff-card .diff-card__img img {
        width: 392px;
        height: 392px;
        max-width: unset;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 3rem);
    }

    .diff-card .diff-card__content {
        gap: .5rem;
    }

    .diff-card .diff-card__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .diff-card .diff-card__subtitle {
        font-size: 1rem;
        line-height: 1.5;
        color: var(--on-surface-variant);
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-compare/style.css?17827268791868*/
/* COMPARE BLOCK */
.compare-block {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: var(--radius-24);
    background-color: var(--container-high);
    min-height: 100%;
}

.compare-block.compare-block--positive {
    background: linear-gradient(258deg, #AFCB35 4.99%, #52AE30 99.91%);
    color: var(--on-primary);
}

.compare-block .compare-block__title {
    font-size: 1.25rem;
    font-family: var(--hero-font-family);
    font-weight: 600;
    line-height: 1.2;
}

.compare-block .compare-block__cta .button {
    width: 100%;
}

.compare-block .button {
    background-color: var(--container-higher);
}

.plus-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.plus-list.plus-list--negative .plus__icon {
    background-color: rgba(245, 229, 229, 1);
    color: rgba(184, 70, 60, 1);
}

.plus {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.plus .plus__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: var(--radius-999);
    background-color: rgba(255, 255, 255, .22);
}

.plus .plus__icon svg {
    width: 12px;
    height: 12px;
}

.plus .plus__text {
    font-size: 1rem;
    line-height: 1.37;
}



@media (min-width: 768px) {

    /* COMPARE BLOCK */
    .compare-block {
        padding: 2rem;
        border-radius: var(--radius-32);
    }

    .compare-block .compare-block__title {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .compare-block .compare-block__cta {
        padding-top: .5rem;
    }

    .compare-block .compare-block__cta .button {
        width: unset;
    }

    .plus-list {
        gap: .875rem;
    }

    .plus {
        gap: .875rem;
    }

    .plus .plus__text {
        font-size: 1rem;
        line-height: 1.37;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-mobile/style.css?17827274212471*/
/* MOBILE APP */
.mobile-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mobile-block .mobile-block__img {
    height: 240px;
    border-radius: var(--radius-24);
    overflow: hidden;
}

.mobile-block .mobile-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-feature-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.app-feature {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.app-feature .app-feature__icon {
    padding: .75rem;
    background-color: var(--container-high);
    border-radius: .75rem;
    flex-shrink: 0;
    color: #52AE30;
}

.app-feature .app-feature__icon img {
    width: 1.5rem;
    height: 1.5rem;
}

.app-feature .app-feature__content {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.app-feature .app-feature__title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--hero-font-family);
}

.app-feature .app-feature__subtitle {
    font-size: 1rem;
    line-height: 1.37;
    color: var(--on-surface-variant);
}


@media (min-width: 768px) {

    /* MOBILE APP */
    .mobile-block {
        padding: .75rem;
        border-radius: var(--radius-32);
        flex-direction: row;
        gap: 0;
        background-color: #010500;
        overflow: hidden;
    }

    .mobile-block .mobile-block__img {
        height: 100%;
        width: 512px;
        border-radius: 0;
        overflow: visible;
        position: relative;
    }

    .mobile-block .mobile-block__img img {
        width: 632px;
        height: 474px;
        max-width: unset;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -10%);
    }

    .mobile-block .mobile-block__content {
        padding: 2rem 3rem;
        background-color: var(--container-higher);
        border-radius: var(--radius-24);
        z-index: 1;
        flex-grow: 1;
    }

    .app-feature-list {
        gap: 1.5rem;
    }

    .app-feature {
        gap: .75rem;
        align-items: center;
    }

    .app-feature .app-feature__icon {
        padding: 1rem;
        border-radius: .625rem;
    }

    .app-feature .app-feature__content {
        gap: .25rem;
    }

    .app-feature .app-feature__title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .app-feature .app-feature__subtitle {
        font-size: .875rem;
        line-height: 1.28;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-start/style.css?17833428061441*/
/* START SECTION */
.start-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: #EEE9ED;
    border-radius: var(--radius-32);
}

.start-card .start-card__body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

.start-card .start-card__content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: .75rem;
}

.start-card .start-card__title {
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    font-family: var(--hero-font-family);
}

.start-card .start-card__subtitle {
    font-size: 1rem;
    line-height: 1.37;
    color: var(--on-surface-variant);
}

@media (min-width: 768px) {

    /* START SECTION */
    .start-card {
        flex-direction: row;
        gap: 0;
        padding: 3rem;
        overflow: hidden;
        align-items: center;
    }

    .start-card .start-card__img {
        display: flex;
        align-items: center;
        height: 10px;
        flex-shrink: 0;
    }

    .start-card .start-card__img img {
        max-width: 490px;
    }

    .start-card .start-card__body {
        flex-grow: 1;
    }

    .start-card .start-card__content {
        gap: .5rem;
    }

    .start-card .start-card__title {
        font-size: 1.875rem;
        line-height: 1.2;
    }

    .start-card .start-card__subtitle {
        max-width: 580px;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/bitrix/news.list/faq_list_accordion/style.css?1777360076114*/
.deposit-faq__title {
	margin-bottom: var(--space-md);
}

.button span {
	font: inherit;
	color: inherit;
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-call/style.css?17827282093418*/
/* CALL CENTER SECTION */
.call-center-card {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 25.69%, #070D0C 35.4%), url(/upload/__pages/ib-business/call-center-bg.png) center -3rem / 150% auto no-repeat, #070D0C;
    padding: 10rem 1.5rem 1.5rem;
    border-radius: var(--radius-32);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: var(--on-surface-inverse);
}

.call-center-card .call-center-card__body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.call-center-card .call-center-card__content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.call-center-card .call-center-card__title {
    font-family: var(--hero-font-family);
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
}

.call-center-card .call-center-card__subtitle {
    font-size: 1rem;
    line-height: 1.37;
}

.call-center-card .call-center-card__cta .button {
    width: 100%;
}

.call-center-card .call-center-card__info-list {
    display: flex;
    gap: .5rem;
}

.call-center-card .call-center-card__info-list .info-badge {
    border-radius: var(--radius-16);
    flex-grow: 1;
    width: 100%;
    background-color: #1C1F22;
}


.call-center-card .call-center-card__info-list .info-badge .info-badge__content {
    gap: .5rem
}

.call-center-card .call-center-card__info-list .info-badge .info-badge__title {
    font-size: 1.125rem;
    line-height: 1.33;
}

.call-center-card .call-center-card__info-list .info-badge .info-badge__text {
    opacity: .87;
}

@media (min-width: 768px) {

    /* CALL CENTER SECTION */
    .call-center-card {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.54) 33.48%, rgba(0, 0, 0, 0.00) 55.31%), url(/upload/__pages/ib-business/call-center-bg-desktop.png) center 60% / 100% auto no-repeat;
        padding: 2rem;
        flex-direction: row;
        justify-content: space-between;
        min-height: 422px;
    }

    .call-center-card .call-center-card__body {
        justify-content: center;
        width: 500px;

    }

    .call-center-card .call-center-card__content {
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }

    .call-center-card .call-center-card__title {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .call-center-card .call-center-card__subtitle {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .call-center-card .call-center-card__cta .button {
        width: auto;
    }

    .call-center-card .call-center-card__info-list {
        display: flex;
        flex-direction: column;
        width: 240px;
        justify-content: center;
    }

    .call-center-card .call-center-card__info-list .info-badge {
        border-radius: var(--radius-999);
        width: 100%;
        flex-grow: 0;
        background-color: rgba(0, 0, 0, 0.16);
    }


    .call-center-card .call-center-card__info-list .info-badge .info-badge__content {
        flex-direction: row;
        gap: .5rem;
        align-items: center;
    }

    .call-center-card .call-center-card__info-list .info-badge .info-badge__title {
        font-size: 1.25rem;
        line-height: 1.2;
        width: 5rem;
        text-align: center;
        flex-shrink: 0;
    }

    .call-center-card .call-center-card__info-list .info-badge .info-badge__text {
        font-size: .875rem;
        line-height: 1.28;
        opacity: .87;
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-feedback/style.css?17827289341311*/
/* FEEDBACK SECTION */
.img-card {
    display: flex;
    gap: .75rem;
    background-color: var(--container-high);
    border-radius: var(--radius-24);
    align-items: center;
    padding: 1rem;
}

.img-card .img-card__img {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--container-higher);
    border-radius: 10px;
    flex-shrink: 0;
}

.img-card .img-card__img img {
    width: 1.5rem;
    height: 1.5rem;
}

.img-card .img-card__content {
    display: flex;
    gap: .125rem;
    flex-direction: column;
}

.img-card .img-card__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.img-card .img-card__subtitle {
    color: var(--on-surface-variant);
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.img-card .img-card__subtitle a,
.img-card .img-card__subtitle span {
    font: inherit;
    color: inherit;
    text-decoration: none;
}


@media (min-width: 768px) {

    /* FEEDBACK SECTION */
    .img-card {
        gap: 1rem;
        padding: 1.5rem;
        margin: 0 auto;
        width: max-content;
    }

    .img-card .img-card__img {
        width: auto;
        height: auto;
        padding: 1rem;
    }

    .img-card .img-card__content {
        gap: .25rem;
    }
}
/* End */


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

.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;
}

.region-select-wrapper {
    display: flex;
    flex-direction: column;
}

.region-select-wrapper select {
    order: 10;
    display: block !important;
    height: 1px;
    overflow: hidden;
    width: 10px;
    outline: none;
    align-self: center;
    margin-top: -1px;
    position: relative;
    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 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-hero/style.css?17833439901804 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-main-info/style.css?17833387892913 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-diff/style.css?17833449831987 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-compare/style.css?17827268791868 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-mobile/style.css?17827274212471 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-start/style.css?17833428061441 */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/faq_list_accordion/style.css?1777360076114 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-call/style.css?17827282093418 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/ib-business-feedback/style.css?17827289341311 */
/* /local/templates/ipotekatmpl/components/ipotekabank/webform/standart_form/style.css?17762961339499 */
