.price-sec-wrap{
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.price-sec-wrap .g-content{
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.-PriCe-area{
    width: 100%;
}

.Price-Center{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 38px;
    direction: rtl;
}

.-PriceBox-box{
    position: relative;
    flex: 1;
    min-width: 350px;
    max-width: 452px;
    background: #fff;
    border-radius: 28px;
    padding: 28px 26px 24px;
    box-shadow: 0 10px 24px #00000012;
    transition: .35s ease;
    border: 1px solid #ece8e3;
    display: flex;
    flex-direction: column;
}

.-PriceBox-box:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 36px #00000016;
}

.-PriceBox-box.-ActivePlane{
    border-color: transparent;
    box-shadow: 0 18px 36px #00000022;
    transform: translateY(-22px);
    padding-top: 40px;
    background: linear-gradient(
326deg, var(--uicolor2) 0%, var(--uicolor) 237%);
}

.-defualt-object--center .-PriceBox-box.-ActivePlane {transform: translateY(0);}

.price-badge{
    position: absolute;
    top: -14px;
    right: 50%;
    transform: translateX(50%);
    min-height: 30px;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--uicolor);
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    white-space: nowrap;
}

.Price-H-Title{
    margin-bottom: 18px;
}

.prise_title{
    text-align: center;
}

.prise_icon{
    display: none;
}

.prise_title h3{
    margin: 0 0 10px;
    color: var(--primary-text);
    font-size: 27px;
    line-height: 1.4;
    font-weight: 600;
}

.-PriceBox-box.-ActivePlane .prise_title h3{
    color: #fff;
}

.price-plan-desc{
    color: var(--secondarytext);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.-PriceBox-box.-ActivePlane .price-plan-desc{
    color: rgba(255,255,255,.82);
}

.-price-app-value{
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    direction: rtl;
}

.-price-app-value strong{
    color: var(--primary-text);
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    font-family: cursive;
    order: 2;
}

.-PriceBox-box.-ActivePlane .-price-app-value strong{
    color: #fff;
}

.price-currency{
    color: var(--primary-text);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    order: 3;
}

.-PriceBox-box.-ActivePlane .price-currency{
    color: #fff;
}

.price-start-from{
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    order: 1;
}

.-PriceBox-box.-ActivePlane .price-start-from{
    color: rgba(255,255,255,.82);
}

.diriction{
    text-align: center;
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 17px;
}

.-PriceBox-box.-ActivePlane .diriction{
    color: #fff;
}

.Price-ItList{
    margin-top: 8px;
    margin-bottom: 24px;
    flex: 1;
}

.Price-ItList ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.Price-ItList li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-text);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 700;
}

.-PriceBox-box.-ActivePlane .Price-ItList li{
    color: #fff;
}

.icon_price{
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--uicolor);
    font-size: 20px;
    line-height: 1;
}

.-PriceBox-box.-ActivePlane .icon_price{
    color: white;
}

.Price-ItList li span{
    flex: 1;
    font-weight: 400;
}

.-Disabled-Features{
    opacity: .55;
}

.-Planes-Info-sowh-In{
    color: #b67d49;
    font-size: 15px;
    line-height: 1;
}

.Price-FoArea{
    margin-top: auto;
}

.-Plane-Button-v1{
    width: 100%;
}

.-Plane-Button-v1 .-Twesters-Link{
    width: 100%;
    padding: 12px 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    transition: .3s ease;
    background: linear-gradient(326deg, var(--uicolor2) 0%, var(--uicolor) 237%);
}

.-PriceBox-box.-ActivePlane .-Plane-Button-v1 .-Twesters-Link{
    background: white;
    color: var(--uicolor2);
}

.-Plane-Button-v1 .-Twesters-Link:hover{
    transform: translateY(-2px);
}

@media (max-width: 1199px){
    .Price-Center{
        gap: 26px;
    }

    .-PriceBox-box{
        min-width: 270px;
        max-width: calc(50% - 13px);
    }

    .-PriceBox-box.-ActivePlane{
        transform: translateY(-10px);
    }

    .-price-app-value strong{
        font-size: 46px;
    }
}

@media (max-width: 767px){
    .Price-Center{
        gap: 18px;
    }

    .-PriceBox-box{
        min-width: 100%;
        max-width: 100%;
        border-radius: 22px;
        padding: 24px 18px 20px;
    }

    .-PriceBox-box.-ActivePlane{
        transform: translateY(0);
    }

    .price-badge{
        top: -12px;
        padding: 5px 14px;
        font-size: 13px;
    }

    .prise_title h3{
        font-size: 22px;
    }

    .-price-app-value strong{
        font-size: 40px;
    }

    .price-currency{
        font-size: 20px;
    }

    .Price-ItList li{
        font-size: 15px;
    }

    .-Plane-Button-v1 .-Twesters-Link{
        min-height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 575px){
    .-PriceBox-box{
        padding: 20px 14px 18px;
    }

    .prise_title h3{
        font-size: 19px;
    }

    .-price-app-value strong{
        font-size: 34px;
    }

    .Price-ItList li{
        font-size: 14px;
    }
}


.-ActivePlane .old-price {
    color: #ffffff;
}