.t-quiz {
    --step-padding-top: 45px;
    --padding-vertical: 35px;
    --padding-horizontal: 45px;
    --primary-color: #1f5bff;
    --primary-color-transparent: #1f5bff33;
    --panel-default-bg-color: #f4f4f4;
    --text-secondary: rgba(0, 0, 0, .5);
    --background-padding: 10px;
    --two-cols-even: minmax(0, 1fr) minmax(0, 1fr);
    --two-cols-odd: minmax(0, 1fr) minmax(0, 2fr);
    --full-height: 100vh;
    --full-height-with-border: calc(100vh - var(--border-size)* 2);
    --min-height-mobile: 550px;
    --max-height-mobile: 1000vh;
    --min-height-tablet: 850px;
    --gap-between-two-cols: 40px;
    --panel-type: none;
}