.header_1 #site-menu {
    flex: 1 1 auto;
    min-width: 0;
}

#main-nav > ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#main-nav > ul > li {
    padding: 26px 16px 26px 10px;
}

#main-nav > ul > li > a {
    font-size: 17px;
    white-space: nowrap;
    padding-right: 12px;
}

#main-nav > .menu > li.highlights-menu.menu-item-has-children > a::after {
    right: 10px;
}

#main-nav > ul > li.highlights-menu {
    padding-right: 0;
}

#main-nav > ul > li.highlights-menu > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 28px 10px 16px;
    border: 1px solid rgba(153, 125, 47, 0.42);
    border-radius: 999px;
    background: rgba(153, 125, 47, 0.12);
    color: #997d2f;
}

.is_dark #main-nav > ul > li.highlights-menu > a {
    color: #d8bc70;
    background: rgba(153, 125, 47, 0.16);
}

#main-nav > ul > li.highlights-menu > a:hover,
#main-nav > ul > li.highlights-menu.is-open > a {
    color: #ffffff;
    background: #997d2f;
    border-color: #997d2f;
}

#main-nav > ul > li.highlights-menu.is-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.highlights-dropdown {
    min-width: 260px;
}

.highlights-dropdown li a {
    white-space: nowrap;
}

.highlights-modal {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(4, 9, 22, 0.78);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.highlights-modal.is-open {
    display: flex;
    opacity: 1;
}

.highlights-modal__dialog {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    width: min(1100px, 100%);
    height: min(94vh, 980px);
    max-height: 94vh;
    padding: 22px 22px 18px;
    border: 1px solid rgba(153, 125, 47, 0.28);
    border-radius: 24px;
    background: #0d1323;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.highlights-modal__close {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 50;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0;
    border: 0 !important;
    border-radius: 50%;
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    text-indent: 0;
    text-decoration: none;
    opacity: 1;
}

.highlights-modal__close:hover,
.highlights-modal__close:focus {
    background: rgba(255,255,255,0.16) !important;
    color: #ffffff !important;
    outline: none;
    box-shadow: none !important;
}

.highlights-modal__close::before,
.highlights-modal__close::after {
    display: none !important;
    content: none !important;
}

.highlights-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-right: 48px;
    margin-bottom: 14px;
}

.highlights-modal__title {
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
}

.highlights-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    padding-right: 52px;
}

.highlights-zoom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.catalog-icon-btn.highlights-icon-btn,
.highlights-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(153, 125, 47, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.highlights-icon-btn:hover,
.highlights-icon-btn:focus {
    background: rgba(153, 125, 47, 0.24);
    border-color: rgba(153, 125, 47, 0.6);
    color: #ffffff;
}

.highlights-modal__body {
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 6px 48px;
}

.highlights-carousel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 100%;
}

.highlights-slide-area {
    position: relative;
    width: 100%;
    min-height: 0;
}

.highlights-active-slide,
.highlights-gallery-wrap {
    min-height: 0;
    overflow: auto;
    max-height: calc(94vh - 190px);
    padding: 4px 8px 48px;
}

.highlights-mobile-hint {
    display: none;
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.03em;
}

.highlights-gallery {
    display: block;
    width: 100%;
    overflow: visible;
    transform-origin: center top;
    transition: transform 0.2s ease;
}

.highlights-carousel-card,
.highlights-card {
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 14px 14px 16px;
    border: 1px solid rgba(153, 125, 47, 0.22);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.highlights-card__header {
    margin-bottom: 8px;
}

.highlights-piece__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
}

.highlights-card__lote {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-bottom: 0;
    color: #d8bc70;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.highlights-card__title {
    margin: 0;
    color: #ffffff;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    line-height: 1.1;
    max-width: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlights-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    margin-bottom: 12px;
    overflow: auto;
    padding: 10px;
    border: 1px solid rgba(153, 125, 47, 0.14);
    border-radius: 18px;
    background: rgba(9, 16, 31, 0.56);
}

.highlights-card img,
.highlights-carousel-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: min(44vh, 360px);
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    background: #ffffff;
}

.highlights-card__meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
}

.highlights-card__meta-row {
    display: grid;
    gap: 5px;
    align-content: start;
    min-height: 76px;
    padding: 10px 12px;
    border: 1px solid rgba(153, 125, 47, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.highlights-card__meta-label {
    color: #d8bc70;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.highlights-card__meta-value {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    word-break: break-word;
}

.highlights-piece__description {
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 12px 12px 14px;
    border: 1px solid rgba(153, 125, 47, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
}

.highlights-piece {
    min-height: 0;
    margin-bottom: 48px;
}

.highlights-piece__description-title {
    margin: 0 0 6px;
    color: #d8bc70;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.highlights-piece__description-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.55;
    white-space: pre-line;
}

.highlights-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 34px;
    height: 54px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0;
    text-decoration: none;
    outline: none;
}

.highlights-carousel-arrow--prev {
    left: -34px;
}

.highlights-carousel-arrow--next {
    right: -34px;
}

.highlights-carousel-arrow:hover,
.highlights-carousel-arrow:focus {
    background: transparent;
    color: #d8bc70;
    box-shadow: none;
}

.highlights-carousel-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.highlights-carousel-arrow::before,
.highlights-carousel-arrow::after {
    display: none !important;
    content: none !important;
    background: none !important;
    background-image: none !important;
}

.highlights-empty {
    padding: 44px 20px;
    border: 1px dashed rgba(153, 125, 47, 0.3);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

body.highlights-modal-open {
    overflow: hidden;
}

@media only screen and (max-width: 1745px) {
    #main-nav > ul > li {
        padding: 26px 12px 26px 8px;
    }

    #main-nav > ul > li > a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    #main-nav-mobi ul > li.highlights-menu > a {
        color: #997d2f;
        font-weight: 700;
    }

    .highlights-modal {
        padding: 12px;
    }

    .highlights-modal__dialog {
        height: min(95vh, 980px);
        max-height: 95vh;
        padding: 18px 14px 16px;
        border-radius: 18px;
    }

    .highlights-modal__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .highlights-actions {
        justify-content: flex-start;
        padding-right: 48px;
    }

    .highlights-modal__title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px) {
    .highlights-modal__title {
        font-size: 19px;
    }

    .highlights-modal__body {
        padding-top: 4px;
        padding-bottom: 72px;
    }

    .highlights-modal__dialog {
        height: 96vh;
        max-height: 96vh;
    }

    .highlights-modal__close {
        top: 14px;
        right: 14px;
        width: 32px;
        height: 32px;
        font-size: 26px;
        line-height: 32px;
    }

    .highlights-slide-area {
        padding: 0 26px;
    }

    .highlights-carousel-arrow {
        width: 24px;
        height: 44px;
        font-size: 34px;
        opacity: 0.95;
    }

    .highlights-carousel-arrow--prev {
        left: 0;
    }

    .highlights-carousel-arrow--next {
        right: 0;
    }

    .highlights-gallery-wrap {
        max-height: calc(96vh - 210px);
        padding-bottom: 72px;
    }

    .highlights-mobile-hint {
        display: block;
        margin-top: 10px;
        text-align: center;
        font-size: 11px;
        opacity: 0.75;
    }

    .highlights-carousel-card,
    .highlights-card {
        width: 100%;
        padding: 10px 10px 12px;
    }

    .highlights-piece__header {
        align-items: flex-start;
        gap: 8px;
    }

    .highlights-card__title {
        font-size: 14px;
        line-height: 1.12;
        max-width: none;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .highlights-card__media {
        min-height: auto;
        margin-bottom: 10px;
        padding: 8px;
    }

    .highlights-card img,
    .highlights-carousel-card img {
        max-height: min(34vh, 240px);
    }

    .highlights-card__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .highlights-card__meta-row {
        gap: 4px;
        min-height: 0;
        padding: 9px 10px;
    }

    .highlights-piece__description {
        margin-top: 8px;
        margin-bottom: 48px;
        padding: 10px;
    }

    .highlights-piece__description-text {
        font-size: 13px;
        line-height: 1.5;
    }

    .highlights-piece {
        margin-bottom: 72px;
    }
}

@media only screen and (max-width: 420px) {
    .highlights-piece__header {
        display: grid;
        gap: 4px;
    }

    .highlights-card__title {
        white-space: normal;
    }

    .highlights-card__meta {
        grid-template-columns: 1fr;
    }
}

.highlights-modal,
.highlights-modal * {
scrollbar-width: none;
}

.highlights-modal::-webkit-scrollbar,
.highlights-modal *::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
display: none !important;
}

.highlights-modal__close::before,
.highlights-modal__close::after,
.highlights-carousel-arrow::before,
.highlights-carousel-arrow::after,
.highlights-actions button::before,
.highlights-actions button::after {
content: none !important;
display: none !important;
background: none !important;
background-image: none !important;
}

.highlights-modal__close {
appearance: none;
-webkit-appearance: none;
background: transparent !important;
border: 0 !important;
box-shadow: none !important;
overflow: visible !important;
color: #ffffff !important;
}
