.old_level_price {
    position: relative;
}
.old_level_price::after {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 2px;
    background: white;
    bottom: 9px;
    left: 50%;
    margin-left: -27px;
    transform: rotateZ(-11deg);
}
.level_price_desc {
    font-size: 12px;
    color: #70af8f;
}

.level_cta_ch {
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(45deg, #FF304E, #ff0076);
    height: 52px;
    font-size: 16px;
    border: 0;
    outline: 0;
    padding: 15px 36px;
    border-radius: 24px;
    box-shadow: inset 36px 26px 0 -15px rgb(255 255 255 / 22%);
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.level_cta_ch::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    background: url(../../img/icon_shopingBag.svg);
    margin: 0 8px 0 -8px;
}

.level_cta_ch_disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.lessons_count {
    background: rgba(255,255,255,0.6);
    display: inline-block;
    padding: 2px 12px 6px 12px;
    border-radius: 0 0 6px 6px;
    margin-left: 16px;
}


.color_head {
    background:#4f83e1;
    color:aliceblue;
    border-color: #eec79c;
    border-width: 2px;
    border-style: solid;
}

.color_level {
    background: #b5efed;
    color: #014c27;
    border-color: #10a4bd;
    border-width: 2px;
    border-style: solid;
}

.info_wrapper {
    width: 90%;
    max-width: 760px;
    min-height: 28px;
    margin: 24px auto;
    border-radius: 16px;
    padding: 16px;
}

.info_arrow_up {
    position: relative;
}
.info_arrow_up::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background: inherit;
    border-radius: 4px 0 0 0;
    border-width: inherit;
    border-color: inherit;
    border-style: inherit;
    border-bottom: 0;
    border-right: 0;
    transform: translateX(-10px) rotateZ(45deg);
}

.info_text {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}