.lpc-anchor-menu__wrap.lpc_constructor {
    height: 400px;
    display: flex;
    padding: 32px 0;
}

.lpc-anchor-menu__wrap.lpc_constructor .lpc-anchor-menu-fixed__list {
    max-height: 300px;
}

.lpc-anchor-menu__wrap.lpc_constructor.lpc_right {
    justify-content: flex-end;
}

.lpc-anchor-menu__wrap.lpc_constructor .lpc-anchor-menu-fixed {
    position: static;
}

.lpc-anchor-menu__wrap.lpc_constructor .lpc-anchor-menu-fixed.lpc_bottom .lpc-anchor-menu-fixed__button {
    align-self: flex-end;
}

.lpc-anchor-menu__wrap.lpc_constructor .lpc-anchor-menu-fixed.lpc_right .lpc-anchor-menu-fixed__list, .lpc-anchor-menu__wrap.lpc_constructor .lpc-anchor-menu-fixed.lpc_left .lpc-anchor-menu-fixed__list {
    margin: 0;
}

.lpc-anchor-menu__wrap .lpc-anchor-menu-fixed .lpc-anchor-menu-fixed__list .lpc-anchor-menu-fixed__item .lpc-anchor-menu-fixed__link, .lpc-anchor-menu__wrap .lpc-anchor-menu-fixed .lpc-anchor-menu-fixed__list .lpc-anchor-menu-fixed__item .lpc-anchor-menu-fixed__link:hover {
    color: inherit;
}

.lpc-anchor-menu__wrap .lpc-anchor-menu-fixed .lpc-anchor-menu-fixed__list .lpc-anchor-menu-fixed__item .lpc-anchor-menu-fixed__link:hover, .lpc-anchor-menu__wrap .lpc-anchor-menu-fixed .lpc-anchor-menu-fixed__list .lpc-anchor-menu-fixed__item .lpc-anchor-menu-fixed__link.active {
    background: var(--primary-color-a-03);
}

.lpc-anchor-menu-fixed {
    position: fixed !important;
    top: 0;
    bottom: 0;
    display: flex;
    z-index: 10;
    overflow: hidden;
    pointer-events: none;
    padding: 10px 0;
}

.lpc-anchor-menu-fixed.lpc_bottom {
    align-items: flex-end;
}

.lpc-anchor-menu-fixed.lpc_bottom .lpc-anchor-menu-fixed__button {
    align-self: flex-end;
    height: 100%;
}

.lpc-anchor-menu-fixed.lpc_right {
    right: 0;
}

.lpc-anchor-menu-fixed.lpc_right .lpc-anchor-menu-fixed__button-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lpc-anchor-menu-fixed.lpc_right .lpc-anchor-menu-fixed__list {
    margin-right: -320px;
    border-radius: 0px 0px 0 6px;
}

@media (max-width: 519px) {
    .lpc-anchor-menu-fixed.lpc_right .lpc-anchor-menu-fixed__list {
        margin-right: calc(-100vw - 65px);
    }
}

.lpc-anchor-menu-fixed.lpc_right.lpc_bottom .lpc-anchor-menu-fixed__list {
    border-radius: 6px 0 0 0;
}

.lpc-anchor-menu-fixed.lpc_left {
    left: 0;
}

.lpc-anchor-menu-fixed.lpc_left .lpc-anchor-menu-fixed__container {
    flex-direction: row-reverse;
}

.lpc-anchor-menu-fixed.lpc_left .lpc-anchor-menu-fixed__button-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.lpc-anchor-menu-fixed.lpc_left .lpc-anchor-menu-fixed__list {
    margin-left: -320px;
    border-radius: 0px 0px 6px 0px;
}

@media (max-width: 519px) {
    .lpc-anchor-menu-fixed.lpc_left .lpc-anchor-menu-fixed__list {
        margin-right: calc(-100vw - 65px);
    }
}

.lpc-anchor-menu-fixed.lpc_left.lpc_bottom .lpc-anchor-menu-fixed__list {
    border-radius: 0 6px 0 0;
}

@media (min-width: 1040px) {
    .lpc-anchor-menu-fixed:hover .lpc-anchor-menu-fixed__list {
        margin-right: 0;
        margin-left: 0;
    }
}

.lpc-anchor-menu-fixed.active .lpc-anchor-menu-fixed__list {
    margin-right: 0;
    margin-left: 0;
}

.lpc-anchor-menu-fixed__container {
    display: flex;
    align-items: flex-start;
}

.lpc-anchor-menu-fixed__button {
    display: inline-flex;
    justify-content: flex-end;
    max-height: 260px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    line-height: 1;
    cursor: pointer;
    transform: scale(-1, -1);
    pointer-events: auto;
    min-width: 50px;
}

.lpc-anchor-menu-fixed__button-text {
    line-height: 1;
    display: block;
    writing-mode: vertical-rl;
}

.lpc-anchor-menu-fixed__button-text.lp-button.lpc-button--type-1 {
    padding: 32px 16px;
}

@media (max-width: 1039px) {
    .lpc-anchor-menu-fixed__button-text.lp-button.lpc-button--type-1 {
        padding: 24px 16px;
    }
}

@media (max-width: 807px) {
    .lpc-anchor-menu-fixed__button-text.lp-button.lpc-button--type-1 {
        padding: 20px 16px;
    }
}

.lpc-anchor-menu-fixed__list {
    width: 320px;
    padding: 4px;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    transition: margin-right 0.3s linear, margin-left 0.3s linear;
    background: var(--content-background-lpc);
    pointer-events: auto;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    min-height: 260px;
}

@media (max-width: 519px) {
    .lpc-anchor-menu-fixed__list {
        width: calc(100vw - 65px);
    }
}

.lpc-anchor-menu-fixed__item:first-child .lpc-anchor-menu-fixed__link {
    margin-top: 0 !important;
}

.lpc-anchor-menu-fixed__link {
    text-decoration: none;
    display: flex;
    padding: 16px 20px;
    border-radius: 4px;
    line-height: 1;
    margin-top: 4px;
}

.lpc-anchor-menu-fixed__link.lpc-opacity {
    opacity: 0;
}

.lpc-anchor-menu-fixed__link.lp-button {
    width: 100%;
    text-align: left;
    text-align-last: left;
    background: transparent;
    justify-content: flex-start;
    border: none;
}

.lpc-anchor-menu-fixed__link.lp-button:hover, 
.lpc-anchor-menu-fixed__link.lp-button:active {
    border: none;
    background: var(--primary-color-a-03);
}

@media (max-width: 1339px) {
    .lpc-anchor-menu-fixed__link {
        padding: 16px 20px 17px;
    }
}

@media (max-width: 519px) {
    .lpc-anchor-menu-fixed__link {
        padding: 17px 20px;
    }
}

.lpc-anchor-menu-fixed__list::-webkit-scrollbar {
    background-color: transparent;
}

.lpc-anchor-menu-fixed__list::-webkit-scrollbar-thumb {
    background-color: var(--text-color-a-05);
    border: 6px solid transparent;
    background-clip: content-box;
}

.lpc-anchor-menu-fixed__list::-webkit-scrollbar-track {
    background-color: transparent;
}

.lpc-anchor-menu-fixed__list::-webkit-scrollbar-thumb:hover {
    background-color: var(--text-color-a-09);
}

.lpc-anchor-menu-fixed__list.no-border-radius {
	border-radius: 0 !important;
}

.lpc-anchor-menu-fixed.lpc_middle .lpc-anchor-menu-fixed__container {
	margin-top: auto;
    margin-bottom: auto;
}

.lpc-anchor-menu__wrap.lpc_constructor .lpc-anchor-menu-fixed {
	position: static !important;
}