/*enrollment-form-css*/

.leadform {
    padding: 30px 30px;
    max-width: 100%;
    background: #f6f7fa;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 2px 30px 0px rgb(0 0 0 / 20%);
}

.leadform .kurs_action form input,
.leadform .kurs_action form select {
    margin-bottom: 15px;
    padding: 2px 12px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ccc;
    color: #555;
    height: 40px;
}

.leadform .kurs_action {
    padding: 20px 0px;
}

.leadform .payment_method ul li {
    list-style: none;
    padding-bottom: 6px;
}

.leadform .payment_method ul li span {
    font-size: 15px;
    font-weight: 500;
}

.leadform .payment_method ul li input {
    height: 17px;
    opacity: 0;
    position: absolute;
    left: 20px;
    z-index: 9;
    cursor: pointer;
}

.leadform .payment_method ul {
    padding-left: 0;
}

.leadform .kurs_action .terms_area input {
    width: auto !important;
}

.leadform .kurs_action form label {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

.leadform .kurs_action input.button {
    border: none !important;
    padding: 13px !important;
    color: #fff !important;
    margin: 10px 0 20px !important;
    height: auto;
}

.leadform input[type="checkbox"] {
    display: inline-block;
    width: auto !important;
    height: auto;
    opacity: 0;
    position: absolute;
    left: 20px;
    z-index: 9;
}

.leadform .kurs_action form .terms_area label {
    display: contents;
    font-weight: 500;
}

.leadform .kurs_action form .terms_area div {
    margin: 12px 0;
}

.leadform #start_here #three_bullets span {
    display: block;
    padding: 6px 0;
    position: relative;
    padding-left: 22px;
}

.leadform #start_here {
    background: #1bb2e7;
    color: #fff;
    padding: 20px;
    display: flex;
}

.leadform #start_here .col-xs-4 span {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.leadform #start_here .col-xs-4 {
    width: 30%;
    padding-top: 15px;
    padding-left: 15px;
}

.leadform #start_here .col-xs-8 {
    width: 70%;
}

.leadform #start_here .col-xs-8 span:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f00c";
    left: 0px;
    position: absolute;
}

.leadform #start_here .col-xs-4 span:before {
    display: inline-block;
    font: normal normal normal 50px/1 FontAwesome;
    content: "\f063";
    left: 0px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
}

.leadform .reg_content span {
    display: block;
    color: #ff9320;
    padding: 2px 0;
    font-weight: 500;
}

.leadform .reg_content {
    background: #fff;
    padding: 10px;
    padding-left: 82px;
    border: 1px solid #dadada;
    position: relative;
}

.leadform .reg_content:before {
    display: inline-block;
    font: normal normal normal 50px/1 FontAwesome;
    content: "\f046";
    left: 20px;
    position: absolute;
    color: #ff9320;
    top: 22px;
}

.leadform .payment_method [type=radio]:checked+.check-box:before {
    width: 8px;
    height: 8px;
    transform: inherit;
    border: none;
    background: #615d5d;
    border-radius: 2px;
    left: -2px !important;
    top: 2px !important;
    position: absolute;
}

.leadform .enroll_design {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.leadform .enroll_design div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

.leadform .cour_price {
    padding: 10px 0px 0px;
}

.leadform .check_participate span {
    font-size: 15px;
}


.leadform label.form_titles {
    font-size: 20px!important;
    padding: 15px 0px 5px;
}

.leadform .cour_price label {
    display: flex;
}

.leadform .cour_price {
    padding: 10px 0px 0px;
}

.leadform .newsletter_submission {
    display: flex;
}

.leadform .amount_area {
    display: flex;
}

.leadform .amount_to_pay {
    padding: 0 6px;
}

.form_extra {
    font-size: 16px;
    padding: 10px 0px 0px;
    font-weight: 500;
}

.enrollment_title {
    font-weight: 600;
    font-size: 20px!important;
    padding: 0px 0px 5px;
}
.leadform .kurs_action form .terms_area div, 
.leadform .payment_method ul li,
.leadform .kurs_action form .check_participate {    
    position: relative;
}

.leadform .kurs_action .terms_area input, .leadform .payment_method ul li input, .leadform .kurs_action form .check_participate input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    border: 1px solid #0a0a0a;
    display: flex;
    place-content: center;
    top: 0px;
    position: relative;
    left: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    z-index: 99;
}
.terms_area input[type="checkbox"]::before,
.leadform .payment_method ul li input[type="radio"]::before {
    content: "";
    width: 6px;
    height: 6px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background: #000;
    border-radius: 50%;
}
.terms_area input[type="checkbox"]:checked::before,
.leadform .payment_method ul li input[type="radio"]:checked::before {
    transform: scale(1) !important;
}
.leadform .kurs_action .terms_area input {
    border-radius: 0;
    top: 1px;
}

.terms_area input[type="checkbox"]::before {border-radius: 0;}

.leadform .kurs_action .terms_area [type=checkbox]:checked + .check-box:before, 
.leadform .kurs_action form .check_participate [type=checkbox]:checked + .check-box:before {
    margin-top: 1px;
    margin-left: 3.5px;
}

@media(max-width:767px) {
    .leadform .newsletter_submission {
        display: inline;
    }
}

@media(max-width:414px) {
    .leadform .enroll_design {
        margin: 0px;
    }
    .leadform .enroll_design div {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }
    .leadform .newsletter_submission .check-box {
        width: 14px;
        height: 14px;
    }
}

@media(max-width:359px) {
    input#enrollment_submit {
        font-size: 11px;
    }
}