.content-wrapper--quiz {
    max-width: 800px !important;
}

.content-wrapper--quiz p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #595959;
    margin-bottom: 14px;
}

.content-wrapper--quiz a {
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quiz-wrap-question,
.quiz-wrap-prod {
    border: 2px solid #C4C4C4;
    border-radius: 7px;
    padding: 30px;
}

.quiz-wrap-prod {
    margin-bottom: 20px;
    position: relative;
}

.quiz-wrap-question {
    max-width: 650px;
    min-width: 400px;
    margin: 0 auto;
}

.quiz-wrap-prod .quiz-product {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quiz-wrap-prod .quiz-product .quiz-product-double{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 32px;
    height: 32px;
    background: #E5E5E5;
    border-radius: 100px;
}

.quiz-wrap-prod .quiz-product .quiz-product-double:after{
    content: 'x2';
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #25A048;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
}

.quiz-wrap-prod .quiz-product .product-params {
    border-bottom: 0;
}

@media (max-width: 768px) {
    .quiz-wrap-question,
    .quiz-wrap-prod {
        padding: 30px 10px;
    }

    .quiz-wrap-question {
        width: 100%;
        max-width: none;
        min-width: auto;
    }

    .quiz-wrap-prod .quiz-product {
        display: block;
    }

    .quiz-wrap-prod .quiz-product .product-photo {
        margin: 0 auto;
    }
}

.quiz-wrap-question h1,
.quiz-question-desc {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.quiz-question-desc {
    color: #595959 !important;
}

.quiz-answers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
}

.quiz-answers a {
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    transition: .3s all !important;
    font-family: "Montserrat" !important;
    background: #E5E5E5;
    border-radius: 100px;
    padding: 13px 36px;
    flex: 0 44%;
    margin: 0 10px;
    font-size: 18px !important;
    line-height: 22px;
    color: #595959 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    .quiz-answers {
        display: block;
        padding-top: 0;
    }

    .quiz-answers a {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .quiz-answers:first-of-type {
        display: block;
        padding-top: 40px;
    }
}

.quiz-answers a:hover {
    background: #ffd429;
}

.quiz-link-back {
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 17px !important;
    text-decoration-line: underline !important;
    color: #595959 !important;
}

.quiz-footer {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.quiz-link-back:before {
    content: ' ';
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    border-left: 1px solid #595959;
    border-bottom: 1px solid #595959;
    transform: rotate(45deg);
    top: 3px;
}

.quiz-form-show {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: transparent;
    border: none;
    color: #5595D1;
    font-family: "Montserrat";
    outline: none;
    cursor: pointer;
}

.quiz-form-show:hover {
    text-decoration: underline;
}

.quiz-form-show span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #5595D1;
    border-radius: 11px;
    margin-right: 5px;
}

.quiz-end-text {
    padding-bottom: 35px;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #595959;
}

.quiz-end-text__no-pad-up {
    padding-top: 0;
}

.quiz-link-to-root {
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 40px;
    color: #5595D1;
}

.quiz-link-to-root:after {
    content: ' >>';
}

.quiz-sub-h2 {
    display: block;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 15px;
    color: #595959;
}

.quiz-sub-h1 {
    display: block;
    font-family: "Noto Sans", "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 15px;
    color: #595959;
}

.quiz__email-form {
    padding-bottom: 40px;
}

.quiz__email-input {
    padding: 18px;
    width: 363px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 7px;
}

.quiz__email-btn {
    font-family: "Montserrat", Arial, sans-serif;
    background: #ffd429;
    border: 0;
    border-radius: 25px;
    width: 190px;
    height: 50px;
    margin: auto 0 auto 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quiz__email-btn:hover {
    color: #fff;
    background-color: #2e954a;
}

.quiz__email-btn:disabled {
    background-color: #9f9f9f;
    color: #fff;
    cursor: default;
}


@media (max-width: 768px) {
    .quiz__email-form {
        text-align: center;
    }
    .quiz__email-form .quiz-sub-h1{
        text-align: left;
    }

    .quiz__email-input {
        width: 100%;
    }

    .quiz__email-btn {
        margin-top: 20px;
    }

    .quiz-sub-h1{
        font-size: 22px;
    }
}

.product-photo__item {
    position: relative;
}
.product-photo__item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup__desc ul{
    list-style: disc;
    padding: 0 15px;
}