#section-block_0f429046adeb7013f6298331d4541d4c > .section_container {align-items: Top; }
#section-block_0f429046adeb7013f6298331d4541d4c > .section_container .container { position:relative; z-index:1; }
@media all and (max-width:768px) 
{ #section-block_0f429046adeb7013f6298331d4541d4c > .section_container{ padding-top:px; padding-bottom:px; }
 }



.wizard-section {
    padding: 40px;
    margin: auto;
    border-radius: 8px;
    border: 1px solid var(--theme-gold);
    margin-bottom: 40px
}

.form-wizard {
    color: #888;
    padding: 30px
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative
}

.form-wizard .wizard-form-radio input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.form-wizard .wizard-form-radio input[type=radio]:focus {
    outline: 0
}

.form-wizard .wizard-form-radio input[type=radio]:checked {
    background-color: #fb1647
}

.form-wizard .wizard-form-radio input[type=radio]:checked:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px
}

.form-wizard .wizard-form-radio input[type=radio]:checked:after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave .65s;
    -moz-animation: click-radio-wave .65s;
    animation: click-radio-wave .65s;
    background: #000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%
}

.form-wizard .wizard-form-radio input[type=radio]~label {
    padding-left: 10px;
    cursor: pointer
}

.form-wizard .form-wizard-header {
    text-align: center
}

.form-wizard .form-wizard-next-btn,.form-wizard .form-wizard-previous-btn,.form-wizard .form-wizard-submit {
    background-color: var(--theme-red);
    color: #fff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center
}

.form-wizard .form-wizard-next-btn:hover,.form-wizard .form-wizard-next-btn:focus,.form-wizard .form-wizard-previous-btn:hover,.form-wizard .form-wizard-previous-btn:focus,.form-wizard .form-wizard-submit:hover,.form-wizard .form-wizard-submit:focus {
    color: #fff;
    opacity: .6;
    text-decoration: none
}

.form-wizard .wizard-fieldset {
    display: none
}

.form-wizard .wizard-fieldset.show {
    display: block
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%
}

.form-wizard .form-wizard-previous-btn {
    background-color: var(--theme-red)
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888;
    background-color: #f1f1f1;
    border: none
}

.form-wizard .form-control:focus {
    box-shadow: none
}

.form-wizard .form-group {
    position: relative;
    margin: 25px 0
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: .2s linear all
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: .2s linear all;
    font-size: 12px
}

.form-wizard .form-wizard-steps {
    margin: 30px 0
}

.form-wizard .form-wizard-steps li {
    float: left;
    position: relative
}

.form-wizard .form-wizard-steps li:after {
    background-color: #f3f3f3;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.form-wizard .form-wizard-steps li span {
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin-top: 7px;
    height: 10px;
    line-height: 10px;
    position: relative;
    text-align: center;
    width: 10px;
    z-index: 1
}

.form-wizard .form-wizard-steps li:last-child:after {
    width: 50%
}

.form-wizard .form-wizard-steps li.active span,.form-wizard .form-wizard-steps li.activated span {
    background-color: #d65470;
    color: #fff
}

.form-wizard .form-wizard-steps li.active:after,.form-wizard .form-wizard-steps li.activated:after {
    background-color: #d65470;
    left: 50%;
    width: 50%;
    border-color: #d65470
}

.form-wizard .form-wizard-steps li.activated:after {
    width: 100%;
    border-color: #d65470
}

.form-wizard .form-wizard-steps li:last-child:after {
    left: 0
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: .35;
        position: relative
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: .0
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height:auto
    }
}

.wizard-fieldset {
    text-align: center
}

.radio_group {
    display: inline-block
}

.radio_group input[type=radio] {
    opacity: 0;
    width: 0
}

.radio_group label {
    display: inline-block;
    background-color: #fff;
    padding: 10px 30px;
    color: var(--theme-red);
    font-family: sans-serif,Arial;
    font-size: 16px;
    border: 2px solid var(--theme-red);
    cursor: pointer
}

.radio_group label:hover {
    background-color: #dfd
}

.radio_group input[type=radio]:focus+label {
    border: 2px dashed var(--theme-red)
}

.radio_group input[type=radio]:checked+label {
    background-color: var(--theme-red);
    border-color: var(--theme-red);
    color: #fff
}

.background_img_head {
    position: absolute;
/*    max-width: calc(25% - 58px);*/
    z-index: -1
}

#man_lagen .cls-1 {
    fill: #edc4b0;
    stroke: #d6b0a3;
    stroke-linecap: round;
    stroke-linejoin: round;
    cursor: pointer
}

#man_lagen .cls-1:hover {
    fill: var(--theme-red) !important
}

#man_lagen .active .cls-1 {
    fill: #251f13
}

.total_grafts,.total_haren {
    background: var(--theme-red) !important;
    padding: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    width: 200px;
    border-radius: 20px
}

.total_grafts span,.total_haren span {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
    color: #fff !important
}

.female_calculator {
    display: none
}

h5 {
    font-size: 24px !important
}

@media all and (max-width: 768px) {
    .form-wizard {
        padding:0
    }

    .wizard-section {
        padding: 5px;
        padding-bottom: 30px;
        padding-top: 30px
    }

    .total_grafts,.total_haren {
        width: 100%;
        padding: 25px 15px
    }

    .no_padding {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .section_calculator {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .background_img_head {
        position: absolute;
        max-width: calc(50% - 30px);
        z-index: -1
    }
}
