.price-card_name{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    color: #093EB4;
    margin-top: 40px;
}

.price_installment_old{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0;
    color: #272727;
    opacity: 30%;
}
#registration-form_container {
    width: 100%;
    max-width: 900px;
    flex: 1 1 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price_installment_old span{
    text-decoration: line-through;
}

.price-card__main-price{
    font-size: 72px !important;
    margin-top: 15px;
    font-family: Wix Madefor Display;
    font-weight: 600;
    line-height: 110%;
    color: rgba(9, 62, 180, 1);
    margin-bottom: 5px;
}

.price-badge--green{
    background: #9DF4DA !important;
    color: #56B498 !important;
}

.price-card__included-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.price-card__payment {
    display: flex;
    border: 1px solid rgba(9, 62, 180, 1);
    border-radius: 17px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    max-width: 185px;
    width: max-content;
    gap: 15px;
}
.price-card_about_courses{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.price-card_info_col1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.card-reg_row-1{
    background: #ffffff;
    border-radius: 25px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.card-reg_subtitle-blue{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #093EB4;
}

.price-card__note span {
    flex: 1;
}

.card-reg_text{
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-card__note {
    background: rgba(244, 244, 244, 1);
    width: 100%;
    border-radius: 25px;
    height: max-content ;
    max-width: 290px ;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px ;
    gap: 20px;
    margin-top: 0px;
}

.price-card--left {
    max-width: 830px !important;
}

.price-layout{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    align-items: stretch;
}
.price-card__note-icon{
    width: 20px;
}
.card-reg_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.forms__custom-wh .input--custom_new, .forms__custom-blue_new .btn--custom {
    height: 60px !important;
    border-radius: 38px !important;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.forms__custom-wh .form-inputs-block {
    gap: 10px;
    margin-top: 30px;
}

.forms__custom-wh .btn--custom {
    height: 60px !important;
    border-radius: 38px !important;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.forms__custom-wh input, .forms__custom-wh .btn--custom {
    font-size: 18px !important;
}

.course-order{
    border-radius: 25px;
    background: #fff;
    padding: 40px 50px;
    height: 100%;
}

.registration-form{
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: visible;
}
.company-info-card {
    padding: 20px 30px;
    position: absolute;
    margin-top: 50px;
    z-index: 1001;
    border-radius: 5px;
    display: flex;
    gap: 15px;
    width: max-content;
    max-width: 650px;
    flex-direction: column;
    box-shadow: 0px 4px 15px 0px #00000026;
    background: #F7F7F7;
}
.course-order__wrapper .input-reg-catalog {
    border-bottom: 0.5px solid rgba(136, 136, 136, 0.4)!important;
    min-height: 21px;
    margin-top: 15px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
}

.input-reg-catalog::placeholder{
    color: black;
}

.course-order__header {
    display: none
}

.course-order__close {
    width: 24px;
    height: 24px;
    background: url(./img/svg/order-close.svg) no-repeat 50%;
    background-size: contain
}

.course-order__section:after {
    content: "";
    display: block;
    width: calc(100% + 24px);
    left: 0;
    position: absolute;
    bottom: 0;
    background: #eef0f3;
    height: 1px
}

.course-order__section--checkboxes:after {
    bottom: -16px
}

.course-order__section {
    padding: 15px 0;
    position: relative
}

.price-layout {
    gap: 20px !important;
}
.price-card__mobile-open {
    display: none;
}

.card-reg_overlay,
.card-reg_close {
    display: none;
}
.card-reg_modal , .mob-scroll_reg{
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.choices[data-type*=select-one]::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../images/icon/toggle__icon_grey.webp") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin-top: 0px !important;
}
.choices[data-type*=select-one].is-open::after {
    transform: translateY(-50%) rotate(180deg);
}
.price_card_info{
    display: flex;
    flex-direction: column;
}
#course-block-price_content{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.course-payment__price-old {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    opacity: 30%;
}
.price-wrapper--old span:last-of-type {
    text-decoration-line: line-through;
}
.section-price {
    background: rgba(169, 208, 255, 1);
}
.text__subtitle {
   font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
}
.price-pill {
    padding: 18px 25px;
    border-radius: 25px;
    width: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
.price-card__payment-methods {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
}
.page__text{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
.registration-form__field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.registration-form__field .select--new-ui .ss-single-selected{
    padding: 0px !important;
}
.select--new-ui_date .ss-arrow{
    display: none;
}
.registration-form__field .ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder *{
    color: #757575;
}
.input-reg-course{
    background: rgba(244, 244, 244, 1);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    height: 60px !important;
    border-radius: 38px !important;
    padding: 0 25px;
    max-width: 327px;
    width: 100%;
    display: flex;
    align-items: center;
}

.order-toggle {
    display: flex;
    background: #f3f3f3;
    border-radius: 38px;
    padding: 5px;
    position: relative;
    width: max-content;
    justify-content: space-between;
    width: 100%;
    max-width: 328px;
}

.order-toggle__option {
    font-family: 'Wix Madefor Display';
    cursor: pointer;
    padding: 15px 15px;
    border-radius: 38px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: rgba(39, 39, 39, 1);
    transition: all 0.25s ease;
    user-select: none;
    width: 100%;
    max-width: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-toggle__option.is-active {
    background: #093EB4;
    color: white;
}
.course-reg-btn{
    height: 60px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    display: flex;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border-radius: 67px;
    background:  rgba(255, 103, 45, 1);
    color:white;
    max-width: 327px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}
.reg_custom-tooltip_inn {
    position: absolute;
    top: -35px;
    left: -100px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    color: #000000;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.4;
    white-space: normal;
    max-width: 330px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
}

.reg_custom-tooltip_inn::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.reg_tooltip-wrapper_inn:hover .reg_custom-tooltip_inn {
    opacity: 1;
}
.reg_tooltip-wrapper_inn.has-clear-icon:hover .reg_custom-tooltip_inn {
    opacity: 0 !important;
}
.reg_tooltip-wrapper_inn {
    position: relative;
    display: inline-block;
    width: 100%;
}
.reg_tooltip-wrapper_inn .input-reg-course {
    max-width: 100%;
}
.block__inn {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-direction: column;
}

.block__inn button{
    width: 100%;
    max-width: 303px;
}
.legal-entity-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.inn_container{
    grid-column: span 2;
}

.top-title-blue{
    color: #093EB4;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
}
.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 55%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../image/icon/toggle__icon_grey.webp");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: transform .08s ease-out;
    z-index: 2;
}

 .select-wrapper:focus-within::after {
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
}

.date-select_block .ss-main .ss-single-selected .placeholder{
    padding: 0px !important;
}
.registration-form .checkbox__label:before{
    background: #D6E9FF;
}
@media (max-width: 1845px) {
    .course-order {
        padding: 40px 39px;
    }
}
@media (max-width: 1680px) {
    .order-toggle__option, .checkbox__label-privacy-custom_new {
        font-size: 12px !important;
        margin-bottom: 0px;
    }
}
@media (max-width: 1580px) {
    .price-card_col_1 .top-title-section__new {
        font-size: 36px;
        line-height: 120%;
    }
    .price-card_name{
        font-size: 34px;
    }
    .price-card__main-price {
        font-size: 68px !important;
        margin-top: 15px;
    }
    .price-badge--green{
        font-size: 16px !important;
    }
    .price-pill{
        font-size: 13px !important;
    }
    .price-card__payment-title{
        font-size: 16px !important;
    }
    .price-card__payment-methods {
        font-size: 12px !important;
    }
    .top-title-blue{
        font-size: 28px !important;
    }
    .card-reg_subtitle-blue{
        font-size: 20px;
    }
    .price-card__note span{
        font-size: 12px;
    }
    .price-card--left {
        max-width: 660px !important;
    }
    .course-payment__price-old {
        font-size: 20px;
    }
}
@media (max-width: 1500px) {
    .course-reg-btn{
        max-width: 100%;
    }
}
@media (max-width: 1380px) {
    .price-card_col_1 {
        width: 100% !important;
    }
    .price-card_col_1 .top-title-section__new {
        font-size: 30px;
        line-height: 120%;
    }
    .price-card_name {
        font-size: 30px;
    }
    .price_installment_old, .text__subtitle{
        font-size: 20px;
    }
    .price-card__main-price {
        font-size: 64px !important;
    }
    .top-title-blue {
        font-size: 20px !important;
    }
    .card-reg_subtitle-blue {
        font-size: 16px;
        margin-top: 5px;
    }
    .price-card__note span {
        font-size: 10px;
    }
    .price-card--left {
        max-width: 600px !important;
    }
    .price-card__note{
        gap: 10px;
    }
}

@media (max-width: 1150px) {
    .reg_custom-tooltip_inn {
        left: 0px;
    }
    .course-order {
        display: block !important;
        padding: 0;
    }
    .course-order__header {
        display: none !important;
    }
    .course-order {
        padding: 40px 39px !important;
    }
    .price-card_about_courses {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
    }
    .price-card--left {
        max-width: 50% !important;
    }
    .course-registration {
        display: none !important;
    }
}

@media (max-width: 1099px) {
    .registration-form {
        max-width: 100%;
    }
    .registration-form__field {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .input-reg-course{
        max-width: 100% !important;
    }
    .price-card__main-price {
        font-size: 58px !important;
    }
    .card-reg_row-1, .course-order, .price-card{
        padding: 30px !important;
    }
    .order-toggle{
        max-width: 100% !important;
    }
    .order-toggle__option{
        max-width: 50% !important;
    }
    .card-reg_container, .price-layout {
        gap: 10px !important;
    }
    .text__block_installment {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
}
@media (max-width: 980px) {
    .price-card--left {
        max-width: 100% !important;
    }
    .course-order__wrapper {
        padding: 0;
        margin-top: 20px;
    }
    .course-order__header {
        padding: 0;
    }
   .price-layout {
        display: block;
    }
    .block__inn {
        display: flex;
        align-items: baseline;
        gap: 0px;
        flex-direction: column;
    }
    .block__inn button {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .card-reg_container {
        position: fixed;
        inset: 0;
        z-index: 1000;
        display: none;
        padding: 20px;
        overflow-y: auto;
        background: rgba(39, 39, 39, 0.72);
    }

    .card-reg_container.is-open {
        display: block;
    }
    .card-reg_row-1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 20px 30px!important;
        border-radius: 20px 20px 0px 0px;
    }
    .card-reg_overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(39, 39, 39, 0.72);
    }

    .card-reg_modal, .mob-scroll_reg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 650px;
    }
    .card-reg_row-1,
    #registration-form_container {
        position: relative;
        z-index: 2;
    }

    .card-reg_row-1,
    .registration-form-custom {
        background: #fff;
    }


    #registration-form_container {
        background: #fff;
        border-radius: 0px 0px 20px 20px;
        padding: 0 20px 24px;
    }
    .course-order {
        display: none;
        padding: 0px !important;
    }
    .card-reg_close {
        display: flex;
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 3;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

    .card-reg_close img {
        width: 20px;
        height: 20px;
    }

    .price-card__mobile-open {
        display: flex;
        width: 100%;
        height: 46px;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 38px;
        background: #FF662C;
        color: #fff;
        cursor: pointer;
        font-family: Wix Madefor Display;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .price-layout > .card-reg_container:not(.is-open) {
        display: none;
    }

    .price-card_col_2 {
        width: 100%;
    }
    .card-reg_text {
        width: 100%;
    }
    .price-card__note {
        width: 100%;
        justify-content: center;
        border: 1px solid #ef733d;
        border-radius: 999px;
        padding: 14px 16px;
        background: #fff;
    }
    .price-card_info_col1 .price_card_info{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .order__close {
        display: flex;
        position: fixed;
    }
    .course-order.is-active {
        width: 100%
    }
    .order__left-wrapper {
        margin-top: 50px;
    }

    .course-order .checkbox, #reg_form .checkbox {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 760px) {
    .course-order {
        display: none;
        padding: 0
    }
}

@media (max-width: 750px) {
    .registration-form {
        max-width: 100% !important;
    }

    .text__block_installment .price-card__main-price_new {
        width: max-content !important;
    }
}
@media (max-width: 670px) {
     .sale_ellipse-reg_block{
        margin-top: 0px !important;
    }
    .sale_ellipse-reg_block {
        max-width: 100% !important;
    }
    .course-order__wrapper {
        margin-top: 0px;
    }
    .course-order.is-active {
        width: 100%;
        max-width: 100%;
        top:65%;
        max-height: 70%;
        overflow: scroll;
        box-shadow: 0 -3px 5px rgb(0 0 0 / 21%);
    }
    .course-order__wrapper {
        overflow: hidden;
        height: calc(100% - 65px);
        padding: 0px;
    }
    .course-order__wrapper .input-reg-catalog {
        border-radius: 0px;
    }
    .price-card_col_1 .top-title-section__new {
        font-size: 26px;
    }
    .price-card_name {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .price-card__payment {
        padding: 16px 20px;
        max-width: 100%;
        width: 100%;
        gap: 12px;
    }
    .price_installment_old {
        font-size: 14px;
    }
    .text__subtitle {
        font-size: 26px;
    }
    .price-card__main-price {
        font-size: 26px !important;
    }
    .text__block_installment {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .price-badge--green {
        font-size: 14px !important;
        width: max-content;
        padding: 0px 15px;
    }
    .price-pill {
        font-size: 16px !important;
        padding: 20px;
    }
    .price-card__included-list {
        display: grid;
        grid-template-columns: 1fr !important;
    }
    .price-card__included {
        margin-top: 0px;
    }
    .card-reg_modal{
        max-width: 100%;
    }
    .card-reg_row-1{
        flex-direction: column;
        align-items: center;
    }
    .card-reg_text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
     .price-card__payment-title{
        font-size: 18px !important;
    }
    .price-card__payment-methods {
        font-size: 14px !important;
    }
    .price-card_info_col1 {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
    }
    .price_card_info{
        margin-top: 15px;
    }
    .card-reg_text .top-title-blue {
        font-size: 26px !important;
    }
    .price-card__note-icon{
        display: block  !important;
    }
    .price-card__note span {
        font-size: 12px;
        line-height: 120%;
    }
    .price-card_col_2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .input-reg-course {
        max-width: 100%;
        height: 46px !important;
    }
    .registration-form {
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .container-left-large, #registration-form_container {
       transition: none;
    }
    .price-card__note {
        padding: 10px 20px;
    }
    .course-order__wrapper {
        overflow: hidden;
    }
    .mob-ur_face{
        height: 46px !important;
    }
    .order-toggle{
        padding: 0px;
        margin: 0px;
        order: 0;
    }
    .order-toggle__option {
        padding: 8px;
    }
    .block_action_reg .mr-left-20{
        margin-left: 0px;
    }
    .block_action_reg {
        margin-top: 10px;
        gap: 20px;
    }
    .legal-entity-form{
        order: 1;
    }
    .course-order__section--checkboxes{
        display: flex;
        flex-direction: column;
    }
    .block_action_reg{
        order: 2;
    }
    .course-order__wrapper .course-reg-btn,.course-order__wrapper .industry-block .choices__inner {
        height: 46px !important;
    }
    .card-reg_modal, .mob-scroll_reg{
        gap: 0px;
    }
    .card-reg_subtitle-blue{
        text-align: center;
    }
    .input--custom, .btn--custom, .block-teachers__btn {
        max-height: 46px !important;
        min-height: 46px !important;
    }
    .forms__custom-wh input, .forms__custom-wh .btn--custom {
        font-size: 14px !important;
    }
    .course-order__wrapper {
        overflow: visible;
        height: auto;
    }
    body.is-card-reg-open .header,
    body.is-card-reg-open .header_row_sticky {
        opacity: 0;
        pointer-events: none;
    }
    body.is-card-reg-open .header {
        display: none;
    }
    .card-reg_row-1 {
        padding: 30px 30px 20px 30px !important;
    }
    .card-reg_modal {
        height: 80vh;
        overflow: hidden;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .card-reg_close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
    }

    .mob-scroll_reg {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .course-order__wrapper {
        overflow: visible !important;
        height: auto !important;
    }

    .registration-form {
        height: auto !important;
        overflow: visible !important;
    }

    #registration-form_container {
        height: auto !important;
        overflow: visible !important;
    }
     .mob-scroll_reg::-webkit-scrollbar {
        width: 6px;
    }

    .mob-scroll_reg::-webkit-scrollbar-track {
        background: #F6FAFF;
        border-radius: 10px;
    }

    .mob-scroll_reg::-webkit-scrollbar-thumb {
        background: #093EB4;
        border-radius: 10px;
    }

    .mob-scroll_reg {
        scrollbar-color: #92B7EB #F6FAFF;
        scrollbar-width: thin;
    }
    .mob-scroll_reg::-webkit-scrollbar-thumb {
        background: #093EB4;
        border-radius: 10px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        background-clip: padding-box;
    }
}

