.hd-page-context-wrap {
    width: 100%;
    color: #092f28;
    background: #fffdf8;
    border-bottom: 1px solid #ead6aa;
}

.hd-page-context {
    width: min(100%, 1320px);
    min-height: 58px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hd-page-context__trail {
    min-width: 0;
    overflow: hidden;
}

.hd-page-context__list {
    min-width: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
}

.hd-page-context__item {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hd-page-context__link,
.hd-page-context__current {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
}

.hd-page-context__link {
    color: #0f735c;
}

.hd-page-context__link:hover,
.hd-page-context__link:focus-visible {
    color: #0a5545;
    background: #def8ed;
    outline: 0;
}

.hd-page-context__current {
    max-width: min(46vw, 460px);
    color: #092f28;
    background: #fff0c2;
}

.hd-page-context__current > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.hd-page-context__separator {
    flex: 0 0 auto;
    color: #9a7a38;
    font-size: 1.2rem;
    font-weight: 900;
}

.hd-page-context__home-icon {
    flex: 0 0 auto;
    font-family: Arial, sans-serif;
    font-size: 1.05rem;
    line-height: 1;
}

.hd-page-context__back {
    min-width: max-content;
    min-height: 40px;
    padding: 8px 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0f735c;
    background: #fff;
    border: 1px solid #d7ad5d;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(15, 115, 92, .08);
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.hd-page-context__back:hover,
.hd-page-context__back:focus-visible {
    color: #fff;
    background: #0f735c;
    border-color: #0f735c;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(15, 115, 92, .16);
}

.hd-page-context__back-icon {
    font-family: Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1;
}

.hd-page-context-wrap--embedded,
.hd-page-context-wrap--compact,
.hd-page-context-wrap--auth {
    margin-bottom: 18px;
    border: 1px solid #ead6aa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 115, 92, .06);
}

.hd-page-context-wrap--embedded .hd-page-context,
.hd-page-context-wrap--compact .hd-page-context,
.hd-page-context-wrap--auth .hd-page-context {
    width: 100%;
}

.hd-page-context-wrap--compact {
    margin-bottom: 14px;
}

.hd-page-context-wrap--compact .hd-page-context {
    min-height: 50px;
    padding: 7px 10px;
}

.hd-page-context-wrap--auth {
    width: min(1180px, calc(100% - 32px));
    margin: 16px auto 0;
    position: relative;
    z-index: 3;
}

[data-hd-local-back],
[data-hd-local-breadcrumb] {
    display: none !important;
}

@media (max-width: 767.98px) {
    .hd-page-context {
        min-height: 0;
        padding: 10px 14px;
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 8px;
    }

    .hd-page-context__trail,
    .hd-page-context__list {
        width: 100%;
    }

    .hd-page-context__list {
        padding-bottom: 2px;
    }

    .hd-page-context__link,
    .hd-page-context__current {
        min-height: 38px;
        font-size: .84rem;
    }

    .hd-page-context__current {
        max-width: 72vw;
    }

    .hd-page-context__back {
        width: 100%;
        min-height: 44px;
    }

    .hd-page-context-wrap--auth {
        width: calc(100% - 24px);
        margin-top: 12px;
    }
}

@media print {
    .hd-page-context-wrap {
        display: none !important;
    }
}
