* {
    box-sizing: border-box;
}

html {
    font-size: 1.8vh;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #47D7FC;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
body {
    margin: 0px 0;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 100%;
}

body.home {
    
}


*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.0);
    background-color: #e9f1fb;
}

*::-webkit-scrollbar
{
    width: 0rem;
    background-color: #e9f1fb;
}

*::-webkit-scrollbar-thumb
{
    background-color: #d1dff1;
    border: 0px solid #555555;
}


a {
    text-decoration: none;
}

.container {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.horisontal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    box-shadow: 0px 0px .5rem #919191;
}
.vertical-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.display-fragments {
    width: 100%; 
    height: 100vh; 
}

.display-fragments .item {
    height: 100%; 
    overflow-y: auto;
    padding-top: 3.6rem;
}

.display-fragments .owl-stage-outer,
.display-fragments .owl-stage,
.display-fragments .owl-item {
    height: 100%;
}

.loading {
    display: block;
    width: 100%; 
    padding: .5rem 0;
}

.loading::after {
    display: block;
    width: 2.8rem;
    height: 5.8rem;
    content: '';
    margin: 0 auto;
    background-image: url('data:image/svg+xml,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -20 40 40">\
<style> /* ...YO DAWG... */ circle { animation: 3s a infinite linear, 2s o infinite linear; }\
@keyframes a {from{stroke-dasharray:100 0}50%25{stroke-dasharray:0 100}to{stroke-dasharray:100 0}}\
@keyframes o {from{stroke-dashoffset:75}to{stroke-dashoffset:375}}\
<%2Fstyle><circle r="15.9154943092" stroke-width="4" fill="none" stroke="deeppink" />\
</svg>');
    background-size: 2.8rem;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes loading {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}


.btn-back {
    position: absolute;
    left: -2.5rem;
    top: 1.1rem;
}
.btn-back img {
    height: 1.7rem;
    width: 1.7rem;
    display: block;
}

.navbar {
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3.2rem;
    justify-content: space-around;
    z-index: 2;
}

.navbar[data-items="1"] .navbar-item { width: 100%; }
.navbar[data-items="2"] .navbar-item { width: calc(100% / 2); }
.navbar[data-items="3"] .navbar-item { width: calc(100% / 3); }
.navbar[data-items="4"] .navbar-item { width: calc(100% / 4); }
.navbar[data-items="5"] .navbar-item { width: calc(100% / 5); }
.navbar[data-items="6"] .navbar-item { width: calc(100% / 6); }

.navbar-item {
    border-left: .1rem solid #b366a6;
}
.navbar-item:first-child {
    border-left: 0;
}

.navbar-item button {
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
    background-color: #A73794;
    color: #fff;
    height: 100%;
    font-size: .9rem;
}
.navbar-item button:active {
    background-color: #b74ca4;
    box-shadow: 0 0 .7rem inset #932a81;
}
.navbar-item button.active {
    background-color: #c159af;
}

.navbar-item button::before {
    opacity: .9;
}

.navbar-item button.active::before {
    opacity: 1;
}

.navbar-item button span {
    display: none;
}
.navbar-item button.active span {
    display: block;
    margin-top: -1px;
}

.empty {
    text-align: center;
    height: 100%;
    padding: 5rem 0;
    color: #b1b1b1;
    font-size: 1.2rem;
}
.empty::before {
    display: block;
    width: 13rem;
    height: 13rem;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

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


.card {
    display: flex;
    align-items: center;
    margin: .8rem;
    box-shadow: 0px .1rem .3rem #b9b9b9;
    border-radius: .5rem;
    padding: .4rem;
    background-image: url(../svg/ic-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2.4rem;
    cursor: pointer;
}
.card:hover {
    background-color: #fbfbfb;
}
.card-content {
    
}
.card-image {
    width: 5.5rem;
}
.card-content-title {
    font-size: 2.4rem;
    letter-spacing: ..5rem;
}
.card-content-subtitle {
    color: #a1a1a1;
}


:root {
    --rowsCol: calc(100% / 4 - 8pt);
}

.bilets {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 2.5rem;
}

.bilets__home {
    gap: 1rem;
}

.bilets-item {
    width: calc(100% / 5);
    flex: auto;
    text-align: center;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 1rem;
    margin: 0 0px 0px 0;
    outline: none;
    border: unset;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    color: #444;
    background-color: #fff;
    box-shadow: 0 .4rem 6px rgb(65 132 144 / 10%), 0 .1rem .3rem rgb(0 0 0 / 8%);
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    vertical-align: top;
    transition: box-shadow 0.2s;
    overflow: hidden;
}

.bilets__home .bilets-item {
    width: calc(100% / 10 - .9rem);
    height: 4rem;
    font-size: 1.8rem;
    line-height: 4rem;
}


.bilets-item.passed-success {
    border-color: green; 
    color: green;
    background-color: #e1fff3;
}
.bilets-item.passed-fail {
    border-color: red;
    color: red;
    background-color: #ffecec;
}

.bilets-item.per-red {
    background-color: #ffb5b5;
}
.bilets-item.per-orange {
    background-color: #fffbec;
}
.bilets-item.per-green {
    background-color: #9fffbe;
}

.bilets-item:hover {
    background-color: #fbfbfb;
}
.bilets-item img {
    width: 100%; 
    height: auto;
}
.bilets-item span.bilet__number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bilets-item span.bilet__finish {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-size: .7rem;
    line-height: 1rem;
}

.bilet__item-progress {
    position: absolute;
    left: 0px;
    bottom: 0rem;
    background: #4b9bdb;
    height: .2rem;
}

.themes {
    width: 100%;
    margin-top: 1rem;
    border: 1px solid #4B9BDB;
    border-radius: .5rem;
    overflow: hidden;
}



.themes__item {
    display: block;
    border: unset;
    background: #fff;
    padding: 1rem 3rem 1rem 1.4rem;
    border-bottom: .05rem solid #c6e1ff;
    background-image: url(../svg/ic-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2.4rem;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.themes__item:last-child {
    border-bottom: unset;
}

.themes__item:hover {
    background-color: #f5faff;
}

.themes__item:focus {
    background-color: #f5f5f5;
}

.themes__item-title {
    display: block;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: .5rem;
    font-size: 1.1rem;
}

.themes__item-counter {
    display: block;
    color: #9b9b9b;
    font-size: .9rem;
}


.examen {
    height: calc(100vh - 10rem);
}


.modal__wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    background: #fff;
    width: calc(100% - 30pt);
    max-width: 20rem;
    padding: 1rem 1.5rem;
    border-radius: .6rem;
    box-shadow: 0px .3rem 1rem #00000063;
}

.modal-title {
    padding: 1rem 0;
    border-bottom: .1rem solid #e7e7e7;
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: bold;
}

.modal p {
    margin-top: 0;
    color: #3a3a3a;
    text-align: center;
    margin: 1rem 0;
}


.window {
    display: none;
    height: 100%;
    width: calc(100% - 16rem);
    margin-left: auto;
}
.window.active {
    display: block;
}

.link-open {
    cursor: pointer;
}

/*
.window::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    background-image: url(../svg/bg-header.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
    transform: rotate(180deg);
}
*/

.window__side {
    width: 300px;
    background-color: #4b9bdb;
    background-image: url(../svg/bg-car.svg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: calc(100% - 5rem);
    position: relative;
    padding: 2.4rem;
}

.window__content {
    display: block;
    width: calc(100% - 3rem);
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
}


.window__title {
    color: #ffffff;
    font-size: 3rem;
    line-height: 100%;
}

.window__description {
    color: #000000;
    margin: .5rem auto;
    font-size: 1.1rem;
    line-height: 110%;
    text-align: center;
    max-width: 20rem;
}

.question-image img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

.question-image img[src="./lib/pdd/bilets/0.png"] {
    display: none;
}

.questions {
    margin-left: -.2rem;
    margin-right: -.2rem;
    width: calc(100% + .4rem);
    padding-bottom: 2rem;
}

.questions-item {
    padding: 1rem 1rem;
    border-radius: 1rem;
    background-color: #ffffff;
    box-shadow: 0px 2px .4rem #46464647;
}

.owl-carousel.questions .owl-item {
    padding: .3rem;
}

.display-menu .menu-item {
    border-color: black !important;
}

.nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    gap: .5rem;
}
.nav button, .nav a {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    gap: 1rem;
    font-size: 1rem;
    line-height: 80%;
    color: #474747;
    border: unset;
    border-bottom: .05rem solid #e9e9e9;
    outline: unset;
    background: #fff;
    text-align: left;
    cursor: pointer;
    border-radius: .5rem;
}
.nav button:last-child,
.nav a:last-child {
    border-bottom: unset;
}
.nav button:hover,
.nav a:hover {
    background-color: #f7f8ff;
}

.nav-title small, .nav-title i {
    color: #b5b5b5;
    font-size: .8rem;
    font-weight: normal;
    font-style: normal;
    display: block;
    margin-top: .4rem;
}






.nav .active::after, 
.nav .active::before {
    position: absolute;
    content: '';
    display: inline-block;
    right: 0;
    border: 1rem solid transparent;
    border-right: .4rem solid #e8f1f9;
}

.nav .active::after {
    right: .4rem;
    border-right-color: #4b9bdb;
}



.tip {
    background-color: #ecdb3e;
    color: #000;
    padding: 2rem;
    border-radius: 1.6rem;
    position: relative;
    font-size: 2.8rem;
    line-height: 110%;
    border: 2px solid black;
    font-weight: 400;
    width: fit-content;
    max-width: 100%;
}



.tip::before {
    display: inline-block;
    width: 1.7rem;
    height: 54px;
    content: '';
    background-image: url(../svg/tip-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -1.6rem;
    top: 3rem;
}

.wrap__tip .tip::before {
    right: unset;
    transform: rotate(180deg);
    left: -1.6rem;
    top: 1rem;
}

.ic {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ic-home {
    background-image: url(../svg/ic-home.svg);
}
.ic-time {
    background-image: url(../svg/ic-time.svg);
}
.ic-timer {
    background-image: url(../svg/ic-timer.svg);
}
.ic-list {
    background-image: url(../svg/ic-list.svg);
}
.ic-info {
    background-image: url(../svg/ic-info.svg);
}
.ic-car {
    background-image: url(../svg/ic-car.svg?1);
    vertical-align: text-top;
    margin-right: .3rem;
}
.ic-traning {
    background-image: url(../svg/ic-traning.svg);
}
.ic-bilets {
    background-image: url(../svg/ic-bilets.svg);
}
.ic-star {
    background-image: url(../svg/ic-star.svg);
}
.ic-error {
    background-image: url(../svg/ic-error.svg);
}
.ic-games {
    background-image: url(../svg/ic-games.svg);
    display: block;
    background-size: 74%;
}
.ic-settings {
    background-image: url(../svg/ic-settings.svg);
    background-size: 62%;
    background-position: center;
    display: block;
}

.head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    color: #4b9bdb;
    position: relative;
    height: 4rem;
    gap: .5rem;
}
.head h2 {
    font-size: 1.5rem;
    height: 2.1rem;
    margin: 0;
    line-height: 2.1rem;
    margin-right: auto;
}

.head a, .link-settings {
    background: #4b9bdb;
    cursor: pointer;
}

.head a:hover, .link-settings:hover {
    background: #6cb3eb;
}

.bilet__title {
    display: flex;
    height: 3rem;
    margin-bottom: 1rem;
}

#timer {
    margin-left: auto;
    font-size: 1.2rem;
    line-height: 2.3rem;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    height: 2.4rem;
    width: 5.4rem;
    text-align: center;
    color: #4b9bdb;
    background: #ffffff;
    box-shadow: 0px 2px 0.4rem #46464647;
}

#timer::before {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    content: '';
    background-image: url(../svg/ic-time.svg);
    vertical-align: middle;
    margin-right: 0.5rem;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    left: -2.5rem;
    top: .2rem;
}

#vopros_number, #bilet_number {
    font-size: 1.2rem;
    line-height: 2.3rem;
    color: #4b9bdb;
    background: #ffffff;
    border-radius: .6rem;
    width: 9rem;
    text-align: center;
    height: 2.4rem;
    box-shadow: 0px 2px 0.4rem #46464647;
}

#vopros_number {
    margin-left: 1rem;
}


.button__menu-toggle {
    display: none;
}


.stat-level {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #fff;
    color: #4b9bdb;
    text-align: center;
    line-height: 2rem;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 50%;
}

.stat__item.bg-red.level-1 .stat-level {
    color: #e7a449;
}
.stat__item.bg-red.level-2 .stat-level {
    color: #4fad73;
}


.block__home {
    
}
.block__home-nav {

}


.stat {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 24rem;
}
.stat__item {
    filter: drop-shadow(0px .4rem 6px rgba(0, 0, 0, 0.17));
    display: inline-flex;
    width: calc(50% - .5rem);
    background-color: #fff;
    padding: 1rem;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    gap: .5rem;
}
.stat__item-title {
    display: block;
    margin: 0rem 0 .5rem 0;
    max-width: 6rem;
}
.stat__item-count {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: auto;
}
.stat__item.bg-red {
    background: #4b9bdb;
    color: #fff;
}

.stat__item.bg-red.level-1 {
    background-color: #ffc97f;
}
.stat__item.bg-red.level-1 .stat__item-count {
    filter: hue-rotate(30deg);
}
.stat__item.bg-red.level-2 {
    background-color: #4fad73;
}
.stat__item.bg-red.level-2 .stat__item-count {
    filter: hue-rotate(-260deg);
}

.stat__item img {
    width: 2rem;
    height: 2rem;
    margin-bottom: .6rem;
    margin-right: .3rem;
}


.block__welcome {
    background-color: #ffffff75;
    border: 1px solid #4B9BDB;
    border-radius: .5rem;
    padding: 2rem;
}
.block__welcome h1 {
    margin-top: 0;
}
.block__welcome p {
    line-height: 130%;
}

.block__welcome::before {
    display: inline-block;
    content: '';
    width: 10rem;
    height: 8rem;
    background-image: url(../svg/program.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
        margin: 0 0 1rem 1rem;
}

.btn-start {
    display: inline-block;
    text-align: center;
    background-color: #4B9BDB;
    color: #fff;
    line-height: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    padding: 0 1rem;
    border-radius: .5rem;
}
.btn-start:hover {
    opacity: .9;
}

.align__center {
    display: flex;
    align-items: center;
    justify-content: center; 
}


.block__question {
    max-width: 70rem; 
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}



.block__question .question-tip {
    background-color: #ffe091 !important;
    border-radius: 1rem;
    border: .1rem solid black;
    padding: 2rem !important;
    margin: 2rem 0;
}

.block__question .question-tip-text {
    font-size: 1.6rem;
}

.block__question .question-tip-title {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
}


.block__question-gaishnik {
    position: fixed;
    right: calc(100vw / 2 - 50rem);
    top: 30vh;
    width: 14rem;
}

.block__question-svetofor {
    position: fixed;
    left: calc(100vw / 2 - 56rem);
    top: 40vh;
    width: 14rem;
}

.block__question-svetofor img {
    max-width: 100%; 
}

.block__bilets {
    display: flex;
    padding: 4rem;
    background: #00000017;
    border-radius: 3rem;
    max-width: 100rem;
    margin: 4rem auto;
    position: relative;
}

.link-favorite {
    display: block;
    cursor: pointer;
    font-size: 1rem;
    color: #4b9bdb;
    width: fit-content;
    margin: 0 auto;
}

.link-favorite::before {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    content: '';
    vertical-align: sub;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .5rem;
}
.link-favorite[data-fav="0"]::before {
    background-image: url(../svg/ic-star-empty.svg);
}
.link-favorite[data-fav="1"]::before {
    background-image: url(../svg/ic-star.svg);
}

.home__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.questions-result {
    position: fixed;
    bottom: 0rem;
    width: calc(100% - 16rem);
    padding: 1rem;
    height: 5rem;
    z-index: 1;
    background: #fff;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.17));
}

.hint__answer {
    display: block;
    text-align: center;
    height: 100%;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #00000033;
    font-weight: 300;
}

.questions-result .btn {
    margin: 0 auto;
    width: fit-content;
}

.owl-carousel .owl-item:last-child {
    border-radius: 0 .2rem .2rem 0;
    overflow: hidden;
}



.custom-label {
    cursor: pointer;
}

.custom-checkbox {
    border: 1px solid #818181;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
}

.custom-checkbox-text {
    
}


body[data-result="show"] .checkbox-body-data-result {
    text-align: center;
    line-height: .8rem;
}
body[data-result="show"] .checkbox-body-data-result::before {
    content: "✔";
    display: inline-block;
    font-size: .8rem;
}
body[data-result="hide"] .checkbox-body-data-result {

}



.stat {
    display: none;
}


.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #4b9bdb;
    height: 100svh;
    width: 16rem;
    padding: 1rem;
    padding-top: 2rem;
}


.copyright {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: center;
    left: 0;
}
.copyright-logo {
    background-image: url(../svg/bg-car.svg);
    display: block;
    height: 8rem;
    width: 10rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.copyright-text {
    color: rgb(255 255 255 / 20%);
    font-weight: bold;
    display: block;
    margin-top: .5rem;
}

.button__menu-toggle {
    display: none;
}

.home__content {
    width: 100%;
}



@media (orientation: portrait) {

    body {
        background: #e8f1f9;
    }

    .window__content {
        padding: 0;
            width: calc(100% - 2rem);
    }

    .window::after {
        background-image: unset;
        background-color: #7B56E5;
        height: 7vh;
        display: none;
    }

    .btn-back + h2 {
        padding-left: 3rem;
    }

    .ic {
        width: 2.2rem;
        height: 2.2rem;
    }

    .examen .display-menu .menu-item {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
        line-height: 2rem;
    }

    #timer::before {
        display: none;
    }

    .btn-back {
        position: absolute;
        left: -.2rem;
        top: 1rem;
    }
    .btn-back img {
        width: 2rem;
        height: 2rem;
    }


    .stat__item-title {
        font-size: 1.2rem;
        max-width: 7rem;
        line-height: 120%;
        margin: 0rem 0 .6rem 0;
    }

    .link-favorite {

    }
    .questions-item {
        
    }

    .question-title {
        font-size: 1.3rem;
    }
    .answers-item {
        font-size: 1.2rem;
    }

    .display-menu + .questions {
        height: 70vh;
        overflow-y: auto;
    }

    .window__description {
        margin-top: 0;
    }

    .nav {
        margin-top: 3rem;
    }

    .nav, 
    .stat {
        width: 100%;
    }

    .block__welcome::before {
        width: 8rem;
        height: 6rem;
    }

    .button__menu-toggle {
        display: block;
        height: 3rem;
        width: 3rem;
        position: absolute;
        left: 1rem;
        top: 1rem;
    }
    .button__menu-toggle span {
        height: .05rem;
        width: 100%;
        display: block;
        background-color: #fff;
        position: absolute;
        top: 1rem;
        transition: transform 400ms, top 400ms;
    }
    .button__menu-toggle span:nth-of-type(1) {
        top: 0rem;
    }
    .button__menu-toggle span:nth-of-type(3) {
        top: 2rem;
    }

    body.head__menu-active .button__menu-toggle span:nth-of-type(1), 
    body.head__menu-active .button__menu-toggle span:nth-of-type(2) {
        transform: rotate(45deg);
        top: 1rem;
    }
    body.head__menu-active .button__menu-toggle span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 1rem;
    }

    #vopros_number, #bilet_number {
        font-size: 1rem;
        width: 7rem;
    }

    .home__block {
        padding-top: 1rem;
    }

    .sidebar {
        width: 5rem;
        padding: .5rem;
        padding-top: 2rem;
    }

    .sidebar .copyright-text, 
    .sidebar .nav-title {
        display: none;
    }

    .questions-result, 
    .window {
        width: calc(100% - 5rem);
    }

    .copyright-logo {
        height: 4rem;
        width: 4rem;
    }

    .nav .ic {
        margin: unset;
    }

    .nav button, .nav a {
        padding: 0.5rem .4rem;
        justify-content: center;
    }


    body.head__menu-active .sidebar {
        width: 16rem;
    }

    body.head__menu-active .nav button, 
    body.head__menu-active .nav a {
        padding: .5rem 1rem;
        justify-content: flex-start;
    }

    body.head__menu-active .sidebar .copyright-text, 
    body.head__menu-active .sidebar .nav-title {
        display: inline-block;
    }

}

