html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

.container.container_white {
    background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
}

audio:not([controls]) {
    height: 0;
    display: none;
}

[hidden], template {
    display: none;
}

.mob_menu-icon-open2 {
    display: none;
}

a {
    background-color: #0000;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    min-height: calc(100vh - 18px);
    overflow: auto;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.quiz-step {
    display: none;
    opacity: 0;
    transform: scale(0.98);
    pointer-events: none;
    transition: all .28s ease;
    position: relative;
    padding: 0 15px;
    padding-bottom: 43px;
    height: 100%;
    flex: 1;
    padding-bottom: 129px;
    padding-bottom: 20px;
}

.quiz-step.active {
    display: block;
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
    text-align: center;
    /* padding-bottom: 43px; */
    flex: 1;
    position: relative;
    height: 100vh;
    height: calc(100vh - 300px);
}

.quiz-step.exit {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
}

button {
    cursor: pointer;
}

button.selected {
    /* outline: 2px solid #0073e6; */
    /* transform: translateY(-2px); */
    transition: 0.3s;
}

.block_quiz2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}

.block_quiz8 {
    background-color: #F1F1F1;
    background: #F1F1F1;
    border-radius: 18px;
    padding: 18px 20px 1px;
}

.block_quiz7 {
    margin-bottom: 27px;
}

.block_quiz1 {
    max-width: 527px;
    margin: 0 auto;
    max-width: 575px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 24px 24px 0px;
    overflow: hidden;
}

.block_quiz6 {
    display: flex;
    justify-content: space-between;
}

.block_quiz6 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    /* Black */
    color: #171717;
}

.block_quiz111 {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 14px;
}

.block_quiz6 svg text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 31px;
    text-align: center;
    /* White */
    color: #ff0000;
}

.block_quiz3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    /* Black */
    color: #171717;
    margin-bottom: 0;
}

.block_quiz4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    /* Black */
    color: #171717;
    padding: 8px 20px;
    gap: 10px;
    background: #F2F5F9;
    border-radius: 8px;
}

.block_quiz4 p {
    margin-bottom: 0;
}

p.block_quiz9 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    /* Black */
    color: #171717;
    text-align: left;
    margin-bottom: 6px;
}

.block_quiz10 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* Black */
    color: #171717;
    text-align: left;
}

.block_quiz10 {
}

.block_quiz11 {
    position: relative;
    padding-bottom: 35px;
}

.block_quiz12 {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.block_quiz13 {
    width: 50px;
    height: 50px;
    background: #F2F5F9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-width: 50px;
}

.block_quiz16 {
    position: absolute;
    right: -23px;
    bottom: 0;
}

.quiz-step_img111 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 31px;
    text-align: center;
}

.quiz-step_img112 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 31px;
    text-align: center;
}

.quiz-step_img10 {
    position: relative;
}

.quiz-step_img10 svg {
    position: relative;
}

.gdgfds32 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.kigj345 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.block_quiz14 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #24234D;
    text-align: left;
    margin-bottom: 3px;
}

.block_quiz15 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #24234D;
    text-align: left;
}

.checkbox-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 6px;
    position: relative;
    justify-content: flex-start;
}

.checkbox-btn input {
    display: none;
}

.checkbox-btn.selected {
    background: #f5f5f5;
    border-color: #93278f;
    outline: 3px solid #93278f;
}

.quiz-progress {
    position: relative;
    height: 6px;
    background: #eee0;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #F1F1F1;
}

.quiz-progress_wrep {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 15px;
    /* box-sizing: content-box; */
    margin-top: 0px;
}

.quiz-progress-fill {
    position: absolute;
    height: 100%;
    width: 0;
    background: #93278F;
    border-radius: 3px;
    transition: width 0.4s;
}

.quiz-progress-text {
    text-align: right;
    margin-top: 4px;
    font-size: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    /* Black */
    color: #171717;
}

.answer-item {
    margin-bottom: 4px;
    font-size: 14px;
}

.question-title0 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    /* Black */
    color: #171717;
    margin-bottom: 17px;
    /* margin-top: 128px; */
}

.question40 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    /* Black */
    color: #171717;
}

.info-block {
    max-width: 668px;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 21px;
}

.info-block2 {
    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 26px;
    margin-top: 4px;
    margin-bottom: 30px;
}

span.answer_text {
    width: 230px;
    height: 66px;
    background: #93278F;
    border-radius: 0px 0px 18px 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -2px;
}

.button2 .answer_text2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    /* Black */
    color: #171717;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    margin-bottom: -2px;
    /* padding-left: 180px; */
    text-align: left;
    /* position: relative; */
    /* z-index: 3; */
    /* margin-left: auto; */
    margin-right: auto;
}

.button1 {
    display: flex;
    flex-direction: column;
    /* Card */
    box-sizing: border-box;
    width: 230px;
    height: 248px;
    background: #FFFFFF;
    /* Purple */
    border: 2px solid #93278F;
    border-radius: 18px;
    align-items: center;
    justify-content: flex-end;
}

.button2 {
    display: flex;
    flex-direction: row;
    /* Card */
    box-sizing: border-box;
    width: 100%;
    height: 163px;
    background: #F5F5F5;
    border-radius: 18px;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    /* border: none; */
    position: relative;
    border: none;
    pointer-events: auto;
}

.button_wrep1 {
    max-width: 491px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 29px;
}

span.answer_img {
    position: relative;
    z-index: 4;
}

span.answer_img img {
    margin-top: -15px;
}

.logo {
    /* text-align: center; */
    /* margin-top: 19px; */
}

.container_menu {
    position: relative;
    margin: 0 auto;
    max-width: 588px;
    height: 61px;
    margin-top: 18px;
}

.wrep-btn1.wrep-btn1_desc {
    position: absolute;
    right: 15px;
    top: 3px;
}

.modal-content {
    display: none;
}

.modal-content {
    display: none !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 114px;
    background-color: #fff;
    z-index: 2;
    text-align: center;
    padding-bottom: 19px;
}

.close-button {
    display: none;
    margin-top: -3px;
    cursor: pointer;
}

.age-group {
    max-width: 491px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 20px; */
    /* row-gap: 40px; */
    column-gap: 25px;
}

.desc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    /* Gray */
    color: #6B7280;
    max-width: 823px;
    margin: 0 auto;
    margin-top: 41px;
}

.button_wrep2 {
    max-width: 510px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* gap: 20px; */
    row-gap: 31px;
    column-gap: 25px;
    flex-direction: column;
    margin-bottom: 20px;
    /* padding-bottom: 147px; */
    /* height: calc(100vh - 571px); */
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.question-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #24234D;
    /* margin-bottom: 27px; */
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 17px;
}

.question20 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #6B7280;
    margin-bottom: 41px;
}

.question-title6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #000000;
    /* margin-bottom: 27px; */
    max-width: 483px;
    margin: 0 auto;
    margin-bottom: 27px;
    margin-top: 37px;
}

span.answer_img2 {
    /* position: absolute; */
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 130px;
    align-items: center;
    /* margin-right: auto; */
    margin-right: 20px;
    margin-left: 20px;
}

.logo_img2 {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.quiz-progress {
    /* display: none; */
    margin-top: 16px;
    width: 100%;
}

.quiz-step[data-step="1"] .answer_img2 {
    /* font-size: 28px; */
    /* position: absolute; */
    bottom: -1px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

span.progress-current {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    /* Purple */
    color: #93278F;
}

.close-button_wrep.active img {
    display: none !important;
}

.close-button_wrep img {
    pointer-events: auto;
    display: none !important;
}

button.quiz-back-btn {
    background-image: url('../images/back_1.svg');
    width: 24px;
    height: 21px;
    background-color: #ff000000;
}

.bot_back {
    width: 30px;
    position: absolute;
    margin-top: 11px;
}

button.next {
    max-width: 575px;
    height: 86px;
    /* Purple */
    background: #93278F;
    border-radius: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    margin-top: 81px;
    width: 100%;
    margin-bottom: 30px;
    position: fixed;
    /* bottom: 5px; */
    /* bottom: 3rem; */
    left: 0;
    right: 0;
    bottom: 25px;
    /* top: 23px; */
    /* display: flex; */
    margin: 0 auto;
}

a.next1 {
    max-width: 575px;
    margin: 0 auto;
    height: 86px;
    /* Purple */
    background: #93278F;
    border-radius: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    margin-top: 81px;
    width: 100%;
    margin-bottom: 30px;
    display: block;
    /* margin: 0 auto; */
    line-height: 88px;
}

p.question2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #6B7280;
    margin-top: 22px;
}

.checkbox-btn2 {
    /* Frame 11 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    gap: 12px;
    min-width: 159px;
    height: 84px;
    background: #F5F5F5;
    border-radius: 1200px;
    position: static;
    border: 0px solid #ccc;
    width: auto;
    outline: 0px solid #0073e6;
}

.button2.checkbox-btn2 .answer_text2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    /* Black */
    color: #171717;
    margin-bottom: -2px;
    padding-left: 0;
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.checkbox-btn2 .answer_img2 {
    position: static;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: auto;
    /* max-width: 36px; */
}

.checkbox-btn2 .answer_img2 img {
    width: 100%;
    height: 36px;
    max-width: 36px;
}

.multiple .button_wrep2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 761px;
    justify-content: center;
    gap: 25px;
    /* position: relative; */
    height: calc(100vh - 460px);
    overflow-x: auto;
    padding-top: 15px;
}

.next.continue:disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.checkbox-btn2.selected {
    background: #93278F;
    outline: 0px solid #0073e6;
}

.checkbox-btn2.selected .answer_text2 {
    color: #fff;
}

.img_0 {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

span.answer_img2 img {
    width: fit-content;
    display: flex;
    align-items: center;
    align-content: center;
}

span.answer_img2 {
}

.container.active button.quiz-back-btn {
    display: none;
}

.container.active .wrep-btn1.wrep-btn1_desc {
    display: none;
}

.quiz-progress.active {
    display: none;
}

.checkbox1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 8px;
}

.checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox1 .checkmark {
    width: 27px;
    height: 27px;
    border: 2px solid #555;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    /* background: #93278f; */
    border: 0px solid #178AD5;
    border-radius: 6px;
    /* height: 23px; */
    min-width: 27px;
    background-image: url('../images/form_icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.checkbox1 input:checked + .checkmark::after {
    background-size: 12px;
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 21px;
    height: 19px;
    /* border: solid #000; */
    border-width: 0 2px 2px 0;
    /* transform: rotate(45deg); */
    background: #93278f;
    background-size: 17px;
}

.checkbox1 input[type="checkbox"]:before {
    content=""; display: block;
    width: 24px;
    height: 24px;
    background: #0F74B6;
    border: 1px solid #178AD5;
    border-radius: 6px;
}

input[type="checkbox"] {
    /* Frame 22 */
    box-sizing: border-box;
    width: 24px;
    height: 59px;
    background: #0F74B6;
    border: 1px solid #178AD5;
    border-radius: 6px;
    opacity: 0;
    /* padding-left: 59px; */
}

label.checkbox1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* Black */
    color: #171717;
    flex: none;
    order: 1;
    /* padding-left: 14px; */
    flex-grow: 1;
    /* margin-left: 14px; */
    display: block;
    display: flex;
    margin-bottom: 12px;
    margin-top: 16px;
    gap: 20px;
}

span.checkmark_label {
    /* padding-left: 26px; */
    /* margin-left: 11px; */
    display: block;
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* Black */
    color: #171717;
}

.question22 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    /* Black */
    color: #171717;
    margin-bottom: 40px;
}

.question5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height */
    text-align: center;
    text-decoration-line: underline;
    color: #24234D;
    margin-bottom: 48px;
}

.question6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    /* Black */
    color: #171717;
    margin-bottom: 46px;
}

.question6 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    /* Black */
    color: #171717;
}

.question7 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    /* Black */
    color: #171717;
}

.question8 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    /* identical to box height */
    text-align: center;
    /* Purple */
    color: #93278F;
}

.question9 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */
    text-align: center;
    color: #24234D;
}

.checkbox-btn {
    height: 158px;
    padding-right: 70px;
    transition: 0.3s;
}

.checkbox-btn2 {
    height: 84px;
    padding-right: 24px;
    transition: 0.3s;
}

.checkbox-btn:before {
    content: "";
    position: absolute;
    background-image: url('../images/Ellipse1.svg');
    right: 25px;
    top: 63px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.checkbox-btn2:before {
    display: none;
}

.checkbox-btn.selected:before {
    content: "";
    background-image: url('../images/Ellipse2.svg');
}

@media screen and (max-width: 1450px) {
    .img_0 {
        max-width: 200px;
    }

    .img_0 img {
    }
}

.quiz-step_img1 {
    /* margin-bottom: -42px; */
}

.quiz-step_img1 img {
    /* margin-bottom: -42px; */
    width: 321px;
    margin-right: -27px;
}

.question-title b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    /* Purple */
    color: #93278F;
}

.quiz-step_form {
    max-width: 575px;
    margin: 0 auto;
}

input[type="email"] {
    /* Frame 27 */
    box-sizing: border-box;
    max-width: 575px;
    height: 74px;
    /* White */
    background: #FFFFFF;
    border: 1px solid #C5C7CC;
    border-radius: 16px;
    background: #ffffff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: left;
    color: #C5C7CC;
    position: relative;
    padding-left: 61px;
    width: 100%;
}

input[type="email"]::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: left;
    color: #C5C7CC;
}

.quiz-step_input {
    position: relative;
}

.quiz-step_input:before {
    content: "";
    position: absolute;
    background-image: url('../images/input.svg');
    left: 24px;
    top: 29px;
    width: 32px;
    height: 32px;
    z-index: 7;
    display: block;
    background-repeat: no-repeat;
}

form#quiz-form {
    margin-top: 59px;
}

.question-title7 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #24234D;
    /* margin-bottom: 27px; */
    max-width: 934px;
    margin: 0 auto;
}

.question-title7 b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    /* Purple */
    color: #93278F;
}

button[type="submit"] {
    max-width: 575px;
    width: 100%;
    height: 86px;
    /* Purple */
    background: #93278F;
    border-radius: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    margin-top: 81px;
}

@media screen and (max-width: 630px) {
    .multiple .button_wrep2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        max-width: 761px;
        justify-content: center;
        gap: 25px;
        /* position: relative; */
        height: calc(100vh - 340px);
        overflow-x: auto;
        padding-top: 15px;
    }

    .block_quiz16 {
        max-width: 270px;
        position: static;
        margin-left: auto;
        margin-top: 127px;
    }

    .block_quiz11 {
        padding-bottom: 0;
    }

    .block_quiz16 img {
        max-width: 213px;
    }

    .button_wrep1 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .button_wrep2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .multiple .button_wrep2 {
        gap: 20px;
        padding-left: 8px;
        padding-right: 16px;
    }

    .img_0 {
        /* position: static; */
        margin-left: auto;
        margin-top: 24px;
        /* margin-top: 200px; */
    }

    .quiz-step {
        padding-bottom: 0;
    }

    .checkbox-btn span {
        font-size: 15px !important;
    }

    .button2 .answer_text2 {
        /* padding-left: 120px !important; */
        font-size: 15px;
        line-height: 19px;
        padding-right: 7px;
    }

    .checkbox-btn .answer_img2 {
        min-width: 90px;
        min-width: 54px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .checkbox-btn span {
    }

    .checkbox-btn2 .answer_img2 {
        min-width: 36px;
    }

    .quiz-step_img1 {
    }

    .quiz-step_img1 svg {
        width: 100%;
        height: auto;
    }

    .quiz-step[data-step="1"] .answer_img2 {
        width: 100px;
        min-width: 90px;
        width: 90px;
    }

    .quiz-step[data-step="1"] .button2 {
        height: 108px;
    }

    span.answer_img2 {
        min-width: 90px;
        width: 90px;
        min-width: 45px;
        width: 45px;
        margin-right: 15px;
        margin-left: 10px;
    }

    span.answer_img2 img {
        width: 100%;
    }

    .quiz-progress_wrep {
        margin-top: 4px;
    }

    .question-title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 9px;
    }

    p.question2 {
        margin-top: 14px;
        font-size: 15px;
        line-height: 23px;
    }

    .info-block2 {
        margin-bottom: 20px;
        margin-top: 14px;
    }

    .button2 {
        height: 82px;
    }

    .checkbox-btn2 {
        height: 51px;
        padding: 9px;
        padding-right: 15px;
    }

    button.next {
        font-size: 20px;
        line-height: 31px;
        height: 67px;
        max-width: 300px;
    }

    a.next1 {
        font-size: 20px;
        line-height: 73px;
        height: 73px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .question-title6 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .question-title7 {
    }

    .question-title8 {
    }

    .question22 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 27px;
    }

    .question5 {
        font-size: 22px;
        line-height: 30px;
    }

    .question6 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .question6 span {
        font-size: 20px;
        line-height: 26px;
    }

    .question7 {
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
    }

    .question8 {
        font-size: 41px;
        line-height: 45px;
        margin-bottom: 6px;
    }

    .question9 {
        font-size: 24px;
        line-height: 32px;
    }

    .quiz-step_img10 svg {
        width: 100%;
    }

    .checkbox-btn:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 35px;
    }

    .question-title0 {
        font-size: 38px;
        line-height: 41px;
    }

    .block_quiz6 p {
        font-size: 16px;
        line-height: 21px;
    }

    .block_quiz1 {
        padding: 24px 10px 0px;
    }

    .block_quiz8 {
        padding: 18px 10px 1px;
    }

    .block_quiz15 {
        font-size: 14px;
        line-height: 18px;
    }

    .block_quiz3 {
        font-size: 19px;
        line-height: 21px;
        padding-top: 6px;
    }

    * {
    }

    .quiz-step[data-step="7"] .img_0 {
        position: static;
    }

    .quiz-step[data-step="10"] .img_0 {
        position: static;
    }

    .quiz-step[data-step="18"] .img_0 {
        position: static;
    }

    .quiz-step[data-step="18"] button.next {
        position: absolute;
        bottom: 245px;
    }
}

.container {
    padding: 0 15px;
}

.question-title55 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    /* identical to box height */
    text-align: center;
    /* Purple */
    color: #93278F;
    margin-bottom: 19px;
    margin-top: 40px;
}

.question55 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #24234D;
}

div#quiz {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 79px);
    /* padding: 0 15px; */
}

button#restart-quiz {
    max-width: 575px;
    height: 86px;
    /* Purple */
    background: #93278F;
    border-radius: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    margin-top: 81px;
    width: 100%;
    margin-bottom: 30px;
}

.quiz-step[data-step="4"] .answer_text2 {
    margin-left: auto;
}

.quiz-step[data-step="7"] .answer_text2 {
    margin-left: auto;
}

.quiz-step[data-step="20"] .answer_text2 {
    margin-left: auto;
}

.quiz-step[data-step="10"] .answer_text2 {
    padding-left: 20px;
    padding-right: 20px;
}

.button_wrep2::-webkit-scrollbar {
    width: 6px;
}

.button_wrep2::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.button_wrep2::-webkit-scrollbar-thumb {
    background: #343434e6;
    border-radius: 4px;
}

.button_wrep2::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f0f0f0;
}
