@charset "UTF-8";

.answer-one-image {
    width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
}

.answer-one-image__group {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 47%;
    flex: 2 1 47%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: 16px;
    padding-bottom: 6px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.answer-one-image__group::-webkit-scrollbar {
    width: 10px;
}

.answer-one-image__group::-webkit-scrollbar-track {
    border-left: 8px solid transparent;
}

.answer-one-image__group::-webkit-scrollbar-thumb {
    border-left: 8px solid transparent;
}

@media (min-width: 1201px) {
    .answer-one-image__group {
        min-width: 410px;
    }
}

@media (max-width: 767px) {
    .answer-one-image__group {
        overflow-y: visible;
    }
}

.answer-one-image__group .answer-one-image__variant {
    border-radius: 5px;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow 0.15s ease-out;
    transition: -webkit-box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}

.answer-one-image__group .answer-one-image__variant label {
    padding: 0.8rem 1rem;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.answer-one-image__group .answer-one-image__variant label .control-label {
    padding-left: 1rem !important;
}

.answer-one-image__group .answer-one-image__variant label .check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
}

.answer-one-image__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.answer-one-image__other label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 52px;
    flex: 1 1 52px;
    width: 52px !important;
}

.answer-one-image__other .field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.answer-one-image__other input {
    border: none !important;
    height: 48px !important;
}

.answer-one-image__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
}

.answer-one-image__image img {
    border-radius: 4px;
    max-width: 380px;
    max-height: 307px;
}

@media (min-width: 1201px) {
    .answer-one-image__image img {
        border-radius: 15px;
        width: 380px;
        max-height: 380px;
    }
}

@media (max-width: 767px) {
    .answer-one-image__image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .answer-one-image__image img {
        width: 100%;
    }
}

.answer-one-image__dummy {
    color: var(--color-bg-alpha7, #4a4a4a);
}

.answer-one-image__dummy,
.answer-one-image__dummy-loading {
    width: 100%;
    height: 275px;
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.answer-one-image__dummy-loading {
    position: relative;
    border-radius: 4px;
}

.answer-one-image__dummy-loading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(/img/image-loader.243cab83.svg) no-repeat 58% 48%;
    background-size: 75px auto;
}

@media (max-width: 767px) {
    .answer-one-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.quiz-container_rtl .answer-one-image__group::-webkit-scrollbar-thumb,
.quiz-container_rtl .answer-one-image__group::-webkit-scrollbar-track {
    border-left: none;
    border-right: 8px solid transparent;
}

.quiz-container_rtl .answer-one-image__variant .control-label {
    padding-right: 0.5rem;
}

.quiz-container_rtl .answer-one-image__variant_has-hint .b-radio {
    padding-right: 1rem;
}

.address-input .autocomplete .dropdown-item {
    white-space: normal;
    text-align: left;
}

.input-question .input {
    height: 2.6em;
}

.input-question .input[type="number"]::-webkit-inner-spin-button,
.input-question .input[type="number"]::-webkit-outer-spin-button {
    display: none;
    margin: 0;
    -webkit-appearance: none;
}

.answer-select__field:hover+.answer-select__hint {
    opacity: 1;
}

.answer-select__hint {
    text-align: left;
    font-size: 14px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1118px) {
    .answer-select__hint {
        display: none;
    }
}

.answer-select__hint-key {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: var(--color);
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 3px 5px;
}

.answer-select__hint_mac span {
    padding-left: 24px !important;
    background-image: url(/img/cmd_key.5d86e0be.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 14px;
}

.answer-select .select {
    width: 100%;
}

.answer-select .select.is-multiple select {
    padding: 5px 10px;
}

.answer-select select {
    width: 100%;
}

.answer-select select:active,
.answer-select select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1201px) {
    .answer-select {
        width: 830px;
        min-height: auto;
    }

    .answer-select select option:checked {
        background-color: var(--color-alpha2);
    }
}

.answer-statement {
    text-align: left;
    font-size: 1rem;
    line-height: 22px;
}

@media (min-width: 1201px) {
    .answer-statement {
        max-width: 840px;
        min-width: 830px;
    }

    .answer-statement__video {
        border-radius: 20px;
    }
}

.answer-statement .video-player video {
    height: 100%;
}

.quiz-container_rtl .answer-statement {
    text-align: right;
}

.verifying-result {
    text-align: left;
    font-size: 1rem;
    line-height: 22px;
}

.verifying-result__state {
    padding: 0.8rem 1rem;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-bg-1, #f7f7f7)), to(var(--color-bg-quiz, hsla(0, 0%, 97%, 0))));
    background: linear-gradient(90deg, var(--color-bg-1, #f7f7f7) 0, var(--color-bg-quiz, hsla(0, 0%, 97%, 0)) 100%);
}

.verifying-result_verified .verifying-result__state {
    background: -webkit-gradient(linear, left top, right top, from(rgba(59, 173, 75, 0.2)), to(var(--color-bg-quiz, rgba(59, 173, 75, 0) 100%)));
    background: linear-gradient(90deg, rgba(59, 173, 75, 0.2) 0, var(--color-bg-quiz, rgba(59, 173, 75, 0) 100%));
}

.verifying-result__explanation {
    color: var(--color-bg-alpha7, #69748c);
    margin-bottom: 2rem;
}

.verifying-result__phrase {
    font-size: 0.875rem;
    color: var(--color-bg-alpha7, #69748c);
}

.verifying-result_verified .verifying-result__phrase {
    color: #3bad4b;
}

.verifying-result__answer {
    color: var(--color-bg-text, #2e2e54);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.verifying-result__answer .icon {
    vertical-align: bottom;
    margin: 0 0 1px 8px;
}

.verifying-result__answer .icon svg path {
    fill: #3bad4b;
}

.quiz-container_rtl .verifying-result {
    text-align: right;
}

.quiz-container_rtl .verifying-result__answer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.question__title {
    color: var(--color-bg-text, #2e2e54);
    margin-bottom: 20px;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
}

.quiz-container_rtl .question__title {
    text-align: right;
}

.question-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.question-wrapper--with-arrow {
    background-image: url('data:image/svg+xml,<svg width="63" height="71" viewBox="0 0 63 71" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M60.0097 0.805044C60.1137 1.55246 60.1674 2.30597 60.1704 3.06043C60.153 3.78038 60.2161 4.49189 60.249 5.21698C60.3129 6.71176 60.3518 8.20395 60.3236 9.70073C60.271 12.6323 59.9686 15.5536 59.4196 18.4324C58.3379 24.2125 56.31 29.7712 53.418 34.8833C50.4347 40.1461 46.5333 44.8272 41.8992 48.7041C37.0161 52.762 31.4459 55.9077 25.4527 57.992C19.4165 60.0902 13.0605 61.1191 6.66854 61.0326C6.02179 61.0227 5.37243 61.0038 4.72368 60.9699C4.9781 60.7238 5.24217 60.4715 5.51588 60.2133C6.35364 59.3945 7.16167 58.5403 7.94258 57.6596C8.78281 56.7339 9.5738 55.7643 10.3123 54.755C11.0118 53.7948 11.6527 52.8172 12.2664 51.8132C12.5961 51.263 12.8804 50.6573 13.1694 50.0845C13.2111 50.0088 13.2469 49.93 13.2841 49.8556C13.3363 49.76 13.3674 49.6542 13.3753 49.5454L13.3832 49.5725L13.4016 49.4839L13.415 49.4458L13.3913 49.482C13.4202 49.4143 13.4424 49.344 13.4577 49.2719C13.4703 49.2442 13.48 49.2151 13.4865 49.1853C13.505 49.131 13.5095 49.1297 13.4865 49.1853L13.5376 49.058C13.59 48.9009 13.6321 48.7419 13.6845 48.5848C13.7267 48.4193 13.7466 48.2489 13.7437 48.0781C13.7418 48.0376 13.7295 47.9984 13.708 47.9641C13.6865 47.9298 13.6566 47.9016 13.6211 47.8822C13.5856 47.8629 13.5458 47.853 13.5055 47.8536C13.4651 47.8543 13.4256 47.8653 13.3908 47.8857C13.2518 47.96 13.1244 48.0543 13.0128 48.1658L12.684 48.515C12.5773 48.6191 12.4791 48.7355 12.3679 48.8409L12.2818 48.9147C12.3576 48.839 12.3223 48.8688 12.1687 48.9962L12.0647 49.1436L12.118 49.0744L12.032 49.1824C11.6206 49.7365 11.1614 50.2603 10.7558 50.8176L10.8912 50.6269C10.3517 51.3631 9.79343 52.0852 9.21646 52.793C8.63543 53.5036 8.05308 54.2097 7.45783 54.9048C6.26098 56.3075 4.98674 57.6417 3.64108 58.9013C2.94158 59.5562 2.22314 60.1904 1.48574 60.804L1.42267 60.8221C1.26903 60.9121 1.13925 61.0378 1.04427 61.1887C0.949277 61.3395 0.891853 61.5112 0.876829 61.6891C0.853241 61.8701 0.872504 62.0543 0.933067 62.2266C0.99363 62.3989 1.0938 62.5546 1.22542 62.6809C1.39528 62.8476 1.57345 62.9922 1.75422 63.1459C1.90759 63.2742 2.07002 63.3911 2.24022 63.4959C2.34603 63.5585 2.45313 63.6256 2.56345 63.6869L3.78992 64.4067C4.61317 64.8948 5.44153 65.3667 6.28211 65.8301L8.7735 67.1999C9.61278 67.6589 10.4649 68.0946 11.3138 68.5361C11.7847 68.7826 12.2613 68.9982 12.7437 69.2169C13.2261 69.4357 13.8698 69.7403 14.4231 69.9681L14.1819 69.8758C14.3517 69.965 14.5283 70.0403 14.7101 70.1011C14.8274 70.1319 14.9474 70.1515 15.0684 70.1596C15.2146 70.19 15.3655 70.1883 15.5109 70.1548C15.6888 70.1009 15.8437 69.9891 15.9513 69.8372C16.0402 69.722 16.0952 69.5841 16.11 69.439C16.1383 69.2513 16.0987 69.0594 15.9984 68.8981C15.889 68.7455 15.7705 68.5997 15.6435 68.4615C15.4943 68.3312 15.3348 68.2133 15.1666 68.1089C14.7903 67.8352 14.3999 67.5801 14.0217 67.3167C13.6435 67.0533 13.2459 66.7562 12.8433 66.5096C12.0252 66.0054 11.2186 65.5077 10.3915 65.0061C8.77852 64.0448 7.15654 63.0862 5.51022 62.1786C11.6623 62.6762 17.8509 62.0387 23.7694 60.2977C30.0715 58.4796 35.9872 55.5208 41.2248 51.5669C46.2733 47.7396 50.5793 43.0162 53.9297 37.6302C57.1294 32.4713 59.4505 26.8128 60.7982 20.8861C61.4797 17.9225 61.918 14.9074 62.1086 11.871C62.2005 10.3755 62.2151 8.84836 62.1743 7.33224C62.1728 5.79572 62.0117 4.26322 61.6936 2.75955C61.4947 2.06753 61.4199 1.31533 61.2723 0.598709C61.1248 -0.117909 59.9292 0.0838602 60.0097 0.805044Z" fill="%23108FAA"/></svg>');
    background-repeat: no-repeat;
    background-position: right 300px top 190px;
}

@media(max-width: 768px) {
    .question-wrapper--with-arrow {
        background-image: none;
    }

    .modal .quiz__navbar {
        border: none;
    }
}

.question-wrapper__hint {
    overflow-wrap: break-word;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.question-wrapper__hint h1,
.question-wrapper__hint h2,
.question-wrapper__hint h3,
.question-wrapper__hint h4,
.question-wrapper__hint h5,
.question-wrapper__hint h6 {
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .question-wrapper__hint {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .question-wrapper::-webkit-scrollbar {
        width: 10px;
    }

    .question-wrapper::-webkit-scrollbar-track {
        border-left: 8px solid transparent;
    }

    .question-wrapper::-webkit-scrollbar-thumb {
        border-left: 8px solid transparent;
    }

    .question-wrapper_has-inner-scroll .question-wrapper__question {
        max-height: 100%;
        min-height: 320px;
    }

    .question-wrapper_slider:not(.question-wrapper_has-hint) {
        overflow-x: visible;
        overflow-y: visible;
    }
}

.question-wrapper_has-hint,
.question-wrapper_images {
    padding-top: 0;
}

.question-wrapper_rating {
    padding-top: 16px;
}

.question-wrapper_multiple {
    padding-bottom: 0;
}

.question-wrapper_multiple .question-wrapper__question {
    margin-bottom: 30px;
}

.question-wrapper_multiple .question-wrapper__question_one-image,
.question-wrapper_multiple .question-wrapper__question_variants {
    margin-bottom: 24px;
}

.question-wrapper_multiple .question-wrapper__question_one-image .answer-variants,
.question-wrapper_multiple .question-wrapper__question_variants .answer-variants {
    height: auto;
}

.question-wrapper_multiple .question-wrapper__question_emoji {
    margin-bottom: 15px;
}

.question-wrapper_multiple .question-wrapper__question:last-child {
    margin-bottom: 0;
}

.question-wrapper_multiple .question-wrapper__question_address:last-child {
    margin-bottom: 190px;
}

@media (min-width: 768px) {
    .question-wrapper_multiple {
        overflow-x: hidden;
    }
}

.question-wrapper_has-whitelabel .question-wrapper__question_address:nth-last-child(2) {
    margin-bottom: 190px;
}

.quiz-container_rtl .question-wrapper::-webkit-scrollbar-thumb,
.quiz-container_rtl .question-wrapper::-webkit-scrollbar-track {
    border-left: none;
    border-right: 8px solid transparent;
}

.quiz-container_rtl .question-wrapper__hint {
    text-align: right;
}

.discount {
    padding: 20px 15px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2d2f33;
    border-radius: 5px;
    padding: 25px 15px;
    height: 22px;
    background-color: #ffdd6f;
    border: 1px solid #fdcd32;
}

.discount,
.discount__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.discount__label {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 5px;
}

@media (max-width: 818px) {
    .discount__label {
        font-size: 12px;
        font-weight: 400;
    }
}

.discount__label-text {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 95px;
    z-index: 1;
}

.discount__price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    white-space: nowrap;
    max-width: 50%;
    z-index: 2;
}

@media (max-width: 818px) {
    .discount__price {
        font-size: 14px;
        max-width: 100%;
    }
}

.discount__value {
    position: relative;
    z-index: 2;
}

.discount__value b {
    font-style: normal;
}

.discount__value-label {
    position: relative;
    z-index: 2;
    font-style: italic;
}

@media (min-width: 819px) {
    .discount__value-label {
        background-color: #ffdd6f;
    }

    .discount__value-label:before {
        position: absolute;
        left: -20px;
        content: "";
        display: block;
        width: 20px;
        height: 24px;
        background: -webkit-gradient(linear, right top, left top, from(#fedc77), color-stop(50.29%, #fedc77), to(hsla(45, 99%, 73%, 0)));
        background: linear-gradient(270deg, #fedc77, #fedc77 50.29%, hsla(45, 99%, 73%, 0));
        z-index: 1;
    }
}

.discount__bubble {
    position: absolute;
    color: #44bc75;
    top: -15px;
    right: 18px;
    font-size: 12px;
    opacity: 0;
    -webkit-animation-name: bubble;
    animation-name: bubble;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    display: block;
}

@-webkit-keyframes bubble {
    0% {
        opacity: 0;
        top: 0;
    }

    50% {
        top: -15px;
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes bubble {
    0% {
        opacity: 0;
        top: 0;
    }

    50% {
        top: -15px;
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes bubble-down {
    0% {
        opacity: 0;
        top: -40%;
    }

    50% {
        top: 8px;
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes bubble-down {
    0% {
        opacity: 0;
        top: -40%;
    }

    50% {
        top: 8px;
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.discount__arrows {
    position: absolute;
    top: -15px;
    right: -9px;
}

.discount__arrows.is-down {
    top: -12px;
}

.quiz-container_rtl .discount__label {
    margin-right: 0;
}

.quiz-container_rtl .discount__value:before {
    right: -20px;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fedc77), color-stop(50.29%, #fedc77), to(hsla(45, 99%, 73%, 0)));
    background: linear-gradient(90deg, #fedc77, #fedc77 50.29%, hsla(45, 99%, 73%, 0));
}

.quiz-container_rtl .discount__arrows {
    right: 95%;
}

.result-loader {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.result-loader__text {
    margin-top: auto;
    position: relative;
    font-size: 1rem;
    line-height: 1.19;
    color: var(--color-bg-6, #777b95);
}

.result-loader__emoji {
    width: 70px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .result-loader__emoji {
        width: 60px;
    }
}

.result-loader__slide-enter {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.result-loader__slide-enter-active {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.result-loader__slide-enter-to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.result-loader__slide_bottom-top-enter {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.result-loader__slide_bottom-top-enter-active {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.result-loader__slide_bottom-top-enter-to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.result-loader__slide-emoji-enter {
    opacity: 0;
}

.result-loader__slide-emoji-enter-active {
    -webkit-transition: opacity 0.11s ease-in-out;
    transition: opacity 0.11s ease-in-out;
}

.result-loader__slide-emoji-enter-to,
.result-loader__slide-emoji-leave {
    opacity: 1;
}

.result-loader__slide-emoji-leave-active {
    -webkit-transition: opacity 0.11s ease-in-out;
    transition: opacity 0.11s ease-in-out;
}

.result-loader__slide-emoji-leave-to {
    opacity: 0;
}

.discount_mobile {
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff0c4;
    border-color: #fff0c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.discount_mobile,
.discount_mobile .discount__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.discount_mobile .discount__wrap {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
}

.discount_mobile .discount__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 10px;
    width: 100%;
}

.discount_mobile .discount__label-text {
    font-size: 10px;
    font-style: normal;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 5px);
    margin-bottom: 6px;
}

.discount_mobile .discount__price {
    font-size: 12px;
    max-height: 22px;
    line-height: 12px;
    text-align: left;
    color: #000;
}

.discount_mobile .discount__arrows {
    position: relative;
    top: -6px;
    right: 2px;
}

.discount_mobile .discount__symbol_mobile {
    margin-bottom: 0;
    margin-left: 2px;
}

.discount_mobile .discount__bubble {
    white-space: nowrap;
    top: -24px;
    right: 0;
}

.dark-tone .discount.discount_mobile {
    background-color: rgba(247, 202, 46, 0.102);
    border-color: #fccc45;
}

.dark-tone .discount.discount_mobile .discount__label {
    color: hsla(0, 0%, 100%, 0.702);
}

.dark-tone .discount.discount_mobile .discount__price {
    color: #f7ca2e;
}

.quiz-container_rtl .discount_mobile {
    padding-right: 10px;
}

.quiz-container_rtl .discount_mobile .discount__arrows {
    right: auto;
    left: 2px;
}

.bonuses_mobile.bonuses_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: var(--bonus-height);
}

.bonuses_mobile.bonuses_row .bonuses__bonus {
    width: var(--bonus-width);
    height: var(--bonus-height);
    margin-bottom: 0;
}

@media (max-width: 360px) {
    .bonuses_mobile.bonuses_row.bonuses_has-discount.bonuses_count_2:last-child:after {
        width: 14.4px;
        height: 14.4px;
        position: absolute;
        background-color: #dbdada;
        right: 5px;
        content: "2";
        z-index: 2;
        top: -12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--grey-blue);
        border: 2px solid #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 100px;
        -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
        font-weight: 700;
        font-size: 8px;
    }

    .bonuses_mobile.bonuses_row.bonuses_has-discount.bonuses_count_2 .bonuses__bonus:last-child {
        position: absolute;
        top: -5px;
        left: 5px;
        z-index: 2;
        margin-right: 6px;
        margin-left: 0;
        -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
    }

    .bonuses_mobile.bonuses_row.bonuses_has-discount.bonuses_count_2 .bonuses__bonus:first-child {
        margin-right: 11px;
        background-color: #cfcece;
    }

    .bonuses_mobile.bonuses_column .bonuses__bonus {
        width: 145px;
    }
}

.bonuses_mobile.bonuses_column .bonuses__bonus {
    max-width: 100%;
    min-width: 170px;
    margin: 0 auto 14px auto;
}

@media (max-width: 360px) {
    .bonuses_mobile.bonuses_single .bonuses__bonus {
        width: 140px;
        min-width: 125px;
    }
}

.mobile-promotions-bar {
    position: relative;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 195px;
    height: auto;
    z-index: 99;
    -ms-touch-action: none;
    touch-action: none;
}

@media (min-width: 818px) {
    .mobile-promotions-bar {
        display: none;
    }
}

.mobile-promotions-bar:not(.is-expanded) .mobile-promotions-bar__stick {
    display: none;
}

.mobile-promotions-bar.is-expanded {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
    padding-bottom: 26px;
    left: 0;
    bottom: 0;
    max-height: 217px;
    width: 195px;
    background: #f7f7f7;
    border-radius: 0 20px 0 0;
    z-index: 101;
}

.mobile-promotions-bar.is-expanded .mobile-promotions-bar__stick {
    margin: 0 auto;
    width: 28px;
    height: 3px;
    background: #dbdada;
    border-radius: 5px;
    margin-top: 6px;
    margin-bottom: 8px;
}

.mobile-promotions-bar.is-expanded.show-navbar {
    -webkit-animation-name: show-expanded-navbar;
    animation-name: show-expanded-navbar;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.mobile-promotions-bar.is-expanded.hide-navbar {
    -webkit-animation-name: hide-expanded-navbar;
    animation-name: hide-expanded-navbar;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes show-expanded-navbar {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes show-expanded-navbar {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes hide-expanded-navbar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes hide-expanded-navbar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes hide-mini-navbar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
}

@keyframes hide-mini-navbar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
}

@-webkit-keyframes show-mini-navbar {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes show-mini-navbar {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.mobile-promotions-bar.show-navbar {
    -webkit-animation-name: show-mini-navbar;
    animation-name: show-mini-navbar;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.mobile-promotions-bar.hide-navbar {
    -webkit-animation-name: hide-mini-navbar;
    animation-name: hide-mini-navbar;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.mobile-promotions-bar__discount {
    position: relative;
    height: 40px;
    width: 100px;
}

@media (max-width: 360px) {
    .mobile-promotions-bar__discount {
        width: 86px;
    }
}

.mobile-promotions-bar__discount.is-expanded {
    width: 168px;
}

@media (max-width: 360px) {
    .mobile-promotions-bar__discount.is-expanded {
        max-width: 145px;
    }
}

.mobile-promotions-bar__discount-container {
    position: relative;
    width: 100px;
    border-radius: 8px;
}

.mobile-promotions-bar__discount-container.is-expanded {
    width: 168px;
    margin: 0 auto;
}

.mobile-promotions-bar__bonuses {
    position: relative;
    left: 0;
    bottom: 0;
}

.mobile-promotions-bar__bonuses-list {
    width: 0;
    opacity: 0;
}

.mobile-promotions-bar__bonuses-list.is-expanded {
    width: 100%;
    opacity: 1;
}

.mobile-promotions-bar__bonuses-list:not(.is-expanded) {
    width: 0;
    opacity: 0;
}

.mobile-promotions-bar__bonuses-wrap {
    height: 40px;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-promotions-bar__bonuses-wrap.is-expanded {
    display: none;
}

.mobile-promotions-bar__bonuses-icon {
    color: #fff;
}

.mobile-promotions-bar__bonuses-icon.is-expanded {
    margin-right: 0;
    opacity: 0;
    width: 0;
}

.mobile-promotions-bar__bonuses-text {
    white-space: nowrap;
    color: var(--color-primary-text-button, #4a4a4a);
    text-overflow: ellipsis;
    overflow: hidden;
}

.quiz-container_rtl .mobile-promotions-bar {
    right: 0;
    padding-left: 0;
    padding-right: 12px;
}

.quiz-container_rtl .mobile-promotions-bar.is-expanded {
    border-radius: 20px 0 0 0;
}

.quiz-container_rtl .mobile-promotions-bar__discount-container:not(.is-expanded) {
    margin-right: 6px;
}

.progress-bar-linear {
    margin-bottom: 16px;
}

.progress-bar-linear__label {
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 8px;
    height: 18px;
    position: relative;
}

.progress-bar-linear__label span {
    font-size: 14px;
    color: var(--color);
    font-weight: 700;
    margin-left: 10px;
}

@media (max-width: 818px) {
    .progress-bar-linear__label {
        margin-bottom: 0;
    }
}

.progress-bar-linear__field {
    height: 5px;
    position: relative;
    background: #F5F5F5;
    border-radius: 25px;
}

.progress-bar-linear__field span {
    display: block;
    height: 100%;
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 1px solid #108FAA;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.progress-bar-linear__field span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #108FAA;
    z-index: 1;
    background-size: 20px 20px;
    -webkit-animation: move 1.5s linear infinite;
    animation: move 1.5s linear infinite;
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar-linear__field-mark {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.progress-bar-linear__field-percent {
    position: relative;
    font-size: 14px;
    color: var(--color-lighten10);
    left: calc(-50% - 1px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.progress-bar-linear__field-pointer {
    position: absolute;
    left: -4px;
    bottom: 0;
    border: 3px solid transparent;
    border-top: 7px solid var(--color-lighten10);
    z-index: 1;
}

.progress-bar-linear_dynamic {
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
}

.progress-bar-linear_dynamic .progress-bar-linear__field {
    width: 100%;
}

.progress-bar-linear_dynamic .progress-bar-linear__field-mark {
    bottom: -4px;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 20px 20px;
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 20px 20px;
    }
}

.progress-bar-linear_dynamic .progress-bar-linear__field-percent {
    position: relative;
    margin-bottom: 0;
    display: none;
}

.progress-bar-linear_mobile {
    position: absolute;
    bottom: 0;
    width: calc(100% + 5px);
    left: -3px;
    padding: 0;
    margin: 0;
}

@media (max-width: 818px) {

    .progress-bar-linear_dark .progress-bar-linear__field-percent,
    .progress-bar-linear_dark .progress-bar-linear__label span {
        color: #FF3016;
    }
}

.quiz-container_rtl .progress-bar-linear__label span {
    margin-right: 5px;
    margin-left: 0;
}

.quiz-container_rtl .progress-bar-linear__field-percent {
    left: 0;
}

.quiz-container_rtl .progress-bar-linear__field-pointer {
    left: 7px;
}

.progress-bar-circular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.progress-bar-circular__circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.progress-bar-circular__circle svg {
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.progress-bar-circular__circle svg circle {
    fill: transparent;
    stroke-width: 2px;
    stroke: var(--color-bg-2, rgba(217, 216, 230, 0.55));
}

.progress-bar-circular__circle svg circle:nth-child(2) {
    stroke: var(--color);
    -webkit-transition: stroke-dashoffset 0.3s ease;
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 81.6814px;
}

.progress-bar-circular__label {
    font-size: 13px;
    line-height: 15px;
}

.progress-bar-circular__label .progress-bar-circular__percent {
    font-weight: 700;
    color: var(--color);
}

@media (max-width: 818px) {
    .progress-bar-circular_dark .progress-bar-circular__percent {
        color: #fff;
    }
}

.progress-bar-circular-steps {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    max-width: 95px;
}

.progress-bar-circular-steps__label {
    line-height: 15px;
    margin-bottom: 5px;
}

.progress-bar-circular-steps__gradient-wrapp {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.progress-bar-circular-steps__gradient-wrapp:after,
.progress-bar-circular-steps__gradient-wrapp:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.progress-bar-circular-steps__gradient-wrapp:before {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-bg-quiz, #fff)), to(var(--color-bg-alpha0, hsla(0, 0%, 100%, 0))));
    background-image: linear-gradient(90deg, var(--color-bg-quiz, #fff), var(--color-bg-alpha0, hsla(0, 0%, 100%, 0)) var(--left-percent));
}

.progress-bar-circular-steps__gradient-wrapp:after {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--color-bg-quiz, #fff)), to(var(--color-bg-alpha0, hsla(0, 0%, 100%, 0))));
    background-image: linear-gradient(-90deg, var(--color-bg-quiz, #fff), var(--color-bg-alpha0, hsla(0, 0%, 100%, 0)) var(--right-percent));
}

.progress-bar-circular-steps__steps {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    gap: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.progress-bar-circular-steps__step {
    width: 7px;
    height: 7px;
    border: 1px solid var(--color);
    border-radius: 50%;
}

.progress-bar-circular-steps__step_active {
    background-color: var(--color);
}

@media (max-width: 818px) {

    .progress-bar-circular-steps_dark .progress-bar-circular-steps__gradient-wrapp:after,
    .progress-bar-circular-steps_dark .progress-bar-circular-steps__gradient-wrapp:before {
        content: none;
    }
}

.quiz-container_rtl .progress-bar-circular-steps__gradient-wrapp:before {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-bg-quiz, #fff)), to(var(--color-bg-alpha0, hsla(0, 0%, 100%, 0))));
    background-image: linear-gradient(90deg, var(--color-bg-quiz, #fff), var(--color-bg-alpha0, hsla(0, 0%, 100%, 0)) var(--right-percent));
}

.quiz-container_rtl .progress-bar-circular-steps__gradient-wrapp:after {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--color-bg-quiz, #fff)), to(var(--color-bg-alpha0, hsla(0, 0%, 100%, 0))));
    background-image: linear-gradient(-90deg, var(--color-bg-quiz, #fff), var(--color-bg-alpha0, hsla(0, 0%, 100%, 0)) var(--left-percent));
}

.progress-bar {
    text-align: left;
    color: #FF3016;
    background-color: transparent;
}

.progress-bar__gradient,
.progress-bar__steps,
.progress-bar__text {
    font-size: 14px;
}

@media (max-width: 818px) {

    .progress-bar__gradient,
    .progress-bar__steps,
    .progress-bar__text {
        margin-right: -10px;
    }
}

.progress-bar__steps span {
    width: 22px;
    height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: center;
    margin: 0 4px 0 7px;
    border-radius: 50%;
    background-color: var(--color);
    font-size: 13px;
    color: #fff;
}

.progress-bar__text span {
    color: var(--color);
}

.progress-bar__gradient {
    display: inline-block;
    background-image: linear-gradient(120deg, var(--color-darken10) 0, var(--color-lighten10) var(--percent), var(--color-bg-alpha7, #2e2e49) var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 818px) {
    .progress-bar_dark {
        color: #fff;
    }

    .progress-bar_dark .progress-bar__gradient {
        background-image: linear-gradient(120deg, var(--color) 0, var(--color) var(--percent), #fff var(--percent));
    }
}

.quiz-container_rtl .progress-bar,
.quiz-container_rtl .progress-bar-linear__label {
    text-align: right;
}

.quiz-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 0;
    overflow: hidden;
    z-index: 10;
    padding: 20px 16px 25px;
}

.quiz-navbar_has-progress {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {

    .quiz-navbar,
    .quiz-navbar .quiz-navbar_has-progress {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .quiz-navbar {
        height: 120px;
        padding: 10px 0 0;
        gap: 2px;
        z-index: 1;
    }

    .quiz-navbar.mobile-promotions-bar_on {
        flex-flow: column;
        padding-bottom: 30px;
        border-top: 0;
        background: none;
        overflow: visible;
        align-items: flex-start;
    }
}

.quiz-navbar__hint {
    position: absolute;
    right: 35px;
    font-size: 11.5px;
    bottom: 8px;
    display: none;
}

@media (min-width: 819px) {
    .quiz-navbar__hint {
        display: block;
    }
}

.quiz-navbar__mobile-promotions-bar {
    position: absolute;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
}

.quiz-navbar__sp {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 15px;
}

.quiz-navbar__sp span {
    color: #108FAA;
}

.quiz-navbar__progress {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.quiz-navbar__progress>* {
    vertical-align: middle;
}

.quiz-navbar__progress_dynamic-progress-bar,
.quiz-navbar__progress_progress-bar {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 10px;
    min-width: 0;
}

@media (max-width: 818px) {

    .quiz-navbar__progress_dynamic-progress-bar,
    .quiz-navbar__progress_progress-bar {
        margin-right: 0;
    }

    .quiz-navbar__progress_dynamic-progress-bar,
    .quiz-navbar__progress_progress-bar {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        margin-right: 15px;
        min-width: 99%;
    }
}

@media(max-width: 768px) {
    .quiz-navbar>.quiz-navbar__progress {
        display: flex;
        justify-content: space-between;
    }

    .step-progress {
        width: calc(100% - 95px);
    }
}

.quiz-navbar__whitelabel {
    margin-left: auto;
    margin-right: 20px;
}

.quiz-navbar__buttons {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0;
}

@media (max-width: 818px) {
    .quiz-navbar__buttons {
        gap: 5px;
    }
}

.quiz-navbar__button {
    font-size: 16px !important;
    height: 43px;
    z-index: 100;
    padding: 0 16px 0 22px;
    overflow: hidden;
}

.quiz-navbar__button[disabled] {
    opacity: 0.7;
}

@media (max-width: 818px) {
    .quiz-navbar__button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quiz-navbar__button_prev-modal,
.quiz-navbar__button_prev {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 48px;
    height: 48px;
    color: #808080;
    border: 1px solid #efefef;
    background-color: #efefef;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-radius: 4px;
}

.quiz-navbar__button_prev-modal:disabled,
.quiz-navbar__button_prev:disabled {
    display: none;
}

.quiz-navbar__button_prev-modal svg,
.quiz-navbar__button_prev svg {
    fill: #1a1a1a;
}

.quiz-navbar__button_prev-modal[disabled],
.quiz-navbar__button_prev[disabled] {
    color: rgba(0, 0, 0, 0.2) !important;
    opacity: 1;
}

.quiz-navbar__button_prev-modal[disabled]:focus,
.quiz-navbar__button_prev-modal[disabled]:hover,
.quiz-navbar__button_prev[disabled]:focus,
.quiz-navbar__button_prev[disabled]:hover {
    color: rgba(0, 0, 0, 0.2) !important;
}

.quiz-navbar__button_prev-modal:focus,
.quiz-navbar__button_prev-modal:hover,
.quiz-navbar__button_prev:focus,
.quiz-navbar__button_prev:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 818px) {

    .quiz-navbar__button_prev-modal,
    .quiz-navbar__button_prev {
        flex-shrink: 0;
        min-width: 43px;
    }
}

.quiz-navbar__button_next-text {
    margin-top: -1px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quiz-navbar__button_next-modal,
.quiz-navbar__button_next {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background-color: #FE9E00;
    width: 174px;
    height: 48px;
    border: 1px solid #FE9E00;
    border-radius: 4px;
}

.button.quiz-navbar__button_next-modal .icon,
.button.quiz-navbar__button_next .icon {
    display: inline-flex;
    align-items: center;
}

.button.quiz-navbar__button_next-modal .icon svg,
.button.quiz-navbar__button_next .icon svg {
    fill: #fff;
}

.quiz-navbar__button_next-modal:focus,
.quiz-navbar__button_next-modal:hover,
.quiz-navbar__button_next:focus,
.quiz-navbar__button_next:hover {
    border: 1px solid #FE9E00;
    background-color: #FE9E00;
    -webkit-box-shadow: 0 3px 15px 0 var(--color-alpha) !important;
    box-shadow: 0 3px 15px 0 var(--color-alpha) !important;
}

.quiz-navbar__button_next-modal:focus,
.quiz-navbar__button_next:focus {
    -webkit-box-shadow: 0 2px 8px 0 var(--color-alpha) !important;
    box-shadow: 0 2px 8px 0 var(--color-alpha) !important;
}

.quiz-navbar__button.is-blicked:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, 0.1)), color-stop(20%, hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.6)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 10%, hsla(0, 0%, 100%, 0.2) 20%, hsla(0, 0%, 100%, 0.6));
    width: 20px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    left: -20%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes blick {

    15%,
    to {
        left: 110%;
    }
}

@keyframes blick {

    15%,
    to {
        left: 110%;
    }
}

.quiz-navbar.is-outline .progress-bar_mobile .progress-bar__label {
    color: var(--color-bg-alpha7, #2e2e49);
}

.quiz-navbar.is-outline .progress-bar_mobile .progress-bar__label span {
    color: var(--color);
}

.quiz-navbar.is-outline .quiz-navbar__button_next-modal,
.quiz-navbar.is-outline .quiz-navbar__button_next {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--color);
}

.quiz-navbar.is-outline .quiz-navbar__button_next-modal:not([disabled]):hover,
.quiz-navbar.is-outline .quiz-navbar__button_next:not([disabled]):hover {
    background-color: var(--color) !important;
}

.loading {
    color: var(--color-bg-text, #000);
}

.loading-icon2 svg {
    height: 5.4rem;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    margin-top: -2rem;
}

.loading-overlay .loading-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-bg-quiz, #fff);
}

.loading h2 {
    font-size: 24px;
    line-height: 0.92;
    color: #363636;
}

.loading p {
    font-size: 16px;
    line-height: 2.1;
    color: #69748c;
}

.tinkoffPayRow {
    display: block;
    margin: 1%;
    width: 160px;
}

.payment-stripe__modal .modal-background {
    background-color: #28394b;
}

.payment-stripe__modal .modal-close {
    display: none;
}

.payment-stripe__modal .modal-content {
    max-height: 100%;
}

.payment-stripe__modal .modal-content::-webkit-scrollbar-track {
    border-left: 8px solid transparent;
    -webkit-box-shadow: inset 0 0 10px 10px var(--color-bg-7, #eae9f1);
    box-shadow: inset 0 0 10px 10px var(--color-bg-7, #eae9f1);
}

.payment-stripe__modal .modal-content::-webkit-scrollbar-track-piece {
    background: var(--color-bg-7, #fff);
}

.payment-stripe__modal .modal-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px 10px var(--color-bg-4, #707070);
    box-shadow: inset 0 0 10px 10px var(--color-bg-4, #707070);
}

.payment-stripe__body {
    position: relative;
    width: 460px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .payment-stripe__body {
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
    }
}

.payment-stripe__description {
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
    font-weight: 700;
}

.payment-stripe__close {
    cursor: pointer;
    position: absolute;
    right: -35px;
}

@media (max-width: 600px) {
    .payment-stripe__close {
        right: 0;
        left: 0;
        bottom: 10px;
    }
}

.payment-stripe__text {
    font-size: 18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

@media (min-width: 600px) {
    .payment-stripe__text {
        display: none;
    }
}

@media (max-width: 600px) {
    .payment-stripe__icon {
        display: none;
    }
}

.payment-stripe__form {
    padding: 10px;
    width: 400px;
}

.payment-stripe__checkbox {
    width: 100%;
    margin-top: 20px;
}

.payment-stripe__email .input {
    -webkit-transition: background 0.15s ease, border 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 14px !important;
}

.payment-stripe__email .input:focus {
    outline: 0 !important;
}

.payment-stripe__email_flat .input {
    color: #30313d !important;
    background-color: #f1f1f1 !important;
    border-radius: 12px !important;
    border: none !important;
}

.payment-stripe__email_flat .input::-webkit-input-placeholder {
    color: #86878d !important;
}

.payment-stripe__email_flat .input::-moz-placeholder {
    color: #86878d !important;
}

.payment-stripe__email_flat .input:-ms-input-placeholder {
    color: #86878d !important;
}

.payment-stripe__email_flat .input::-ms-input-placeholder {
    color: #86878d !important;
}

.payment-stripe__email_flat .input::placeholder {
    color: #86878d !important;
}

.payment-stripe__email_flat .input:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25), 0 0 0 1px rgba(0, 123, 255, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25), 0 0 0 1px rgba(0, 123, 255, 0.5) !important;
}

.payment-stripe__email_night .input {
    color: #fff !important;
    background-color: #30313d !important;
    border-radius: 5px !important;
    border: 1px solid #424353 !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 6px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 6px rgba(0, 0, 0, 0.25) !important;
    -webkit-transition: background 0.15s ease, border 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.payment-stripe__email_night .input::-webkit-input-placeholder {
    color: #9e9e9e !important;
}

.payment-stripe__email_night .input::-moz-placeholder {
    color: #9e9e9e !important;
}

.payment-stripe__email_night .input:-ms-input-placeholder {
    color: #9e9e9e !important;
}

.payment-stripe__email_night .input::-ms-input-placeholder {
    color: #9e9e9e !important;
}

.payment-stripe__email_night .input::placeholder {
    color: #9e9e9e !important;
}

.payment-stripe__email_night .input:focus {
    border-color: rgba(134, 218, 151, 0.4) !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 6px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(134, 218, 151, 0.25), 0 1px 1px 0 hsla(0, 0%, 100%, 0.12) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 6px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(134, 218, 151, 0.25), 0 1px 1px 0 hsla(0, 0%, 100%, 0.12) !important;
}

.payment-stripe__email_stripe .input {
    color: #30313d !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e6e6e6 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.02) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.02) !important;
    -webkit-transition: background 0.15s ease, border 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.payment-stripe__email_stripe .input::-webkit-input-placeholder {
    color: #86878d !important;
}

.payment-stripe__email_stripe .input::-moz-placeholder {
    color: #86878d !important;
}

.payment-stripe__email_stripe .input:-ms-input-placeholder {
    color: #86878d !important;
}

.payment-stripe__email_stripe .input::-ms-input-placeholder {
    color: #86878d !important;
}

.payment-stripe__email_stripe .input::placeholder {
    color: #86878d !important;
}

.payment-stripe__email_stripe .input:focus {
    border-color: rgba(5, 115, 225, 0.5) !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px rgba(5, 115, 225, 0.25), 0 1px 1px 0 rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px rgba(5, 115, 225, 0.25), 0 1px 1px 0 rgba(0, 0, 0, 0.08) !important;
}

.payment-stripe__button {
    width: 100%;
    height: 40px;
    margin: 20px 0 30px 0;
}

.payment-stripe__error {
    margin-bottom: 40px;
    color: var(--color-danger);
}

.payment-stripe__loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(/img/loader.f57ac226.svg) no-repeat calc(50% + 40px);
    background-size: 160px;
}

.video-circle-player {
    position: relative;
    width: calc(var(--play-radius) * 2);
    padding-top: calc(var(--play-radius) * 2);
    z-index: 11;
    overflow: visible;
    border-radius: 0;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.video-circle-player_paused {
    width: calc(var(--stop-radius) * 2);
    padding-top: calc(var(--stop-radius) * 2);
}

.video-circle-player:focus {
    outline: none;
}

.video-circle-player:not(.video-circle-player_paused):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px #000, inset 0 -2px 6px 0 #0a2540;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px #000, inset 0 -2px 6px 0 #0a2540;
}

.video-circle-player .video-player__thumbnail img {
    border-radius: 50%;
}

.video-circle-player .video-player__loading,
.video-circle-player .video-player__stub,
.video-circle-player .video-player__thumbnail,
.video-circle-player__video {
    border-radius: 50%;
    overflow: hidden;
}

.video-circle-player__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.video-circle-player iframe,
.video-circle-player video {
    width: 100%;
    height: var(--play-radius);
    min-width: 180%;
    min-height: 110vh;
    pointer-events: none;
}

.video-circle-player .custom-controllers {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    color: red;
    border-radius: 50%;
    cursor: pointer;
}

.video-circle-player .custom-controllers__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.video-circle-player .custom-controllers__button .icon {
    width: 16px;
    height: 16px;
}

.video-circle-player .custom-controllers__play,
.video-circle-player .custom-controllers__replay {
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25), 0 5px 10px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25), 0 5px 10px -5px rgba(0, 0, 0, 0.25);
}

.video-circle-player .custom-controllers__play svg,
.video-circle-player .custom-controllers__replay svg {
    fill: rgba(48, 53, 55, 0.9);
}

.video-circle-player .custom-controllers__mute {
    left: calc(50% - 10px);
    bottom: 8px;
    background-color: hsla(0, 0%, 100%, 0.7);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.video-circle-player .custom-controllers__mute svg {
    fill: var(--black);
}

.video-circle-player .custom-controllers__close {
    background-color: var(--white-two);
    right: 0;
    top: 0;
}

.video-circle-player .custom-controllers__close svg {
    fill: var(--grey-blue);
}

.video-circle-player .custom-controllers__progress-bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    border-radius: 50%;
}

.video-circle-player .custom-controllers__progress-bar svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 50%;
}

.video-circle-player .custom-controllers__progress-bar svg circle {
    fill: transparent;
    stroke-width: 8px;
    stroke: hsla(0, 0%, 100%, 0.3);
    cursor: pointer;
}

.video-circle-player .custom-controllers__progress-bar svg circle:nth-child(2) {
    stroke: #fff;
    stroke-dasharray: calc(var(--play-radius) * 6.28318);
}

.video-circle-player .custom-controllers__progress-bar-overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 50%;
    background-color: transparent;
}

.video-circle-player .custom-controllers__progress-bar-animation-enter {
    opacity: 0;
}

.video-circle-player .custom-controllers__progress-bar-animation-enter-active {
    -webkit-transition: opacity 0.15s ease 0.15s;
    transition: opacity 0.15s ease 0.15s;
}

.video-circle-player .custom-controllers__progress-bar-animation-enter-to {
    opacity: 1;
}

.video-circle-player .custom-controllers__progress-bar-animation-leave-active {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.video-circle-player .custom-controllers__progress-bar-animation-leave-to {
    opacity: 0;
}

.video-circle-player .custom-controllers_centered .custom-controllers__play,
.video-circle-player .custom-controllers_centered .custom-controllers__replay {
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
}

@-webkit-keyframes dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

@keyframes dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 0.8;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes flash {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 0.8;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes button__preloader {
    0% {
        width: 0;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    to {
        width: 0;
        left: 100%;
    }
}

@keyframes button__preloader {
    0% {
        width: 0;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    to {
        width: 0;
        left: 100%;
    }
}

:root {
    --light-grey-blue: #b1b5be;
    --gray: #e2e2e2;
    --dark-grey-blue: #2e2e54;
    --light-blue-grey: #d2d4d8;
    --white-two: #f7f7f7;
    --grey-blue: #69748c;
    --black: #000;
    --color-danger: #d10a34;
    --color-success: #52bc77;
    --color-danger-light: rgba(209, 10, 52, 0.05);
    --color-success-light: rgba(59, 173, 75, 0.05);
}

@-webkit-keyframes fade-hide-button {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    to {
        opacity: 0.53;
    }
}

@keyframes fade-hide-button {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    to {
        opacity: 0.53;
    }
}

.quiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #F5F5F5;
    --quiz-question-transition: opacity 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97), transform 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97);
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.question-wrapper__question {
    height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
}

@media (max-width: 991px) {
    .question-wrapper__question {
        height: 360px;
    }

    .question-wrapper__question.last {
        height: auto;
    }
}

@media (max-width: 767px) {
    .quiz {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .quiz__questions-modal,
    .quiz__questions {
        padding-top: 10px;
    }
}

@media (max-width: 1200px) {

    .quiz-container,
    .quiz__lead-form,
    .quiz__result,
    .quiz__results {
        height: 100%;
    }
}

.quiz__question {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 767px) {
    .quiz__result {
        overflow-y: auto;
    }
}

.question-title-last.title,
.quiz__question-title.title,
.question-title-last,
.quiz__question-title {
    font-family: var(--font-accent-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #1a1a1a;
    margin: 0 0 15px;
    text-align: left;
}

@media (max-width: 991px) {

    .question-title-last,
    .quiz__question-title {
        font-size: 22px;
        margin: 20px 0 15px;
    }

    .quiz__questions-header {
        margin-bottom: 0;
        padding: 0;
    }
}

.question-title-last {
    margin: 62px 0 15px;
}

@media (max-width: 767px) {
    .quiz__question-title {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .question-title-last.title,
    .quiz__question-title.title,
    .question-title-last,
    .quiz__question-title {
        max-width: calc(100% - 40px);
    }

    .question-title-last {
        font-size: 22px;
        margin: 20px 0 15px;
    }
}

.quiz__question-title_without-title {
    margin-top: 0 !important;
    padding-top: 30px;
}

@media (max-width: 818px) {
    .quiz__question-title_without-title {
        padding-top: 1rem;
    }
}

.quiz__question-title_can-many {
    font-size: 12px;
}

.quiz__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    gap: 5px;
}

.quiz__tags .quiz__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px !important;
    padding: 12px 8px;
    border-radius: 4px !important;
}

@media (max-width: 767px) {
    .quiz__tags .quiz__tag {
        font-size: 10px !important;
        line-height: 12px !important;
    }
}

.quiz__tags .quiz__tag-icon {
    margin-right: 5px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quiz__tags .quiz__tag-icon svg {
    height: 16px;
}

.quiz__tags .quiz__tag-text {
    vertical-align: middle;
}

@media (min-width: 819px) {
    .quiz__sidebar-mobile {
        display: none;
    }
}

.quiz__bonuses_bottom {
    margin: 15px 0 0 0;
}

.quiz-container-diz .quiz__bonuses--first .image-with-loader {
    height: 60px;
    width: 60px;
    margin: 0 0 -15px -15px;
}

.quiz__bonuses--first .bonus__emoji img {
    height: 60px;
    width: 80px;
    margin-left: -20px;
}

.quiz__questions-modal,
.quiz__questions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 25px 20px;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid transparent;
    height: 558px;
    box-shadow: 0px 4px 8px 0px #0000001A;
}

.quiz__sidebar-modal,
.quiz__sidebar {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 285px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}

.quiz__sidebar-modal {
    padding: 20px;
}

.quiz__sidebar {
    border-radius: 0 10px 10px 0;
    background-color: #DBEEF2;
}

@media (max-width: 818px) {

    .quiz__sidebar-modal,
    .quiz__sidebar {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: auto;
        display: none;
    }
}

@media (min-width: 819px) {
    .quiz__sidebar-inner {
        display: none;
    }
}

.quiz__title {
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #687082;
    padding: 30px 0 20px;
    margin: 0;
}

@media (max-width: 767px) {
    .quiz__title {
        margin: 16px 0;
    }
}

.quiz__title-separator {
    background: #efefef;
    margin: 0;
    height: 1px;
    border: none;
}

.quiz__title-icon {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .quiz__title-icon {
        display: none;
    }
}

.quiz__navbar {
    padding: 0;
    background-color: #fff;
    z-index: 20;
}

.quiz__navbar .quiz__title-separator {
    margin: 0 30px;
}

.question-wrapper__question.last .quiz-navbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.quiz__navbar--last .quiz-navbar__progress_dynamic-progress-bar,
.question-wrapper__question.last .quiz-navbar__progress_dynamic-progress-bar {
    margin-left: 15px;
    margin-right: 0;
}

@media (min-width: 819px) {
    .quiz__navbar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .question-wrapper__question.last .quiz__navbar {
        padding-left: 0;
        padding-right: 0;
    }
}

.quiz__whitelabel {
    margin-top: auto;
}

@media (max-width: 818px) {
    .quiz__whitelabel {
        display: none;
    }
}

.quiz__whitelabel_mobile {
    display: block;
    margin-top: auto;
}

@media (min-width: 819px) {
    .quiz__whitelabel_mobile {
        display: none;
    }
}

.quiz__discount {
    margin-bottom: 20px;
}

.quiz__discount.is-increasing {
    margin: 0.1rem 0.1rem 0;
}

@media (max-width: 818px) {
    .quiz__discount {
        display: none !important;
    }
}

.quiz__result-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f8f8f8;
}

@media (max-width: 1200px) {
    .quiz__result-loader {
        position: fixed;
    }
}

.quiz__assistant-text {
    text-align: left;
    overflow: hidden;
    overflow-wrap: break-word;
    color: #69748c;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
}

.quiz__video-circle {
    position: absolute;
    top: 18px;
    right: 23px;
    left: auto;
    z-index: 11;
}

.quiz__mobile-video {
    padding-top: 56.25vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
}

.quiz__mobile-video iframe,
.quiz__mobile-video video {
    min-width: auto;
}

.quiz_has-cookie-notice .quiz__questions-modal,
.quiz_has-cookie-notice .quiz__questions {
    padding-bottom: 160px;
}

.quiz_has-mobile-video {
    padding-top: 56.25vw;
}

.quiz-container_has_widget {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.quiz-container_rtl .quiz__tag-icon {
    margin-right: 0;
    margin-left: 5px;
}

.quiz-container_rtl .quiz__question-title,
.quiz-container_rtl .quiz__title {
    text-align: right;
}

.quiz-container_rtl .quiz__title-icon {
    margin-right: 0;
    margin-left: 10px;
}

.quiz-container_rtl .quiz__video-circle {
    right: auto;
    left: 23px;
}

.quiz-container_result-has_scroll {
    margin-bottom: 80px !important;
    width: 100%;
    background: #fff;
}

.quiz-container_result-has_scroll .quiz__result-loader {
    position: fixed;
}

.quiz-container_result-has_scroll .quiz__result {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 818px) {

    .quiz__questions-modal,
    .quiz__questions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
        min-height: 100%;
    }
}

.svg-icon {
    text-align: center;
}

.svg-icon svg {
    height: 20px;
}

.b-checkbox.checkbox {
    line-height: 1.5;
    z-index: 10;
}

.b-checkbox.checkbox input[type="checkbox"]+.check {
    border: none;
    background-color: var(--color-bg-2, #e8e8e8);
}

.b-checkbox.checkbox input[type="checkbox"]:checked+.check {
    background-color: var(--color);
    background-size: 0.9rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b-checkbox.checkbox input[type="checkbox"]:focus:checked+.check {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b-checkbox.checkbox:not(.button) {
    margin-right: 0;
}

.b-radio-modal.radio,
.b-radio.radio {
    line-height: 1.5;
    z-index: 9;
    position: relative;
    margin-bottom: 0;
}

.b-radio-modal.radio input[type="radio"],
.b-radio-modal.radio input[type="checkbox"],
.b-radio.radio input[type="radio"],
.b-radio.radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.b-radio-modal.radio input[type="radio"]+.check,
.b-radio.radio input[type="radio"]+.check {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    flex-grow: 0;
    flex-shrink: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.b-radio-modal.radio input[type="radio"]+.check:before,
.b-radio.radio input[type="radio"]+.check:before {
    background-color: transparent;
    border-radius: 50%;
    width: 11.4px;
    height: 11.4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-5.7px, -5.7px);
    margin: 0;
}

.b-radio-modal.radio input[type="radio"]:checked+.check,
.b-radio.radio input[type="radio"]:checked+.check {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #FE9E00;
    background-color: #fff;
    position: relative;
}

.answer-variants-cards .b-radio-modal.radio input[type="radio"]:checked+.check,
.answer-variants-cards .b-radio.radio input[type="radio"]:checked+.check {
    background: #FE9E00;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.answer-variants-cards .b-radio-modal.radio input[type="radio"]:checked+.check::after,
.answer-variants-cards .b-radio.radio input[type="radio"]:checked+.check::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.8142 7.41421L9.10711 18.1213L4 13.0142L5.41421 11.6L9.10711 15.2929L18.4 6L19.8142 7.41421Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.b-radio-modal.radio input[type="radio"]:checked+.check:before,
.b-radio.radio input[type="radio"]:checked+.check:before {
    content: '';
    display: inline-block;
    background: #FE9E00;
}

.answer-variants-cards .b-radio-modal.radio input[type="radio"]:checked+.check:before,
.answer-variants-cards .b-radio.radio input[type="radio"]:checked+.check:before {
    display: none;
}

.answer-variants-cards .b-radio-moda.radio input[type="radio"]:checked+.check,
.answer-variants-cards .b-radio.radio input[type="radio"]:checked+.check {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS44MTQyIDcuNDE0MjFMOS4xMDcxMSAxOC4xMjEzTDQgMTMuMDE0Mkw1LjQxNDIxIDExLjZMOS4xMDcxMSAxNS4yOTI5TDE4LjQgNkwxOS44MTQyIDcuNDE0MjFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 24px 24px;
}

.b-radio-modal.radio input[type="checkbox"]+.check,
.b-radio.radio input[type="checkbox"]+.check {
    border-radius: 5px;
    width: 17px;
    height: 17px;
    background-color: #d9d9d9;
    border: 2px solid #d9d9d9;
}

.b-radio-modal.radio input[type="checkbox"]:checked+.check,
.b-radio.radio input[type="checkbox"]:checked+.check {
    box-shadow: 0 2px 4px 0 rgba(255, 0, 0, 0.4);
    border: 2px solid #FF3016;
    background-color: #FF3016;
    position: relative;
    background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.3176 0.557641C14.3758 0.615698 14.4219 0.684667 14.4534 0.760599C14.485 0.83653 14.5012 0.917932 14.5012 1.00014C14.5012 1.08235 14.485 1.16375 14.4534 1.23968C14.4219 1.31561 14.3758 1.38458 14.3176 1.44264L5.56756 10.1926C5.5095 10.2508 5.44053 10.297 5.3646 10.3285C5.28867 10.36 5.20727 10.3763 5.12506 10.3763C5.04285 10.3763 4.96145 10.36 4.88551 10.3285C4.80958 10.297 4.74061 10.2508 4.68256 10.1926L0.307557 5.81764C0.190199 5.70028 0.124268 5.54111 0.124268 5.37514C0.124268 5.20917 0.190199 5.05 0.307557 4.93264C0.424915 4.81528 0.584087 4.74935 0.750057 4.74935C0.916027 4.74935 1.0752 4.81528 1.19256 4.93264L5.12506 8.86639L13.4326 0.557641C13.4906 0.499437 13.5596 0.453258 13.6355 0.42175C13.7114 0.390242 13.7928 0.374023 13.8751 0.374023C13.9573 0.374023 14.0387 0.390242 14.1146 0.42175C14.1905 0.453258 14.2595 0.499437 14.3176 0.557641Z" fill="white" /></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.b-radio-modal.radio:focus input[type="radio"]+.check,
.b-radio.radio:focus input[type="radio"]+.check {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b-radio-modal.radio:not(.button),
.b-radio.radio:not(.button) {
    margin-right: 0;
}

.tooltip:after,
.tooltip:before {
    content: none;
}

.tooltip .tooltip-inner {
    background: #403F41;
    border: 1px solid #403F41;
    border-radius: 4px;
    padding: 4px 10px 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    max-width: 280px;
}

a,
label {
    -webkit-tap-highlight-color: transparent;
}

.select select {
    border: solid 1.2px var(--color-bg-2, #dbdbdb);
    color: var(--color-bg-text, #4a4a4a);
    background: var(--color-bg-quiz, #fff);
}

.select select option {
    color: var(--color-bg-text, #4a4a4a) !important;
}

.select:not(.is-multiple) {
    height: 2.25em;
}

.select.is-empty select {
    color: var(--color-bg-5, hsla(0, 0%, 48%, 0.7));
}

.icon,
.icon svg {
    width: 24px;
    height: 24px;
}

.dark code {
    background-color: var(--color-bg-7);
}

.tag:not(body).is-primary,
.tag:not(body).is-primary:focus,
.tag:not(body).is-primary:hover {
    background: var(--color);
    color: var(--color-primary-text-button);
}

.modal {
    z-index: 100 !important;
}

.modal-background {
    z-index: 110 !important;
}

.modal-content {
    z-index: 120 !important;
}

a,
a:focus,
a:visited {
    text-decoration: none;
}

@media (max-width: 767px) {

    .notification .title,
    .tile .title {
        font-size: 26px;
    }
}

.p-0 {
    padding: 0 !important;
}

.input,
.select select,
.textarea {
    padding: calc(0.375em - 1px) calc(0.625em - 1px);
    height: 2.25em;
}

.control.has-icons-left .input {
    padding-left: 2.25em;
}

.control.has-icons-right .input {
    padding-right: 2.25em;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    width: 2.25em;
}

p {
    margin-bottom: 0.5rem;
}

p:last-child {
    margin-bottom: 0;
}

@media (min-width: 819px) {
    .columns.is-desktop-modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

p .emoji {
    margin-bottom: -2px;
}

.u-points:after {
    content: "...";
    -webkit-animation: dots 0.6s infinite;
    animation: dots 0.6s infinite;
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

strong {
    font-weight: 700;
    color: inherit;
}

.body-disabled-scroll {
    overflow: hidden;
}

.layout {
    height: 100%;
}

.layout__footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1.5rem 1rem 1rem;
}

@media (max-width: 767px) {
    .layout__footer {
        position: static;
    }
}

.disabled {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .disabled {
        font-size: 1.25rem;
    }
}

.disabled__emoji {
    display: block;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .disabled__emoji {
        width: 34px;
        height: 34px;
    }
}

.disabled__text {
    color: #363636;
    text-align: center;
}

.last-step .quiz.quiz_sidebar_on .bonuses {
    display: none;
}

.bonus {
    position: relative;
    width: 100%;
    height: var(--bonus-height);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-main)));
    background: linear-gradient(var(--gradient-main));
    border-radius: 5px;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .bonus {
        margin-bottom: 10px;
    }
}

.bonus:last-child {
    margin-bottom: 0;
}

.bonus__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    background-size: 70px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10% 10px;
    -webkit-box-shadow: 1.9px 6.7px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1.9px 6.7px 7px 0 rgba(0, 0, 0, 0.1);
}

.bonus__layer {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
}

.bonus__layer,
.bonus__lock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bonus__lock {
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.bonus__lock-icon {
    position: absolute;
    right: 0;
    top: 0;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    background-color: #8d8d8d;
    border-radius: 100%;
    z-index: 2;
    height: 25px;
    width: 25px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 4px 10px 0 var(--color-bg-alpha2, rgba(0, 0, 0, 0.1));
    box-shadow: 0 4px 10px 0 var(--color-bg-alpha2, rgba(0, 0, 0, 0.1));
}

.bonus__lock-icon svg {
    z-index: 2;
    fill: #fff;
    height: 11px !important;
}

.bonus__unlock {
    width: 18px;
    height: 18px;
    position: relative;
}

.bonus__unlock svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
}

.bonus__unlock:hover svg {
    fill: var(--color-lighten);
}

.bonus__unlock+.bonus__emoji {
    display: none;
}

.bonus__text {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: rgba(0, 0, 0, 0.6);
    right: 15px;
    max-height: 60%;
    top: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60%;
    max-width: 66%;
    text-align: right;
    word-break: break-word;
    max-width: 60%;
}

@media (max-width: 819px) {
    .bonus__lock {
        display: none;
    }

    .bonus__text {
        min-height: auto;
        top: auto;
        overflow-wrap: break-word;
        overflow: hidden;
        max-width: 65%;
        min-width: 60%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 767px) {
    .bonus__text {
        font-size: 12px;
        display: none;
    }
}

.bonus_locked {
    cursor: not-allowed;
}

.bonus_unlocked {
    cursor: pointer;
}

.bonus_type_custom .bonus__wrapper {
    background-size: cover;
    background-position: 50%;
}

.bonus_type_icon {
    background: #dbdada;
}

.bonus_type_icon .bonus__wrapper {
    background-size: auto 44px;
    background-position: 11px 50%;
    -webkit-box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 375px) {
    .bonus_type_icon .bonus__wrapper {
        background-size: 38px 38px;
        background-position: 10% 50%;
    }
}

.bonus_type_icon .bonus__text {
    text-shadow: none;
    color: #ffffff;
    max-width: 50%;
}

.bonus_type_icon .bonus__layer {
    display: none;
}

.bonus_type_icon .bonus__unexpanded .bonus__wrapper {
    background-size: auto;
}

.bonus__emoji {
    margin: 22px 13px;
    z-index: 1;
}

.bonus__emoji img {
    width: 38px;
    height: 38px;
}

@media (max-width: 819px) {
    .bonus__emoji {
        margin: 22px 9px;
    }
}

.bonus_type_emoji {
    background: none;
}

.bonus_type_emoji .bonus__wrapper {
    -webkit-box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.bonus_type_emoji .bonus__lock-icon {
    background-color: #8d8d8d;
}

@media (max-width: 375px) {
    .bonus_type_emoji .bonus__text {
        max-width: 64%;
    }
}

.bonus_type_emoji.bonus_locked .bonus__layer,
.bonus_type_emoji.bonus_unlocked .bonus__layer {
    background: #DBEEF2;
    box-shadow: 0px 4px 4px 0px #0000001A;
    border: 2px solid #108FAA4D;
    border-radius: 8px;
}

.quiz-container_rtl .bonuses_direction_row .bonuses__bonus:first-child:not(:last-child),
.start-page_rtl .bonuses_direction_row .bonuses__bonus:first-child:not(:last-child) {
    margin-left: 15px;
}

.quiz-container_rtl .cookie-notice__banner {
    text-align: right;
}

.assistant {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.9rem;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-bottom: auto;
    height: 100%;
    max-height: 380px;
    min-height: 0;
}

.assistant,
.assistant__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.assistant__person {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.assistant__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
    margin-left: 10px;
}

.assistant__avatar {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    text-align: left;
}

.assistant__avatar::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    right: 0;
    border-radius: 50%;
    background-color: #25D375;
    border: 2px solid #F5F5F5;
}

.assistant__avatar img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.assistant__avatar-badge {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: block;
    border: 1px solid #00cf08;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #00cf08;
    width: 12px;
    height: 12px;
    top: 64px;
    right: 8px;
}

.assistant__block {
    position: relative;
    line-height: 1.2;
    text-align: left;
    height: calc(100% - 80px);
    max-height: 380px;
    min-height: 0;
}

.assistant__text {
    background: #fff;
    color: #2d2f33;
    font-size: 14px;
    padding: 15px;
    word-break: break-word;
    border-radius: 0 8px 8px 8px !important;
}

.assistant__text ol,
.assistant__text ul {
    padding-left: 15px;
    margin: 0.25rem 0;
}

.assistant__text ol ol,
.assistant__text ol ul,
.assistant__text ul ol,
.assistant__text ul ul {
    margin: 0.125rem 0;
}

.assistant__text-arrow {
    top: -0.6rem;
    left: 24px;
    display: block;
    position: absolute;
    width: 0.6rem;
}

.assistant__text-arrow:after,
.assistant__text-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 0.6rem 0.6rem 0.6rem;
}

.assistant__text-arrow:after,
.assistant__text-arrow:before {
    border-bottom-color: #fff;
}

.assistant__text-arrow:after {
    top: 1px;
}

.assistant__text-height {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
    will-change: height;
    max-height: 100%;
}

#quiz-modal .assistant__person {
    max-width: calc(100% - 40px);
}

.modal-body p.assistant__title,
.assistant__title {
    font-family: var(--font-accent-medium);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--color-link);
    margin: 0 0 5px;
    text-align: left;
}

.modal-body #modal-step8 p,
.modal-body #step8 p {
    text-align: left;
}

.assistant__subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #656565;
    text-align: left;
}

.assistant .assistant__person_animation-leave-active {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.assistant .assistant__person_animation-enter,
.assistant .assistant__person_animation-leave-to {
    opacity: 0;
}

.assistant .assistant__person_animation-enter-active {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.assistant .assistant__person_animation-enter-to {
    opacity: 1;
}

.assistant .assistant__block_animation-comment-leave-active {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.assistant .assistant__block_animation-comment-enter,
.assistant .assistant__block_animation-comment-leave-to {
    opacity: 0;
}

.assistant .assistant__block_animation-comment-enter-active {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.assistant .assistant__block_animation-comment-enter-to {
    opacity: 1;
}

.custom .assistant__text {
    background: #fff;
}

.custom .assistant__text-arrow:after,
.custom .assistant__text-arrow:before {
    border-bottom-color: #fff;
}

@-webkit-keyframes dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

@keyframes dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

.answer__title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    word-break: break-word;
    line-height: 1.2;
}

.answer-variants {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 5px;
}

@media(max-width:767px) {
    .answer-variants {
        padding-bottom: 0;
    }
}

.answer-variants__group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: 11px;
    padding-bottom: 15px;
    overflow-x: hidden;
}

.answer-variants__group::-webkit-scrollbar {
    width: 10px;
}

.answer-variants__group::-webkit-scrollbar-track {
    border-left: 8px solid transparent;
    -webkit-box-shadow: inset 0 0 10px 10px var(--color-bg-2, #eae9f1);
    box-shadow: inset 0 0 10px 10px var(--color-bg-2, #eae9f1);
}

.answer-variants__group::-webkit-scrollbar-thumb {
    border-left: 8px solid transparent;
    -webkit-box-shadow: inset 0 0 10px 10px var(--color);
    box-shadow: inset 0 0 10px 10px var(--color);
}

@media (max-width: 767px) {
    .answer-variants__group {
        grid-template-columns: 1fr;
    }
}

.answer-variants__group .answer-variants__variant {
    border: 1px solid #efefef;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 10px 15px;
    min-height: 58px;
}

.answer-variants__group .answer-variants__variant.selected {
    border: 1px solid #FE9E00;
    outline: none;
}

.answer-variants__group .answer-variants__variant:hover {
    border: 1px solid #FE9E00;
    outline: none;
    cursor: pointer;
}

.answer-variants__group .answer-variants__variant label {
    padding: 0;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
    color: #2d2f33;
}

.answer-variants__group .answer-variants__variant label .control-label {
    padding-left: 10px !important;
    width: 95%;
}

.check,
.check:focus,
.check:focus-visible,
.answer-variants__group .answer-variants__variant label:hover,
.answer-variants__group .answer-variants__variant label:active,
.answer-variants__group .answer-variants__variant label:focus-visible .check,
.answer-variants__group .answer-variants__variant label:hover .check,
.answer-variants__group .answer-variants__variant label:active .check {
    outline: none;
}

.bonus-like-diz .bonus_type_emoji .bonus__wrapper,
.quiz-container-diz .bonus_type_emoji .bonus__wrapper {
    border-radius: 8px;
    padding: 15px;
    height: 64px;
}

.bonus-like-diz .image-with-loader,
.quiz-container-diz .image-with-loader {
    height: 38px;
    width: 38px;
    margin: 0;
}

.bonus-like-diz .image-with-loader img {
    width: 70%;
}

.bonus-like-diz .bonus_type_emoji .bonus__lock-icon,
.quiz-container-diz .bonus_type_emoji .bonus__lock-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    background: #108FAA;
    border: 2px solid #fff;
    top: 0;
    right: 15px;
}

@media(max-width:767px) {

    .bonus-like-diz .image-with-loader,
    .quiz-container-diz .image-with-loader {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
    }

    .quiz-container-diz .image-with-loader img {
        max-width: 130%;
        height: auto;
    }

    .quiz__bonuses_bottom {
        width: 40px;
        height: 40px;
        margin: 0;
        max-width: 100%;
    }

    .bonus-like-diz .bonus_type_emoji .bonus__wrapper,
    .quiz-container-diz .bonus_type_emoji .bonus__wrapper {
        padding: 0;
        height: 40px;
    }

    .bonus__emoji img {
        width: 27px;
        height: 27px;
    }

    .quiz__navbar--last .quiz-navbar__progress_dynamic-progress-bar,
    .question-wrapper__question.last .quiz-navbar__progress_dynamic-progress-bar {
        margin-left: 0;
    }
}

#quiz-container ::-webkit-scrollbar {
    height: 2px;
    width: 5px;
    border-radius: 8px;
}

#quiz-container ::-webkit-scrollbar-track {
    background: #dbdbdb;
    border-radius: 8px;
}

#quiz-container ::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 8px;
}

a:focus,
button:focus,
img:focus {
    outline: 0;
    outline: none !important;
}

* {
    box-sizing: border-box;
}

input:focus {
    outline: 0;
    outline: none !important;
}

body {
    font-size: 16px;
    line-height: 1.2;
    color: #2d2f33;
}

.quiz-container {
    max-width: 100%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.quiz-full {
    padding: 0;
}

.quiz-full>.container {
    padding: 0;
}

.step-progress ul {
    padding-left: 0;
    display: flex;
}

.step-progress ul li {
    list-style: none;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    margin: 0 4px 0 0;
}

.step-progress ul li.active {
    background-color: #d9d9d9;
}

.step-progress-text {
    font: 400 16px/1.2 Roboto;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 7px 0;
}

#slider {
    margin-bottom: 20px;
}

#val {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0 10px;
    width: 118px;
    height: 43px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ui-slider {
    background: #bfe2ff;
    height: 5px;
    border: none;
}

.ui-slider .ui-slider-handle {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="9.5" fill="white" stroke="%232168DE" /><rect x="4.5" y="4.5" width="11" height="11" rx="5.5" fill="%232168DE" stroke="%232168DE" /></svg>');
    top: -8px;
    margin-left: -18px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-size: cover;
    border: none;
    outline: none;
    z-index: 10;
}

.ui-slider-range {
    height: 5px;
    background: #337ab7;
}

.tags-wrapper {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 5px;
}

.tags-wrapper .tag {
    text-align: center;
    color: #2d2f33;
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 3px;
    border: 1px solid #ff3016;
    border-radius: 3px;
    background: rgba(255, 48, 22, 0.2);
}

.title-list {
    font: 500 18px/1.2 Roboto;
    margin: 30px 0 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}

#modal-step12 .title-list,
#step12 .title-list {
    position: relative;
}

.pluses-ttl {
    font-family: var(--font-accent-medium);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1A1A1A;
    max-width: 420px;
}

.pluses-ttl span {
    color: #43C653;
}

@media(max-width: 768px) {
    .pluses-ttl {
        font-size: 20px;
    }
}

.title-list .icon-arr {
    position: absolute;
    right: 22px;
    top: -38px;
}

.list-plusese p {
    color: #1A1A1A;
}

.list-plusese .title-list svg {
    width: 16px;
    height: 16px;
}

.question-wrapper__question.last {
    margin-top: 15px;
}

.bonus-wrp {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.bonus-item {
    width: 32%;
    height: 100%;
    border-radius: 5px;
    background: #dde7f7;
    position: relative;
    font-size: 14px;
    color: #000;
    align-items: center;
    display: flex;
    padding: 0 15px;
    max-width: 230px;
}

.quiz__sidebar-modal.last-step .quiz__discount,
.quiz__sidebar.last-step .quiz__discount {
    display: none;
}

.call-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
}

.call-btns button {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    border: 1px solid #2168de;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: flex-start;
    padding: 0 12px;
    background: #ffffff;
    font-size: 14px;
}

.call-btns button:hover {
    border: 1px solid #2168de61;
    box-shadow: -2px 2px 14px 0 #7ca5e9;
}

.call-btns button:hover svg {
    fill: #ffffff !important;
}

.call-btns button.btn-blue {
    background: #2168de;
    color: #ffffff;
}

button:hover,
.call-btns button:hover {
    cursor: pointer;
}

.call-btns>div {
    width: 50%;
    max-width: 135px;
}

.quiz__sidebar-modal .form-btns,
.quiz__sidebar .form-btns {
    margin: auto;
    display: none;
}

.quiz__sidebar-modal.last-step .form-btns,
.quiz__sidebar.last-step .form-btns {
    display: block;
}

.form-ttl {
    font-size: 25px;
    font-weight: 500;
    color: #2d2f33;
    margin-bottom: 20px;
}

.agree-wrp {
    display: flex;
    gap: 2px;
    text-decoration: none;
    text-decoration-skip-ink: none;
    color: #2168de;
    font-weight: 400;
    font-size: 12px;
    margin: 8px 0 0;
    color: #808080;
}

.agree-wrp label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.agree-wrp label span {
    padding-left: 22px;
    font-size: 12px;
}

.agree-wrp label span a {
    color: #808080;
    text-decoration: underline;
}

.agree-wrp input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 1px;
    display: none;
}

.agree-wrp input[type="checkbox"]+span {
    position: relative;
    padding-left: 30px;
}

.agree-wrp input[type="checkbox"]+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #E3E3E3;
}

.agree-wrp input[type="checkbox"]:checked+span:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #1A1A1A;
    border-radius: 2px;
    border-width: 0 0.2em 0.2em 0;
}

.form-send-wrp {
    display: none;
    margin: 30px auto 0 0;
}

.input-wrp {
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    width: 100%;
    height: 58px;
    display: flex;
    gap: 5px;
    padding: 0 15px;
    align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
}

.input-wrp input {
    border: 1px solid transparent;
    outline: none;
}

.input-wrp input.error {
    border: 1px solid red;
}

label.error {
    display: none !important;
}

.ttl-input {
    font-weight: 500;
    font-size: 18px;
    color: #2d2f33;
    margin-bottom: 10px;
}

.button-mess {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1057cc;
    margin: 10px 0 15px 0;
    cursor: pointer;
}

.btn-sbm {
    background: #FE9E00;
    border-radius: 4px;
    width: 100%;
    height: 57px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border: 1px solid #FE9E00;
    color: #fff;
    margin: 10px auto 0;
}

.btn-sbm:focus,
.btn-sbm:hover {
    opacity: 0.8;
}

.icon-mess {
    width: 55px;
    height: 56px;
    margin: 0 auto 10px;
}

.icon-mess svg {
    width: 100%;
    height: auto;
}

.bonus-mobile.title-list {
    display: none;
}

.form-btns-mobile {
    display: none;
}

.last-step .quiz__assistant {
    display: none;
}

@media (max-width: 1100px) {
    .bonus-desc {
        display: none;
    }

    .form-btns-mobile {
        margin: 20px 0 0;
        display: block;
        background: #f6f8ff;
        padding: 10px;
    }

    .form-ttl {
        font-size: 23px;
        font-weight: 500;
        color: #2d2f33;
        margin-bottom: 5px;
    }

    .agree-wrp {
        margin: 15px 0 0;
    }

    .form-send-wrp {
        max-width: 300px;
        margin-top: 20px;
    }

    #step12 .quiz__question-title {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .title-list {
        margin: 10px 0 10px;
    }

    #step12 .quiz__title-separator {
        background: transparent;
        height: 0;
        border: none;
    }

    .quiz__title {
        padding-bottom: 15px;
    }

    .bonus-mobile {
        border: 1px solid #ffcb21;
        border-radius: 4px;
        padding: 0 5px;
        margin: 15px 0;
        display: flex;
        gap: 5px;
        align-items: center;
        height: 30px;
        margin: 0 0 15px;
    }

    .ttl-input {
        margin-bottom: 3px;
    }

    .quiz__questions-modal.last-step,
    .quiz__questions.last-step {
        height: auto;
    }
}

@media (max-width: 1100px) {

    .column-2.quiz__sidebar-modal,
    .column-2.quiz__sidebar {
        display: none;
    }

    .quiz,
    .quiz__questions,
    .quiz__questions-modal {
        height: auto;
        min-height: 650px;
        padding-bottom: 0;
    }

    .form-send-wrp {
        max-width: 360px;
        flex-flow: column;
    }
}

@media (max-width: 767px) {

    .quiz__title-separator,
    .quiz__title {
        display: none;
    }

    .qwiz-content .quiz__questions {
        background-color: #f5f5f5;
    }

    .quiz,
    .quiz__questions,
    .quiz__questions-modal {
        height: auto;
        min-height: 602px;
        padding-bottom: 0;
    }

    .quiz {
        overflow: hidden;
    }

    .quiz__questions-modal,
    .quiz__questions {
        border: 1px solid transparent;
        min-height: 642px;
        overflow: hidden;
    }

    .quiz__questions {
        border-bottom: 1px solid transparent;
    }

    .quiz-container {
        position: relative;
        border: 1px solid transparent;
        border-radius: 8px;
        height: 665px;
    }

    .qwiz-content .quiz__navbar {
        background-color: #f5f5f5;
    }

    .quiz__navbar {
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        height: auto;
        z-index: 1;
    }

    .quiz-navbar__buttons {
        width: 100%;
        order: -1;
    }

    .step-progress-text {
        font: 400 14px / 1.2 Roboto;
        margin: 0 0 7px 0;
    }

    .tags-wrapper .tag {
        padding: 2px 5px;
        height: max-content;
        min-height: 16px;
        font-size: 8px;
    }

    .question-wrapper__question {
        height: 360px;
    }

    .bonus-mobile {
        font-size: 12px;
    }

    #step8 .quiz__question-title {
        font-size: 22px;
        margin: 20px 0 15px;
    }

    .title-list {
        font-size: 14px;
        margin: 10px 0 10px;
    }

    .list-plusese p,
    .question-wrapper__question ul {
        font-size: 12px;
        margin: 7px 0;
    }

    #modal-step8 ul li,
    #step8 ul li {
        margin-bottom: 2px;
    }

    .question-wrapper__question ol {
        font-size: 12px;
        padding-left: 0px;
    }

    .form-ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .call-btns>div {
        width: 100%;
        max-width: 240px;
        margin: 0px 0;
    }

    .ttl-input {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .ttl-input,
    .input-wrp,
    .btn-sbm {
        order: 0;
    }

    .button-mess {
        order: 1;
        margin: 0;
    }

    .btn-sbm {
        margin: 10px 0;
    }

    .agree-wrp {
        order: 1;
    }
}

.quiz-full form input[type="text"],
.quiz-full form input[type="text"]:hover,
.quiz-full form input[type="tel"],
.quiz-full form input[type="tel"]:hover,
.quiz-full form input[type="tel"]:focus {
    margin: 0;
    height: auto;
    padding: 5px;
    border: 1px solid transparent;
}

#step1 .step-progress ul li:nth-child(1) {
    background-color: #d9d9d9;
}

#step2 .step-progress ul li:nth-child(2) {
    background-color: #d9d9d9;
}

#step3 .step-progress ul li:nth-child(3) {
    background-color: #d9d9d9;
}

#step4 .step-progress ul li:nth-child(4) {
    background-color: #d9d9d9;
}

#step5 .step-progress ul li:nth-child(5) {
    background-color: #d9d9d9;
}

#step6 .step-progress ul li:nth-child(6) {
    background-color: #d9d9d9;
}

#step7 .step-progress ul li:nth-child(7) {
    background-color: #d9d9d9;
}

#step8 .step-progress ul li:nth-child(8) {
    background-color: #d9d9d9;
}

#step9 .step-progress ul li:nth-child(9) {
    background-color: #d9d9d9;
}

#step10 .step-progress ul li:nth-child(10) {
    background-color: #d9d9d9;
}

#step11 .step-progress ul li:nth-child(11) {
    background-color: #d9d9d9;
}

#step12 .step-progress ul li:nth-child(12) {
    background-color: #d9d9d9;
}

.answer-variants__group.answer-variants-cards {
    grid-template-columns: 1fr 1fr 1fr;
}

.answer-variants-cards .answer-variants__variant {
    border: none;
    border-radius: 10px;
    padding: 0;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.answer-variants-cards .answer-variants__variant.selected,
.answer-variants-cards .answer-variants__variant:hover {
    border: none;
}

.answer-variants-cards .answer-variants__variant label {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid transparent;
}

.answer-variants-cards .answer-variants__variant label:has(input:checked),
.answer-variants-cards .answer-variants__variant label:hover {
    border: 1px solid #FE9E00;
}

.answer-variants-cards .answer-variants__variant label .control-label {
    padding-left: 0 !important;
    width: 100%;
}

.answer-variants-cards .answer__title {
    display: flex;
    height: 33px;
    padding: 0 10px;
    align-items: center;
    font-size: 14px;
    color: #2d2f33;
}

.answer-variants-cards .answer-card-text {
    height: 85px;
    top: -4px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.answer-variants-cards.answer-variants-cards-big .answer-card-text {
    height: 140px;
    top: 0;
}

.answer-variants-cards.answer-variants-cards-big .answer__title {
    display: flex;
    padding: 4px 10px 4px;
    height: 40px;
    font-size: 15px;
    background-color: #fff;
    color: #1a1a1a;
    font-family: var(--font-accent-medium);
    font-weight: 500;
}

#step6 .answer-variants-cards.answer-variants-cards-big .answer__title,
#modal-step6 .answer-variants-cards.answer-variants-cards-big .answer__title {
    display: block;
}

.answer-variants-cards .b-radio-modal.radio input[type="checkbox"]+.check,
.answer-variants-cards .b-radio-modal.radio input[type="radio"]+.check,
.answer-variants-cards .b-radio.radio input[type="checkbox"]+.check,
.answer-variants-cards .b-radio.radio input[type="radio"]+.check {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
    flex-shrink: 0;
    flex-grow: 0;
    background: transparent;
    position: absolute;
    transform: translateX(-20px);
    top: 50px;
    left: 50%;
    z-index: 10;
    box-shadow: none;
}

.answer-variants-cards .b-radio-modal.radio input[type="checkbox"]+.check:before,
.answer-variants-cards .b-radio.radio input[type="checkbox"]+.check:before {
    background-color: transparent;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 1px;
    right: 0;
}

.answer-variants-cards .b-radio-modal.radio input[type="checkbox"]:checked+.check:before,
.answer-variants-cards .b-radio.radio input[type="checkbox"]:checked+.check:before {
    content: "";
    display: inline-block;
    background: #FF3016;
}

.answer-variants-cards img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    border-radius: 8px;
}

.bonus-like-diz .title-list-icon,
.quiz-container-diz .title-list-icon {
    font: 400 16px / 1.2 Roboto;
    margin: 10px 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.bonus-like-diz .title2.bonus-desc,
.quiz-container-diz .title2.bonus-desc {
    margin: 30px 0 10px;
    font: 500 18px Roboto;
    color: #2d2f33;
}

.bonus-like-diz .sb-title,
.quiz-container-diz .sb-title {
    font: 500 16px Roboto;
    color: #2d2f33;
    margin: 10px 0 30px;
}

#step12 .progress-bar-linear__field span:after {
    background: #2168de;
}

#step12 .progress-bar-linear__field span {
    border: 1px solid #2168de;
}

#step12 .progress-bar-linear__field-percent {
    font-size: 10px;
}

.answer-variants-cards-big.answer-variants-cards .b-radio-modal.radio input[type="checkbox"]+.check,
.answer-variants-cards-big.answer-variants-cards .b-radio.radio input[type="checkbox"]+.check {
    border-radius: 5px;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 2px solid transparent;
}

.answer-variants-cards-big.answer-variants-cards .b-radio-modal.radio input[type="checkbox"]:checked+.check:before,
.answer-variants-cards-big.answer-variants-cards .b-radio.radio input[type="checkbox"]:checked+.check:before {
    content: none;
}

.answer-variants-cards-big.answer-variants-cards .b-radio-modal.radio input[type="checkbox"]:checked+.check,
.answer-variants-cards-big.answer-variants-cards .b-radio.radio input[type="checkbox"]:checked+.check {
    box-shadow: 0 2px 4px 0 rgba(255, 0, 0, 0.4);
    border: 2px solid #FF3016;
    background-color: #FF3016;
    background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.3176 0.557641C14.3758 0.615698 14.4219 0.684667 14.4534 0.760599C14.485 0.83653 14.5012 0.917932 14.5012 1.00014C14.5012 1.08235 14.485 1.16375 14.4534 1.23968C14.4219 1.31561 14.3758 1.38458 14.3176 1.44264L5.56756 10.1926C5.5095 10.2508 5.44053 10.297 5.3646 10.3285C5.28867 10.36 5.20727 10.3763 5.12506 10.3763C5.04285 10.3763 4.96145 10.36 4.88551 10.3285C4.80958 10.297 4.74061 10.2508 4.68256 10.1926L0.307557 5.81764C0.190199 5.70028 0.124268 5.54111 0.124268 5.37514C0.124268 5.20917 0.190199 5.05 0.307557 4.93264C0.424915 4.81528 0.584087 4.74935 0.750057 4.74935C0.916027 4.74935 1.0752 4.81528 1.19256 4.93264L5.12506 8.86639L13.4326 0.557641C13.4906 0.499437 13.5596 0.453258 13.6355 0.42175C13.7114 0.390242 13.7928 0.374023 13.8751 0.374023C13.9573 0.374023 14.0387 0.390242 14.1146 0.42175C14.1905 0.453258 14.2595 0.499437 14.3176 0.557641Z" fill="white" /></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#step6 .answer-variants-cards img,
#modal-step6 .answer-variants-cards img {
    object-fit: fill;
}

#step6 .answer-variants-cards div[data-element-index="6"] img,
#modal-step6 .answer-variants-cards div[data-element-index="6"] img {
    object-fit: cover;
}

@media (max-width: 1100px) {
    .answer-variants-cards .answer__title {
        font-size: 12px;
    }

    .answer-variants__group .answer-variants__variant label .control-label {
        padding-left: 0.8rem !important;
        width: 88%;
    }

    .answer-variants__group.answer-variants-cards .answer-variants__variant label .control-label {
        padding-left: 0 !important;
        width: 100%;
    }

    .answer__title {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .answer-variants__group.answer-variants-cards {
        grid-template-columns: 1fr 1fr;
    }

    .answer-card-text {
        height: 67px;
    }

    .answer-variants-cards .answer__title {
        font-size: 12px;
        height: 20px;
    }

    .final-page__progress {
        display: none;
    }

    .answer-variants-cards img {
        background-size: contain;
        object-fit: contain;
    }

    .answer-variants-cards .answer-card-text {
        height: 67px;
    }

    .answer-variants-cards.answer-variants-cards-big .answer-card-text {
        height: 120px;
        top: auto;
    }

    .answer-variants-cards.answer-variants-cards-big .answer-card-text img {
        background-size: cover;
        object-fit: cover;
    }

    #modal-step5 .answer-variants-cards.answer-variants-cards-big .answer-card-text img,
    #step5 .answer-variants-cards.answer-variants-cards-big .answer-card-text img {
        object-position: center bottom;
    }

    .answer-variants-cards.answer-variants-cards-big .answer__title {
        font-size: 14px;
        height: 38px;
        padding-bottom: 5px;
    }

    .bonus-like-diz .list-plusese .title-list-icon,
    .quiz-container-diz .list-plusese .title-list-icon {
        font: 400 14px / 1.2 Roboto;
        margin: 10px 0;
        align-items: unset;
        display: inline-block;
    }

    .bonus-like-diz .sb-title,
    .quiz-container-diz .sb-title {
        font: 500 14px Roboto;
        margin: 0;
    }

    .question-wrapper.question-wrapper-metrag .answer-variants-cards .answer-card-text {
        height: 58px;
    }

    #modal-step6 .answer-variants-cards img,
    #step6 .answer-variants-cards img {
        object-fit: cover;
        -o-object-position: center bottom;
        object-position: center bottom;
    }

    #step6 .answer-variants-cards.answer-variants-cards-big .answer-card-text,
    #modal-step6 .answer-variants-cards.answer-variants-cards-big .answer-card-text {
        height: 150px;
        top: auto;
    }
}

@media (max-width: 450px) {

    .quiz-navbar__button_next-modal,
    .quiz-navbar__button_next {
        width: 100%;
        max-width: 100%;
    }
}

.quiz-full .title:before {
    border: 1px solid transparent !important;
}

#quiz-modal {
    padding: 0 !important;
}

#quiz-modal .container {
    margin: 0;
    padding: 0;
}

.quiz-modal {
    display: none;
}

.question__list li {
    margin-bottom: 10px;
}

input[type="tel"] {
    background: transparent;
}

input[type="tel"]:focus::placeholder {
    opacity: 0;
}

#modal-step12 .question-wrapper__question {
    height: unset;
}

.answer-variants-cards-notext.answer-variants-cards .answer__title {
    height: 0;
    color: transparent;
}

.answer-variants-cards-notext.answer-variants-cards .answer {
    height: 100%;
    width: 100%;
}

.answer-variants-cards-notext.answer-variants-cards .control-label {
    display: flex;
    height: 100%;
}

.answer-variants-cards-notext.answer-variants-cards .answer-card-text {
    height: 100%;
    top: 0;
}

.answer-variants-cards-notext.answer-variants-cards .answer-variants__variant {
    height: 104px;
}

.answer-variants-cards-notext.answer-variants-cards label {
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .answer-variants-cards-notext.answer-variants-cards .answer-variants__variant {
        height: 110px;
    }

    .answer-variants-cards-notext.answer-variants-cards img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .quiz-navbar__progress_dynamic-progress-bar {
        margin: 0
    }

    .quiz-navbar_has-progress {
        display: flex;
    }
}

@media (max-width: 767px) {
    .answer-variants-cards-notext.answer-variants-cards .answer-variants__variant {
        height: 59px;
    }
}

.tooltip-btn {
    display: none;
    position: absolute;
    bottom: -23px;
    font-size: 13px;
    background: #FF30163b;
    padding: 1px 3px;
    right: 0;
}

.title-form-icons {
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
}

.form-send-wrp .ttl-wrp {
    font-weight: 500;
    color: #808080;
    font-size: 16px;
    text-align: left;
}

.form-send-wrp .ttl-wrp span {
    color: #25D366;
}

.disable-btn-wrp.disable-on .disable-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.tooltip-arrow {
    border-top: 5px solid black !important;
}

.answer-variants__variant {
    position: relative;
}

.tooltip-style {
    display: inline;
    position: relative;
}

.answer-variants__variant:hover>.tooltip-style:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #444;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    margin: -82px auto 0;
    font-size: 16px;
    padding: 13px;
    width: 220px;
}

.answer-variants__variant:hover>.tooltip-style:before {
    border: solid;
    border-color: #444 transparent;
    border-width: 12px 6px 0 6px;
    content: "";
    left: 45%;
    bottom: 30px;
    position: absolute;
}

[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 0.9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}

[tooltip][flow^="left"]::before {
    top: 58%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
    white-space: pre-line;
}

[tooltip][flow^="left"]::after {
    top: 58%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
    white-space: pre-line;
    width: 210px;
}

[tooltip][flow^="right"]::before {
    top: 58%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
    white-space: pre-line;
}

[tooltip][flow^="right"]::after {
    top: 58%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
    white-space: pre-line;
    width: 210px;
}

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.answer__title span.info-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    z-index: 1100;
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.16675 13.1667H9.83342V8.16669H8.16675V13.1667ZM9.00008 6.50002C9.23619 6.50002 9.43425 6.42002 9.59425 6.26002C9.75425 6.10002 9.83397 5.90224 9.83342 5.66669C9.83286 5.43113 9.75286 5.23335 9.59342 5.07335C9.43397 4.91335 9.23619 4.83335 9.00008 4.83335C8.76397 4.83335 8.56619 4.91335 8.40675 5.07335C8.2473 5.23335 8.1673 5.43113 8.16675 5.66669C8.16619 5.90224 8.24619 6.1003 8.40675 6.26085C8.5673 6.42141 8.76508 6.50113 9.00008 6.50002ZM9.00008 17.3334C7.8473 17.3334 6.76397 17.1145 5.75008 16.6767C4.73619 16.2389 3.85425 15.6453 3.10425 14.8959C2.35425 14.1464 1.76064 13.2645 1.32342 12.25C0.886194 11.2356 0.667305 10.1522 0.666749 9.00002C0.666194 7.8478 0.885082 6.76447 1.32342 5.75002C1.76175 4.73558 2.35536 3.85363 3.10425 3.10419C3.85314 2.35474 4.73508 1.76113 5.75008 1.32335C6.76508 0.885576 7.84842 0.666687 9.00008 0.666687C10.1517 0.666687 11.2351 0.885576 12.2501 1.32335C13.2651 1.76113 14.147 2.35474 14.8959 3.10419C15.6448 3.85363 16.2387 4.73558 16.6776 5.75002C17.1165 6.76447 17.3351 7.8478 17.3334 9.00002C17.3317 10.1522 17.1129 11.2356 16.6767 12.25C16.2406 13.2645 15.647 14.1464 14.8959 14.8959C14.1448 15.6453 13.2629 16.2392 12.2501 16.6775C11.2373 17.1159 10.154 17.3345 9.00008 17.3334Z" fill="%23656565" fill-opacity="0.35"/></svg>');
    background-size: contain;
    background-position: center;
}

.answer__title svg {
    width: 14px;
    height: 14px;
    fill: #007bff;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #c9c6c6;
}

@media (max-width: 1000px) {
    [tooltip][flow^="left"]::after {
        width: 240px;
    }

    [tooltip][flow^="right"]::after {
        width: 260px;
    }
}

#modal-step11 .answer-variants__variant:first-child,
#step11 .answer-variants__variant:first-child,
#modal-step11 .answer-variants__variant:nth-child(2),
#step11 .answer-variants__variant:nth-child(2) {
    margin-top: 5px;
}

.tooltips {
    position: relative;
    cursor: pointer;
    display: block;
}

.tooltipster-light {
    max-width: 400px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tooltipster-light .tooltipster-content {
    line-height: 1.3em;
}

.wrap {
    width: 500px;
    margin: 2px auto;
}

.tooltips {
    padding: 5px 20px 7px;
    border: 1px solid orange;
    border-radius: 5px;
}

.demo-touch {
    position: relative;
}

.answer-hint {
    display: inline-block;
    cursor: help;
}

.answer-hint:focus {
    outline: none;
}

.answer-hint::-moz-focus-inner {
    border: 0;
}

.answer-hint__help {
    display: inline-block;
}

.answer-hint__help:focus {
    outline: none;
}

.answer-hint__help::-moz-focus-inner {
    border: 0;
}

.answer-hint__help svg {
    width: 12.5px;
    height: 12.5px;
    cursor: help;
}

.answer-hint__help svg path {
    fill: var(--grey-blue);
}

.answer-hint .trigger:focus {
    outline: none;
}

.answer-hint .trigger::-moz-focus-inner {
    border: 0;
}

.answer-hint__button {
    padding: 0;
    border: none;
    background: transparent;
}

.answer-hint__button:focus {
    outline: none;
}

.answer-hint__button::-moz-focus-inner {
    border: 0;
}

.answer-hint .trigger {
    width: 100%;
}

@media (max-width: 818px) {

    .answer-one-image__variant_has-hint .b-checkbox,
    .answer-one-image__variant_has-hint .b-radio,
    .answer-variants__variant_has-hint .b-checkbox,
    .answer-variants__variant_has-hint .b-radio {
        padding-right: 40px;
    }

    .answer-one-image__variant .answer-hint,
    .answer-variants__variant .answer-hint {
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        bottom: 0;
    }

    .answer-one-image__variant .answer-hint__button,
    .answer-variants__variant .answer-hint__button {
        border-left: solid 1px var(--color-bg-2, rgba(217, 216, 230, 0.55));
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        background: var(--color-bg-2, #f7f7f7);
        -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.08);
        box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.08);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .answer-one-image__variant .answer-hint__button:focus,
    .answer-variants__variant .answer-hint__button:focus {
        background: #fffaeb;
        border-left: 1px solid #eadca9;
    }
}

.quiz-container_rtl .answer-hint {
    position: absolute;
    left: 1rem;
}

@media (max-width: 818px) {
    .quiz-container_rtl .answer-hint {
        margin-right: 0;
        left: 0;
        right: auto;
    }

    .quiz-container_rtl .answer-hint .answer-hint__button {
        border-radius: 4px 0 0 4px;
    }
}

.popover_rtl .tooltip-inner.popover-inner p {
    text-align: right;
}

.popover {
    top: 0;
    left: auto;
    right: 0;
}

.modal-body .assistant__text p {
    text-align: left;
}

.assistant__text p {
    margin: 0 !important;
    color: #1A1A1A;
}

.answer-variants-bgtext .answer-card-text {
    background: linear-gradient(180deg, rgba(33, 104, 222, 0) 0%, rgba(33, 104, 222, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-background {
    font-size: 38px;
    color: #2168de;
    text-align: center;
    line-height: 1;
}

@media (max-width: 1100px) {
    .text-background {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .text-background {
        font-size: 22px;
    }

    .disable-btn-wrp {
        width: 100%;
    }
}

.disable-btn-wrp:not(.disable-on) .quiz-navbar__button_next-modal,
.disable-btn-wrp:not(.disable-on) .quiz-navbar__button_next {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #FFDE0245;
        box-shadow: 0 0 0 0 #FFDE0245;
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(111, 71, 142, 0);
        box-shadow: 0 0 0 15px rgba(111, 71, 142, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(111, 71, 142, 0);
        box-shadow: 0 0 0 0 rgba(111, 71, 142, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #FFDE0245;
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(111, 71, 142, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(111, 71, 142, 0);
    }
}

.bonus-ttl {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #808080;
    margin: 30px 0 0;
}

.bonuses-bottom-last-step {
    display: grid;
    gap: 9px;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: repeat(2, 49%);
}

p.ttl-strong {
    font-weight: 600;
    font-size: 16px;
    max-width: 369px;
}

.modal .question.question-wrapper__question.last {
    height: 491px;
}

.modal .list-plusese p {
    margin-bottom: 5px;
}

.question.question-wrapper__question.last {
    position: relative;
    height: 460px;
}

.bonus-sidebar {
    margin-top: auto;
}

.bonus-sidebar__ttl {
    display: none;
    text-transform: uppercase;
    color: #00000099;
    font-size: 17px;
    font-weight: 400;
}

.last-step .bonus-sidebar {
    margin-bottom: auto;
}

.last-step .bonus-sidebar__ttl {
    display: block;
}

@media(max-width: 768px) {
    .quiz-modal .question.question-wrapper__question.last {
        position: static;
    }

    .question.question-wrapper__question.last {
        height: 420px;
        margin-top: 10px;
    }
}

.image-arr {
    position: absolute;
    width: 83px;
    height: 31px;
    right: 0;
    bottom: 0;
}

.quiz-modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 4;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
}

@media(max-width:767px) {
    p.ttl-strong {
        font-size: 12px;
    }

    .bonuses-bottom-last-step {
        display: grid;
        gap: 5px;
        justify-content: flex-start;
        align-items: center;
        grid-template-columns: repeat(2, 50%);
        max-width: 85px;
    }
}

.quiz-modal .modal-dialog {
    max-width: 1140px;
    margin: 2rem auto 0;
    border-radius: 8px;
    overflow: hidden;
}

.modal-backdrop {
    z-index: 99;
}

.quiz-modal .close {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 10px;
}

.quiz-modal .modal-body {
    padding: 0;
}

.quiz-green {
    color: #43C653;
}

.mob-persona {
    display: none;
    align-items: center;
    gap: 5px;
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 7px 5px;
    margin: 0 0 10px;
}

.mob-persona__text-ttl {
    font-weight: 500;
    font-size: 12px;
    color: #1A1A1A;
    margin: 0 0 3px;
}

.mob-persona__text-ttl span {
    font-weight: 400;
    font-size: 10px;
    color: #656565;
}

.mob-persona__text-tt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #1A1A1A;
    font-size: 10px;
    line-height: 1;
    max-width: calc(100vw - 100px);
    margin: 0;
}

.mob-persona__avatar {
    position: relative;
    width: 30px;
    height: 30px;
}

.mob-persona__avatar::after {
    top: 0;
    right: -3px;
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #25D375;
    border: 2px solid #fff;
}

.mob-persona__avatar img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.answer-variants__group .tooltip-mobile__container .answer-variants__variant {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tooltip-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D9;
    width: 29px;
    margin: -10px -15px -10px 0;
    height: 58px;
    border-radius: 0 10px 10px 0;
    background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.16675 12.6667H9.83342V7.66666H8.16675V12.6667ZM9.00008 5.99999C9.23619 5.99999 9.43425 5.91999 9.59425 5.75999C9.75425 5.59999 9.83397 5.40221 9.83342 5.16666C9.83286 4.9311 9.75286 4.73332 9.59342 4.57332C9.43397 4.41332 9.23619 4.33332 9.00008 4.33332C8.76397 4.33332 8.56619 4.41332 8.40675 4.57332C8.2473 4.73332 8.1673 4.9311 8.16675 5.16666C8.16619 5.40221 8.24619 5.60027 8.40675 5.76082C8.5673 5.92138 8.76508 6.0011 9.00008 5.99999ZM9.00008 16.8333C7.8473 16.8333 6.76397 16.6144 5.75008 16.1767C4.73619 15.7389 3.85425 15.1453 3.10425 14.3958C2.35425 13.6464 1.76064 12.7644 1.32342 11.75C0.886194 10.7355 0.667305 9.65221 0.666749 8.49999C0.666194 7.34777 0.885082 6.26443 1.32342 5.24999C1.76175 4.23555 2.35536 3.3536 3.10425 2.60416C3.85314 1.85471 4.73508 1.2611 5.75008 0.823323C6.76508 0.385545 7.84842 0.166656 9.00008 0.166656C10.1517 0.166656 11.2351 0.385545 12.2501 0.823323C13.2651 1.2611 14.147 1.85471 14.8959 2.60416C15.6448 3.3536 16.2387 4.23555 16.6776 5.24999C17.1165 6.26443 17.3351 7.34777 17.3334 8.49999C17.3317 9.65221 17.1129 10.7355 16.6767 11.75C16.2406 12.7644 15.647 13.6464 14.8959 14.3958C14.1448 15.1453 13.2629 15.7392 12.2501 16.1775C11.2373 16.6158 10.154 16.8344 9.00008 16.8333Z" fill="white"/></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.tooltip-mobile.active {
    border-radius: 0 10px 0 0;
    background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.16675 12.6667H9.83342V7.66666H8.16675V12.6667ZM9.00008 5.99999C9.23619 5.99999 9.43425 5.91999 9.59425 5.75999C9.75425 5.59999 9.83397 5.40221 9.83342 5.16666C9.83286 4.9311 9.75286 4.73332 9.59342 4.57332C9.43397 4.41332 9.23619 4.33332 9.00008 4.33332C8.76397 4.33332 8.56619 4.41332 8.40675 4.57332C8.2473 4.73332 8.1673 4.9311 8.16675 5.16666C8.16619 5.40221 8.24619 5.60027 8.40675 5.76082C8.5673 5.92138 8.76508 6.0011 9.00008 5.99999ZM9.00008 16.8333C7.8473 16.8333 6.76397 16.6144 5.75008 16.1767C4.73619 15.7389 3.85425 15.1453 3.10425 14.3958C2.35425 13.6464 1.76064 12.7644 1.32342 11.75C0.886194 10.7355 0.667305 9.65221 0.666749 8.49999C0.666194 7.34777 0.885082 6.26443 1.32342 5.24999C1.76175 4.23555 2.35536 3.3536 3.10425 2.60416C3.85314 1.85471 4.73508 1.2611 5.75008 0.823323C6.76508 0.385545 7.84842 0.166656 9.00008 0.166656C10.1517 0.166656 11.2351 0.385545 12.2501 0.823323C13.2651 1.2611 14.147 1.85471 14.8959 2.60416C15.6448 3.3536 16.2387 4.23555 16.6776 5.24999C17.1165 6.26443 17.3351 7.34777 17.3334 8.49999C17.3317 9.65221 17.1129 10.7355 16.6767 11.75C16.2406 12.7644 15.647 13.6464 14.8959 14.3958C14.1448 15.1453 13.2629 15.7392 12.2501 16.1775C11.2373 16.6158 10.154 16.8344 9.00008 16.8333Z" fill="%23403F41"/></svg>');
}

.tooltip-mobile__text {
    display: none;
    background-color: #403F41;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

@media(max-width: 768px) {
    .answer-variants__group .answer-variants__variant.hint {
        border-radius: 10px 10px 0 0;
    }

    .tooltip-mobile {
        display: flex;
    }

    .tooltip-mobile__text.active {
        display: block;
    }

    .mob-persona {
        display: flex;
    }

    .answer__title span.info-icon {
        display: none;
    }
}

.quiz-static-container {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 55px 160px;
    margin-left: -160px;
    margin-right: -160px;
}

.quiz-static-container h2 {
    margin: 0 0 8px;
}

.quiz-subtitle {
    font-family: var(--font-accent-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #656565;
    margin: 0 0 25px;
}

.quiz-subtitle span {
    color: #f04b4b;
}

.bonus-top-static.bonus-sidebar {
    display: flex;
    gap: 10px;
    max-width: 480px;
    margin: 0 0 25px;
}

.bonus-top-static .quiz__bonuses {
    flex-grow: 1;
}

.bonus-top-static .bonuses__bonus {
    height: 64px;
}

.bonus-top-static .quiz__bonuses_bottom {
    margin: 0;
}

.bonus-top-static .bonus__emoji {
    margin: 0 0 0 15px;
}

.bonus-top-static .bonus_type_emoji .bonus__wrapper,
.bonus-top-static .bonus_type_emoji.bonus_locked .bonus__layer,
.bonus-top-static .bonus_type_emoji.bonus_unlocked .bonus__layer {
    box-shadow: none;
}

@media (max-width: 1500px) {
    .quiz-static-container {
        padding-left: 90px;
        padding-right: 90px;
        margin-left: -90px;
        margin-right: -90px;
    }
}

@media (max-width: 1400px) {
    .quiz-static-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 768px) {
    .quiz-static-container {
        border-radius: 0;
        padding-top: 16px;
        padding-bottom: 25px;
    }

    .bonus-top-static.bonus-sidebar {
        display: none;
    }

    .quiz-subtitle {
        font-size: 17px;
    }

    .answer-variants__variant--order {
        order: 1;
    }
}

.answer__title {
    font-size: 15px;
}

.assistant {
    margin-top: 20px;
}