.Price-Center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 25px;
    gap: 20px;
    flex-wrap: wrap;
}

.price-sec-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.-PriceBox-box {
    background-color: #f4f6f0;
    padding: 30px 20px;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #166735;
    flex: 1;
    min-width: 428px;
    max-width: 452px;
    position: relative;
}

.Price-ItList li {
    display: flex;
    font-size: 17px;
    font-weight: 500;
}

.icon_price {
    padding-left: 5px;
}

.-PriceBox-box.-ActivePlane {
    background-color: #166735;
    color: white;
    padding: 30px 20px;
    padding: 30px 20px 55px 20px;
}

.-price-app-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.prise_title h3 {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 7px;
}

.price-plan-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 7px;
}

.old-price {
    font-size: 42px;
    font-weight: 600;
}

.price-start-from {
    color: #555;
    font-size: 16px;
    font-weight: 600;
}

.-price-app-value strong {
    color: #555;
    font-size: 24px;
    font-weight: 500;
    text-decoration: line-through;
}

span.price-currency {
    font-size: 24px;
    font-weight: 800;
}

.Price-ItList ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.-PriceBox-box.-ActivePlane .-price-app-value strong {
    color: white;
    text-decoration: none;
    font-size: 42px;
    font-weight: 600;
}

.-PriceBox-box.-ActivePlane .-price-app-value .price-start-from {
    display: none;
}

.price-badge {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: white;
    color: var(--uicolor);
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.diriction {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #555;
}

.-PriceBox-box.-ActivePlane .diriction {
    color: white;
}

.-PriceBox-box.-ActivePlane span.price-currency {
    order: 2;
}