.c6-wrap{
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    width: 37rem;
    height: 41.5rem;
    background: #fff;
    margin-top: 5rem;
    padding: 3.6rem 2.3rem 3.3rem 2.2rem;
}
.c6-wrap-title{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 2rem;
}
.c6-price-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.c6-price-old{
    height: 8.5rem;
    width: 8.5rem;
    background: #000;
    border-radius: 100%;
    margin-right: -1.5rem;
}
.c6-price-old-grad{
    background: radial-gradient(79.59% 129.03% at 53.12% 21%, rgb(255, 255, 255, 0.2) 0%, rgb(255, 255, 255, 0.1) 100%);
    border-radius: 100%;
    height: 8.5rem;
    width: 8.5rem;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #848484;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c6-price-new{
    background: linear-gradient(180deg, #fff2af 0%, #dcc290 100%);
    border: 6px solid #fff;
    border-radius: 100%;
    height: 11.5rem;
    width: 11.5rem;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 55px;
    line-height: 55%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -1.5rem;
}
.c6-btn{
    background: #000;
    border-radius: 15rem;
    width: 28.9rem;
    height: 6rem;
    margin-top: 2rem;
}
.c6-btn-grad{
    width: 100%;
    height: 100%;
    background:radial-gradient(55.45% 129.03% at 53.12% 21%, rgb(255, 255, 255, 0.2) 0%, rgb(255, 255, 255, 0.01) 100%);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 157%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}