@charset "UTF-8";

/* Base */
/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

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

label {
    cursor: pointer;
}

legend {
    display: block;
}

main {
    overflow-x: hidden;
}

:root {
    --container-width: 1512px;
    --container-padding: 0px;
    --font-main: "Apax", sans-serif;
    --white: #ffffff;
    --black: #000000;
    --accent-red: #E3001F;
    --accent-green: #008A57;
    --laptop-size: 1199px;
    --tablet-size: 959px;
    --mobile-size: 599px;
}

@font-face {
    font-family: Apax;
    font-display: swap;
    src: url("../fonts/Apax-Bold.woff2") format("woff2"), url("../fonts/Apax-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Miedinger;
    font-display: swap;
    src: url("../fonts/Miedinger-W01-Bold.woff2") format("woff2"), url("../fonts/Miedinger-W01-Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Apax;
    font-display: swap;
    src: url("../fonts/light/Apax-Regular.woff2") format("woff2"), url("../fonts/light/Apax-Regular.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AS Thermal';
    src: local('AS Thermal Regular'), local('AS-Thermal-Regular'),
        url('../fonts/AS-Thermal-Regular.woff2') format('woff2'),
        url('../fonts/AS-Thermal-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AS Thermal XX Wide';
    src: local('AS Thermal XX Wide Regular'), local('AS-Thermal-XX-Wide-Regular'),
        url('../fonts/AS-Thermal-XX-Wide-Regular.woff2') format('woff2'),
        url('../fonts/AS-Thermal-XX-Wide-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AS Thermal X Wide';
    src: local('AS Thermal X Wide Regular'), local('AS-Thermal-X-Wide-Regular'),
        url('../fonts/AS-Thermal-X-Wide-Regular.woff2') format('woff2'),
        url('../fonts/AS-Thermal-X-Wide-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AS Thermal Wide';
    src: local('AS Thermal Wide Regular'), local('AS-Thermal-Wide-Regular'),
        url('../fonts/AS-Thermal-Wide-Regular.woff2') format('woff2'),
        url('../fonts/AS-Thermal-Wide-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PTSans';
    font-display: swap;
    src: url("../fonts/PTSans-Regular.woff2") format("woff2"), url("../fonts/PTSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans';
    font-display: swap;
    src: url("../fonts/PTSans-Bold.woff2") format("woff2"), url("../fonts/PTSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NeutralFace';
    font-display: swap;
    src: url("../fonts/NeutralFace.woff2") format("woff2"), url("../fonts/NeutralFace.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NeutralFace';
    font-display: swap;
    src: url("../fonts/NeutralFaceBold.woff2") format("woff2"), url("../fonts/NeutralFaceBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'YUGothic';
    font-display: swap;
    src: url("../fonts/yu-gothic-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'YUGothic';
    font-display: swap;
    src: url("../fonts/yu-gothic-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN';
    font-display: swap;
    src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN';
    font-display: swap;
    src: url("../fonts/SourceHanSansCN-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

body.dark-theme {
    --white: #000000;
    --black: #ffffff;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: var(--white);
}

body {
    background-color: var(--white);
    color: var(--black);
    font-family: var(--font-main);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

img {
    display: block;
}

a {
    color: var(--link-color);
}

code {
    background-color: #e9f1f6;
    padding: 0.2rem;
    border-radius: 4px;
}

pre.code {
    overflow-x: auto;
    background-color: #e9f1f6;
    padding: 1rem;
    border-radius: 4px;
}

/* Радио-кнопки */
input[type=checkbox] {
    width: 30px;
    height: 30px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    user-select: none;
    font-weight: 400;
    font-size: 20px;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.custom-checkbox>label::after {
    content: "";
    position: absolute;
    left: 7px;
    display: inline-block;
    width: 15.5px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+label:hover::before {
    border-color: #e9ecef;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+label::after {
    background-color: #ffffff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+label::before {
    background-color: #e9ecef;
}

.custom-checkbox>label a {
    text-decoration-line: underline;
}

.btn-start {
    margin-bottom: 29px;
    padding: 20px 23px 20px 43px;
    height: 63px;
    width: 100%;
    background-color: #000000;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: "Miedinger", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-wrap: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: all 0.3s linear;
}

.btn-start a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-start:disabled {
    cursor: not-allowed;
    background-color: #e9ecef;
}

.btn-start svg {
    width: 31.5px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-start svg path {
    stroke: #ffffff;
    transition: all 0.3s linear;
}

.btn-start:hover {
    background-color: var(--accent-red);
    color: #ffffff;
}

.btn-start:hover svg path {
    stroke: #ffffff;
}

.btn-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.btn-back {
    font-size: 14px;
    gap: 4px;
    margin: 0px auto;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 94px;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 100%;
    line-height: 1;
    height: 48px;
    transition: all 0.32s linear;
    cursor: pointer;
}

.btn-back svg {
    margin-top: 2px;
    width: 12px;
    height: 12px;
    fill: #000000;
    transition: all 0.32s linear;
}

.btn-back:hover {
    background: #000000;
    color: #ffffff;
}

.btn-back:hover svg {
    fill: white;
}

.btn-back span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang--go {
    font-size: 14px;
    gap: 4px;
    margin: 0px auto;
    border: 1px solid #f6f7f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    width: 100%;
    max-width: 200px;
    width: 100%;
    height: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    transition: all 0.32s linear;
    margin-top: 30px;
}

.btn-next {
    font-size: 14px;
    gap: 4px;
    margin: 0px auto;
    border: 1px solid #f6f7f9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    width: 100%;
    height: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #808080;
    background: #f6f7f9;
    transition: all 0.32s linear;
    pointer-events: none;
}

.btn-next svg {
    fill: #808080;
    transition: all 0.32s linear;
    margin-top: 2px;
    transform: scale(-1);
    width: 12px;
    height: 12px;
}

.btn-next:hover {
    background: #000000;
    color: #ffffff;
}

.btn-next:hover svg {
    fill: white;
}

.btn-next.active {
    pointer-events: all;
    background: #000000;
    color: #ffffff;
}

.btn-next span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-final {
    display: none;
    font-size: 14px;
    gap: 4px;
    margin: 0px auto;
    border: 1px solid #f6f7f9;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    width: 100%;
    height: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    transition: all 0.32s linear;

}

.btn-final.fade {
    display: none;
}

.section_full {
    width: 100vw;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.start-bg picture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.start-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: white;
    max-width: 500px;
    text-align: center;

}

.text {
    opacity: 0;
    transition: all 0.32s linear;
}

.text.active {
    opacity: 1;
    margin-bottom: 50px;
}


#text1.anim {
    opacity: 0.4;
}

#text2.anim {
    opacity: 0.6;
}

.start-countdown {
    margin-top: 133px;
    width: 190px;
    height: 36px;
    font-size: 34px;
    text-transform: uppercase;
    color: #E3001F;
    font-family: Miedinger;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.start-countdown div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;

}

.start-countdown div.active {
    animation: 1s linear 0s countdown;
}

@keyframes countdown {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    60% {
        opacity: 1;
        transform: scale(1.2);
    }

    80% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* .btn-back__arrow {
    transform: rotate(180deg);
} 

.btn-back__arrow svg {
    width: 31.5px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-back__arrow svg path {
    stroke: var(--black);
    transition: all 0.3s linear;
}

.btn-back:hover {
    background-color: var(--accent-red);
    color: #ffffff;
}

.btn-back:hover svg path {
    stroke: #ffffff;
}*/

.btn {
    font-size: 14px;
    font-weight: 600;
    gap: 4px;
    margin: 0px auto;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 94px;
    letter-spacing: 0.5px;
    width: 100%;
    line-height: 1;
    height: 48px;
    transition: all 0.32s linear;
    cursor: pointer;
}

.btn svg {
    width: 31.5px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn svg path {
    stroke: var(--white);
    transition: all 0.3s linear;
}

.btn:hover {
    background-color: #000000;
    color: #ffffff;
}

body.dark-theme .btn:hover {
    color: #ffffff;
}

body.dark-theme .btn:hover svg path {
    stroke: #ffffff;
}

button#theme-toggle {
    margin-bottom: 0px;
    position: absolute;
    bottom: 5px;
    left: 50px;
}

/* Отключить при необходимости */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Контейнеры */
.container {
    margin: 0 auto;
    padding: 0 var(--container-padding);
    max-width: var(--container-width);
    width: 100%;
}

/* Blocks */
.content__wrap {
    display: flex;
    gap: 23px;
    position: relative;
}

.content__left {
    max-width: 280px;
}

.content .logo {
    margin-top: 71px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.content__title {
    font-family: "Miedinger", sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 0.973;
    transform: rotate(-90deg) translateX(-521px) translateY(-6px);
}

.content__text {
    color: var(--accent-red);
    font-family: "Miedinger", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.46;
    text-wrap: nowrap;
    transform: rotate(-90deg) translateX(-412px) translateY(109px);
}

.content__right {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.content__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content__form-wrap {
    margin-bottom: 69px;
    position: relative;
    z-index: 2;
    max-width: 648px;
    width: 100%;
    color: #ffffff;
}

.content__form {
    width: 100%;
}

.content__form-field {
    margin-bottom: 11px;
    height: 83px;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
}

.content__form-field:last-of-type {
    margin-bottom: 24px;
}

.content__form label {
    max-width: 152px;
    width: 100%;
    height: 100%;
    font-family: "Miedinger", sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__form label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

.content__form input {
    padding: 31px 81px 31px 23px;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.content__form input::placeholder {
    font-family: "Apax", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content .custom-checkbox {
    margin-bottom: 14px;
}

.content .custom-checkbox:last-child {
    margin-bottom: 0;
}

.lang {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.lang-title {
    margin-bottom: 20px;
}

.select2-container {
    max-width: 200px !important;
    width: 100% !important;
}

option {
    outline: none;
    border: none;
}

select {
    outline: none;
    border: none;
    max-width: 40px;
    width: 100%;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
}

.select2-results__option {
    font-size: 14px !important;
}

body .ru {
    font-family: 'PTSans', sans-serif;
}

body .jp {
    font-family: 'YUGothic', sans-serif;
}

body .cht,
body .chs {
    font-family: 'SourceHanSansCN', sans-serif;
}

.ru .result-score--name,
.ru .start-countdown {
    font-family: 'NeutralFace', sans-serif;
}

@media (max-width: 1500px) {
    /* .content__wrap {
        height: 750px;
        gap: 0;
    } */

    .content__left {
        max-width: 240px;
    }

    .content__title {
        font-size: 60px;
        transform: rotate(-90deg) translateX(-338px) translateY(-6px);
    }

    .content__text {
        font-size: 40px;
        transform: rotate(-90deg) translateX(-251px) translateY(90px);
    }

    .content__form-wrap {
        margin-bottom: 25px;
    }

    .btn-start {
        margin-bottom: 17px;
    }
}

.icon--logo {
    width: 137px;
    height: 46px;
}

.icon--arrows {
    width: 31.5px;
    height: 28px;
    stroke: #ffffff;
    fill: #000000;
}

/* .question .content__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
 */

.question__img {
    width: 100%;
}

.question__img-small {
    max-width: 326px;
}

.question__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal__content {
    padding: 30px;
}

.question__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.question__info {}

.question__number {
    font-size: 14px;
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
}

.question__number span {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.question__number-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .question-item {
    margin-bottom: 30px;
} */

.question__text {
    max-width: 870px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    height: 100%;
    min-height: 46px;
}

.modal .question__text {
    font-size: 16px;
    min-height: unset;
    margin-bottom: 0px;
}

.modal .question__answer-user {
    font-size: 16px;
}

.modal .question__answer-user.red {
    color: #E3001F;
    text-decoration: line-through;
    line-height: 1.1;
    text-decoration-style: solid;
}

.modal .question__answer-right.green {
    display: none;
}

.modal .question__answer-user.red:before {}

.modal .question__answer-information {
    margin-top: 5px;
    font-size: 14px;
    color: #000000 !important;
    line-height: 1.2;
    font-style: italic;
}

.modal .question-item {
    margin-bottom: 15px;
}

.modal .question__id {
    color: #000000;
    font-size: 14px;
}

.modal .question__answer-information.green {
    display: none;
}

.modal .question__answer-right {
    color: #008A57;
    font-size: 16px;
}


.content__right .question__text {
    text-align: center;
    margin: 0px auto;

}

.modal__close {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.question__wrap div {
    font-size: 16px;
    ;
}

.question__options {
    margin-bottom: 45px;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    column-gap: 20px;
    row-gap: 15px;
}

.question__options-item {
    width: 100%;
    border: 1px solid #d9d9d9;
    display: flex;
    cursor: pointer;
    transition: all 0.3s linear;
    padding: 16px;
}

.question__options-item:hover {
    background-color: var(--black);
    color: #ffffff;
}

.question__marker {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Miedinger", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 16px;
}


.question__answer {
    /* text-transform: uppercase; */
    padding-left: 0px;
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

}

/* .question__answer-text {
    max-width: 270px;
} */

.question__answer svg {
    width: 31.5px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question__answer svg path {
    stroke: var(--black);
    transition: all 0.3s linear;
}

.question__options-item.active {
    background-color: var(--black);
    color: #ffffff;
}

.question__options-item.active svg path {
    stroke: #ffffff;
}


.btn-prev {}

#question-list {
    display: none;
}

#question-list.slick-initialized {
    display: block;
}

.modal #question-list {
    display: block;
}

.question-answer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-top: 20px;
}

.table {
    max-width: 200px;
    width: 100%;
    margin-top: 40px;
}

.table__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border: 1px solid #000000;
}

.question__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.result-wrap {
    background: #FCF8EF;
    border-radius: 10px;
    max-width: 380px;
    width: 100%;
    margin: 0px auto;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
}

.result-wrap__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../img/dots.png');
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.result-name {
    font-size: 22px;
    font-weight: 700;
    font-family: Miedinger;
    color: #E3001F;
    text-align: center;
    margin-top: 0px;
    line-height: 1.1;
    margin-bottom: 24px;
    margin-top: 10px;
}

.buttons {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.result-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    padding: 16px;
    position: relative;
    background: #40332C0A;
    margin-bottom: 10px;
    margin: 0px auto;
    height: 316px;
    width: 316px;
    width: 100%;
    /* overflow: hidden; */
}

.result-photo form {
    margin: 0px;
    width: unset;
    max-width: unset;
}

.result-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.result-plus {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.result-plus span:nth-child(4) {
    position: absolute;
    bottom: -13px;
    right: -8px;
}

.result-plus span:nth-child(3) {
    position: absolute;
    bottom: -13px;
    left: -8px;
}

.result-plus span:nth-child(2) {
    position: absolute;
    top: -11px;
    right: -8px;
}

.result-plus span:first-child {
    position: absolute;
    top: -11px;
    left: -8px;
}


/* .result-score--item {
    display: none;
}

.result-score--item.active {
    display: block;
} */

.result-score--name {
    font-size: 14px;
    font-weight: 700;
    font-family: Miedinger;
    color: #E3001F;
}

.result-score--count {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    font-family: 'AS Thermal';
    letter-spacing: 90%;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.result-score--count span {
    display: inline-block;
}

.result-score--count span:first-child {
    margin-left: 5px;
}

.result-score--text {
    font-size: 14px;
    margin-top: 5px;
    color: #808080;
    font-weight: 400;
    /* font-family: 'AS Thermal Wide'; */
}

.result-score__inf {
    border-left: 1px solid #E3001F;
    padding-left: 6px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.result-again_download {
    text-transform: uppercase;
}

.result-btn {
    font-size: 14px;
    grid-row: 700;
    color: #000000;
    background: #DAD9D9;
    max-width: 100%;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #DAD9D9;
}

.result-btn_detail {
    font-size: 14px;
    grid-row: 700;
    color: #000000;
    background: #DAD9D9;
    max-width: 100%;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #DAD9D9;
    background: #000000;
    color: #ffffff;
}

.result-again {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.result-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section_height {
    height: 100%;
    width: 100%;
    padding: 60px 0px;
    min-height: 100vh;
    box-sizing: border-box;
}

@media (max-width: 1500px) {

    .question__img-small {
        max-width: 240px;
    }

    .question__info {
        margin-bottom: 25px;
    }

    .question__options {
        margin-bottom: 25px;
    }

    .question__text {
        font-size: 19px;
    }

    /* .question__options-item {
        height: 76px;
    } */

    /* .question__answer {
        padding: 20px 15px;
    } */
}

.ready .content__right {
    padding: 70px 76px 63px 70px;
}

.ready__wrap {
    width: 100%;
    position: relative;
    z-index: 2;
}

.ready__text {
    margin: 0 auto;
    margin-bottom: 78px;
    max-width: 997px;
    color: #ffffff;
    text-align: center;
    font-family: "Miedinger", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.46;
}

.ready .btn-back {
    max-width: 187px;
    background-color: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

.ready .btn-back svg path {
    stroke: #ffffff;
}

.ready .btn-back:hover {
    background-color: var(--accent-red);
    color: #ffffff;
}

.ready .btn-back:hover svg path {
    stroke: #ffffff;
}

.ready .btn {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

.ready .btn svg path {
    stroke: #ffffff;
}

.ready .btn:hover {
    background-color: var(--accent-red);
    color: #ffffff;
}

.ready .btn:hover svg path {
    stroke: #ffffff;
}

.result .content__right {
    padding-top: 38px;
    padding-right: 28px;
    padding-left: 38px;
    padding-bottom: 64px;
    align-items: start;
}

.result__wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
}

.result__top {
    padding-top: 55px;
    padding-left: 55px;
    padding-right: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}

.result__bg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.result-wrap__img {
    position: relative;
    width: 380px;
    height: 640px;
}

.result-wrap__img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.result__bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result__title {
    margin-bottom: 26px;
    color: #ffffff;
    font-family: "Miedinger", sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 0.973;
}

.result__text {
    max-width: 506px;
    width: 100%;
    color: #ffffff;
    font-size: 25px;
}

.result__img {
    padding-top: 50px;
    max-width: 431px;
}

.result__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result__bottom {
    margin-top: auto;
    padding-left: 56px;
    padding-right: 44px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.result__qr {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.result__qr-img {
    margin-bottom: 14px;
}

.result .btn {
    max-width: 298px;
    padding-left: 29px;
    background-color: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

.result .btn svg path {
    stroke: #ffffff;
}

.result .btn:hover {
    background-color: var(--accent-red);
}




.start__btn.btn {
    background: #E3001F;
    color: #ffffff;
    text-align: center;
    border-color: #ffffff;
    justify-content: center;
    padding: 17px;
}

.start__btn.btn:hover {
    background: #ffffff;
    color: #E3001F;
}

.content__form-wrap_register {
    max-width: 800px;
}

.content__form-wrap_register iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;

}

.content__form-wrap__iframe {
    height: 600px;
    background: white;
    margin-bottom: 30px;

}

.content__form-wrap_register .start__btn {
    display: flex;
}

.table__item.active {
    background: #008a57
}

.red {
    color: #E3001F
}

.green {
    color: #008a57;
}


.share {
    font-size: 20px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 32px;
    padding: 12px;
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.question__result-answer {
    margin-bottom: 40px;
}

.question-slide {
    width: 100%;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.section_fade {
    display: none;
}

.question {
    padding: 16px
}

.question__id {
    color: #E3001F;
}




.question__photo {
    width: 100%;
    /* height: 454px; */
    position: relative;
    margin-bottom: 20px;
}



.question__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.question-plus span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-plus span:first-child {
    content: '';
    position: absolute;
    top: -19px;
    left: -19px;
    width: 15px;
    height: 15px;
}

.question-plus span:nth-child(2) {
    content: '';
    position: absolute;
    top: -19px;
    right: -19px;
    width: 15px;
    height: 15px;
}

.question-plus span:nth-child(3) {
    content: '';
    position: absolute;
    bottom: -19px;
    left: -19px;
    width: 15px;
    height: 15px;
}

.question-plus span:nth-child(4) {
    content: '';
    position: absolute;
    bottom: -19px;
    right: -19px;
    width: 15px;
    height: 15px;
}

.content__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}

/* .content__right {
    display: none;
} */
.lang-earth span {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40px;
}

.lang-earth {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    line-height: 1;
    position: absolute;
    right: -17px;
    top: -8px;
    padding: 15px;
    background-color: #ffffff;
}

.add-photo {
    position: relative;
    z-index: 11;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.add-photo__title {
    text-align: center;
    margin-bottom: 20px;
}

#featured_upload {
    opacity: 0;
    display: none;
    transform: scale(0);
}

.add-photo__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-radius: 32px;
    padding: 4px 20px 4px 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.add-photo__btn span:first-child {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    border-radius: 50%;
    margin-right: 10px;

}

.slick-list {
    /* padding: 30px !important; */
    margin: 0px -30px !important;
}

.slick-slide {
    margin: 30px 30px !important;
}

#imgInp {
    display: none;
}

#blah {
    display: none;
}

.lang-earth:hover .lang-earth__list {
    opacity: 1;
    transform: scale(1);
}

.lang-earth__list {
    transition: all 0.2s linear;
    opacity: 0;
    transform-origin: top;
    transform: scale(0);
    background: white;
    position: absolute;
    top: 32px;
    left: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 22;
    padding: 10px;
    max-width: 100px;
    width: 100%;
    width: 78px;
    gap: 10px;
}

.skip {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.section_intro {
    width: 100vw;
    height: 100vh;
}

.section_intro .lang-earth {
    right: 10px;
    top: 10px;
    z-index: 11;
}

.section_intro .lang-earth__list {
    max-width: 71px;
    left: 0px;
}

#lang-selected {
    text-transform: uppercase;
}

.intro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.intro-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.intro-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro__info {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 32px;
}


.intro__title h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: Miedinger;
    text-align: center;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 12px;
}

.intro__logo {
    width: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.intro__logo svg {
    width: 100%;
    height: 100%;
}

.intro__title h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
    display: block;
}

.intro__btn {
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 436px;
    height: 40px;
    width: 100%;
    margin: 0px auto;
    transition: all 0.2s linear;
    cursor: pointer;
}

.intro__btn:hover {
    background: #000000;
    color: #ffffff;
}

.result-wrap__picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.result-wrap__placeholder {
    width: 100%;
}

.content-container {
    max-width: 900px;
    margin: auto;
}

.page-title {
    font-size: 2rem;
    margin: 1.5em 0;
}

.account-form-row {
    margin: 0.5em 0;
}

.submit-account-form-row {
    margin-top: 1.5em;
}

.account-form-row label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.account-form-row select {
    max-width: 300px;
    font-weight: normal;
}

.account-form-row input {
    border: 1px solid black;
    max-width: 300px;
    width: 100%;
    padding: 0.3em 0.5em;
}

/* .submit-account-btn {
    max-width: 300px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0.5em;
} */


.result-content__two {
    display: none;
    opacity: 1;
}

.result-content__two.active {
    display: flex;
    opacity: 1;
}

.result-height {
    min-height: 800px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.result-content__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.intro-logo__start {
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-logo__start svg {
    width: 60px;
    height: 60px;
}

.intro-logo__start img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

form {
    /* max-width: 600px; */
    width: 100%;
    margin: 60px auto 0px auto
}

form h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.form-group span {
    margin-bottom: 10px;
    display: inline-block;
}

form input {
    border: 1px solid #d9d9d9;
    max-width: 100%;
    width: 100%;
    height: 46px;
    padding: 12px;

}

form textarea {
    border: 1px solid #d9d9d9;
    max-width: 100%;
    width: 100%;
    height: 120px;
    padding: 12px;
    resize: none;

}

form label {
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}

.form-text {
    font-size: 14px;
    text-align: center;
}

.form-text a {
    text-decoration: underline;
    margin-left: 10px;
}

.form-group__flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
}

.form-group__flex label {
    margin-bottom: 0px;
}

.form-group__flex .btn-back {
    height: 46px;
    margin-left: 10px;
}

.retake-picture {
    display: none;
}

.share-btn-link {
    display: none
}

.buttons .retake-picture {
    margin-top: 0px;
    cursor: pointer;
}

.result-download-photo .result-wrap__img {
    /* height: 675px; */
    height: 670px;
    position: relative;
}
.result-wrap .result-wrap__img img{
    position: relative;
    z-index: 1;
}
.result-content__hide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.result-content__visable {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.result-content__visable a {
    display: inline-block;
}

.adlibis-login {
    padding: 60px 0px;
}

/* ar lang */
.ar .question__options-item {
    text-align: right;
    justify-content: flex-end;

}

.ar .question__answer {
    order: -1;
    justify-content: flex-end;
}

.ar .question__marker {
    margin-right: 0px;
    margin-left: 10px;
}

.ar .result-score__inf {
    text-align: right;
    border-left: none;
    border-right: 1px solid #E3001F;
    padding-right: 10px;
}

.lang-change {
    margin-top: 30px;
}

.lang-change__title {
    font-weight: 600;
    margin-bottom: 20px;
}

.lang-change select {
    max-width: 120px;
    border: 1px solid #d9d9d9;
    max-width: 100%;
    width: 100%;
    height: 46px;
    padding: 12px;
    font-weight: 400;
    font-size: 16px !important;
}

.form-group__wrap {
    display: none;
}

.form-group__wrap.active {
    display: block;
}

.card-boutique .delete {
    font-size: 14px;
    color: #E3001F;
    text-decoration: underline;
}

.card-boutique__info {
    display: none;
    margin-top: 20px;
    cursor: default;
}

.card-boutique__info form {
    margin-top: 0px;
}

.card-boutique__title {
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.card-boutique__title span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-boutique__title svg {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    margin-top: 2px;
}

.card-boutique__arrow {
    transition: all 0.32s linear;
}

.card-boutique form label {
    cursor: default;
}

.card-boutique.open .card-boutique__arrow {
    transform: scaleY(-1);
}

.card-boutique {
    border: 1px solid #808080;
    padding: 15px;
    margin-bottom: 10px;
}

.card-boutique .form-group {
    margin-bottom: 0px;
}

.card-boutique__info .form-group textarea {
    pointer-events: none;
}

.card-boutique .lang-change {
    margin-bottom: 20px;
}

.card-boutique .form-group__flex {
    margin-bottom: 20px;
}
.question__options-item.no-active{
    pointer-events: none;
}

@media(max-width: 1500px) {
    .question-answer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .question {
        padding: 16px 30px;
    }
}

@media(max-width:768px) {
    .question__counter {
        font-size: 14px;
    }

    .question__wrap div {
        font-size: 16px;
    }

    section {
        padding: 60px 15px !important;
    }

    .question {
        padding: 16px 30px !important;
    }

    .question__options-item {
        height: unset;
    }

    .question-answer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .question__text {
        min-height: unset;
    }

    /* .question__photo {
        height: 250px;
    } */

    .question__answer {
        font-size: 14px;
    }
    .section_form{
        padding: 0px !important;
        /* padding-bottom: 60px !important; */
    }
    .result-download-photo .result-wrap__img{
        height: 671px;
    }
}

@media(max-width: 550px) {
    
    .section_height {
        padding-top: 10px !important;
        display: flex;
        justify-content: center;
        align-items: flex-start;

    }
    .result-wrap__img img{
        position: unset;
    }
    .result-download-photo .result-wrap__img{
        background: transparent;
        width: unset;
        height: unset;
        padding: 0px;
    }
    .result-photo{
        width: 280px;
        height: 280px;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1 / 1
    }
    .result-wrap{
        max-width: 390px;
    }
    .result-score__inf{
        max-width: 280px;
        margin-top: 20px;
    }
    .result-score--text{
        font-size: 13px;
    }
    .result-score--name{
        font-size: 13px;
    }
    .result-score--count{
        font-size: 13px;
    }
    .result-wrap{
        padding: 40px;
    }
}
@media(max-width: 450px) {
     /* .result-photo{
        width: 100%;
        height: unset;
        aspect-ratio: 1 / 1;
        -webkit-aspect-ratio: 1 / 1;
        
    } */
}

/* @media(max-width: 380px) {
    .result-wrap__img {
        width: 322px;
    }

    .result-download-photo .result-wrap__img {
        height: 620px;
    }
} */

@media(max-width: 380px) {
   .result-wrap{
        max-width: 320px;
    }
    .result-download-photo .result-wrap__img {
        height: 570px;
    }
}