

/* Start:/local/templates/main-responsive/css/skilet_loading.css?1739276002455*/
[data-loading] {
    background-color: #ccc;
    background-image: linear-gradient(90deg, #ccc 0px, #f2f2f2 40px, #ccc 80px);
    background-size: 600px;
    animation: shine-lines 1.8s infinite linear;
    color: transparent !important;
}

[data-loading] * {
    opacity: 0;
}

[data-loading] svg {
    opacity: 1;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 500px;
    }
}
/* End */


/* Start:/plan/css/style.css?1750848791105990*/
body {
    color: var(--light-primary);
}

/* Header */
.LP_Header._vvplan{
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.LP_Header._vvplan+.LP_Content {
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.LP_Header._vvplan .LP_Header__Inner {
    padding-top: 0;
    padding-bottom: 18px;
}

.LP_Header._vvplan .LP_Header__Logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.LP_Header._vvplan .LP_Header__Delivery {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 18px;
    padding: 8px 6px 8px 4px;
    background: none;
}

.LP_Header._vvplan .LP_Header__Delivery:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    display: block;
    width: 100vw;
    background: rgba(255, 255, 255, 0.16);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.LP_Header._vvplan .LP_Header__Delivery:after{
    display: none;
}

.LP_Header._vvplan .LP_Header__Delivery .HeaderATDToggler__Link {
    padding: 0 4px;
}

.LP_Header._vvplan .LP_Header__Delivery .HeaderATDToggler__ImgWrp {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.LP_Header._vvplan .LP_Header__Delivery .HeaderATDToggler__Img {
    width: 16px;
    height: 16px;
}

.LP_Header._vvplan .HeaderATDToggler__Text {
    max-width: 400px;
}

.LP_Header._vvplan .HeaderATDToggler+.HeaderATDToggler:before {
    display: none;
}

.LP_Header._vvplan .LP_Header__Buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.LP_Header._vvplan .LP_Header__Buttons .UniversMainIcBtn__ImgWrp {
    margin-bottom: 0;
}

.LP_Header._vvplan .UniversMainIcBtn {
    font-weight: 400;
}

.LP_Header._vvplan .UniversMainIcBtn._profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.LP_Header._vvplan .UniversMainIcBtn._profile .UniversMainIcBtn__Text {
    margin: 0 0 0 8px;
    padding: 0;
}

.LP_Header._vvplan .UniversMainIcBtn._profile:hover .UniversMainIcBtn__Text{
    background-color: transparent !important;
}

.LP_Header._vvplan .UniversMainIcBtn._profile._authed:after{
    display: none;
}

@media (min-width: 768px) {
    .LP_Header._vvplan .UniversMainIcBtn._profile{
        padding: 0 4px 0 2px;
        margin: 0 -4px 0 0;
        border-radius: 4px;
        background-color: transparent;
        min-height: 26px;
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }
    .LP_Header._vvplan .UniversMainIcBtn._profile:hover,
    .LP_Header._vvplan .UniversMainIcBtn._profile:active{
        background: rgba(0, 0, 0, 0.04);
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .LP_Header._vvplan .LP_Header__Inner {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 767px) {
    .LP_Header{
        min-height: 68px;
    }
    .LP_Header._vvplan .LP_Header__Inner {
        padding-bottom: 8px;
    }

    .LP_Header._vvplan .LP_Header__Delivery {
        padding: 4px 12px 2px 4px;
        margin-bottom: 12px;
    }

    .LP_Header._vvplan .LP_Header__Logo {
        margin-left: 4px;
        margin-top: 2px;
    }

    .LP_Header._vvplan .LP_Header__Buttons .UniversMainIcBtn__Text {
        display: none !important;
    }

    .LP_Header._vvplan .LP_Header__Buttons .UniversMainIcBtn._cart {
        min-width: 0;
        height: auto;
    }

    .LP_Header._vvplan .UniversMainIcBtn._cart:not(.DeliveryBasket__stateEmpty) .UniversMainIcBtn__Img._cart-empty {
        display: none;
    }

    .LP_Header._vvplan .UniversMainIcBtn._cart:not(.DeliveryBasket__stateEmpty) .UniversMainIcBtn__Img._cart-full {
        display: block;
    }

    .LP_Header._vvplan .VV_PlanLogo {
        width: 160px;
        height: auto;
    }

    .LP_Header._vvplan .HeaderMain__Col._btn._profile {
        margin: -6px 2px 0px 0;
    }
}


@media (max-width: 1023px) {
    .VV_TooltipPanel__Title {
        font-size: 18px;
    }
}

.VV_UIListItem__Row {
    -webkit-tap-highlight-color: transparent;
}

.VV_Plan_Btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
}

.VV_Plan_Btn__Icon+.VV_Plan_Btn__Text,
.VV_Plan_Btn__Text+.VV_Plan_Btn__Icon {
    margin-left: 6px;
}

.VV_Plan_Btn._primary {
    height: 66px;
    padding: 0px 40px;
    background: var(--light-ptag5);
    color: var(--light-surface1);
    border-radius: 40px;
    font-weight: 500;
}

@media (any-hover: hover) {
    .VV_Plan_Btn._primary:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), var(--light-ptag5);
        color: var(--light-surface1);
    }

    .VV_Plan_Btn._primary:active {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), var(--light-ptag5);
    }
}

.VV_Plan_Btn._secondary {
    height: 66px;
    padding: 0px 40px;
    background: var(--light-surface1);
    color: var(--light-ptag5);
    border-radius: 40px;
    font-weight: 500;
}

@media (any-hover: hover) {
    .VV_Plan_Btn._secondary:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), var(--light-surface1);
        color: var(--light-ptag5);
    }

    .VV_Plan_Btn._secondary:active {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), var(--light-surface1);
    }
}

.VV_Plan_Btn._tertiary {
    height: 44px;
    padding: 0px 15px;
    background: #FFD2B9;
    color: var(--light-ptag5);
    border-radius: 44px;
    font-weight: 500;
}

@media (any-hover: hover) {
    .VV_Plan_Btn._tertiary:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), #FFD2B9;
        color: var(--light-ptag5);
    }

    .VV_Plan_Btn._tertiary:active {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #FFD2B9;
    }
}

.VV_Plan_Btn._green {
    background-color: var(--light-brand1);
    color: var(--white);
    font-weight: 500;
    border-radius: 40px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.VV_Plan_Btn._pink {
    background-color: var(--light-brand2);
    color: var(--white);
    font-weight: 500;
    border-radius: 40px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

@media (any-hover: hover) {
    .VV_Plan_Btn._green:hover{
        background-color: var(--light-brand1-action-1);
        color: var(--white);
    }
    .VV_Plan_Btn._green:active {
        background-color: var(--light-brand1-action-2);
        color: var(--white);
    }
    .VV_Plan_Btn._pink:hover,
    .VV_Plan_Btn._pink:active {
        background-color: var(--light-on-brand2-surface);
        color: var(--white);
    }
}

/* Spinner */
.ui-spinner {
    background: rgba(0, 0, 0, 0.5);
}
.VV_Plan_ConstructorSection .ui-spinner{
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
}
.VV_Plan_Modal_Change__Empty .ui-spinner{
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
}
 
.ui-spinner-plan__wrapper {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.ui-spinner-plan__wrapper>span {
    display: block;
    height: 62px;
    width: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -31px;
    background: var(--white);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.ui-spinner-plan__wrapper .ui-spinner-plan__text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 90px;
    margin: auto;
    max-width: 100%;
    width: 320px;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

.ui-spinner-plan__img {
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    transform: scale(0.7);
    transition: transform 0.2s ease-in-out 0s;
}

.ui-spinner--state_opened .ui-spinner-plan__img {
    -webkit-animation: scaling 0.7s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    animation: scaling 0.7s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

@-webkit-keyframes scaling {
    from {
        -webkit-transform: scale(0.7);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes scaling {
    from {
        transform: scale(0.7);
    }

    to {
        transform: scale(1);
    }
}

/* Breadcrumbs */
.VV_Plan_Breadcrumbs {
    padding: 24px 0;
}

.VV_Plan_Breadcrumbs .PageHeader__breadcrumbs,
.VV_Plan_Breadcrumbs .Breadcrumbs {
    margin: 0;
    padding: 0;
}

/* Navigation */
.VV_Plan_Nav {
    padding: 24px 0;
    background: var(--light-surface1);
}

.VV_Plan_Nav__Row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VV_Plan_Nav__Back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VV_Plan_Nav__BackIcon {
    margin-right: 16px;
}

@media (min-width: 768px) {
    .VV_Plan_Nav__Back._mobile {
        display: none;
    }
}

@media (max-width: 1023px) {
    .VV_Plan_Nav {
        padding: 16px 0;
    }

    .VV_Plan_Nav__BackIcon {
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_Nav {
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        z-index: 11;
        padding: 16px;
    }
    .VV_Plan_Nav__Back._desktop {
        display: none;
    }
}

/* Top */
.VV_Plan_Top {
    margin-bottom: 60px;
    padding-top: 108px;
    background: -o-linear-gradient(277deg, #f6752d -1.95%, #ce3c1b 107.85%);
    background: linear-gradient(173deg, #f6752d -1.95%, #ce3c1b 107.85%);
    overflow: hidden;
}

.VV_Plan_Top__Inner {
    position: relative;
    padding: 95px 0;
}

.VV_Plan_Top__Img {
    position: absolute;
    right: -206px;
    bottom: 0;
}

.VV_Plan_Top__Content {
    max-width: 740px;
}

.VV_Plan_Top__Title {
    position: relative;
    margin-bottom: 16px;
    color: var(--light-surface1);
}

.VV_Plan_Top__TitleLabel {
    position: absolute;
    right: 0;
    top: -18px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    padding: 8px;
    border-radius: 12px;
    background: var(--light-brand2-container-fill);
    color: var(--light-brand2);
    letter-spacing: normal;
    font-weight: 500;
}

.VV_Plan_Top__Text {
    margin-bottom: 40px;
    color: var(--light-surface1);
}

.VV_Plan_Top__Btn {
    min-width: 254px;
}

@media (min-width: 768px) {
    .VV_Plan_Top__Img ._mobile {
        display: none;
    }
}

@media (min-width: 1024px) {
    .VV_Plan_Top__Img ._tablet {
        display: none;
    }
}

@media (max-width: 1279px) {
    .VV_Plan_Top__Img {
        right: -406px;
    }
}

@media (max-width: 1023px) {
    .VV_Plan_Top {
        margin-bottom: 36px;
    }

    .VV_Plan_Top__Inner {
        padding: 193px 0 269px 0;
    }

    .VV_Plan_Top__Img {
        right: -211px;
    }

    .VV_Plan_Top__Img ._desktop {
        display: none;
    }

    .VV_Plan_Top__Content {
        max-width: 458px;
    }

    .VV_Plan_Top__TitleLabel {
        right: -68px;
        top: -29px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_Top {
        margin-bottom: 40px;
        padding-top: 68px;
    }

    .VV_Plan_Top__Inner {
        padding: 24px 0 41px 0;
    }

    .VV_Plan_Top__Img {
        right: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .VV_Plan_Top__Img ._tablet {
        display: none;
    }

    .VV_Plan_Top__Content {
        position: relative;
        max-width: 410px;
        padding: 0px 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .VV_Plan_Top__TitleLabel {
        right: -12px;
        top: -9px;
        padding: 6px 8px;
    }

    .VV_Plan_Top__Text {
        max-width: 300px;
        margin-bottom: 167px;
    }

    .VV_Plan_Top__Btn {
        margin: 0 auto;
    }
}

/* Как это работает */
.VV_Plan_HowWorks {
    margin-bottom: 116px;
}

.VV_Plan_HowWorks__Title {
    margin-bottom: 48px;
    text-align: center;
}

.VV_Plan_HowWorks__Items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 56px;
}

.VV_Plan_HowWorks__ItemNumber {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background: var(--light-brand2-container-fill);
    color: var(--light-brand2);
    font-weight: 500;
}

@media (max-width: 1023px) {
    .VV_Plan_HowWorks {
        margin-bottom: 96px;
    }

    .VV_Plan_HowWorks__Title {
        margin-bottom: 46px;
    }

    .VV_Plan_HowWorks__Items {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_HowWorks {
        margin-bottom: 40px;
    }

    .VV_Plan_HowWorks__Title {
        margin-bottom: 24px;
    }

    .VV_Plan_HowWorks__Items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 17px;
        padding: 0 6px;
    }

    .VV_Plan_HowWorks__Item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .VV_Plan_HowWorks__ItemNumber {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 16px;
        margin-bottom: 0;
    }
}

/* Выберите опцию */
.VV_Plan_Options {
    margin-bottom: 92px;
}

.VV_Plan_Options__Title {
    margin-bottom: 64px;
    text-align: center;
}

.VV_Plan_Options__Items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.VV_Plan_Options__Item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 384px;
    padding: 20px 8px;
    border-radius: 16px;
    background: var(--light-surface2);
    color: var(--light-primary);
}

.VV_Plan_Options__Item:hover {
    color: var(--light-primary) !important;
}

.VV_Plan_Options__Item._soon {
    pointer-events: none;
    background: unset;
}

.VV_Plan_Options__Item._active {
    pointer-events: none;
}

.VV_Plan_Options__ItemImageWrapper {
    position: relative;
    margin-bottom: 16px;
}

.VV_Plan_Options__Item._soon .VV_Plan_Options__ItemImageWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VV_Plan_Options__ItemImage {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 0px var(--light-surface2),
        0px 0px 0px 0px var(--light-brand1);
    box-shadow: 0px 0px 0px 0px var(--light-surface2),
        0px 0px 0px 0px var(--light-brand1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.VV_Plan_Options__Item._soon .VV_Plan_Options__ItemImage {
    opacity: 0.3;
}

.VV_Plan_Options__ItemSoon {
    position: absolute;
    padding: 6px 12px;
    border-radius: 40px;
    background: -o-radial-gradient(-30.87% -46.21%,
            135.09% 115.23%,
            #fff 8.92%,
            #e93665 100%),
        #e93665;
    background: radial-gradient(135.09% 115.23% at -30.87% -46.21%,
            #fff 8.92%,
            #e93665 100%),
        #e93665;
    color: var(--light-surface1);
}

.VV_Plan_Options__ItemCheck {
    position: absolute;
    top: -8px;
    right: 0;
    display: none;
}

.VV_Plan_Options__Item._active .VV_Plan_Options__ItemCheck {
    display: block;
}

.VV_Plan_Options__Item:hover .VV_Plan_Options__ItemImage,
.VV_Plan_Options__Item._active .VV_Plan_Options__ItemImage {
    -webkit-box-shadow: 0px 0px 0px 3px var(--light-surface2),
        0px 0px 0px 5px var(--light-brand1);
    box-shadow: 0px 0px 0px 3px var(--light-surface2),
        0px 0px 0px 5px var(--light-brand1);
}

.VV_Plan_Options__ItemBottom {
    text-align: center;
}

.VV_Plan_Options__Item._soon .VV_Plan_Options__ItemBottom {
    opacity: 0.3;
}

.VV_Plan_Options__ItemTitle {
    margin-bottom: 8px;
}

@media (max-width: 1023px) {
    .VV_Plan_Options {
        margin-bottom: 72px;
    }

    .VV_Plan_Options__Title {
        margin-bottom: 60px;
    }

    .VV_Plan_Options__Item {
        width: 338px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_Options {
        margin-bottom: 40px;
    }

    .VV_Plan_Options__Title {
        margin-bottom: 24px;
    }

    .VV_Plan_Options__Items {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        padding: 0px 6px;
    }

    .VV_Plan_Options__Item {
        width: 50%;
        padding: 0;
        background: unset;
    }

    .VV_Plan_Options__ItemImageWrapper {
        margin-bottom: 8px;
    }

    .VV_Plan_Options__ItemTitle {
        margin-bottom: 4px;
    }
}

/* План ещё не готов */
.VV_Plan_NotReady {
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 60px;
    border-radius: 32px;
    background: var(--light-brand1-container-fill);
}

.VV_Plan_NotReady__Title {
    margin-bottom: 32px;
    text-align: center;
}

.VV_Plan_NotReady__Btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 24px;
    border-radius: 24px;
    background: -o-radial-gradient(-30.87% -46.21%, 135.09% 115.23%, #FFF 8.92%, #2DBE64 100%);
    background: radial-gradient(135.09% 115.23% at -30.87% -46.21%, #FFF 8.92%, #2DBE64 100%);
}

.VV_Plan_NotReady__BtnIcon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

@media (max-width: 1023px) {
    .VV_Plan_NotReady {
        width: 100%;
        margin-bottom: 80px;
        padding: 65px 60px 58px;
    }

    .VV_Plan_NotReady__Title {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_NotReady {
        width: auto;
        margin-bottom: 40px;
        padding: 24px 16px 16px;
    }

    .VV_Plan_NotReady__Btn {
        padding: 16px;
    }

    .VV_Plan_NotReady__BtnIcon {
        margin-bottom: 4px;
    }
}

@media (any-hover: hover) {
    .VV_Plan_NotReady__Btn:hover {
        background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, 0.02)),
        to(rgba(0, 0, 0, 0.02))),
    radial-gradient(135.09% 115.23% at -30.87% -46.21%,
        #fff 8.92%,
        #2DBE64 100%);        
    background: -o-linear-gradient(bottom,
        rgba(0, 0, 0, 0.02) 0%,
        rgba(0, 0, 0, 0.02) 100%),
    -o-radial-gradient(-30.87% -46.21%,
        135.09% 115.23%,
        #fff 8.92%,
        #2DBE64 100%);        
    background: linear-gradient(0deg,
        rgba(0, 0, 0, 0.02) 0%,
        rgba(0, 0, 0, 0.02) 100%),
    radial-gradient(135.09% 115.23% at -30.87% -46.21%,
        #fff 8.92%,
        #2DBE64 100%);
    }
}

/* Конструктор - обертка */
.VV_Plan_ConstructorSection {
    margin-bottom: 60px;
    padding: 60px 0;
    border-radius: 32px;
    position: relative;
}

.VV_Plan_ConstructorSection__Inner {
    max-width: 996px;
    margin: 0 auto;
}

.VV_Plan_ConstructorSection__Title {
    margin-bottom: 28px;
}

.VV_Plan_ConstructorSection__Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.VV_Plan_ConstructorSection__Col._left {
    width: 690px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VV_Plan_ConstructorSection__Col._right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.VV_Plan_NoAddressBlocker{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .VV_Plan_ConstructorSection {
        margin-bottom: 40px;
        padding: 32px 0;
    }

    .VV_Plan_ConstructorSection__Row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .VV_Plan_ConstructorSection__Col._left {
        width: 100%;
        margin-bottom: 24px;
    }

    .VV_Plan_ConstructorSection__Col._right {
        width: 460px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_ConstructorSection {
        padding: 0;
        background: unset;
    }
    .VV_Plan_ConstructorSection._generating .VV_Plan_ConstructorSection__Col._left{
        min-height: 488px;
    }

    .VV_Plan_ConstructorSection__Title {
        margin: 0 -10px;
        padding: 24px 0 12px 0;
        text-align: center;
        background: var(--green50);
        border-radius: 32px 32px 0 0;
    }

    .VV_Plan_ConstructorSection__Row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .VV_Plan_ConstructorSection__Col._left {
        margin-bottom: 0;
        padding: 0 10px 12px;
        background: var(--green50);
    }

    .VV_Plan_ConstructorSection__Col._right {
        width: 100%;
    }
}

/* Конструктор - конструктор */
.VV_Plan_ConstructorSettings__Filter {
    margin-bottom: 12px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.VV_Plan_ConstructorSettings__FilterItemBtn {
    position: relative;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.80);
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.VV_Plan_ConstructorSettings__FilterItemBtn:disabled,
.VV_Plan_ConstructorSettings__FilterItemBtn[disabled] {
    cursor: default;
    pointer-events: none;
}

.VV_Plan_ConstructorSettings__FilterItemBtn:disabled img,
.VV_Plan_ConstructorSettings__FilterItemBtn[disabled] img,
.VV_Plan_ConstructorSettings__FilterItemBtn._disabled img {
    opacity: 0.5;
}

.VV_Plan_ConstructorSettings__FilterItemBtn._active:disabled,
.VV_Plan_ConstructorSettings__FilterItemBtn._active[disabled],
.VV_Plan_ConstructorSettings__FilterItemBtn._active._disabled {
    border-color: var(--light-outline-strong);
}

.VV_Plan_ConstructorSettings__FilterItemBtn:disabled + .VV_Plan_ConstructorSettings__FilterItemText,
.VV_Plan_ConstructorSettings__FilterItemBtn[disabled] + .VV_Plan_ConstructorSettings__FilterItemText,
.VV_Plan_ConstructorSettings__FilterItemBtn._active._disabled + .VV_Plan_ConstructorSettings__FilterItemText {
    color: var(--light-secondary);
}

.VV_Plan_ConstructorSettings__FilterItemBtn._active {
    border: 1px solid var(--light-brand1);
    background: var(--white);
}

.VV_Plan_ConstructorSettings__FilterItemBtn img {
    height: auto;
}

.VV_Plan_ConstructorSettings__FilterItemCounter {
    position: absolute;
    margin-left: 38px;
    margin-top: 25px;
    padding: 4px;
    border-radius: 20px;
    font-size: 16px;
    color: var(--light-brand1);
    background: var(--light-surface1);
    font-weight: 500;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VV_Plan_ConstructorSettings__FilterItemText {
    margin-top: 6px;
    text-align: center;
}
.VV_Plan_ConstructorSettings__FilterItemText._with-tooltip{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.VV_Plan_ConstructorSettings__FilterItemText .VV_Tooltip{
    top: 0;
    margin-left: 4px;
}

.VV_Plan_ConstructorSettings__Schedule {
    margin-bottom: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.VV_Plan_ConstructorSettings__ScheduleBtn {
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background: var(--white);
    font-weight: 600;
    color: var(--light-primary) !important;
    -webkit-tap-highlight-color: transparent;
}

.VV_Plan_ConstructorSettings__ScheduleBtnIcon {
    margin-left: 6px;
}

.VV_Plan_ConstructorEmpty {
    margin-top: 40px;
    padding: 16px;
    border-radius: 16px;
    background: var(--light-surface1);
}

.VV_Plan_ConstructorEmpty__Heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.VV_Plan_ConstructorEmpty__Title {
    margin-left: 8px;
}

.VV_Plan_ConstructorSegmentedControl.VV_SegmentedControl {
    padding: 4px;
    background: var(--light-surface1);
    border-radius: 12px;
}

.VV_Plan_ConstructorSegmentedControl.VV_SegmentedControl .VV_SegmentedControl__Item {
    position: relative;
    height: 36px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.VV_Plan_ConstructorSegmentedControl.VV_SegmentedControl .VV_SegmentedControl__Item._active {
    background: var(--light-space);
}

.VV_Plan_ConstructorSegmentedControl.VV_SegmentedControl .VV_SegmentedControl__Item ._error {
    position: absolute;
    width: 8px;
    height: 8px;
    margin-right: 73px;
    border-radius: 50%;
    background: var(--light-negative);
}

.VV_Plan_ConstructorEnergyValues {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--light-surface1);
}

.VV_Plan_ConstructorEnergyValues__Item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 20px;
}

.VV_Plan_ConstructorEnergyValues__Item._error {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VV_Plan_ConstructorEnergyValues__ItemValue {
    color: var(--light-primary);
}

.VV_Plan_ConstructorEnergyValues__ItemText {
    color: var(--light-secondary);
}
.VV_Plan_ConstructorProducts{
    position: relative;
}
.VV_Plan_ConstructorProducts.ProductCards__list {
    margin: 24px -4px -8px -4px;
}

.VV_Plan_Days{
    position: relative;
}
.VV_Plan_ConstructorSection__Row._refresh .VV_Plan_Days .ProductCards__list{
    pointer-events: none;
    min-height: 50px;
}
.VV_Plan_ConstructorEnergyValues+.VV_Plan_ConstructorProducts.ProductCards__list {
    margin-top: 16px;
}
.VV_Plan_ConstructorSection__Row._refresh .VV_Plan_ConstructorProducts{
    position: relative;
}
.VV_Plan_ConstructorSection__Row._refresh .ProductCards__item{
    opacity: 0.2;
}
.VV_Plan_ConstructorSection__Row._refresh .VV_Plan_ConstructorRefreshBtnWrap{
    opacity: 1;
    pointer-events: all;
}
.VV_Plan_ConstructorRefreshBtnWrap{
    width: 312px;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    left: calc(50% - 156px);
    top: 130px;
    pointer-events: none;
}
.VV_Plan_ConstructorRefreshBtnWrap._with-energy{
    top: 175px;
}
.VV_Plan_ConstructorRefreshBtnWrap._empty{
    top: 0;
}
.VV_Plan_ConstructorRefreshBtn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 50px !important;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .VV_Plan_ConstructorEmpty {
        margin-top: -8px;
        margin-bottom: -8px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings {
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 8px;
        top: 68px;
        left: 0;
        position: -webkit-sticky;
        position: sticky;
        z-index: 3;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: var(--light-brand1-container-fill);
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings._sticky{
        padding-top: 8px;
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings._sticky .VV_Plan_ConstructorSettings__Filter{
        margin-bottom: 8px;
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings__Filter{
        margin-bottom: 36px;
        -webkit-transition: margin-bottom 0.3s ease;
        -o-transition: margin-bottom 0.3s ease;
        transition: margin-bottom 0.3s ease;
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings__FilterItem{
        position: relative;
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings__FilterItemBtn{
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings._sticky .VV_Plan_ConstructorSettings__FilterItemBtn{
        height: 35px;
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings._sticky .VV_Plan_ConstructorSettings__FilterItemText{
        -webkit-transform: translateY(16px);
        -ms-transform: translateY(16px);
        transform: translateY(16px);
        opacity: 0;
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings__FilterItemText{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: -1;
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    }

    .VV_Plan_ConstructorSection .VV_Plan_ConstructorSettings__Schedule {
        margin-bottom: 0;
    }

    .VV_Plan_ConstructorSettings__ScheduleBtn {
        height: 38px;
        border-radius: 12px;
    }

    .VV_Plan_ConstructorPlans{
        margin: 12px 0 0;
    }

    .VV_Plan_ConstructorEmpty {
        margin-top: 92px;
        margin-bottom: 156px;
        margin-left: 6px;
        margin-right: 6px;
    }

    .VV_Plan_ConstructorEnergyValues {
        margin-top: 12px;
        padding: 4px;
    }

    .VV_Plan_ConstructorEnergyValues__Item {
        margin: 0 8px;
    }

    .VV_Plan_ConstructorProducts.ProductCards__list {
        margin-top: 12px;
    }

    .VV_Plan_ConstructorProducts.ProductCards__list._offset-bottom-mobile{
        margin-bottom: 24px;
    }

    .VV_Plan_ConstructorEnergyValues+.VV_Plan_ConstructorProducts.ProductCards__list {
        margin-top: 12px;
    }
}

@media (any-hover: hover) {
    .VV_Plan_ConstructorSettings__FilterItemBtn:not(._disabled):hover {
        background: -webkit-gradient(linear,
                left bottom, left top,
                from(rgba(0, 0, 0, 0.02)),
                to(rgba(0, 0, 0, 0.02))),
            #fff;
        background: -o-linear-gradient(bottom,
                rgba(0, 0, 0, 0.02) 0%,
                rgba(0, 0, 0, 0.02) 100%),
            #fff;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 0.02) 0%,
                rgba(0, 0, 0, 0.02) 100%),
            #fff;
    }

    .VV_Plan_ConstructorSettings__FilterItemBtn:not(._disabled):active {
        background: -webkit-gradient(linear,
                left bottom, left top,
                from(rgba(0, 0, 0, 0.04)),
                to(rgba(0, 0, 0, 0.04))),
            #fff;
        background: -o-linear-gradient(bottom,
                rgba(0, 0, 0, 0.04) 0%,
                rgba(0, 0, 0, 0.04) 100%),
            #fff;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 0.04) 0%,
                rgba(0, 0, 0, 0.04) 100%),
            #fff;
    }

    .VV_Plan_ConstructorSettings__ScheduleBtn:hover {
        color: var(--light-primary);
        background: -webkit-gradient(linear,
                left bottom, left top,
                from(rgba(0, 0, 0, 0.02)),
                to(rgba(0, 0, 0, 0.02))),
            #fff;
        background: -o-linear-gradient(bottom,
                rgba(0, 0, 0, 0.02) 0%,
                rgba(0, 0, 0, 0.02) 100%),
            #fff;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 0.02) 0%,
                rgba(0, 0, 0, 0.02) 100%),
            #fff;
    }

    .VV_Plan_ConstructorSettings__ScheduleBtn:active {
        background: -webkit-gradient(linear,
                left bottom, left top,
                from(rgba(0, 0, 0, 0.04)),
                to(rgba(0, 0, 0, 0.04))),
            #fff;
        background: -o-linear-gradient(bottom,
                rgba(0, 0, 0, 0.04) 0%,
                rgba(0, 0, 0, 0.04) 100%),
            #fff;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 0.04) 0%,
                rgba(0, 0, 0, 0.04) 100%),
            #fff;
    }

    .VV_Plan_ConstructorEnergyValues:hover {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
        box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
    }

    .VV_Plan_ConstructorEnergyValues:active {
        -webkit-box-shadow: 0px 4px 20px 0px rgba(26, 26, 26, 0.08);
        box-shadow: 0px 4px 20px 0px rgba(26, 26, 26, 0.08);
    }
}

/* Card */
.VV_Plan_Product.ProductCards__item {
    padding: 0 4px;
    margin-bottom: 8px;
}

.VV_Plan_Product.ProductCards__item._hidden {
    display: none;
}
.VV_Plan_ProductCard{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--light-surface1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 0 8px;
    -webkit-transition: .3s box-shadow;
    -o-transition: .3s box-shadow;
    -moz-transition: .3s box-shadow;
    transition: .3s box-shadow;
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.04);
}
.VV_Plan_ProductCard._vv-not-avail .VV_Plan_ProductCard__Img,
.VV_Plan_ProductCard._vv-not-avail .VV_Plan_ProductCard__AddFav,
.VV_Plan_ProductCard._vv-not-avail .VV_Plan_ProductCard__Rating,
.VV_Plan_ProductCard._vv-not-avail .VV_Plan_ProductCard__Content {
    opacity: 0.5;
    pointer-events: none;
}
.VV_Plan_ProductCard._vv-not-avail .VV_Plan_ProductCard__Rest {
    margin-bottom: 8px;
    text-align: center;
}
.bx-no-touch .VV_Plan_ProductCard:hover {
    color: var(--gray900);
}
/*image block*/
.VV_Plan_ProductCard__ImgGroup{
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding-bottom: 55.9%;
    position: relative;
    overflow: hidden;
}
.VV_Plan_ProductCard__Img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-position: 50%;
    object-position: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.bx-no-touch .ProductCards__item:not(.archive-product) .VV_Plan_ProductCard:hover .VV_Plan_ProductCard__Img{
    transform: scale(1.1);
}
/*labels*/
.VV_Plan_ProductCard__LabelList{
    position: absolute;
    top: 4px;
    left: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: calc(100% - 40px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.VV_Plan_ProductCard__LabelItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    padding: 2px 4px;
    border-radius: 6px;
    background: var(--light-surface1);
    margin: 0 4px 0 0;
}
/*rating*/
.VV_Plan_ProductCard__Rating{
    position: absolute;
    left: 11px;
    bottom: -5px;
    background: var(--white);
    border-radius: 5px 5px 0 0;
    padding: 2px 4px 3px 4px;
}
.VV_Plan_ProductCard__RatingGroup{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
}
.VV_Plan_ProductCard__Rating:before,
.VV_Plan_ProductCard__Rating:after{
    content: '';
    position: absolute;
    bottom: 5px;
    width: 8px;
    height: 8px; 
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.VV_Plan_ProductCard__Rating:before{
    left: -7px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L7.04733 3.81069C6.70761 5.16956 5.68185 6.25174 4.3431 6.66366L0 8H8V0Z' fill='white'/%3E%3C/svg%3E%0A");      
}
.VV_Plan_ProductCard__Rating:after{
    right: -7px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L0.952672 3.81069C1.29239 5.16956 2.31815 6.25174 3.6569 6.66366L8 8H0V0Z' fill='white'/%3E%3C/svg%3E%0A");     
}
.VV_Plan_ProductCard__RatingIcon {
    fill: var(--yelloworange1);
    margin: 0 4px 0 0;
    position: relative;
}
/*add to favorites*/
.VV_Plan_ProductCard__AddFav{
    top: 4px;
    right: 4px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
    background: var(--white);
    cursor: pointer;
    z-index: 2;
    width: 26px;
    height: 26px;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}
.VV_Plan_ProductCard__AddFavIcon{
    fill: var(--light-fixed-white);
    stroke: var(--light-brand1);
    stroke-width: 1.6px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.VV_Plan_ProductCard__AddFav._in-fav .VV_Plan_ProductCard__AddFavIcon{
    fill: var(--light-brand1);
}
.VV_Plan_ProductCard__AddFavTootltip{
    display: none;
}
.VV_Plan_ProductCard__AddFavTootltipText._remove,
.VV_Plan_ProductCard__AddFav._in-fav .VV_Plan_ProductCard__AddFavTootltipText._add{
    display: none;
}
.VV_Plan_ProductCard__AddFav._in-fav .VV_Plan_ProductCard__AddFavTootltipText._remove{
    display: inline;
}
@media (min-width: 768px) {
    .VV_Plan_ProductCard__AddFavTootltip{
        position: absolute;
        top: 100%;
        margin-top: 4px;
        padding-top: 8px;
        -webkit-transition: .3s transform, .3s opacity;
        -o-transition: .3s transform, .3s opacity;
        transition: .3s transform, .3s opacity;
        right: auto;
        left: -999999px;
        width: 0;
        height: 0;
        clip: rect(0 0 0 0);
        overflow: hidden;
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        display: block;
    }
    .VV_Plan_ProductCard__AddFav:hover .VV_Plan_ProductCard__AddFavTootltip{
        right: -3px;
        left: auto;
        width: auto;
        height: auto;
        clip: unset;
        overflow: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .VV_Plan_ProductCard__AddFavTootltipInner{
        position: relative;
        color: var(--white);
        background-color: var(--gray700);
        font-weight: 400;
        padding: 8px 12px 9px;
        border-radius: 12px;
        white-space: nowrap;
        -webkit-filter: 0 0 4px rgba(0, 0, 0, .16);
        filter: 0 0 4px rgba(0, 0, 0, .16);
    }
    .VV_Plan_ProductCard__AddFavTootltipCorner{
        position: absolute;
        bottom: 100%;
        right: 6px;
        margin: 0 0 -1px;
        width: 20px;
        height: 8px;
    }
}
/*product content*/
.VV_Plan_ProductCard__Content{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 8px 0;
    margin: 0 0 4px;
}
.VV_Plan_ProductCard__Content:last-child{
    margin-bottom: 0;
}
.VV_Plan_ProductCard__Title{
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
}
.VV_Plan_ProductCard__Title a{
    color: var(--light-primary);
}
.VV_Plan_ProductCard__PriceGroup{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 4px;
}
.VV_Plan_ProductCard .Price{
    height: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}
.VV_Plan_ProductCard .Price._last:before{
    height: 0.6px;
    transform: none;
    top: calc(50% - 2px);
}
.VV_Plan_ProductCard__PropsRow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 4px;
}
.VV_Plan_ProductCard__Rest._empty {
    color: var(--light-negative);
}
.VV_Plan_ProductCard__ExDate{
    color: var(--gray400);
    margin: 0 0 4px;
}
.VV_Plan_ProductCard__AptekaNote{
    margin: 0 0 4px;
}
.VV_Plan_ProductCard__Notice{
    margin: 0 0 4px;
}
.VV_Plan_ProductCard__Footer{
    padding: 0 8px;
}

.VV_Plan_ProductCard__Actions {
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

.VV_Plan_ConstructorProducts .VV_Plan_ProductCard__Actions {
    height: 32px;
}

.VV_Plan_ConstructorProducts .VV_Plan_ProductCard__Actions .VV_Plan_ProductCard__QtyInput{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 100%;
    padding: 0;
}

.VV_Plan_ProductCard__Delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 100%;
    margin: 0 4px 0 0;
    background: var(--light-surface2);
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
}

.VV_Plan_ProductCard__DeleteIcon path {
    fill: currentColor;
}

.VV_Plan_ProductCard__Btn.VV_Button {
    height: 34px;
    font-size: 14px;
}

.VV_Plan_ProductCard__Qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 10px;
    background: var(--light-surface2);
}

.VV_Plan_ProductCard__Qty._none {
    display: none;
}

.VV_Plan_ProductCard__QtyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--gray900);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.VV_Plan_ProductCard__QtyBtn._disabled {
    color: var(--light-tertiary);
    pointer-events: none;
}

.VV_Plan_ProductCard__QtyBtn._hide {
    display: none;
}

.VV_Plan_ProductCard__QtyBtn svg path {
    fill: currentColor;
}

.VV_Plan_ProductCard__QtyBtn ._delete {
    display: none;
}

.VV_Plan_ProductCard__QtyBtn._delete ._delete {
    display: block;
}

.VV_Plan_ProductCard__QtyBtn._delete ._decrease {
    display: none;
}

.VV_Plan_ProductCard__QtyInputWrap{
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.VV_Plan_ProductCard__QtyInput {
    width: 40px;
    border: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    text-align: center;
}

.VV_Plan_ProductCard__QtyCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid var(--light-outline);
    border-right: 1px solid var(--light-outline);
}

.VV_Plan_ProductCard__QtyPrice {
    opacity: 0.6;
}

.VV_Plan_ConstructorAdd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 270px;
    background: var(--light-on-brand1-secondary);
}

.VV_Plan_ConstructorAddIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--light-brand1);
}

.VV_Plan_ConstructorAddText {
    text-align: center;
    line-height: 1.112 !important;
    color: var(--light-brand1);
}

@media (any-hover: hover) {
    .VV_Plan_ProductCard__Delete:hover,
    .VV_Plan_ProductCard__QtyBtn:hover {
        color: var(--green600);
    }

    .VV_Plan_ConstructorAdd.ProductCard:hover {
        background: -webkit-gradient(linear,
                left bottom, left top,
                from(rgba(0, 0, 0, 0.02)),
                to(rgba(0, 0, 0, 0.02))),
            #DCFAE7;
        background: -o-linear-gradient(bottom,
                rgba(0, 0, 0, 0.02) 0%,
                rgba(0, 0, 0, 0.02) 100%),
            #DCFAE7;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 0.02) 0%,
                rgba(0, 0, 0, 0.02) 100%),
            #DCFAE7;
    }

    .VV_Plan_ConstructorAdd.ProductCard:active {
        background: -webkit-gradient(linear,
                left bottom, left top,
                from(rgba(0, 0, 0, 0.04)),
                to(rgba(0, 0, 0, 0.04))),
            #DCFAE7;
        background: -o-linear-gradient(bottom,
                rgba(0, 0, 0, 0.04) 0%,
                rgba(0, 0, 0, 0.04) 100%),
            #DCFAE7;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 0.04) 0%,
                rgba(0, 0, 0, 0.04) 100%),
            #DCFAE7;
    }
}

/* Конструктор - сумма */
.VV_Plan_ConstructorSummary {
    position: sticky;
    top: 140px;
}

.VV_Plan_ConstructorSummary__Top {
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 16px;
    background: var(--light-surface1);
}

.VV_Plan_ConstructorSummary__TopItems {
    margin-bottom: 12px;
}

.VV_Plan_ConstructorSummary__TopItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

.VV_Plan_ConstructorSummary__TopItem._separator{
    border-bottom: 1px solid var(--light-outline);
    padding-bottom: 12px;
}

.VV_Plan_ConstructorSummary__TopItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.VV_Plan_ConstructorSummary__TopItemValue {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
}

.VV_Plan_ConstructorSummary__TopItemValue._summary {
    text-align: right;
}

.VV_Plan_ConstructorSummary__TopItemValueText{
    color: var(--light-brand1);
}

.VV_Plan_ConstructorSummary__TopItemPerDay {
    color: var(--light-secondary);
}

.VV_Plan_ConstructorSummary__TopBtn {
    width: 100%;
    height: 66px;
    padding: 0px 40px;
}

.VV_Plan_ConstructorSummary._disabled .VV_Plan_ConstructorSummary__Top {
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.VV_Plan_ConstructorSummary._disabled .VV_Plan_ConstructorSummary__TopItem {
    color: var(--light-tertiary);
}

.VV_Plan_ConstructorSummary._disabled .VV_Plan_ConstructorSummary__TopItemValueText,
.VV_Plan_ConstructorSummary._disabled .VV_Plan_ConstructorSummary__TopItemPerDay {
    color: var(--light-tertiary);
}

.VV_Plan_ConstructorSummary._disabled .VV_Plan_ConstructorSummary__TopBtn,
.VV_Plan_ConstructorSection__Row._refresh .VV_Plan_ConstructorSummary__TopBtn{
    width: 100%;
    background: var(--light-tertiary);
}
.VV_Plan_ConstructorSection__Row._refresh .VV_Plan_ConstructorSummary__Bottom{
    display: none;
}

.VV_Plan_ConstructorSummary__BottomBtn {
    width: 100%;
    height: 44px;
    border-radius: 44px;
}

.VV_Plan_ConstructorSummary._generated .VV_Plan_ConstructorSummary__Bottom {
    pointer-events: none;
}

.VV_Plan_ConstructorSummary._generated .VV_Plan_ConstructorSummary__BottomBtn {
    color: var(--light-tertiary);
    background: var(--light-surface3);
}

.VV_Plan_ConstructorSummary._generated .VV_Plan_ConstructorSummary__BottomBtn svg path {
    fill: var(--light-tertiary);
}

.VV_Plan_ConstructorSummary__TopDeliveryInfo {
    color: var(--light-secondary);
    text-align: center;
    margin: 8px 0 0;
}
@media (max-width: 1279px) and (min-width: 1024px){
    .VV_Plan_ConstructorSummary__TopBtn.VV_Plan_Btn{
        padding: 0 20px;
    }
}
@media (max-width: 1023px) {
    .VV_Plan_ConstructorSummary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .VV_Plan_ConstructorSummary__Top {
        margin-bottom: 0;
    }

    .VV_Plan_ConstructorSummary._disabled {
        position: initial;
        top: 0;
    }

    .VV_Plan_ConstructorSummary__Bottom {
        margin-bottom: 16px;
    }

    .VV_Plan_ConstructorRefreshBtnWrap{
        width: 344px;
        left: calc(50% - 172px);
        top: 120px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_ConstructorSummary__Bottom {
        margin-bottom: 0;
        padding: 0 24px 24px;
        border-radius: 0 0 32px 32px;
        background: var(--green50);
    }
    .Layout{
        overflow: visible;
    }
    .VV_Plan_ConstructorRefreshBtnWrap{
        width: 100%;
        height: 100%;
        top: 0 !important;
        left: 0;
        padding: 0 18px;
    }
    .VV_Plan_ConstructorRefreshBtnSticky{
        position: sticky;
        position: -webkit-sticky;
        top: calc(100vh - 82px);
        left: 0;
        right: 0;
    }
    .VV_Plan_ConstructorSection__Row._refresh .VV_Plan_ConstructorSection__Col._left{
        padding-bottom: 32px;
        border-radius: 0 0 32px 32px;
    }
    .VV_Plan_ConstructorSection__Row._refresh .VV_Plan_ConstructorProducts{
        padding-bottom: 70px;
    }
}

/* Конструктор - стики */
.VV_Plan_ConstructorSticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px 20px 8px;
    z-index: 10;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.VV_Plan_ConstructorSticky._show {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.VV_Plan_ConstructorSticky .VV_Plan_Btn {
    height: 50px;
    padding: 0 12px;
}

.VV_Plan_ConstructorSticky .VV_Plan_ConstructorSummary__BottomBtn {
    width: auto;
    margin-right: 8px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.VV_Plan_ConstructorSticky._hide-upd .VV_Plan_ConstructorSummary__BottomBtn {
    margin-left: -127px;
    margin-right: 0;
    opacity: 0;
}

@media (min-width: 768px) {
    .VV_Plan_ConstructorSticky {
        display: none;
    }
}

/* Преимущества */
.VV_Plan_Features {
    margin-bottom: 120px;
}

.VV_Plan_Features__Title {
    margin-bottom: 32px;
    text-align: center;
}

.VV_Plan_Features__Items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.VV_Plan_Features__Item {
    width: 100%;
    min-height: 124px;
    padding: 20px 24px;
    border-radius: 16px;
}

.VV_Plan_Features__Item._orange {
    background: var(--light-additional4-container-fill);
}

.VV_Plan_Features__Item._green {
    background: var(--light-brand1-container-fill);
}

.VV_Plan_Features__Item._blue {
    background: var(--light-additional1-border);
}

.VV_Plan_Features__Item._pink {
    background: var(--light-negative-border);
}

.VV_Plan_Features__ItemTitle {
    margin-bottom: 8px;
    font-weight: 500;
}

.VV_Plan_Features__Item._orange .VV_Plan_Features__ItemTitle {
    color: var(--light-ptag5);
}

.VV_Plan_Features__Item._green .VV_Plan_Features__ItemTitle {
    color: var(--light-brand1);
}

.VV_Plan_Features__Item._blue .VV_Plan_Features__ItemTitle {
    color: var(--light-additional1);
}

.VV_Plan_Features__Item._pink .VV_Plan_Features__ItemTitle {
    color: var(--light-brand2);
}

@media (min-width: 365px) {
    .VV_Plan_Features__ItemTitle br {
        display: none;
    }
}

@media (min-width: 768px) {
    .VV_Plan_Features__Item ._mobile {
        display: none;
    }
}

@media (max-width: 1023px) {
    .VV_Plan_Features {
        margin-bottom: 80px;
    }

    .VV_Plan_Features__Title {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_Features {
        margin-bottom: 40px;
    }

    .VV_Plan_Features__Title {
        margin-bottom: 24px;
    }

    .VV_Plan_Features__Items {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 8px;
        margin-left: -2px;
        margin-right: -2px;
        width: auto;
    }

    .VV_Plan_Features__Item {
        padding: 16px;
        min-height: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .VV_Plan_Features__Item._green {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .VV_Plan_Features__Item._blue {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .VV_Plan_Features__Item._pink {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .VV_Plan_Features__ItemTitle {
        margin-bottom: 6px;
    }

    .VV_Plan_Features__Item ._desktop {
        display: none;
    }
}
@media (max-width: 330px) {
    .VV_Plan_ConstructorSticky .VV_Plan_Btn{
        font-size: 16px;
    }
}

/* FAQ */
.VV_Plan_FAQ {
    max-width: 794px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.VV_Plan_FAQ__Title {
    margin-bottom: 24px;
    text-align: center;
}

.VV_Plan_FAQ__Item {
    border-bottom: 1px solid var(--light-outline);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.VV_Plan_FAQ__Item._active {
    padding-bottom: 32px;
}

.VV_Plan_FAQ__Item._active .VV_Plan_FAQ__ItemHeading {
    padding-bottom: 12px;
}

.VV_Plan_FAQ__Item._active .VV_Plan_FAQ__ItemHeadingIcon ._transform {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.VV_Plan_FAQ__ItemHeading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 31px;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.VV_Plan_FAQ__ItemHeadingIcon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px;
    margin-left: 14px;
}

.VV_Plan_FAQ__ItemHeadingIcon div {
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--light-secondary);
    -webkit-transition: background 0.3s, -webkit-transform 0.5s;
    transition: background 0.3s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, background 0.3s;
    transition: transform 0.5s, background 0.3s;
    transition: transform 0.5s, background 0.3s, -webkit-transform 0.5s;
}

.VV_Plan_FAQ__ItemHeadingIcon ._transform {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.VV_Plan_FAQ__ItemContent {
    display: none;
    color: var(--light-secondary);
}

@media (max-width: 1023px) {
    .VV_Plan_FAQ {
        max-width: 460px;
        margin-bottom: 40px;
    }

    .VV_Plan_FAQ__Title {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .VV_Plan_FAQ {
        max-width: unset;
        margin-left: 6px;
        margin-right: 6px;
    }

    .VV_Plan_FAQ__Title {
        margin-bottom: 24px;
    }

    .VV_Plan_FAQ__Item._active {
        padding-bottom: 16px;
    }

    .VV_Plan_FAQ__Item._active .VV_Plan_FAQ__ItemHeading {
        padding-bottom: 16px;
    }

    .VV_Plan_FAQ__ItemHeading {
        padding-top: 16px;
        padding-bottom: 15px;
    }

    .VV_Plan_FAQ__ItemHeadingIcon {
        margin-left: 12px;
    }
}

@media (any-hover: hover) {
    .VV_Plan_FAQ__ItemHeading:hover {
        color: var(--light-ptag5);
    }

    .VV_Plan_FAQ__ItemHeading:hover .VV_Plan_FAQ__ItemHeadingIcon div {
        background: var(--light-ptag5);
    }
}

/* Footer */
.VV_Plan_Footer {
    background: var(--light-surface2);
    margin-top: auto;
}

.VV_Plan_Footer__Top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
}

a.VV_Plan_Footer__Catalog {
    position: relative;
    display: inline-block;
    color: var(--light-brand1);
}

a.VV_Plan_Footer__Catalog:hover {
    color: var(--green600);
}

a.VV_Plan_Footer__Catalog div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VV_Plan_Footer__Catalog svg {
    margin-left: 7px;
    fill: currentColor;
}

.VV_Plan_Footer__Social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.VV_Plan_Footer .SocialItem {
    background-color: var(--light-surface3);
    color: var(--light-brand1) !important;
    fill: var(--light-brand1);
    width: 44px;
    height: 44px;
    margin-right: 8px;
    border-radius: 12px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.VV_Plan_Footer .SocialItem:last-child {
    margin-right: 0;
}

.bx-no-touch .VV_Plan_Footer .SocialItem:hover  {
    color: var(--green600) !important;
    fill: var(--green600);
}

.VV_Plan_Footer .SocialItem .SvgIcon {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.VV_Plan_Footer .SocialItem .SvgIcon--social-yadzen {
    width: 32px;
    height: 32px;
}

.VV_Plan_Footer .SocialItem .SvgIcon--social-whatsapp {
    width: 24px;
    height: 24px;
}

.VV_Plan_Footer .SocialItem .SvgIcon--social-telegram {
    width: 28px;
    height: 28px;
}

.VV_Plan_Footer .SocialItem .SvgIcon--social-vkontakte {
    width: 26px;
    height: 26px;
}

.VV_Plan_Footer__Bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    background: var(--light-surface3);
}

.VV_Plan_Footer__BottomInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.VV_Plan_Footer__Copyright {
    color: var(--light-secondary);
}

.VV_Plan_Footer__Privacy {
    color: var(--light-secondary);
}

@media (max-width: 767px) {
    .VV_Plan_Footer__Social {
        margin-top: 25px;
    }

    .VV_Plan_Footer__Top {
        display: block;
        padding: 35px 6px;
    }

    .VV_Plan_Footer__Catalog {
        margin-left: 2px;
    }

    .VV_Plan_Footer__Bottom {
        padding: 14px 6px;
    }

    .VV_Plan_Footer__BottomInner {
        display: block;
    }

    .VV_Plan_Footer__Copyright {
        margin-bottom: 4px;
    }
}

@media (any-hover: hover) {
    a.VV_Plan_Footer__Catalog:before {
        content: "";
        position: absolute;
        inset: -4px;
        border-radius: 8px;
    }

    a.VV_Plan_Footer__Catalog:hover:before {
        background: rgba(0, 0, 0, 0.02);
    }

    a.VV_Plan_Footer__Catalog:active:before {
        background: rgba(0, 0, 0, 0.04);
    }
}

/* Modals */
.VV_Plan_Modal .modal-dialog {
    max-width: 444px;
}

.VV_Plan_Modal .modal-content {
    overflow: hidden;
}

.VV_Plan_Modal .lk-modal-alert__title {
    font-size: 20px;
}

.VV_Plan_Modal__TitleIcon {
    margin-right: 8px;
}

.VV_Plan_Modal__Subtitle {
    margin-top: 4px;
    font-weight: 400;
}

.VV_Plan_Modal ul:not(.VV_Chips__List) {
    margin: 0;
    padding-left: 26px;
}

.VV_Plan_Modal__FooterNotice {
    text-align: center;
    color: var(--light-secondary);
}

.VV_Plan_Modal__Error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    background: var(--light-negative-container-fill);
}

.VV_Plan_Modal__ErrorIcon {
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VV_Plan_Modal__ErrorText {
    color: var(--light-secondary);
}

@media (max-width: 767px) {
    .VV_Plan_Modal .modal-dialog {
        max-width: 100%;
    }

    .VV_Plan_Modal .VV_ModalCloser {
        top: 16px;
        right: 16px;
    }

    .VV_Plan_Modal .Modal__inner {
        padding: 16px;
    }

    .VV_Plan_Modal .lk-modal-alert__title {
        font-size: 18px;
    }
}

/* Modals - Sport */
.VV_Plan_Modal_Sport .VV_ModalCloser{
    z-index: 1;
}

.VV_Plan_Modal_Sport__Steps {
    position: relative;
    -webkit-transition: min-height .3s ease;
    -o-transition: min-height .3s ease;
    transition: min-height .3s ease;
    min-height: 600px;
}

.VV_Plan_Modal_Sport__Step {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.VV_Plan_Modal_Sport__Step._active {
    opacity: 1;
    pointer-events: auto;
}

.VV_Plan_Modal_Sport__Heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VV_Plan_Modal_Sport__HeadingBackBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

.VV_Plan_Modal_Sport__HeadingBackBtn svg path {
    fill: currentColor;
}
@media (max-width: 767px) {
    .VV_Plan_Modal_Sport__Steps {
        min-height: 652px;
    }
}

@media (any-hover: hover) {
    .VV_Plan_Modal_Sport__HeadingBackBtn:hover {
        color: var(--green600) !important;
    }
}

.VV_Plan_Modal_Sport__HeadingProgress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 6px;
}

.VV_Plan_Modal_Sport__HeadingProgressBar {
    width: calc(50% - 4px);
    height: 6px;
    border-radius: 5px;
    background: var(--light-brand1-container-fill);
}

.VV_Plan_Modal_Sport__HeadingProgressBar._active {
    background: var(--green500);
}

.VV_Plan_Modal_Sport__Desc {
    color: var(--light-secondary);
}

.VV_Plan_Modal_Sport__Title {
    margin: 16px 0;
}

/* Modals - Energy */
.VV_Plan_Modal_EnergyValues__Section {
    display: none;
}

.VV_Plan_Modal_EnergyValues__Section._active {
    display: block;
}

.VV_Plan_Modal_EnergyValues__HeadingBackBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.VV_Plan_Modal_EnergyValues__HeadingBackBtn svg path {
    fill: currentColor;
}

@media (any-hover: hover) {
    .VV_Plan_Modal_EnergyValues__HeadingBackBtn:hover {
        color: var(--green600) !important;
    }
}

.VV_Plan_Modal_EnergyValues__Heading._from-sport-modal {
    display: none;
}

.VV_Plan_Modal_EnergyValues._opened-from-sport-modal .VV_Plan_Modal_EnergyValues__Heading._from-sport-modal {
    display: block;
}

.VV_Plan_Modal_EnergyValues__Error {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .VV_Plan_Modal_EnergyValues__Error {
        margin-top: -2px;
    }
}

.VV_Plan_Modal_EnergyValues__Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .VV_Plan_Modal_EnergyValues__Row {
        margin-top: 28px;
        margin-bottom: 10px;
    }
}

.VV_Plan_Modal_EnergyValues__Error+.VV_Plan_Modal_EnergyValues__Row {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .VV_Plan_Modal_EnergyValues__Error+.VV_Plan_Modal_EnergyValues__Row {
        margin-top: 20px;
    }
}

.VV_Plan_Modal_EnergyValues__Items {
    margin-right: 10px;
    width: 204px;
}

.VV_Plan_Modal_EnergyValues__Item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    padding: 4px 8px;
    background: var(--light-surface2);
    border-radius: 8px;
}

.VV_Plan_Modal_EnergyValues__Item:last-child {
    margin-bottom: 0;
}

.VV_Plan_Modal_EnergyValues__ItemIcon {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VV_Plan_Modal_EnergyValues__ItemIcon:not(._img) {
    border-radius: 50%;
}

.VV_Plan_Modal_EnergyValues__ItemIcon._img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.VV_Plan_Modal_EnergyValues__ItemIcon._green {
    background: var(--light-brand1);
}

.VV_Plan_Modal_EnergyValues__ItemIcon._orange {
    background: var(--light-ptag5);
}

.VV_Plan_Modal_EnergyValues__ItemIcon._yellow {
    background: var(--light-ptag1);
}

.VV_Plan_Modal_EnergyValues__ItemText {
    margin: 0 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.VV_Plan_Modal_EnergyValues__Chart {
    position: relative;
    width: 152px;
    height: 152px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .VV_Plan_Modal_EnergyValues__Chart {
        width: 100px;
        height: 100px;
    }
}

.VV_Plan_Modal_EnergyValues__Chart:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: var(--light-surface1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .VV_Plan_Modal_EnergyValues__Chart:after {
        width: 50%;
        height: 50%;
    }
}

.VV_Plan_Modal_EnergyValues__MoreProtein {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.VV_Plan_Modal_EnergyValues__Notice {
    margin: 8px 0;
    color: var(--light-secondary);
}

@media (max-width: 767px) {
    .VV_Plan_Modal_EnergyValues__Notice {
        margin-bottom: 24px;
    }
}

.VV_Plan_Modal_EnergyValues__Subtitle {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .VV_Plan_Modal_EnergyValues__Subtitle {
        margin: -44px 32px 26px 32px;
    }
}

.VV_Plan_Modal_EnergyValues__Formula {
    margin: 8px 0 32px 0;
    padding: 8px;
    border-radius: 8px;
    background: var(--light-surface2);
}

.VV_Plan_Modal_EnergyValues__Change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 0 8px;
}

.VV_Plan_Modal_EnergyValues__ChangeInputWrapper {
    position: relative;
}

.VV_Plan_Modal_EnergyValues__ChangeQty {
    height: 42px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 10px;
    background: var(--light-surface2);
}

.VV_Plan_Modal_EnergyValues__ChangeQty._error {
    background: var(--light-negative-container-fill);
}

.VV_Plan_Modal_EnergyValues__ChangeQtyError {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 2px;
    color: var(--light-negative);
    display: none;
}

.VV_Plan_Modal_EnergyValues__ChangeQty._error+.VV_Plan_Modal_EnergyValues__ChangeQtyError {
    display: block;
}

.VV_Plan_Modal_EnergyValues__ChangeQtyBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--gray900);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.VV_Plan_Modal_EnergyValues__ChangeQtyBtn._disabled {
    color: var(--light-tertiary);
    pointer-events: none;
}

@media (any-hover: hover) {
    .VV_Plan_Modal_EnergyValues__ChangeQtyBtn:hover {
        color: var(--green600);
    }
}

.VV_Plan_Modal_EnergyValues__ChangeQtyBtn svg path {
    fill: currentColor;
}
.VV_Plan_Modal_EnergyValues__ChangeQtyGroup{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.VV_Plan_Modal_EnergyValues__ChangeQtyInput {
    width: 100%;
    border: 0;
    padding: 0;
    display: block;
    background: transparent;
    text-align: center;
    caret-color: var(--green500);
}

.VV_Plan_Modal_EnergyValues__ChangeQty._error .VV_Plan_Modal_EnergyValues__ChangeQtyInput {
    color: var(--light-negative);
}

/* Modals - diet */
.VV_Plan_Modal_Diet .VV_Plan_SettingsGrid__ItemInner {
    padding-top: 20px;
}

.VV_Plan_Modal_Diet__Section {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.VV_Plan_Modal_Diet__Section._active {
    visibility: visible;
    height: max-content;
    opacity: 1;
}

/* Modals - excludes */
.VV_Plan_Modal_Excludes .modal-dialog {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.VV_Plan_Modal_Excludes .modal-content {
    max-height: calc(100vh - 80px);
}

.VV_Plan_Modal_Excludes .Modal__inner {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.VV_Plan_Modal_Excludes__Search {
    margin-bottom: 16px;
}

.VV_Plan_Modal_Excludes__SearchBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--light-brand1) !important;
}

.VV_Plan_Modal_Excludes__SearchEmpty {
    text-align: center;
}

.VV_Plan_Modal_Excludes .VV_Chips__List {
    margin: 0;
}

.VV_Plan_Modal_Excludes .VV_ChipsItem__Input+.VV_ChipsItem__ILayer {
    padding-right: 32px;
}

.VV_Plan_Modal_Excludes .VV_ChipsItem__Input+.VV_ChipsItem__ILayer:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.VV_Plan_Modal_Excludes .VV_ChipsItem__Input:checked+.VV_ChipsItem__ILayer:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.VV_Plan_Modal_Excludes .VV_Chips__Item._checked {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.VV_Plan_Modal_Excludes__Add {
    margin-top: 10px;
}

.VV_Plan_Modal_Excludes__Scroll{
    margin: 0 -4px;
}
.VV_Plan_Modal_Excludes__ScrollGroup._scroll{
    padding: 0 6px 0 0;
}

@media (max-width: 767px) {
    .VV_Plan_Modal_Excludes .modal-dialog {
        margin-bottom: 0;
    }
    .VV_Plan_Modal_Excludes .Modal__inner {
        max-height: 100%;
        height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .VV_Plan_Modal_Excludes .lk-modal-confirm__btns._col{
        margin-top: auto;
    }
}

/* Modals - days */
.VV_Plan_Modal_Days .VV_Plan_SettingsGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.VV_Plan_Modal_Days .VV_Plan_SettingsGrid__Item {
    min-height: 64px;
}

/* Modals - persons */
.VV_Plan_Modal_Persons .VV_Plan_SettingsGrid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__Item {
    min-height: 72px;
    color: var(--light-brand1);
}

.VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__ItemInner {
    border: 1px solid var(--light-brand1);
    background: var(--light-brand1-container-fill);
}

@media (any-hover: hover) {
    .VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__ItemInner:hover {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.02))), var(--light-brand1-container-fill) !important;
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), var(--light-brand1-container-fill) !important;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), var(--light-brand1-container-fill) !important;
    }

    .VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__ItemInner:active {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.04))), var(--light-brand1-container-fill) !important;
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), var(--light-brand1-container-fill) !important;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), var(--light-brand1-container-fill) !important;
    }
}

.VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__Item._active~.VV_Plan_SettingsGrid__Item {
    color: var(--light-secondary);
}

.VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__Item._active~.VV_Plan_SettingsGrid__Item .VV_Plan_SettingsGrid__ItemInner {
    border: 1px solid var(--light-outline) !important;
    background: var(--light-surface1) !important;
}

@media (any-hover: hover) {
    .VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__Item._active~.VV_Plan_SettingsGrid__Item .VV_Plan_SettingsGrid__ItemInner:hover {
        background: rgba(0, 0, 0, 0.02) !important;
    }

    .VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__Item._active~.VV_Plan_SettingsGrid__Item .VV_Plan_SettingsGrid__ItemInner:active {
        background: rgba(0, 0, 0, 0.04) !important;
    }
}

.VV_Plan_Modal_Persons .VV_Plan_SettingsGrid__ItemText svg path {
    stroke: currentColor;
}

/* Settings */
.VV_Plan_SettingsGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
}

.VV_Plan_SettingsGrid__Item {
    position: relative;
    min-height: 126px;
}

.VV_Plan_SettingsGrid__ItemInfo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
}

.VV_Plan_SettingsGrid__ItemInfo svg path {
    fill: currentColor;
}

@media (any-hover: hover) {
    .VV_Plan_SettingsGrid__ItemInfo:hover {
        color: var(--light-brand1) !important;
    }
}

.VV_Plan_SettingsGrid__ItemLabel {
    display: block;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

.VV_Plan_SettingsGrid__ItemInput {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    top: 0;
    left: -999999px;
}

.VV_Plan_SettingsGrid__ItemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid var(--light-outline);
    background: var(--light-surface1);
}

.VV_Plan_SettingsGrid__Item._active .VV_Plan_SettingsGrid__ItemInner {
    border-color: var(--light-brand1);
    background: var(--light-brand1-container-fill);
}

.VV_Plan_SettingsGrid__Item._snack .VV_Plan_SettingsGrid__ItemInner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

.VV_Plan_SettingsGrid__ItemLabel .VV_Plan_SettingsGrid__ItemInner {
    cursor: pointer;
}

@media (any-hover: hover) {
    .VV_Plan_SettingsGrid__ItemLabel .VV_Plan_SettingsGrid__ItemInner:hover:hover {
        background: rgba(0, 0, 0, 0.02);
    }

    .VV_Plan_SettingsGrid__ItemLabel .VV_Plan_SettingsGrid__ItemInner:hover:active {
        background: rgba(0, 0, 0, 0.04);
    }
}

.VV_Plan_SettingsGrid__ItemInput:checked+.VV_Plan_SettingsGrid__ItemInner {
    border-color: var(--light-brand1);
    background: var(--light-brand1-container-fill);
}

@media (any-hover: hover) {
    .VV_Plan_SettingsGrid__ItemInput:checked+.VV_Plan_SettingsGrid__ItemInner:hover {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.02))), var(--light-brand1-container-fill);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), var(--light-brand1-container-fill);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), var(--light-brand1-container-fill);
    }

    .VV_Plan_SettingsGrid__ItemInput:checked+.VV_Plan_SettingsGrid__ItemInner:active {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.04))), var(--light-brand1-container-fill);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), var(--light-brand1-container-fill);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), var(--light-brand1-container-fill);
    }
}

.VV_Plan_SettingsGrid__ItemIcon {
    display: block;
    margin-bottom: 10px;
}

.VV_Plan_SettingsGrid__ItemText {
    text-align: center;
}

.VV_Plan_SettingsGrid__ItemSnack {
    width: 136px;
}

/* Modals - change product */
.VV_Plan_Modal_Change .modal-dialog {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.VV_Plan_Modal_Change .lk-modal-alert__desc {
	position: relative;
	margin-bottom: 12px;
	color: var(--light-secondary);
	text-align: center;
}

.VV_Plan_Modal_Change .lk-modal-alert__text {
	margin-bottom: 12px;
}

.VV_Plan_Modal_Change .lk-modal-alert__desc span {
	position: relative;
	z-index: 1;
	padding-inline: 12px;
    background-color: var(--white);
}

.VV_Plan_Modal_Change .lk-modal-alert__desc::after {
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background-color: var(--light-outline);
}

@media (max-width: 767px) {
    .VV_Plan_Modal_Change .modal-dialog {
        margin-bottom: 0;
    }
}

.VV_Plan_Modal_Change .modal-content {
    max-height: calc(100vh - 80px);
}

@media (max-width: 767px) {
    .VV_Plan_Modal_Change .modal-content {
        max-height: calc(100vh - 52px);
    }
}

.VV_Plan_Modal_Change .Modal__inner {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.VV_Plan_Modal_Change__Items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.VV_Plan_Modal_Change__Empty {
    margin: 20px 0;
    text-align: center;
    color: var(--light-secondary);
}

@media (max-width: 767px) {
    .VV_Plan_Modal_Change__EmptyWrapper {
        height: calc(85dvh - 40px - 40px - 20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 14dvh;
    }
}

/* Modals - remove product */
.VV_Plan_Modal_Remove__Products {
    margin-top: 40px;
}

.VV_Plan_Modal_Remove__ProductsBlockTitle {
    margin-bottom: 4px;
}

/* Modals - order */

.VV_Plan_Modal_Order .modal-content {
    max-height: calc(100vh - 80px);
}

.VV_Plan_Modal_Order .Modal__inner {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.VV_Plan_Modal_Order__Products {
    margin-left: 0;
    margin-right: -24px;
    margin-bottom: 0;
}

.VV_Plan_Modal_Order__ProductsBlock {
    max-width: 392px;
}

.VV_Plan_Modal_Order__ProductsBlockTitle {
    margin-bottom: 4px;
}

.VV_Plan_Modal_Order__Items {
    display: block;
}

.VV_Plan_Modal_Order__Items .VV_Plan_ProductSmall {
    border-bottom: 1px solid var(--light-outline);
}

.VV_Plan_Modal_Order__Items .VV_Plan_ProductSmall:last-child {
    border-bottom: 0;
}

.VV_Plan_Modal_Order .VV_Plan_ProductCard__QtyBtn {
    width: 36px;
    height: 100%;
}

.VV_Plan_Modal_Order  .VV_Plan_ProductCard__QtyInput{
    width: 48px;
}

.VV_Plan_Modal_Order .VV_Plan_ProductCard__QtyBtn:last-child {
    border-left: 1px solid rgba(26, 26, 26, 0.1);
}

.VV_Plan_Modal_Order .VV_Plan_ProductCard__QtyBtn:first-child {
    border-right: 1px solid rgba(26, 26, 26, 0.1);
}

.VV_Plan_Modal_Order .VV_Plan_ProductCard__Delete {
    border-right: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 10px 0 0 10px;
    margin: 0;
}

.VV_Plan_Modal_Order__Sum{
    margin-left: 4px;
}
@media (min-width: 768px) {
    .iOs .VV_Plan_Modal_Order{
        overflow: hidden !important;
    }
    .VV_Plan_Modal_Order .modal-dialog {
        max-height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .VV_Plan_Modal_Order.modal {
        overflow: hidden;
        bottom: 0;
    }

    .VV_Plan_Modal_Order .modal-layout,
    .VV_Plan_Modal_Excludes .modal-layout {
        max-height: 100%;
        min-height: auto;
        height: 100%;
        overflow: hidden;
    }

    .VV_Plan_Modal_Order .modal-dialog,
    .VV_Plan_Modal_Excludes .modal-dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        max-height: 100%;
        margin: 0;
        overflow: hidden;
    }

    .VV_Plan_Modal_Order .modal-content{
        max-height: -webkit-calc(100vh - 52px);
        max-height: -moz-calc(100vh - 52px);
        max-height: calc(100vh - 52px);
        overflow: hidden;
    }

    .VV_Plan_Modal_Excludes .modal-content{
        height: -webkit-calc(100vh - 52px);
        height: -moz-calc(100vh - 52px);
        height: calc(100vh - 52px);
        overflow: hidden;
        max-height: none;
    }

    .VV_Plan_Modal_Order__ProductsBlockList,
    .VV_Plan_Modal_Excludes__ScrollGroup {
        padding: 0 4px 8px 0;
    }

    .VV_Plan_Modal_Order__Products,
    .VV_Plan_Modal_Excludes__ScrollWrap {
        margin-right: -10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .VV_Plan_Modal_Excludes__ScrollWrap{
        margin-right: 0;
    }
    .VV_Plan_Modal_Order__ProductsBlock{
        max-width: 100%;
    }
}

/* Modals - out of stock */
.VV_Plan_Modal_OutOfStock .modal-dialog {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.VV_Plan_Modal_OutOfStock .modal-content {
    max-height: calc(100vh - 80px);
}

.VV_Plan_Modal_OutOfStock .Modal__inner {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.VV_Plan_Modal_OutOfStock__Error {
    margin-bottom: 8px;
}

.VV_Plan_Modal_OutOfStock__Products {
    margin-left: 0;
    margin-right: -24px;
    margin-top: -4px;
}

.VV_Plan_Modal_OutOfStock__ProductsInner {
    margin-top: 16px;
}

.VV_Plan_Modal_OutOfStock__ProductsBlock {
    max-width: 392px;
    margin-bottom: 16px;
}

.VV_Plan_Modal_OutOfStock__ProductsBlock:last-child {
    margin-bottom: 0;
}

.VV_Plan_Modal_OutOfStock__ProductsBlockTitle {
    margin-top: 8px;
    margin-bottom: 4px;
}

.VV_Plan_Modal_OutOfStock__Items {
    display: block;
}

/* Small Teaser */
.VV_Plan_ProductSmall {
    width: 100%;
    padding: 8px 0;
}

.VV_Plan_ProductSmall .VV_Plan_ProductCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.VV_Plan_ProductSmall .VV_Plan_ProductCard__ImgGroup{
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    padding: 0;
}

.VV_Plan_ProductSmall .VV_Plan_ProductCard__Content{
    padding: 1px 8px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-bottom: 0;
}

.VV_Plan_ProductSmall .VV_Plan_ProductCard__Footer{
    width: 120px;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.VV_Plan_ProductSmall .VV_Plan_ProductCard__Actions{
    margin-bottom: 2px;
}

.VV_Plan_ProductSmall .ProductCard__cartFooterBottom{
    padding-top: 0;
    min-height: unset;
}

@media (max-width: 767px) {
    .VV_Plan_Modal_OutOfStock .modal-dialog {
        margin-bottom: 0;
    }

    .VV_Plan_Modal_OutOfStock .modal-content {
        max-height: calc(100vh - 52px);
    }

    .VV_Plan_Modal_OutOfStock__Products {
        margin-right: -10px;
    }

    .VV_Plan_Modal_OutOfStock__ProductsBlock {
        max-width: calc(100vw - 20px);
    }
}

/* Анонс фичи */
.VV_Plan_Feature {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 10;
    -webkit-transition: bottom 0.1s linear, -webkit-transform 0.3s ease;
    transition: bottom 0.1s linear, -webkit-transform 0.3s ease;
    -o-transition: bottom 0.1s linear, transform 0.3s ease;
    transition: bottom 0.1s linear, transform 0.3s ease;
    transition: bottom 0.1s linear, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.VV_Plan_Feature._close{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.VV_Plan_Feature._up {
    bottom: 82px;
}

.VV_Plan_Feature__Closer {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: var(--light-surface1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(26, 26, 26, 0.08);
    box-shadow: 0px 4px 20px 0px rgba(26, 26, 26, 0.08);
    z-index: 1;
}

@media (any-hover: hover) {
    .VV_Plan_Feature__Closer {
        -webkit-transition: -webkit-transform 0.2s !important;
        transition: -webkit-transform 0.2s !important;
        -o-transition: transform 0.2s !important;
        transition: transform 0.2s !important;
        transition: transform 0.2s, -webkit-transform 0.2s !important;
    }

    .VV_Plan_Feature__Closer:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.VV_Plan_Feature__Inner {
    position: relative;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: var(--light-brand2-container-fill);
}

@media (any-hover: hover) {
    .VV_Plan_Feature__Inner {
        -webkit-transition: -webkit-transform 0.2s !important;
        transition: -webkit-transform 0.2s !important;
        -o-transition: transform 0.2s !important;
        transition: transform 0.2s !important;
        transition: transform 0.2s, -webkit-transform 0.2s !important;
    }

    .VV_Plan_Feature__Inner:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.VV_Plan_Feature__Title {
    margin-bottom: 8px;
    text-align: center;
    color: var(--light-primary);
}

.VV_Plan_Feature__Label {
    padding: 4px 8px;
    border-radius: 40px;
    background: -o-radial-gradient(-30.87% -46.21%, 135.09% 115.23%, #FFF 8.92%, #E93665 100%), #E93665;
    background: radial-gradient(135.09% 115.23% at -30.87% -46.21%, #FFF 8.92%, #E93665 100%), #E93665;
    color: var(--light-surface1);
}

.VV_Plan_Modal_Feature__LabelWrapper {
    position: relative;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.VV_Plan_Modal_Feature__Label {
    position: absolute;
    padding: 6px 12px;
    border-radius: 40px;
    background: -o-radial-gradient(-30.87% -46.21%, 135.09% 115.23%, #FFF 8.92%, #E93665 100%), #E93665;
    background: radial-gradient(135.09% 115.23% at -30.87% -46.21%, #FFF 8.92%, #E93665 100%), #E93665;
    color: var(--light-surface1);
    font-weight: 400;
}

.VV_Plan_Modal_Feature__Text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .VV_Plan_Feature {
        right: 8px;
        bottom: 8px;
        -webkit-transition: bottom 0.3s;
        -o-transition: bottom 0.3s;
        transition: bottom 0.3s;
    }

    .VV_Plan_Feature__Closer {
        top: 2px;
        right: 1px;
    }

    .VV_Plan_Feature__Inner {
        width: 94px;
        height: 90px;
    }

    .VV_Plan_Feature__Title {
        margin-bottom: 4px;
        line-height: 1.14 !important;
    }
}

.VV_Plan_CartButton._none {
    display: none;
}

.VV_Input._not-empty input:focus + .VV_Input__Clear {
    visibility: visible;
    opacity: 1;
}
/* авторизация */
body._vvplanPage .Layout .VV_PersonalWelcomeDesktop{
    padding: 144px 0 40px;
}
body._vvplanPage .Layout .VV_PersonalWelcomeDesktop__Title{
    text-align: center;
}
body._vvplanPage .Layout .VV_PersonalWelcomeDesktop__Col._left{
    display: none;
}
body._vvplanPage .Layout .VV_PersonalWelcomeDesktop__Col._right{
    padding: 0;
    margin: 0 auto;
}

@media (max-width: 1023px){
    body._vvplanPage .Layout .VV_PersonalWelcome._desktop{
        display: block;
        margin: 0;
    }
    body._vvplanPage .Layout .VV_PersonalWelcome._mobile{
        display: none;
    }
    body._vvplanPage .Layout .VV_PersonalWelcomeDesktop__Col._right{
        width: 75%;
    }
    body._vvplanPage .Layout .VV_PersonalWelcomeDesktop__Title h1{
        font-size: 40px;
    }
}
@media (max-width: 767px){
    body._vvplanPage .Layout .VV_PersonalWelcomeDesktop{
        padding-top: 104px;
    }
    body._vvplanPage .Layout .VV_PersonalWelcomeDesktop__Col._right{
        width: 100%;
    }
    body._vvplanPage .Layout .VV_PersonalWelcomeAuth{
        padding: 18px 14px 30px;
    }
    body._vvplanPage .Layout .VV_PersonalWelcomeDesktop__Title h1{
        font-size: 32px;
    }
}
.VV_Input:not(.VV_Textarea):has(input:focus) .VV_Input__Label{
    -webkit-transform: scale(0.8) translateY(-15px);
    -ms-transform: scale(0.8) translateY(-15px);
    transform: scale(0.8) translateY(-15px);
}
/* top banner */
.VV_Plan_Banner{
    margin-bottom: 60px;
    padding-top: 106px;
    background: -o-linear-gradient(340deg, #A1CF37 31.13%, #759724 87.92%);
    background: linear-gradient(110deg, #A1CF37 31.13%, #759724 87.92%);
    overflow: hidden;
}
.VV_Plan_Banner__Inner{
    position: relative;
    padding: 60px 0;
}
.VV_Plan_Banner__Content{
    text-align: center;
    max-width: 495px;
    position: relative;
    z-index: 1;
}
.VV_Plan_Banner__Title{
    color: var(--white);
    font-size: 70px;
    line-height: 1;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.VV_Plan_Banner__TitleColored{
    color: #EFFE28;
}
.VV_Plan_Banner__Text{
    margin: 0 0 40px;
}
.VV_Plan_Banner__Img{
    display: block;
    position: absolute;
}
.VV_Plan_Banner__Img._girl{
    bottom: -112px;
    right: -118px;
    z-index: 1;
}
.VV_Plan_Banner__Img._fish{
    bottom: -94px;
    right: -91px;
    z-index: 2;
}
.VV_Plan_Banner__Img._salad{
    top: 69px;
    right: 434px;
    z-index: 1;
}
.VV_Plan_Banner__Img._plant1{
    bottom: 132px;
    right: -110px;
    -webkit-filter: blur(5px);
            filter: blur(5px);
}
.VV_Plan_Banner__Img._plant2{
    top: -56px;
    left: 410px;
}
.VV_Plan_Banner__Img._plant3{
    left: -30px;
    bottom: 0;
    -webkit-filter: blur(2px);
            filter: blur(2px);
}
.VV_Plan_Banner__Img._ellipse-sm{
    right: -17px;
    bottom: 0;
    width: 330px;
    height: auto;
}
.VV_Plan_Banner__Img._ellipse-md{
    left: -109px;
    top: calc(50% - 70px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 874px;
    height: auto;
}
.VV_Plan_Banner__Img._ellipse-mobile{
    display: none;
}
@media (max-width: 1279px){
    .VV_Plan_Banner__Img._girl {
        right: -250px;
    }
    .VV_Plan_Banner__Img._fish{
        right: -224px;
    }
    .VV_Plan_Banner__Img._salad{
        right: 260px;
    }
    .VV_Plan_Banner__Img._plant1 {
        right: -236px;
    }
}
@media (max-width: 1023px){
    .VV_Plan_Banner{
        padding-top: 108px;
        margin-bottom: 40px;
    }
    .VV_Plan_Banner__Inner{
        padding: 160px 0;
    }
    .VV_Plan_Banner__Content{
        max-width: 340px;
    }
    .VV_Plan_Banner__Title{
        font-size: 60px;
    }
    .VV_Plan_Banner__Img{
        height: auto;
    }
    .VV_Plan_Banner__Img._girl{
       width: 729px;
       right: -241px;
       bottom: -26px;
    }
    .VV_Plan_Banner__Img._fish{
        width: 221px;
        right: -83px;
        bottom: -65px;
    }
    .VV_Plan_Banner__Img._salad{
        width: 186px;
        right: 187px;
        top: 36px;
    }
    .VV_Plan_Banner__Img._plant1{
        display: none;
    }
    .VV_Plan_Banner__Img._plant2{
        width: 185px;
        right: -34px;
        left: auto;
        top: -26px;
    }
    .VV_Plan_Banner__Img._plant3{
        width: 157px;
        left: -24px;
        bottom: 30px;
    }
    .VV_Plan_Banner__Img._ellipse-sm{
        display: none;
    }
    .VV_Plan_Banner__Img._ellipse-md{
        width: 549px;
        left: -70px;
        top: -28px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
@media (max-width: 767px){
    .VV_Plan_Banner{
        padding-top: 68px;
        background: -o-linear-gradient(289deg, #A1CF37 37.77%, #759724 135.38%);
        background: linear-gradient(161deg, #A1CF37 37.77%, #759724 135.38%);
    }
    .VV_Plan_Banner__Inner{
        padding: 16px 0 40px;
    }
    .VV_Plan_Banner__Content{
        max-width: 328px;
        margin: 0 auto;
        z-index: 3;
    }
    .VV_Plan_Banner__Title{
        font-size: 38px;
        line-height: 36px;
        letter-spacing: -0.76px;
        margin-bottom: 6px;
    }
    .VV_Plan_Banner__Text{
        margin-bottom: 206px;
    }
    .VV_Plan_Banner__Img._girl{
        width: 488px;
        right: calc(50% - 13px);
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
        bottom: -99px;
    }
    .VV_Plan_Banner__Img._fish{
        width: 149px;
        bottom: auto;
        top: 41px;
    }
    .VV_Plan_Banner__Img._salad{
        width: 172px;
        top: 250px;
        right: auto;
        left: -62px;
    }
    .VV_Plan_Banner__Img._plant2{
        width: 113px;
        top: -48px;
        right: -22px;
        -webkit-transform: rotate(8deg);
            -ms-transform: rotate(8deg);
                transform: rotate(8deg);
    }
    .VV_Plan_Banner__Img._plant3{
        width: 100px;
        bottom: 261px;
        left: -34px;
    }
    .VV_Plan_Banner__Img._ellipse-md{
        display: none;
    }
    .VV_Plan_Banner__Img._ellipse-mobile{
        width: 444px;
        display: block;
        top: -77px;
        left: calc(50% - 222px);
    }
}
/* top banner */
/* End */
/* /local/templates/main-responsive/css/skilet_loading.css?1739276002455 */
/* /plan/css/style.css?1750848791105990 */
