.container {
    width: 100 %;
    max-width: 1600px;
}

body {
    background - color: #f9f9f9;
    font-family: Arial;
    font-size: 13.8px;
    color: #444;
    line-height: 24px;
}

body::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 77 %;
    background: #fff;
    height: 100 %;
    transform: skewX(-16 deg);
    transform - origin: 0 0;
    z - index: -1;
}

body::after {
    display: none;
}

#head {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
#body {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
#foot {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 80px auto;
    padding: 0;
    font-size: 12px;
}

.login__description {
    margin - bottom: 110 px;
}

.logout__body {
    margin: 220 px auto;
}

.login_page.col - md - 9 {
    width: 100 %;
}

.logout__footer {
    bottom: 54 px;
}

.brand__nfz {
    position: fixed;
    right: 19 px;
    top: 16 px;
    width: 128 px;
}

# foot {
    padding - left: 44 px !important;
}

.bio - radio {
    padding: 8 px 0 0;
    display: inline - block;
    margin - left: 0;
}

.bio - radio label {
    padding - left: 40 px;
    padding - top: 4 px;
}

.bio - radio label::before {
    padding: 12 px;
}

.bio - radio input: checked+label::after {
    width: 26 px;
    height: 26 px;
    font - size: 16 px;
    padding - left: 5 px;
    text - align: left;
}

.question - table td {
    padding: 0;
}

.td - 100 tr td: not(: first - child) {
    width: 120 px;
    text - align: center;
}

.td - 100 tr td: not(: first - child).bio - radio label {
    padding - left: 0;
}

.td - 100 tr td: not(: first - child).bio - radio {
    margin - left: 0 px;
    padding: 5 px 60 px 23 px 30 px;
}

.td - 100 tr: nth - child(2n) {
    background: #f0f0f0;
}

.utils {
    padding: 6 px 33 px 0;
    text - align: center;
}

.utils a {
    font - size: 24 px;
    color: #333;
}

.utils a.change-size {
    text-decoration: none !important;
    padding: 0 6px;
}

.question {
    margin-left: 0;
    padding-top: 0 !important;
    border-bottom: none;
    margin-bottom: 0;
}

.question-title {
    margin-bottom: 0;
    padding: 0 5px 12px 0;
}

.question::before,
.question::after {
    display: none;
}

# body {
    padding - top: 0;
}

# question_28242.question - title {
    display: none;
}

# controls {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100 %;
    background - color: #fff;
    padding: 0;
    box - shadow: 0 px 0 px 12 px rgba(0, 0, 0, .12);
}

# controls - body.btn - default {
    display: none;
}

# controls - body {
    top: 0;
    margin - bottom: 0;
    text - align: center;
    padding: 12 px 0;
}

.bio - checkbox input: checked+label::before {
    background: #ee3224;
    border - color: #ee3224;
}

.bio - checkbox input: checked+label::after {
    content: "\f00c";
    font - family: "Font Awesome 5 Pro";
    font - style: normal;
    font - weight: normal;
    color: #fff;
    left: 3 px;
}

.bio - checkbox {
    margin - left: 6 px;
}

.td - 50 td {
    width: 50 %;
}

.redirect - alert {
    position: fixed;
    left: 50 %;
    top: 50 %;
    background: #fff;
    transform: translate(-50 %, -50 %);
    padding: 60 px 60 px 22 px;
    z - index: 100000;
    text - align: center;
    box - shadow: 0 px 0 px 32 px rgba(0, 0, 0, .1);
}

.btn - reset {
    float: left;
}

.btn - noreset {
    float: right;
}

.blur {
    filter: blur(6 px)
}

.ovh {
    overflow: hidden;
}

# login - form {
    position: fixed;
    bottom: 60 px;
    left: 50 %;
    transform: translateX(-50 %);
    padding: 0;
    z - index: 10000;
}

# login - form.login__brand {
    display: none;
    margin - bottom: 0;
}

.btn - login {
    font - size: 26 px !important;
    height: 70 px !important;
}

/* contrast theme */
body.dark,
.last_page.dark,
.login_page.dark {
    background - color: #000;
    color: yellow;
    background-image: none;
}

body.dark::before {
    display: none;
}

.dark .utils a {
    color: yellow;
}

.last_page .utils,
.login_page .utils {
    display: none;
}

.dark .question-title {
    color: yellow;
}

.dark .bio-radio input:checked+label::after {
    background: yellow;
    color: # 000;
}

.dark# controls.btn {
    background - color: yellow !important;
    color: #000 !important;
}

.dark .logout__brand {
    filter: brightness(0) invert(1);
}

.dark .logout__header,
.dark .logout__text,
.dark .login__title,
.dark .login__description {
    color: yellow;
}

.dark .logout__body {
    border-color: yellow;
}

.dark # btn - logout {
    background - color: yellow !important;
    color: #000;
}

.dark # login - form {
    background - color: #212121;
}

.dark # login - form img {
    filter: brightness(0) invert(1);
}

.dark# login - form button {
    background - color: yellow;
    color: #000;
}

.dark .bio-checkbox input:checked+label::before {
    background-color: yellow;
    border-color: yellow;
}

.dark .bio-checkbox input:checked+label::after {
    color: # 000;
}

.dark# controls {
    background - color: #212121;
}

.dark .td-100 tr:nth-child(2n) {
    background-color: # 222;
}

.dark.redirect - alert {
    background - color: #2f2f2f;
}

.dark .login__brand,
.dark .brand__nfz {
    filter: brightness(0) invert(1);
}

/* font size */
.fsize-120 {
    font-size: 18px;
}

.fsize-120 .question-title {
    font-size: 20px;
}

.fsize-140 {
    font-size: 20px;
}

.fsize-140 .question-title {
    font-size: 22px;
}




body::before {
    display: none !important;
}

body {
    background: # fff;
}

.redirect-alert {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 60px 60px 22px;
    z-index: 100000;
    text-align: center;
    box-shadow: 0px 0px 32px rgba(0,0,0,.1);
}


.btn-reset {
    float: left;
}

.btn-noreset {
    float: right;
}


/*////// wtf all styles above is broken */

.bio-radio label::before {
  width: 36px;
  height: 36px;
}

.bio-radio input:checked + label::after {
    width: 36px;
    height: 36px;
    padding-left: 12px;
    padding-top: 5px;
    margin: -2px 0 0 0;
}

.bio-radio label {
    height:33px;
}

.bio-radio label {
    padding-left: 45px;
    font-weight: normal;
    padding-top: 5px;
}

































