

/* 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/bitrix/news.list/deposits_list/style.css?17650207428349*/
/* BANNER */

.illustration-hero {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 4rem;
}

.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;
}


/* TABS */
.deposits-tab-nav {
    display: inline-flex;
    max-width: 100%;
}

.deposits-tab-nav .tab-button {
    display: inline-flex;
}

.deposits-tab-nav .tab-nav {
    background-color: var(--container-high);
}

.product-card-list {
    display: flex;
    flex-direction: column;
    padding: var(--space-3x) 0;
    gap: var(--space-3x);
}




/* ITEMS */

.product-card {
    background-color: var(--container-high);
    padding: var(--space-l) var(--space-x);
    border-radius: var(--radius-24);
    margin-bottom: 3rem;
}

.product-card.old {
    filter: grayscale(1);
}

.product-card__img {
    display: flex;
    align-items: center;
}

.product-card__img img {
    border-radius: var(--radius-16);
    width: 100%;
    max-width: 20rem;
}

.product-card__title {
    --font-size: var(--headline-2-font-size);
    --line-height: var(--headline-2-line-height);
    --font-weight: var(--headline-2-font-weight);
    --font-family: var(--headline-2-font-family);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
}

.product-add__compare {
    margin-bottom: 0.75rem;
}

.product-card__meta-wrapper__top {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.button.button--secondary.product-add__compare {
    width: 10rem;
}


.product-card__description {
    color: var(--on-surface-variant);
}

.product-card__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-3x);
}

.product-card__content .button {
    width: 100%;
}

.dl {
    display: flex;
    flex-direction: column;
}

[data-bs-toggle="tooltip"] {
    cursor: pointer;
}

.dl .dt {
    display: flex;
    align-items: center;
    gap: var(--space-half);
    color: var(--on-surface-variant);
}

.dl .dd {
    display: flex;
    align-items: center;
    gap: var(--space-half);
    --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);
}

.product-card__meta {
    display: flex;
    justify-content: end;
}

.product-card__meta-wrapper {
    display: flex;
    justify-content: start;
    display: block;
}

.product-card__meta-wrapper .product-card__meta {
    display: flex;
    justify-content: start;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.product-card__meta.product-card__meta--desktop {
    display: none;
}

.product-card__meta.product-card__meta--mobile {
    margin-bottom: var(--space-2x);
}

.tag {
    padding: var(--space-half) var(--space-base);
    border-radius: var(--radius-16);
    background-color: var(--secondary);
    color: var(--on-secondary);
    display: flex;
    width: fit-content;
}

.tag.green {
    background-color: var(--primary-container-low);
    color: var(--primary);
}

.tag.red {
    background-color: var(--secondary-container-low);
    color: var(--secondary);
}

.product-card__title-meta {
    display: flex;
    gap: var(--space-2x);
}

.product-card__title-meta .product-card__title {
    flex-grow: 1;
}

@media (min-width: 578px) {
    .product-card__title {
        --font-size: var(--hero-subtitle-font-size);
        --line-height: var(--hero-subtitle-line-height);
        --font-weight: var(--hero-font-weight);
        --font-family: var(--body-font-family);
        font-family: var(--font-family);
        font-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
    }

    .product-card__description {
        --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);
    }

    .product-card__content {
        height: 100%;
    }

    .product-card__btns {
        flex-grow: 1;
        align-items: end;
    }

    .product-card__img {
        min-height: 100%;
    }
}


@media (min-width: 767px) {
    .product-card__meta-wrapper {
        display: flex;
    }

    .product-card__meta.product-card__meta--desktop {
        display: unset;
    }

    .product-card__meta.product-card__meta--mobile {
        display: none;
    }

    .product-card__title-meta {
        flex-direction: column;
    }

    .product-card__title-meta .product-card__title {
        order: 1;
    }

    .product-card__title-meta .product-card__meta-wrapper__top {
        order: 0;
        align-items: flex-start;
    }
}

@media (min-width: 1200px) {



    .product-card__title-meta {
        flex-direction: row;
    }

    .product-card__title-meta .product-card__title {
        order: 0;
    }

    .product-card__title-meta .product-card__meta-wrapper__top {
        order: 1;
        align-items: flex-end;
    }

}


/* Tootltip */
/* Tooltip base */
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    font-size: 0.875rem;
    opacity: 0;

    /* transition */
    transition: opacity .15s ease-in-out;
}

.tooltip.show {
    opacity: .9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

/* Inner */
.tooltip .tooltip-inner {
    max-width: 200px;
    padding: .5rem .75rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .375rem;
}

/* Tooltip top */
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

/* Tooltip right */
.bs-tooltip-end .tooltip-arrow {
    left: 0;
}

.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

/* Tooltip bottom */
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem .4rem;
    border-bottom-color: #000;
}

/* Tooltip left */
.bs-tooltip-start .tooltip-arrow {
    right: 0;
}

.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}










































































































































































































#product-cards-old.hidden {
    display: none;
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/panel_single/become/style.css?17652861682191*/
/* bottom part */
.become-partner {
  margin-bottom: 80px;
}

.become-partner .card .card-image {
  width: 195px;
  position: relative;
}

.become-partner .card {
  gap: 30px;
  padding: 40px;
  display: flex;
  border-radius: 28px;
  align-items: center;
  background: #f0f8f0;
  justify-content: space-between;
}

.become-partner .card img.icon {
  width: 80px;
  height: auto;
}

.become-partner .card-content {
  flex: 1;
}

.become-partner .card h2 {
  font-size: 32px;
  text-align: left;
  line-height: 40px;
  margin-bottom: 8px;
}

.become-partner .card p {
  font-size: 18px;
  text-align: left;
  color: #7d828b;
}

.become-partner .card img {
  top: -95px;
  left: -30px;
  width: 195px;
  position: absolute;
}

.become-partner .btn {
  width: 220px;
  height: 48px;
  align-self: center;
  border-radius: 999px;
}

.become-partner .btn.green {
  color: white;
  font-size: 16px;
  background: var(--Main-Green);
}

@media (max-width: 980px) {

  /* Become Partner */
  .become-partner .card-content {
    margin-bottom: 20px;
  }

  .become-partner .card .card-image {
    width: 100%;
    text-align: center;
  }

  .become-partner .card {
    display: block;
  }

  .become-partner .card img {
    position: static;
  }

  .become-partner .card h2,
  .become-partner .card p {
    text-align: center;
  }

  .become-partner .btn.green {
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .become-partner {
    margin-bottom: 32px;
  }
}

@media (max-width: 540px) {
  .become-partner .card h2 {
    font-size: 22px;
    text-align: center;
  }

  .become-partner .card p {
    font-size: 16px;
    text-align: center;
  }

  .become-partner .btn.green {
    width: 100%;
  }
}


.modal-mobile .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: unset;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}

.modal-mobile.show .modal-dialog {
  pointer-events: none;
}

.modal-mobile .modal-content {
  border-radius: var(--radius-12) var(--radius-12) 0 0;
  max-height: 80vh;
  overflow: auto;
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/webform/modal_form/style.css?17643304023348*/
/**
 * Стили для компонента ipotekabank:webform
 */


/* 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 .info-card svg {
    flex-shrink: 0;
}

.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;
}
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/page_header_banner/style.css?1764156563892 */
/* /local/templates/ipotekatmpl/components/bitrix/news.list/deposits_list/style.css?17650207428349 */
/* /local/templates/ipotekatmpl/components/ipotekabank/panel_single/become/style.css?17652861682191 */
/* /local/templates/ipotekatmpl/components/ipotekabank/webform/modal_form/style.css?17643304023348 */
