@media (min-width:280px) and (max-width:359.98px) {
    .quiz__top {
        flex-direction: column;

        h3 {
            font-size: 18px;
            line-height: 114.59%;
            text-align: center;
            margin-bottom: 5px;
        }

        p {
            font-size: 12px;
            font-weight: 400;
            line-height: 125%;
            text-align: center;
        }
    }

    .quiz__buttons .btn {
        padding: 15px 35px;
       
        span {
            color: rgb(30, 28, 17);
            font-size: 14px;
            font-weight: 500;
            line-height: 21px;
        }
    }

    .quiz__left {
        display: none;
    }

    .quiz__main {
        width: 100%;
    }

    .quiz__answer__img {
        height: 115px;
    }
}

@media (min-width:360px) and (max-width:543.98px) {
    .quiz__top {
        flex-direction: column;

        h3 {
            font-size: 18px;
            line-height: 114.59%;
            text-align: center;
            margin-bottom: 5px;
        }

        p {
            font-size: 12px;
            font-weight: 400;
            line-height: 125%;
            text-align: center;
        }
    }

    .quiz__buttons .btn {
        padding: 15px 45px;
       
        span {
            color: rgb(30, 28, 17);
            font-size: 16px;
            font-weight: 500;
            line-height: 21px;
        }
    }

    .quiz__left {
        display: none;
    }

    .quiz__main {
        width: 100%;
    }

    .quiz__answer__img {
        height: 115px;
    }
}

@media (min-width:544px) and (max-width:767.98px) {
    .quiz__top {
        flex-direction: column;

        h3 {
            font-size: 18px;
            line-height: 114.59%;
            text-align: center;
            margin-bottom: 5px;
        }

        p {
            font-size: 12px;
            font-weight: 400;
            line-height: 125%;
            text-align: center;
        }
    }

    .quiz__buttons .btn {
        padding: 15px 45px;
       
        span {
            color: rgb(30, 28, 17);
            font-size: 16px;
            font-weight: 500;
            line-height: 21px;
        }
    }

    .quiz__left {
        display: none;
    }

    .quiz__main {
        width: 100%;
    }

    .quiz__answer__img {
        height: 115px;
    }
}

@media (min-width:768px) and (max-width:1023.98px) {
    .quiz__top {
        flex-direction: column;

        h3 {
            font-size: 18px;
            line-height: 114.59%;
            text-align: center;
            margin-bottom: 5px;
        }

        p {
            font-size: 12px;
            font-weight: 400;
            line-height: 125%;
            text-align: center;
        }
    }

    .quiz__left {
        display: none;
    }

    .quiz__main {
        width: 100%;
    }

    .quiz__answer__img {
        height: 185px;
    }
}

@media (min-width:1024px) and (max-width:1169.98px) {
    .quiz {
        padding-top: 1.813rem;
        padding-left: 1.563rem;
        padding-right: 1.563rem;
        padding-bottom: 2.5rem;
    }
    .quiz__top {
        h3 {
            font-weight: 600;
            font-size: 26px;
            line-height: 30.8px;
            margin-bottom: 10px;
        }
    }
    .quiz__left {
        width: 30%;
    }

    .quiz__gift {
        padding: 0 27px 47px 27px;
    }

    .quiz__gift p {
        font-size: 16px;
    }

    .quiz__main {
        width: calc(70% - 1.563rem);
    }

    .quiz__answer__img {
        height: 9rem;
    }
}

@media (min-width:1170px) and (max-width:1279.98px) {
    .quiz {
        padding-top: 1.813rem;
        padding-left: 1.563rem;
        padding-right: 1.563rem;
        padding-bottom: 2.5rem;
    }
    .quiz__top {
        h3 {
            font-weight: 600;
            font-size: 26px;
            line-height: 30.8px;
            margin-bottom: 10px;
        }
    }
    .quiz__left {
        width: 25%;
    }

    .quiz__gift {
        padding: 0 27px 47px 27px;
    }

    .quiz__gift p {
        font-size: 16px;
    }

    .quiz__main {
        width: calc(75% - 1.563rem);
    }

    .quiz__answer__img {
        height: 9rem;
    }
}

@media (min-width:1280px) and (max-width:1439.98px) {
    .quiz {
        padding-top: 1.813rem;
        padding-left: 1.563rem;
        padding-right: 1.563rem;
        padding-bottom: 2.5rem;
    }
    .quiz__top {
        h3 {
            font-weight: 600;
            font-size: 26px;
            line-height: 30.8px;
            margin-bottom: 10px;
        }
    }
    .quiz__left {
        width: 25%;
    }

    .quiz__gift {
        padding: 0 27px 47px 27px;
    }

    .quiz__gift p {
        font-size: 16px;
    }

    .quiz__main {
        width: calc(75% - 1.563rem);
    }

    .quiz__answer__img {
        height: 9rem;
    }
}


@media (max-width:1024px) {
    .quiz__question__title {
        order: 2;
    }

    .bar-container {
        position: relative;
        order: 1;
        height: 65px;
        align-items: flex-start;
        justify-content: center;
        column-gap: 10px;
        margin-bottom: 25px;
        width: 100%;
        margin-inline: auto;

        span {
            font-size: 12px;
        }
    }
    .quiz__bar {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width:1024px) {
    .quiz__question__title {
        width: 80%;
        order: 1;
    }

    .bar-container {
        order: 2;
    }

}