/* ===== ПОПАП КАТАЛОГА ===== */

.catalog-popup-root {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    pointer-events: none;
}

.catalog-popup-root.is-open {
    display: block;
    pointer-events: auto;
}

.catalog-popup-root__overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(31.55px);
    -webkit-backdrop-filter: blur(31.55px);
    z-index: 1;
}

.catalog-popup-root__overlay::before {
    content: '';
    position: fixed;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 650px;
    background: url('/local/templates/my/images/background/Mask_menu_top.png') no-repeat left top;
    background-size: 100% 100%;
    pointer-events: none;
}

.catalog-popup {
    position: fixed;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 650px;
    z-index: 2;
    overflow: hidden;
    color: #222322;
}

.catalog-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(20px);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    box-sizing: border-box;
}

.catalog-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.catalog-panel.is-prev {
    transform: translateX(-20px);
}

.catalog-popup__close {
    position: absolute;
    top: 110px;
    left: 45px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    color: #222322;
    cursor: pointer;
    opacity: 0.75;
    transition: transform 0.15s ease;
    z-index: 4;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

.catalog-popup__close:hover {
    transform: scale(1.43);
    color: #222322;
}

.catalog-popup__close svg {
    display: block;
    width: 28px;
    height: 28px;
}

.catalog-popup__back {
    position: absolute;
    top: 205px;
    left: 45px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #525252;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease;
    z-index: 3;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.catalog-popup__back:hover {
    color: #F6881B;
}

.catalog-popup__back svg {
    display: block;
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
}

.catalog-popup__back span {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.catalog-popup__title {
    position: absolute;
    top: 205px;
    left: 45px;
    right: 45px;
    margin: 0;
    color: #4F4F4F;
    font-family: "PT Astra Serif", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    z-index: 2;
}

.catalog-popup__section-link {
    position: absolute;
    left: 45px;
    right: 45px;
    top: 285px;
    margin: 0;
    color: #CE2028;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 1.12px;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    z-index: 2;
}

.catalog-popup__section-link:hover {
    color: #F6881B;
}

.catalog-popup__content {
    position: absolute;
    left: 45px;
    right: 30px;
    top: 360px;
    bottom: 90px;
    box-sizing: border-box;
}

.catalog-popup__scroll-wrap {
    position: absolute;
    inset: 0;
}

.catalog-popup__scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 35px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.catalog-popup__scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.catalog-popup__fake-scrollbar {
    position: absolute;
    top: 0;
    right: 35px;
    width: 9px;
    height: 100%;
    border-radius: 14px;
    background: #FFF;
    overflow: hidden;
}

.catalog-popup__fake-scrollbar-thumb {
    width: 9px;
    min-height: 80px;
    max-height: 317px;
    height: 80px;
    border-radius: 14px;
    background: #005C67;
    transform: translateY(0);
    will-change: transform, height;
    cursor: grab;
}

.catalog-scrollbar-dragging .catalog-popup__fake-scrollbar-thumb,
.catalog-popup__fake-scrollbar-thumb:active {
    cursor: grabbing;
}

.catalog-popup__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-popup__item {
    margin: 0;
    padding: 0;
}

.catalog-popup__item + .catalog-popup__item {
    margin-top: 30px;
}

.catalog-popup__row {
    position: relative;
    display: block;
    width: 100%;
    min-height: 22.4px;
}

.catalog-popup__link {
    display: inline-block;
    max-width: 430px;
    padding: 0;
    color: var(--www-astridlindgren-com-heavy-metal, var(--color-grey-14, #222322));
    text-decoration: none;
    transition: color 0.2s ease;
    box-sizing: border-box;
    vertical-align: top;
}

.catalog-popup__link:hover {
    color: #F6881B;
}

.catalog-popup__text {
    display: inline;
    color: inherit;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 1.12px;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.catalog-popup__link:hover .catalog-popup__text {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.catalog-popup__link:active .catalog-popup__text,
.catalog-popup__link.is-active .catalog-popup__text {
    text-decoration: none;
}

.catalog-popup__link:hover,
.catalog-popup__link:active,
.catalog-popup__link.is-active {
    color: #F6881B;
}

.catalog-popup__toggle {
    position: absolute;
    top: 50%;
    right: 134px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #525252;
    cursor: pointer;
    transition: color 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

.catalog-popup__toggle:hover {
    color: #F6881B;
}

.catalog-popup__toggle:focus {
    outline: none;
    box-shadow: none;
}

.catalog-popup__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 19px;
    color: inherit;
    pointer-events: none;
    flex: 0 0 auto;
}

.catalog-popup__arrow svg {
    display: block;
    width: 32px;
    height: 19px;
}

body.catalog-menu-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .catalog-popup-root__overlay::before {
        width: 100%;
    }

    .catalog-popup {
        width: 100%;
    }

    .catalog-popup__close {
        left: 20px;
        top: 40px;
    }

    .catalog-popup__back {
        left: 20px;
        top: 110px;
    }

    .catalog-popup__title,
    .catalog-popup__section-link {
        left: 20px;
        right: 20px;
    }

    .catalog-popup__title {
        top: 120px;
        font-size: 36px;
    }

    .catalog-popup__section-link {
        top: 175px;
        font-size: 18px;
        line-height: 20px;
    }

    .catalog-popup__content {
        left: 20px;
        right: 20px;
        top: 230px;
        bottom: 40px;
    }

    .catalog-popup__scroll {
        right: 24px;
    }

    .catalog-popup__fake-scrollbar {
        right: 24px;
    }

    .catalog-popup__link {
        max-width: calc(100% - 90px);
    }

    .catalog-popup__toggle {
        right: 55px;
        width: 32px;
        height: 32px;
    }
}