#plan {
    position: relative;
    z-index: 2;
}

.plan-pic {
    width: 864px;
    margin: 40px auto 0;
    max-width: none;

}

.plan-pic img {
    width: auto;
    height: 500px;
    box-shadow: 0px 60px 40px -40px #0006;
    background: #fff;
}

.plan-select-i {
    width: 256px;
    width: 50%;
}

.plan-select {
    margin-top: 26px;
    justify-content: center;
}

.dynamic-selector-ui-wrap {
    color: var(--plan--new_tab_block--item_text);
    /*background: #fff;*/
    cursor: pointer;
    position: relative;
}

.dynamic-selector-ui {
    padding: 6px 16px;
    isolation: isolate;
    background: #fff;
}

.dynamic-selector-ui-wrap .-arrow {
    background-image: var(--mc-chevron-up);
    filter: brightness(0);
    width: 16px;
    height: 100%;
    position: absolute;
    background-size: contain;
    right: 1rem;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

#plan .info-tab-options {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
    backdrop-filter: none;
    padding: 24px 0;/*max-height: 252px;overflow-y: auto;*/
    z-index: 10;
}

#plan .info-tab-options[data-showb="1"] {
    display: block;
}

#plan .info-tab-options::-webkit-scrollbar {
    width: 6px;
}

#plan .info-tab-options::-webkit-scrollbar-track {
    background: transparent;
}

#plan .info-tab-options::-webkit-scrollbar-thumb {
    background: #9FA5AB;
    border-radius: 8px;
}

#plan .info-tab-option {/*        background: rgba(<?= $mc_4['r'] ?>, <?= $mc_4['g'] ?>, <?= $mc_4['b'] ?>, 0);*/cursor: pointer;padding: 8px 24px;transition: all .3s;color: var(--grey-grey-100, #202831);}

#plan .info-tab-option:hover {
    background: #DFE3E8;
}

#plan .dynamic-selector-ui[data-show-options="-1"]~.info-tab-options {
    display: none;
}

#plan .selected-label {
    pointer-events: none;
    display: block;
    width: calc(100% - 2rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--grey-grey-100, #202831);
}

#plan .dynamic-selector--bg-close {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: default;
    display: none;
}

#plan .dynamic-selector-ui[data-show-options="1"] .dynamic-selector--bg-close {
    display: block;
}

#plan .-arrow {
    transition: all .3s;
    transform: rotate(180deg);
}

#plan .dynamic-selector-ui[data-show-options="1"]~.-arrow {
    transform: rotate(0deg);
}

/*-- Mobile Version --*/
@media (max-width: 1319px) {
    #plan .plan-select {
        flex-flow: column wrap;

    }

    #plan .-line {
        display: none;
    }

    #plan .plan-select-i {
        width: 100%;
    }

    #plan .plan-pic {
        width: calc(100% - 2rem);
        box-sizing: border-box;
        margin-top: 32px !important;
    }

    #plan .plan-pic img {
        width: 100%;
        height: auto;
    }

    #plan .-line {
        height: 8px;
        width: 1px;
        background-color: var(--ci-grey-300);
        position: relative;
        top: 15px;
    }


}
#plan .info-tabs-block-wrap {
    width: 100%;
}

#plan .info-tabs-block {
    justify-content: flex-start;
}

#plan .info-tab {
    padding: 0;
/*    padding-right: 44px;*/
    white-space: nowrap;
}

#plan .info-tab-txt {
    padding: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    transition: .5s;
}

#plan .info-tab.-active .info-tab-txt::after {
    opacity: 1;
}

#plan .info-tab-txt::after {
    content: "•";
    margin-left: 5px;
    opacity: 0;
    transition: .3s;
}

@media (max-width: 1319px) {
    #plan .info-tabs-block {
        justify-content: left;
    }

}
#plan .theme-title .title-a {
    color: var(--plan--color_swatch--heading_h2);
}
#plan .theme-title .title-b{
    color: var(--plan--color_swatch--heading_h2);
}
#plan .theme-title .title-c{
    color: var(--plan--color_swatch--heading_h2);
}

#plan .plan-menu-content {
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: stretch;
}

#plan .plan-menu {
    /*color: #fff;*/
    background: var(--plan--background_color);
    padding: 128px 0;
    padding-right: 64px;
    padding-left: var(--cont-mg);
}

@media (max-width: 1319px) {
    #plan .plan-menu-content {
        grid-template-columns: 100%;
    }

    #plan .plan-menu {
        padding: 1rem 0;
        padding-top: 43px;
    }
    #plan .plan-menu {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #plan .plan-pic{
        width: calc(100% - 4rem);
    }
}

/*-- Mobile Version --*/
@media (max-width: 767px) {
    #plan .plan-menu {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #plan .plan-pic{
        width: calc(100% - 2rem);
    }
}

#plan {
    padding: 0;
}

#plan .plan-pic {
    margin: 64px auto;
}

#plan .info-tabs-block {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--plan--new_tab_block--item_text);
    border-radius: 0;
}
#plan .info-tab-txt{
    color: var(--plan--new_tab_block--item_text);
}

#plan .info-tab.-active .info-tab-txt, #plan .info-tab:hover .info-tab-txt{
    color: var(--plan--new_tab_block--item_text_hover_active);
}

#plan .info-tab.-active {
    color: #fff;
}

#plan .info-tab {
    padding: 0;
    padding-right: 44px;
    white-space: nowrap;
}

/*-- Mobile Version --*/
@media (min-width: 1320px) {
    #plan .info-tabs-block-wrap {
        width: 100% !important;
    }
}


#plan .plan_select_label{
    color: var(--plan--color_swatch--body_text,#fff);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
#plan .plan_select_label{
    display: none;
}