/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.popup-content-wrapper .popup-title{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 25px;
    margin-left: 35px;
}
.popup-title h2{
    font-family: Arial;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
}
.quiz--hidden {
    display: none;
}
.quiz-none {
    display: none;
}

.quiz-wraper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(107, 107, 107, 0.84);
    position: fixed;
    z-index: 14;
}

.quiz {
    position: fixed;

    width: 1190px;
    border-radius: 15px;
    padding-bottom: 75px;
    background: #FFFFFF;
    z-index: 15;
}
.quiz-title {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(0deg, #1D1F1F, #1D1F1F),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.quiz-title p {
    margin-right: 20px;
    color: #fff;
    font-family: Open Sans;
    font-size: 25.077px;
    font-weight: 300;
    line-height: 32.6px; /* 130% */
}
.quiz-indicator {
    color: #fff;
    font-family: Open Sans;
    font-size: 25.077px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.6px;
    margin-right: 20px;
    cursor: pointer;

}

.quiz-questions-item{
    padding-left: 30px;
}

.quiz-questions-item_quest h3{
    color: #000;
    font-family: Open Sans;
    font-size: 40.751px;
    font-weight: 400;
    margin-top: 50px;
    line-height: 52.976px; /* 130% */
    margin-bottom: 35px;
}

.quiz-control {
    padding-left: 30px;
}

.quiz-questions-item_answer li {
    color: #000;
    font-family: Open Sans;
    font-size: 23.51px;
    font-style: normal;
    font-weight: 300;
    line-height: 36.44px; /* 155% */
    margin-bottom: 20px;
}

.quiz-questions-item_answer label {
    cursor: pointer;
}

.quiz-questions-item_answer input {
    cursor: pointer;

}


.quiz-control {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    display: flex;
    -webkit-box-pack: justify;
    /*-ms-flex-pack: justify;*/
    justify-content: flex-start;
}
.btn-restart {
    margin-right: 20px;
    background: linear-gradient(0deg, #1D1F1F, #1D1F1F),
    linear-gradient(93.85deg, rgba(255, 255, 255, 0) 3.42%, rgba(255, 255, 255, 0.1971) 28.5%, rgba(255, 255, 255, 0) 57.41%, rgba(255, 255, 255, 0.219) 96.39%);
    box-shadow: 0px 3.262737274169922px 3.262737274169922px 0px #00000040;
    width: 208.77px;
    height: 72.54px;
    top: 657.73px;
    left: 71px;
    padding: 21.23px 64.31px 21.31px 65.46px;
    border-radius: 3px;

    color: #FFF;
    font-family: Arial;
    font-size: 28.212px;
    font-weight: 700;
}

.btn-next {
    background: linear-gradient(0deg, #EAB902, #EAB902),
    linear-gradient(93.85deg, rgba(255, 255, 255, 0) 3.42%, rgba(255, 255, 255, 0.1971) 28.5%, rgba(255, 255, 255, 0) 57.41%, rgba(255, 255, 255, 0.219) 96.39%);
    box-shadow: 0px 3.262737274169922px 3.262737274169922px 0px #00000040;
    width: 270.69px;
    height: 72.54px;
    top: 657.73px;
    left: 306.31px;
    padding: 21.23px 91.69px 21.31px 92px;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 27.941px;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
    /*width: 315px;*/
    /*margin-right: 80px;*/
}

@media (max-width: 1220px) {
    .quiz {
        width: 800px;

        padding-bottom: 40px;
    }
    .quiz-indicator {
        margin-right: 30px;
    }
    .quiz-questions-item_quest h3 {
        font-size: 32px;
        margin-top: 20px;
    }
    .quiz-control {
        /*margin-top: 100px;*/
    }
}
@media (max-width: 830px) {
    .quiz {
        width: 600px;
    }
    .quiz-title {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    .quiz-title p {
        font-size: 18px;
        line-height: 24px;
    }
    .quiz-questions-item_quest h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .quiz-questions-item_answer li {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .btn-next {
        margin-right: 15px;
        width: 215px;
        font-size: 22px;
    }
    .btn-restart {
        font-size: 23px;
        padding: 20px 0;
        width: 150px;
    }
    .quiz-control {
        /*margin-top: 60px;*/
    }
}
@media (max-width: 649px) {
    .quiz {
        width: 400px;
    }
    .quiz-questions-item_quest h3 {
        line-height: 29px;
        font-size: 19px;
        margin-bottom: 10px;
    }
    .btn-restart {
        width: 120px;
        padding: 15px 0;
        font-size: 18px;
    }
    .btn-next {
        font-size: 18px;
        width: 170px;
        margin-right: 25px;
    }
    .quiz-title {
        padding-left: 10px;
    }
    .quiz-title p {
        font-size: 16px;
        line-height: 18px;
    }
    .quiz-questions-item_answer li {
        font-size: 18px;
        margin-bottom: 0;
    }
    .quiz-indicator {
        margin-right: 20px;
        font-size: 19px;
    }
}
@media (max-width: 425px) {
    .quiz {
        width: 350px;
        border-radius: 15px;
    }
    .quiz-title {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .quiz-title p {
        font-size: 15px;
    }
    .quiz-title img {
        display: none;
    }
    .quiz-questions-item_quest h3 {
        font-size: 26px;
        font-weight: 400;
        line-height: normal;
        margin-top: 10px;
    }
    .quiz-questions-item {
        padding-left: 15px;
    }
    .quiz-questions-item_answer li {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .quiz-control {
        padding-left: 13px;
    }
    .btn-restart {
        width: 125px;
        padding: 12px 0;
        font-size: 17.972px;
    }
    .btn-next {
        font-size: 17.972px;
        width: 190px;
        margin-right: 13px;
    }
}
@media (max-width: 370px) {
    .quiz {
        width: 300px;
        padding-bottom: 30px;
    }
    .quiz-indicator {
        margin-right: 10px;
    }
    .quiz-questions-item_quest h3 {
        font-size: 24px;
    }
    .quiz-control {
        /*margin-top: 40px;*/
    }
    .quiz-questions-item_answer li {
        line-height: 30px;
    }
    .btn-restart {
        width: 105px;
        padding: 10px 0;
        font-size: 15.972px;
    }
    .btn-next {
        font-size: 15.972px;
        width: 150px;
        margin-right: 13px;
    }
}
.popup-need {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(107, 107, 107, 0.84);
    position: fixed;
    z-index: 12;
}
.popup3{
    width: 1190px;
    height: 768px;
    border-radius: 15px;
    background: #1D1F1F;
    box-shadow: 0px 0px 78.36642456054688px 0px #0000001A;
    margin: 0 auto;
    position: fixed;
    z-index: 12;
    transform: translateY(30px);
}

@media (max-width: 1225px){
    .popup3 {
        width: 800px;
    }
}
.goldenquiz{
    background: #EAB902;
    height: 8px;
    width: auto;
}
.popup-forms-wrapper .each-form-wrapper {
    margin-bottom: 25px;
}
.each-form-wrapper input {
    background: linear-gradient(0deg, #F4F4F4, #F4F4F4),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 1.12px solid #F4F4F4;
    /*width: 462.07px;*/
    height: 82.87px;
    top: 277.5px;
    left: 630px;
    padding: 23.81px 148px 25.06px 25.97px;
    border-radius: 3.36px;

    font-family: Open Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
}
.forvard-btn {
    width: 394px;
}
.main-btn {
    width: 462.07px;
    height: 81.87px;
    top: 507.42px;
    left: 630px;
    padding: 24.93px 154.3px 22.94px 154.77px;
    border-radius: 3.36px;
    background: linear-gradient(0deg, #EAB902, #EAB902),
    linear-gradient(93.85deg, rgba(255, 255, 255, 0) 3.42%, rgba(255, 255, 255, 0.1971) 28.5%, rgba(255, 255, 255, 0) 57.41%, rgba(255, 255, 255, 0.219) 96.39%);
    box-shadow: 0px 3.6592843532562256px 3.6592843532562256px 0px #00000040;

    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}
.popup-form.form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 65px;
    margin-top: 99px;
}
.podium{
    position: absolute;
    border-bottom-left-radius: 15px;
    bottom: 0;
}
.truck {
    z-index: 1;
    bottom: 100px;
    left: 36px;
    position: absolute;
}