

/* Start:/local/templates/boiron-sad/components/bitrix/news.list/quiz/style.css?17516366395953*/
.success-message {
    color: #ffffff;
    background: #d1fae53b;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
    margin-top: 50px;
}

.error-message {
    color: #DC2626;
    background: #fee2e2b3;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
    width: 100%;
    margin-top: 50px;
}
.banner__text-kviz {
    font-size: 20px;
    font-weight: 400;
    max-width: 684px;
}

.banner__container {
    height: 452px;
}

.banner__background {
    height: 452px;
}

.banner__background-first-image {
    bottom: 0;
    height: 130%;
}

.tooltip {
    color: rgba(161, 161, 161, 1);
    font-size: 18px;
    font-weight: 400;
}

.kviz {
    margin: 32px 0;
}

.kviz__questions-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kviz__question-container {
    display: flex;
    gap: 16px;
}

.kviz__question-content {
    background-color: rgba(244, 244, 244, 1);
    border-radius: 32px;
    padding: 48px;
    width: 100%;
    box-sizing: border-box;
}

.kviz__question-title {
    font-size: 40px;
    margin: 16px 0 40px 0;
}

.kviz__answers-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.kviz__answer-item {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 23px 40px;
    display: flex;
    gap: 10px;
    align-items: center;
    border: none;
    cursor: pointer;
}

.kviz__question-image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 32px;
}

.kviz__answer-item-answer {
    font-weight: 600;
    font-size: 24px;
}

.wrong {
    background-color: rgba(210, 94, 88, 1);
}

.correct {
    background-color: rgba(148, 173, 58, 1);
    color: aliceblue;
}

.correct>p,
.wrong>p {
    color: rgba(255, 255, 255, 1);
}

.kviz__result {
    display: none;
    gap: 16px;
    margin-top: 16px;
    height: 544px;
}

.kviz__result.active {
    display: flex;
}

.kviz__result-form {
    background-color: rgba(148, 173, 58, 1);
    border-radius: 32px;
    padding: 48px;
    width: 100%;
    box-sizing: border-box;
}

.kviz__result-head {
    margin-bottom: 40px;
}

.result-title {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}

.result-score {
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
}

.congratulations {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

#winner-email {
    margin: 32px 0 40px 0;
}

#winner-form>button {
    background-color: rgba(20, 20, 20, 1);
    padding: 19px 24px;
    border-radius: 100px;
    border: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 16px;
    width: 240px;
    cursor: pointer;
}

#winner-form>input {
    font-size: 20px;
    padding: 26px 40px;
    height: 80px;
    box-sizing: border-box;
    border-radius: 16px;
    line-height: 27px;
}

.kviz__result-prize {
    background-image: url('/src/images/Frame 512647.png');
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
    background-position:center;
}

/* .kviz__result-prize {
    background-color: rgba(244, 244, 244, 1);
    border-radius: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    overflow: hidden;
    width: 65%;
    height: 100%;
} */

/* .sticker-container {
    position: relative;
} */

/* .kviz__result-prize img:nth-child(2) {
    position: relative;
    left: -108px;
}

.kviz__result-prize img:nth-child(3) {
    position: relative;
    top: -128px;
}

.kviz__result-prize img:nth-child(4) {
    position: relative;
    top: -60px;
    left: -103px;
} */


/* .sticker-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform 0.3s ease;
    width: 100%;
} */

/* .kviz__result-prize .sticker-container:nth-child(2) {
    transform: translate(-54px, -23px);
}

.kviz__result-prize .sticker-container:nth-child(3) {
    transform: translateY(-136px);
}

.kviz__result-prize .sticker-container:nth-child(4) {
    transform: translate(-52px, -101px);
} */

/* @media (max-width: 1200px) {
    .kviz__result-prize img {
        width: 80%;
    }


} */
/*
.sticker-container>img {
    width: 65%;
} */



@media screen and (min-width: 971px) and (max-width: 1390px) {
    .banner__text-kviz {
        font-size: 18px;
        max-width: 480px;
    }

    .banner__background-first-image {
        height: 100%;
        max-height: unset;
    }

    .image__background-second-image {
        height: 75%;
    }

}

@media screen and (max-width: 971px) {
    .image__background-second-image {
        position: absolute;
        width: 80%;
        align-self: center;
        height: auto;
        bottom: -150px;
    }

    #winner-form>button {
        width: 100%;
    }

    .banner__background {
        justify-content: flex-end;
    }

    .kviz__question-content {
        padding: 24px 16px;
    }

    .kviz__question-container {
        flex-direction: column;
    }

    .kviz__question-image {
        width: 100%;
        height: 343px;
    }

    .tooltip {
        font-size: 14px;
    }

    .kviz__question-title {
        font-size: 24px;
    }

    .kviz__answer-item-answer {
        font-size: 20px;
    }

    .kviz__answer-item {
        padding: 16px 20px;
    }

    .kviz__result {
        flex-direction: column;
        height: 868px;
    }

    .kviz__result-prize {
        width: 100%;
    }

    .kviz__result-form {
        padding: 24px 16px;
    }

    .result-title {
        font-size: 14px;
    }

    .result-score {
        font-size: 24px;
    }

    .congratulations {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .image__background-second-image {

        width: 100%;
        height: auto;
    }
}

/* End */
/* /local/templates/boiron-sad/components/bitrix/news.list/quiz/style.css?17516366395953 */
