

/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/gold-bars-hero/style.css?17864406421664*/
/* ============================================================
   Первый экран страницы «Золотые слитки»
   ============================================================ */


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

.gold-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    text-align: center;
}

.gold-hero__title {
    margin: 0;
    font-family: var(--hero-font-family);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2rem;
    color: var(--on-surface);
}

.gold-hero__text {
    margin: 0;
    max-width: 44rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--on-surface-variant);
}

.gold-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.gold-hero__art {
    border-radius: var(--radius-24);
    overflow: hidden;
    order: -1;
}

.gold-hero__img {
    width: 100%;
    height: 20.5rem;
    object-fit: cover;
}

@media (min-width: 768px) {
    .gold-hero-section.section {
        padding-bottom: 0;
    }

    .gold-hero {
        gap: 2rem;
    }

    .gold-hero__content {
        gap: 1.25rem;
    }

    .gold-hero__title {
        font-size: 2.5rem;
        line-height: 3.3125rem;
        max-width: 53rem;
    }

    .gold-hero__text {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .gold-hero__actions {
        margin-top: 0.75rem;
    }

    .gold-hero__art {
        border-radius: var(--radius-32);
        order: unset;
    }

    .gold-hero__img {
        height: 37.5rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/microloan-promo-facts/style.css?17860957661674*/
/* ============================================================
   Ключевые условия (полоса фактов)
   ============================================================ */

.promo-facts {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1rem;
    border-radius: 1rem;
    background: var(--container-high);
}

.promo-facts__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.promo-facts__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 0.25rem;
    object-fit: cover;
}

.promo-facts__body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.promo-facts__value {
    font-family: var(--hero-font-family);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
}

.promo-facts__label {
    font-size: 0.875rem;
    line-height: 1.28;
    color: var(--on-surface-variant);
}

@media (min-width: 768px) {
    .promo-facts {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        padding: 1rem 0;
        background: none;
        border-radius: 0;
    }

    .promo-facts__item {
        flex: 1 0 0;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        text-align: center;
    }

    .promo-facts__icon {
        width: 32px;
        height: 32px;
        margin-top: 0;
    }

    .promo-facts__body {
        align-items: center;
    }

    .promo-facts__value {
        font-size: 1.5rem;
        line-height: 1.17;
    }

    .promo-facts__label {
        font-size: 1rem;
        padding: 0 2rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html/gold-bars-table/style.css?17864286615492*/
/* ============================================================
   Курс золотых слитков
   Figma: 1:1039 (desktop), 1:1408 (mobile)
   ============================================================ */

.gold-table {
    --gold-table-text: #151617;
    --gold-table-text-2: #50545d;
    --gold-table-text-3: #6b7079;
    --gold-table-surface: #f6f7fa;
    --gold-table-border: #e3e8f1;
    --gold-table-border-outer: #eceff6;
}

/* ---------- Заголовок ---------- */

.gold-table__header {
    margin-bottom: 1.5rem;
}

.gold-table__title {
    margin: 0 0 0.5rem;
    font-family: var(--hero-font-family);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: var(--gold-table-text);
}

.gold-table__subtitle {
    margin: 0;
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--gold-table-text-2);
}

/* ---------- Мобильная раскладка: каждая строка — карточка ---------- */

.gold-table__table {
    display: block;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.gold-table__table thead {
    display: none;
}

.gold-table__table tbody {
    display: block;
}

.gold-table__row {
    display: block;
    margin-bottom: 0.75rem;
    border: 1px solid var(--gold-table-border);
    border-radius: var(--radius-16);
}

.gold-table__row:last-child {
    margin-bottom: 0;
}

.gold-table__table th,
.gold-table__table td {
    display: block;
    padding: 0;
    border: 0;
    text-align: left;
    font-weight: inherit;
}

.gold-table__table th.gold-table__weight {
    padding: 1rem;
}

.gold-table__weight-inner {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.gold-table__weight-label {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: var(--gold-table-text);
}

.gold-table__bar {
    flex-shrink: 0;
    width: 2rem;
    height: 1.375rem;
    border-radius: var(--radius-6);
    background-image: linear-gradient(159deg, #f2dfa0 7.735%, #d8b44a 45.774%, #b98f1f 92.265%);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
}

/* Слиток растёт вместе с весом */
.gold-table__bar--type-004 { width: 1.75rem;  height: 1.1875rem; }
.gold-table__bar--type-007 { width: 2rem;     height: 1.375rem; }
.gold-table__bar--type-008 { width: 2.375rem; height: 1.5625rem; }
.gold-table__bar--type-009 { width: 2.875rem; height: 1.8125rem; }
.gold-table__bar--type-001 { width: 3.5rem;   height: 2.1875rem; }

.gold-table__table td.gold-table__price {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0 1rem 0.5rem;
}

.gold-table__table td.gold-table__price--buyback {
    padding: 0.5rem 1rem 1rem;
}

.gold-table__price::before {
    content: attr(data-label);
    flex: 1 1 0;
    min-width: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: var(--gold-table-text-2);
}

.gold-table__price-value {
    flex: 1 1 0;
    min-width: 0;
    text-align: right;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.gold-table__price--purchase .gold-table__price-value {
    font-weight: 600;
    color: var(--gold-table-text);
}

.gold-table__price--buyback .gold-table__price-value {
    font-weight: 400;
    color: var(--gold-table-text-3);
}

.gold-table__note {
    margin: 0;
    padding: 1rem 0 0;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: var(--gold-table-text-3);
}

/* ---------- Десктоп: настоящая таблица ---------- */

@media (min-width: 768px) {

    .gold-table__header {
        margin-bottom: 2.5rem;
        text-align: center;
    }

    .gold-table__title {
        margin-bottom: 1rem;
        font-size: 2.5rem;
        line-height: 2.75rem;
    }

    .gold-table__subtitle {
        max-width: 44rem;
        margin: 0 auto;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .gold-table__box {
        border: 1px solid var(--gold-table-border-outer);
        border-radius: var(--radius-24);
        overflow: hidden;
    }

    .gold-table__table {
        display: table;
        table-layout: fixed;
    }

    .gold-table__table thead {
        display: table-header-group;
    }

    .gold-table__table tbody {
        display: table-row-group;
    }

    .gold-table__row {
        display: table-row;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    .gold-table__table th,
    .gold-table__table td {
        display: table-cell;
        vertical-align: middle;
        padding: 1rem 1.5rem;
        text-align: right;
    }

    .gold-table__table th.gold-table__th {
        background: var(--gold-table-surface);
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.125rem;
        color: var(--gold-table-text-2);
    }

    .gold-table__table th.gold-table__th--weight,
    .gold-table__table th.gold-table__weight {
        text-align: left;
    }

    .gold-table__row + .gold-table__row th,
    .gold-table__row + .gold-table__row td {
        border-top: 1px solid var(--gold-table-border);
    }

    .gold-table__table td.gold-table__price,
    .gold-table__table td.gold-table__price--buyback {
        display: table-cell;
        padding: 1rem 1.5rem;
    }

    .gold-table__price::before {
        display: none;
    }

    .gold-table__price-value {
        display: block;
    }

    .gold-table__note {
        padding: 1rem 1.5rem;
        background: var(--gold-table-surface);
    }
}

/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/gold-bars-branches/style.css?17864406372059*/
/* ============================================================
   Где купить слиток — списки филиалов по регионам
   ============================================================ */

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

.gold-branches__group {
    padding: 1rem;
    border-radius: var(--radius-16);
    background: var(--container-high);
}

.gold-branches__group-title {
    margin: 0 0 0.5rem;
    font-family: var(--body-font-family);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.28;
    color: var(--on-surface-variant);
}

.row.gold-branches__list {
    row-gap: 0;
}

.gold-branches__item {
    padding: 1rem 0;
    border-top: 1px solid #E3E8F1;
}

.gold-branch {
    display: flex;
    gap: 0.75rem;
}

.gold-branch .gold-branch__icon {
    width: 1.125rem;
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1.37;
    color: var(--on-surface-variant);
}

.gold-branch .gold-branch__content {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.gold-branches__name {
    font-size: 1rem;
    line-height: 1.37;
    color: var(--on-surface);
}

.gold-branches__address {
    font-size: 0.75rem;
    line-height: 1.33;
    color: var(--on-surface-variant);
}

.gold-branches__col:first-child .gold-branches__item {
    border-top: none;
}

@media (min-width: 768px) {
    .gold-branches {
        gap: 1.5rem;
    }

    .gold-branches__group {
        padding: 2rem;
        border-radius: var(--radius-32);
    }

    .row.gold-branches__list {
        --bs-gutter-x: 2rem;
        row-gap: 0;
    }


    .gold-branch {
        gap: 1rem;
    }

    .gold-branch .gold-branch__icon {
        line-height: 1.5;
    }

    .gold-branches__name {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.33;
    }

    .gold-branches__address {
        font-size: 0.875rem;
        line-height: 1.28;
    }

    .gold-branches__col:nth-child(2) .gold-branches__item {
        border-top: none;
    }

}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/gold-bars-purchase/style.css?1786440646475*/
/* ============================================================
   Покупка и обратный выкуп слитка — две колонки со списками
   ============================================================ */

.gold-purchase__row {
    --bs-gutter-x: 1rem;
}

.gold-purchase__col {
    display: flex;
}

.gold-purchase__col>* {
    flex: 1 1 auto;
}

@media (min-width: 768px) {
    .gold-purchase__row {
        --bs-gutter-x: 1.5rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/microloan-promo-icon-list/style.css?17865286331578*/
/* ============================================================
   Список с иконкой-маркером (независимый компонент)
   ============================================================ */

.icon-list {
    order: 2;
    padding: 1rem;
    border-radius: 1rem;
    background: var(--bg);
}

.icon-list--success {
    --bg: #ecf8e7;
    --point-bg: #d7efc9;
    --point-color: #1f7a40;
}

.icon-list--error {
    --bg: #fff0f2;
    --point-bg: #ffe0e4;
    --point-color: #e0334f;
}

.icon-list__title {
    margin: 0 0 1rem;
    font-family: var(--promo-font-head);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.17;
    color: var(--promo-text);
}

.icon-list__list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.icon-list__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.37;
    color: var(--promo-text);
    margin: 0;
}

.icon-list__point {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 0.0625rem;
    border-radius: 0.75rem;
    background: var(--point-bg);
    color: var(--point-color);
}

.icon-list__point img {
    width: 12px;
    height: 12px;
}

@media (min-width: 768px) {
    .icon-list {
        order: 1;
        flex: 1 1 0;
        min-width: 0;
        padding: 2rem;
        border-radius: 2rem;
    }

    .icon-list__title {
        font-size: 1.5rem;
    }
}
/* End */


/* Start:/local/templates/ipotekatmpl/components/ipotekabank/html.content/gold-bars-about/style.css?17864406291972*/
/* ============================================================
   Золотые слитки — описательный блок с характеристиками
   ============================================================ */

.gold-about {
    --bs-gutter-x: 1.5rem;
}

.gold-about__title {
    margin: 0 0 0.75rem;
    font-family: var(--hero-font-family);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: var(--on-surface);
}

.gold-about__text {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--on-surface-variant);
}

.gold-about__text:last-child {
    margin-bottom: 0;
}

.gold-about__specs {
    --bs-gutter-x: 0.5rem;
}

.gold-about__spec-col:last-child:nth-child(odd) {
    width: 100%;
}

.gold-about__spec {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    height: 100%;
    padding: 0.75rem;
    border-radius: var(--radius-12);
    background: var(--container-high);
}

.gold-about__spec-label {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--on-surface-variant);
}

.gold-about__spec-value {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    color: var(--on-surface);
}

@media (min-width: 768px) {
    .gold-about {
        --bs-gutter-x: 2rem;
    }

    .gold-about__title {
        font-size: 2rem;
        line-height: 2.75rem;
        margin-bottom: 1rem;
    }

    .gold-about__text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }

    .gold-about__specs {
        --bs-gutter-x: 1rem;
    }

    .gold-about__spec-col:last-child:nth-child(odd) {
        width: 50%;
    }

    .gold-about__spec {
        padding: 1rem;
        border-radius: var(--radius-16);
    }

    .gold-about__spec-label {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    .gold-about__spec-value {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}
/* End */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/gold-bars-hero/style.css?17864406421664 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/microloan-promo-facts/style.css?17860957661674 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html/gold-bars-table/style.css?17864286615492 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/gold-bars-branches/style.css?17864406372059 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/gold-bars-purchase/style.css?1786440646475 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/microloan-promo-icon-list/style.css?17865286331578 */
/* /local/templates/ipotekatmpl/components/ipotekabank/html.content/gold-bars-about/style.css?17864406291972 */
