@import "./libs/normilize/normilize.css";
@import "./libs/rangeslider.css";
@import "./fonts.css";
@import "./select.css";
@import "./product.css";

#quizForm {position: relative;}

#quizForm:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 406px;
    height: 378px;
    background: url('../../images/quiz/squere-item-left.png') no-repeat;
    background-size: contain;
}

#quizForm:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 552px;
    height: 423px;
    background: url('../../images/quiz/squere-item-right.png') no-repeat;
    background-size: contain;
}

.main-wrapper,
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.main-wrapper{
    display: none;
    max-width: 1950px;
    height: 100vh;
    overflow: hidden;
}
.quiz-7 {overflow-y: scroll;}
.main-wrapper.active {display: block;}

.wrapper{
    padding: 0;
    max-width: 1316px;
}

.logo {padding-top: 97px;}

.quiz-1 {
    background: url(../../images/quiz/quiz-bg-1.jpg) no-repeat top 0 right 200px;
}

.quiz-2 {
    background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat top -240px left 288px;
    background-size: 1163px;
}

.quiz-3 {
    background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat top 28px right -90px;
}

.quiz-4 {
    background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat top 184px right 70px;
    background-size: 1490px;
}

.quiz-5 {
    background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat top -119px right 145px;
    /* background-size: 1490px; */
}

.quiz-1-cnt {
    position: relative;
    z-index: 2;
    padding-top: 210px;
    padding-bottom: 470px;
}

.quiz-2-cnt {
    position: relative;
    z-index: 2;
    padding-top: 349px;
    padding-bottom: 360px;
}

.quiz-3-cnt {
    position: relative;
    z-index: 2;
    padding-top: 222px;
    padding-bottom: 290px;
}

.quiz-4-cnt {
    position: relative;
    z-index: 2;
    padding-top: 123px;;
    padding-bottom: 390px;
}

.quiz-5-cnt {
    position: relative;
    z-index: 2;
    padding-top: 121px;
    padding-bottom: 450px;
}

.quiz-6-cnt {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 200px;
}
.quiz-7-cnt {
    position: relative;
    z-index: 2;
    padding-bottom: 15px;
}

.quiz-8-cnt {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 586px;
}

.title {
    padding-bottom: 18px;
    font-family: 'Geometria-Bold';
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    color: #000000;
}

.subtitle {
    padding-bottom: 27px;
    font-family: 'Geometria-Medium';
    font-size: 16px;
    line-height: 24px;
    color: #000000
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 265px;
    padding: 15px;
    font-family: 'Geometria-Medium';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #feae00;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
}
.btn-small {max-width: 175px;}
.btn:hover {background-color: #000000;}
.quiz-2-cnt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.quiz-2-cnt .quiz-cnt {
    width: 100%;
    max-width: 643px;
}
.quiz-select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-top: 33px;
}
.step {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
}
.step-active {
    font-family: 'Geometria-Medium';
    font-size: 68px;
    color: #ee9700;
}
.max-step {
    font-family: 'Geometria-Bold';
    font-size: 50px;
    color: #000000;
}

.quiz-checkers {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}

.quiz-checkers label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
    cursor: pointer;
    padding-left: 8px;
}
.quiz-checkers label input {display: none;}

.quiz-checker-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 18px;
    border: 2px solid #ee9700;
    border-radius: 50%;
}
.quiz-checker-trigger::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: block;
    width: 5px;
    min-width: 5px;
    margin-top: 0.5px;
    height: 5px;
    background: #ee9700;
    border-radius: 50%;
    transition: 0.3s ease;
    opacity: 0;
}

.quiz-checkers label input:checked +  .quiz-checker-trigger::before {opacity: 1;}

.quiz-checker-cnt {
    font-family: 'Geometria-Medium';
    font-size: 18px;
    color: #000000;
}
#rangeSlider {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.range-slider {
    width: 100%;
    max-width: 410px;
    margin-bottom: 91px;
    margin-top: 30px;
}
.range-slider  .rangeslider--horizontal{
    height: 3px;
    width: 100%;
    background: #FF9800;
}
.range-slider .rangeslider__fill {
    background: transparent;
}

.range-slider .rangeslider__handle {
    top: -9px;
    width: 20px;
    height: 20px;
    background: #f44776;
    border: none;
    border-radius: 50%;
}

.range-slider .rangeslider__handle {
    top: -9px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 3px solid #FF9800;
    border-radius: 50%;
}

.range-slider  .rangeslider__handle:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0px;
    right: 1px;
    bottom: 0;
    left: 0;
    background: #FF9800;
    border-radius: 50%;
}

.range-slider .rangeslider__value-bubble {
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    margin-bottom: 13px;
    font-family: 'Geometria-Bold';
    font-size: 30px;
    text-align: center;
    color: #000000;
    transform: translateX(-50%);
    min-width: 90px;
}

.choose-color {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0 81px;
}

.choose-color label {
    width: 100%;
    max-width: 330px;
}

.choose-color label img {
    cursor: pointer;
    width: 100%;
    border: 5px solid transparent;
    padding: 5px;
}

.choose-color label input:checked + img {border: 5px solid #feae00;}
.quiz-6-cnt .btn,
.quiz-7-cnt .btn,
.quiz-8-cnt .btn  {margin: 0 auto;}
.quiz-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}
.quiz-fields input:not(:last-child) {margin-right: 5px;}
.quiz-8-cnt .quiz-cnt   {
    padding-left: 62px;
}
.quiz-8-cnt .quiz-cnt .title {
    font-size: 38px;
    text-transform: initial;
}
.input {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-width: 350px;
    padding-top: 14px;
    padding-right: 50px;
    padding-bottom: 14px;
    padding-left: 50px;
    color: #272727;
    font-family: 'Geometria-Medium';
    font-size: 16px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.product-thanks {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
    .product-thanks_state_hidden {
      display: none; }
    .product-thanks__inner {
        padding: 40px;
      background-color: #fff; }
    .product-thanks__inner .title {
    text-align: center;
    font-size: 30px;}

.article-item {display: none !important;}

@media(max-width: 1919px) {
    #quizForm:after {
        max-width: 400px;
        height: 310px;
    }
    #quizForm::before {
        max-width: 300px;
        height: 273px;
    }
}
@media(max-height: 1000px)  {
    #quizForm:after {
        max-width: 400px;
        height: 310px;
    }
    #quizForm::before {
        max-width: 300px;
        height: 273px;
    }
}
@media(max-width: 1870px) {
    .quiz-2-cnt .quiz-cnt {
        background: rgba(255, 255, 255, 0.5);
        padding: 20px;
        border-radius: 10px;
    }
}
@media(max-width: 1780px) {
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat top -301px right -65px;
    }
    #quizForm::before,
    #quizForm::after {display: none;}
}
@media(max-width: 1630px) {
    .quiz-1-cnt {
        padding-top: 200px;
        padding-bottom: 460px;
    }
    .quiz-1-cnt .quiz-cnt {
        background: rgba(255, 255, 255, 0.5);
        width: auto;
        max-width: 553px;
        padding: 20px;
        border-radius: 10px;
    }
    .quiz-3-cnt .quiz-cnt {
        background: rgba(255, 255, 255, 0.5);
        width: auto;
        max-width: 430px;
        padding: 20px;
        border-radius: 10px;
    }
}
@media(max-width: 1550px) {
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat top 298px right 0px;
        background-size: 1490px;
    }
}
@media(max-width: 1500px) {
    .quiz-1 {
        background: url(../../images/quiz/quiz-bg-1.jpg) no-repeat top 0px right 10px;
    }
    #quizForm:after {
        max-width: 230px;
        height: 176px;
    }
    #quizForm::before {
        max-width: 250px;
        height: 230px;
    }
    .quiz-3 {background-size: 1000px;}
    .quiz-checkers {margin-bottom: 0;}
}
@media(max-width: 1250px){
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat top 190px right -237px;
        background-size: 1490px;
    }
    .quiz-5-cnt .quiz-cnt {
        background: rgba(255, 255, 255, 0.5);
        width: auto;
        max-width: 500px;
        padding: 20px;
        border-radius: 10px;
    }
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat top -301px right -400px;
    }
    .quiz-5-cnt {
        padding-top: 30px;
        padding-bottom: 565px;
    }
}
@media(max-width: 1200px) {
    .logo {
        padding-top: 38px;
    }
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat bottom 0 left 100px;
        background-size: 1000px;
    }
    .quiz-2-cnt {
        padding-top: 80px;
        padding-bottom: 290px;
    }
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat top 0 right -414px;
    }
    .quiz-3-cnt {padding-top: 245px;}
    .quiz-8-cnt .quiz-cnt {padding-left: 0;}
    .quiz-4-cnt .quiz-cnt {
        background: rgba(255, 255, 255, 0.5);
        width: auto;
        max-width: 500px;
        padding: 20px;
        border-radius: 10px;
    }
}
@media(max-width: 1024px) {
    #quizForm:after, 
    #quizForm::before {display: none}
    .quiz-1 {background-size: 100%;}
    .quiz-1-cnt .quiz-cnt {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        text-align: center;
    }
    .quiz-1-cnt {
        padding-top: 270px;
    }
    .quiz-3-cnt {
        padding-top: 50px;
        padding-bottom: 140px;
    }
    
}
@media(max-width: 1023px) {
    .quiz-1-cnt {
        padding-bottom: 0;
    }
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat top 145px right -185px;
        background-size: 1100px;
    }
    .quiz-4-cnt {
        padding-top: 140px;
        padding-bottom: 0;
    }
    .quiz-4-cnt .quiz-cnt {
        background: rgba(255, 255, 255, 0.5);
        width: auto;
        max-width: 500px;
        padding: 20px;
        border-radius: 10px;
    }
    .choose-color label {max-width: 230px;}
    .quiz-6-cnt {
        padding-top: 60px;
        padding-bottom: 15px;
    }
}
@media(max-width: 920px) {
    .quiz-2-cnt {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .title {
        font-size: 24px;
        line-height: 30px;
    }
    .quiz-select {padding-top: 0;}
    .quiz-4-cnt {padding-top: 200px;}
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat top -301px right -620px;
    }
}
@media(max-width: 875px) {
    .quiz-1-cnt {
        padding-top: 150px;
        padding-bottom: 120px;
    }
    .quiz-8-cnt {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .quiz-fields {padding: 15px 0 0;}
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat top 0 right -390px;
        background-size: 1000px;
    }
    .quiz-8  .logo img {margin: 0 auto;}
    .input {max-width: 250px;}
    .quiz-fields {flex-direction: column;}.input {
        max-width: 400px;
        margin-bottom: 30px;
    }
    .quiz-8-cnt .quiz-cnt .title {text-align: center;}
}
@media(max-width: 720px) {
    .logo{padding-top: 15px;}
    .quiz-1{
        background: url(../../images/quiz/quiz-bg-1.jpg) no-repeat top 0px right 15px;
        background-size: calc(100% - 30px);
    }
    .quiz-1-cnt {
        padding-top: 150px;
        padding-bottom: 0;
    }
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat top -180px left -5px;
        background-size: 860px;
    }
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat top 60px right -144px;
        background-size: 850px;
    }
    .quiz-4-cnt .quiz-cnt {max-width: 100%;}
    .quiz-5-cnt {
        padding-top: 150px;
        padding-bottom: 330px;
    }
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat top -235px right -620px;
    }
    .quiz-6-cnt  .quiz-cnt{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .choose-color label {
        margin: 0 5px 10px;
    }
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat bottom 0 right 0px;
        background-size: 800px;
    }
    .choose-color label img {border: 2px solid transparent;}
    .choose-color label input:checked + img  {border:2px solid #feae00;}
}
@media(max-width: 600px) {
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat top 20px right -520px;
        background-size: 1000px;
    }
    .quiz-3-cnt .quiz-cnt {max-width: 100%;}
    .quiz-3-cnt {
        padding-top: 300px;
        padding-bottom: 15px;
    }
    .title {
        font-size: 20px !important;
        line-height: 24px;
    }
    .title br,
    .subtitle br {display: none;}
    .logo img {margin: 0 auto;}
    .quiz-1 {
        background: url(../../images/quiz/quiz-bg-1.jpg) no-repeat top 70px right 15px;
        background-size: calc(100% - 30px);
    }
    .quiz-select {flex-direction: column;}
    .custom-select, .select-items div, .select-selected {
        margin-right: 0;
        max-width: 100%;
    }

    .custom-select {margin-bottom: 15px;}
    .step {justify-content: center;}
    .quiz-2-cnt .title {text-align: center}
    .quiz-2-cnt {padding-top: 340px;}
}
@media(max-width: 480px) {
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat top 77px right -520px;
        background-size: 890px;
    }
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat top -145px right -380px;
        background-size: 700px;
    }
    .quiz-5-cnt {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .quiz-5-cnt .btn {margin: 0 auto;}
    .quiz-5-cnt .title {text-align: center;}
    .quiz-5-cnt .title br {display: none;}
    .range-slider .rangeslider__value-bubble {font-size: 24px;}
}
@media(max-width: 400px) {
    .quiz-2 {
        background-size: 835px;
    }
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat bottom 0px right -380px;
        background-size: 730px;
    }
    .quiz-3-cnt {padding-top: 100px;}
}
@media(max-width: 350px) {
    .quiz-3-cnt {padding-top: 60px;}
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat top 21px right -418px;
        background-size: 737px;
    }
    .quiz-6-cnt {padding-top: 15px;}
}
@media(max-height: 930px) {
    .quiz-1 {
        background: url(../../images/quiz/quiz-bg-1.jpg) no-repeat bottom 0 right 190px;
        background-size: 1000px;
    }
}
@media(max-height: 880px) {
    .quiz-6-cnt {padding-top: 20px;}
    .choose-color {padding: 15px 0;}
    #quizForm::before,
    #quizForm::after {display:none;}
}
@media(max-height: 850px) {
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat bottom -0 left 0;
        background-size: 800px;
    }
    .quiz-2-cnt {
        padding-top: 100px;
        padding-bottom: 0;
    }
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat bottom 0 right -150px;
        background-size: 900px;
    }
    .quiz-4-cnt {padding-top: 100px;}
    .quiz-1 {
        background: url(../../images/quiz/quiz-bg-1.jpg) no-repeat bottom 0 right 0px;
        background-size: auto 100%;
    }
}
@media(max-height: 830px) {
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat bottom -0 left 0;
        background-size: 670px;
    }
}
@media(max-width: 1023px) {
    .quiz-1 {
        background: url(../../images/quiz/quiz-bg-1.jpg) no-repeat bottom -50px right -200px;
        background-size: auto 100%;
    }
}
@media(max-height: 800px) {
    .quiz-3-cnt {padding-top: 50px;}
    .quiz-6-cnt {padding-top: 50px;}
}
@media(max-height: 767px) {
    .quiz-1-cnt {
        padding-top: 31px;
        padding-bottom: 0;
    }
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat bottom 0 left 200px;
        background-size: 650px;
    }
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat bottom 0 right -166px;
        background-size: 1000px;
    }
    .quiz-4-cnt {
        padding-top: 15px;
        padding-bottom: 0;
    }
}
@media(max-height: 740px) {
    .choose-color label {max-width: 250px;}
}
@media(max-height: 680px) {
    .logo {
        padding-top: 15px;
    }
}

@media(max-height: 630px) {
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat bottom 0 left 0px;
        background-size: 650px;
    }
    .choose-color {padding: 0 0 15px;}
    .quiz-5-cnt {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .range-slider .rangeslider__value-bubble {
        top: calc(100% + 2px);
        font-size: 16px;
    }
    .range-slider {
        margin-bottom: 25px;
        margin-top: 15px;
    }
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat top -93px right -278px;
        background-size: 500px;
    }
}
@media(max-height: 600px) {
    .quiz-1-cnt {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .quiz-2-cnt {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat bottom 0 right -281px;
        background-size: 472px;
    }
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat bottom 0 right -100px;
        background-size: 600px;
    }
    .quiz-4-cnt .quiz-cnt {padding: 5px 15px;}
}
@media(max-height: 550px) {
    .quiz-3-cnt {padding-top: 10px;}
    .quiz-checkers label {margin-bottom: 5px;}
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat bottom -124px right -200px;
        background-size: 500px;
    }
    .quiz-8-cnt {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .quiz-8-cnt .quiz-cnt {padding-left: 0;}
    .quiz-fields {padding: 15px 0;}
}
@media(max-height: 450px) {
    .quiz-1-cnt,
    .quiz-2-cnt {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .title, .step {padding-bottom: 5px;}
    
    .max-step {font-size: 38px;}
    .step-active {font-size: 30px;}
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat top -105px right -249px;
    }
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat bottom -61px right -100px;
        background-size: 600px;
    }
    .quiz-6-cnt {
        padding-top: 10px;
        padding-bottom: 0;
    }
}
@media(max-height: 380px){
    .quiz-3-cnt,
    .quiz-4-cnt {padding-top: 0;}
    .quiz-checker-cnt {font-size: 14px;}
    .quiz-checkers{margin-bottom: 5px;}
    .btn {
        padding: 10px;
    }
    .btn-small {
        max-width: 130px;
    }
    .quiz-3-cnt .quiz-cnt {padding: 5px;}
    .choose-color {padding: 0;}
}

@media(max-width: 1500px)  {
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat top -100px right 0px;
        background-size: 700px;
    }
}
@media(max-width: 1024px) {
    .quiz-1 {
        background: url(../../images/quiz/quiz-bg-1.jpg) no-repeat center;
        background-size: 100% auto;
    }
    
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat bottom center;
        background-size: 70% auto;
    }
    
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat bottom center;
        background-size: 70% auto;
    }
    .quiz-4 {
        background: url(../../images/quiz/quiz-bg-4.jpg) no-repeat center;
        background-size: 100% auto;
    }
    
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat center;
        background-size: 60% auto;
    }
}

@media(max-width: 768px) {
    .quiz-2 {
        background: url(../../images/quiz/quiz-bg-2.jpg) no-repeat bottom right -39px;
        background-size: 70% auto;
    }
    
    .quiz-3 {
        background: url(../../images/quiz/quiz-bg-3.jpg) no-repeat bottom center;
        background-size: 100% auto;
    }
    
    .quiz-5 {
        background: url(../../images/quiz/quiz-bg-5.jpg) no-repeat center;
        background-size: 100% auto;
    }
    .quiz-1 .title {
        padding-bottom: 150px;
        font-size: 18px !important;
    }
}
