.container_quiz_jaluzi{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(115, 115, 115, 0.6);
    z-index: 101;
    overflow-y: auto;
}

.container_close_quiz_jal{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
}

.wrap_quiz_jaluzi{
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.wrap_form_quiz_jaluzi{
    background: white;
    border: 2px solid #98DBEF;
    border-radius: 10px;
    max-width: 1000px;
    margin: auto;
    padding: 15px 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.form_jaluzi h2{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 600px;
    /*margin: auto;*/
}

.wrap_items_podarki_quiz{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.item_padarki_quiz{
    max-width: 232px;
    width: 100%;
    height: 97px;
}

.item_padarki_quiz_1{
    background: url(../img/quiz/podarok_jaluzi_1.png);
    background-size: cover;

}

.item_padarki_quiz_2{
    background: url(../img/quiz/podarok_jaluzi_2.png);
    background-size: cover;

}

.item_padarki_quiz h4{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    max-width: 70%;
    padding: 5px 0 0 5px;
}

.item_padarki_quiz h4 span{
    font-weight: 600;
}

.wrap_info_quiz_jaluzi{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.wrap_kol_question{
    position: relative;
    width: 90%;
    height: 30px;
    border: 2px solid #99DAEF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.line_kol_question{
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    background: linear-gradient(93.57deg, #99DAEF 7.1%, #3EDDC0 97.79%);
    border-radius: 50px;
    height: 100%;
}

.wrap_kol_question h4{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.wrap_kol_question h4 span{
    font-weight: 700;
}

.wrap_content_quiz_jaluzi{
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
}

.wrap_menedjer{
    background: linear-gradient(180deg, #99DAEF 0%, #52DDCA 100%);
    border-radius: 10px;
    padding: 20px 15px;
}

.wrap_menedjer{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
}

.wrap_menedjer h2{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;

}

.wrap_ava_menedjer{
    margin-top: 10px;
}

.wrap_ava_menedjer img{
    max-width: 140px;
    width: 100%;
}

.wrap_menedjer h3{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}

.wrap_menedjer h4{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    margin-top: 10px;
}

.wrap_menedjer h5{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    margin-top: 10px;

}

.wrap_menedjer h6{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    width: 100%;
}

.wrap_text_menedj{
    display: flex;
    margin-top: 10px;

}

.wrap_test_quiz_jaluzi h2{
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}

.wrap_questions_test{
    height: 100%;
}

.wrap_test_quiz_jaluzi{
    height: 100%;
}

.wrap_test_quiz_jaluzi .swiper{
    height: 100%;
}

.wrap_questions_test{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.wrap_inputs_quest{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.wrap_inputs_quest input[type = 'radio']{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.wrap_inputs_quest input[type = 'radio']:checked+label img{
    border: 3px solid #51DDCA;
    box-shadow: 0 0 10px #51DDCA;
}

.wrap_inputs_quest label img{
    max-width: 120px;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.wrap_inputs_quest label{
    text-align: center;
    cursor: pointer;
}

.wrap_inputs_quest label h6{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.wrap_questions_test .buttons{
    max-width: 300px;
    width: 100%;
    /*margin: auto;*/
    margin-top: 20px;
}

label input[type='number']{
    border: 2px solid #99DAEF;
    border-radius: 50px;
    padding: 10px 0 10px 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    box-sizing: border-box;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.wrap_inputs_quest label h4{
    font-size: 16px;
    text-align: left;
}

.wrap_inputs_quest label h5{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #99DAEF;
    border-radius: 10px;
    padding: 50px 20px 0 20px;
    width: 200px;
    box-sizing: border-box;
    margin: 10px;
}

.wrap_inputs_quest  .font-size_12 h5{
    font-size: 12px;
    padding: 50px 2px 0 2px;
}

.wrap_inputs_quest_h5{
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wrap_inputs_quest input[type = 'radio']:checked+label h5{
    border: 1px solid #51DDCA;
    box-shadow: 0 0 10px #51DDCA;
}

.line_40{
    width: 40%;
}

.line_50{
    width: 50%;
}

.line_60{
    width: 60%;
}

.line_80{
    width: 80%;
}

.line_97{
    width: 97%;
}

.line_100{
    width: 100%;
}

.wrap_inputs_quest_end{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.wrap_inputs_quest_end input{
    border: 1px solid #00C1FF;
    border-radius: 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 10px;
    /*margin-top: 10px;*/
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
}

.wrap_questions_test_end h2{
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
}


.wrap_questions_test_end input[type = 'checkbox']{
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.wrap_questions_test_end input[type = 'checkbox']+label span{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #00C1FF;
    margin-left: 5px;
}

.wrap_questions_test_end input[type = 'checkbox']+label::before{
    content: url(../img/quiz/check-not.svg);
    margin-right: 10px;
}

.wrap_questions_test_end label{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.wrap_questions_test_end input[type = 'checkbox']:checked+label::before{
    content: url(../img/quiz/check.svg);
}

.close_jaluzi{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close_jaluzi img {
    width: 16px;
    height: 16px;
}

@media (max-width: 1550px) {
    .form_jaluzi h2{
        max-width: 620px;
    }

    .wrap_ava_menedjer img {
        max-width: 110px;
    }

    .wrap_inputs_quest label img{
        max-width: 100px;
    }
}

@media (max-width: 1250px) {
    .wrap_form_quiz_jaluzi{
        max-width: 900px;
        padding: 15px 10px;
    }

    .wrap_ava_menedjer img {
        max-width: 90px;
    }

    .wrap_menedjer {
        max-width: 280px;
    }

    .wrap_inputs_quest label img {
        max-width: 90px;
    }

    .wrap_menedjer h5{
        font-size: 16px;
    }

    .wrap_test_quiz_jaluzi h2{
        margin-top: 0px;
    }

}

@media (max-width: 967px) {
    .wrap_menedjer{
        display: none;
    }

    .wrap_items_podarki_quiz{
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

    .wrap_info_quiz_jaluzi{
        justify-content: center;
    }

    .wrap_form_quiz_jaluzi{
        max-width: 470px;
        padding-top: 10px;
    }

    .item_padarki_quiz {
        margin-top: 10px;
    }

    .form_jaluzi h2 {
        padding: 0 10px;
    }
}


@media (max-width: 576px) {
    .wrap_form_quiz_jaluzi{
        max-width: 90%;
    }


    /* .wrap_inputs_quest label img {
        max-width: 50px;
    } */

    .wrap_inputs_quest label h5{
        padding: 5px 20px;
        margin: auto;
        margin-top: 10px;
    }

    .wrap_inputs_quest_h5 label{
        width: 100%;
    }

    .form_jaluzi h2 {
        font-size: 12px;
        line-height: 17px;
    }

    .wrap_inputs_quest_razmer{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .wrap_inputs_quest label{
        max-width: 100px;
        width: 100%;
    }

    .wrap_inputs_quest label h6 {
        font-size: 10px;
        line-height: 12px;
    }

    .wrap_inputs_quest_razmer label{
        max-width: 100%;
    }

    .wrap_inputs_quest_h5 label, .wrap_inputs_quest_end label{
        max-width: 100%;
    }

    .wrap_inputs_quest_end label, .wrap_questions_test_end input[type = 'checkbox']+label span{
        font-size: 7px;
        justify-content: center;
    }

    .wrap_questions_test{
        padding: 20px 0 0 0;
    }

    .wrap_inputs_quest{
        margin-top: 20px;
    }

    .wrap_questions_test .buttons{
        max-width: 95%;
        margin-top: 20px;
    }

    .wrap_info_quiz_jaluzi {
        margin-top: 15px;
    }

    .wrap_inputs_quest label img{
        max-width: 70px;
    }

    .wrap_inputs_quest .font-size_12 h5 {
        padding: 5px 2px;
    }

    .wrap_questions_test_end input[type = 'checkbox']+label::before{
        content: url(../img/quiz/mobCheck-not.svg);
        margin-right: 10px;
    }
    
    .wrap_questions_test_end input[type = 'checkbox']:checked+label::before{
        content: url(../img/quiz/mobCheck.svg);
    }
    

    .item_padarki_quiz {
        max-width: 200px;
        height: 84px;
    }

    .item_padarki_quiz h4{
        /*max-width: 150px;*/
        font-size: 12px;
    }
}