@font-face {
    font-family: 'Noto Sans Bold';
    src: url('NotoSans-Bold.eot');
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('../fonts/?NotoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/?NotoSans-Bold.woff') format('woff'), url('../fonts/?NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Bold Italic';
    src: url('NotoSans-BoldItalic.eot');
    src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url('../fonts/?NotoSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/?NotoSans-BoldItalic.woff') format('woff'), url('../fonts/?NotoSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans Italic';
    src: url('NotoSans-Italic.eot');
    src: local('Noto Sans Italic'), local('NotoSans-Italic'), url('../fonts/?NotoSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/?NotoSans-Italic.woff') format('woff'), url('../fonts/?NotoSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans.eot');
    src: local('Noto Sans'), local('NotoSans'), url('../fonts/?NotoSans.eot?#iefix') format('embedded-opentype'), url('../fonts/?NotoSans.woff') format('woff'), url('../fonts/?NotoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/?Material-Icons.woff2) format('woff2');
}*/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/?Material-Icons.woff) format('woff');
}


/*html {border: 1px solid blue;}
body {border: 1px solid red;}*/




html, body {
    font-size: 10px;
    font-family: 'Noto Sans';
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: 'kern', 'liga', 'clig', 'calt';
    -webkit-text-rendering: optimizeLegibility;
    -webkit-font-kerning: normal;
    -webkit-font-variant-ligatures: common-ligatures contextual;
    -webkit-font-feature-settings: 'kern', 'liga', 'clig', 'calt';
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    transition: opacity .4s ease-out;
}

.vendor {
    display: block;
    position: absolute;
    color: rgba(255,255,255,0.8);
    font-family: 'Noto Sans';
    font-size: 1em;
    top: -.2em;
    right: 2em;
    cursor: pointer;
    z-index: 10;
}

.console-log {
    position: fixed;
    display: inline-block;
    width: 50em;
    height: 20em;
    top: 2.25em;
    right: 0;
    z-index: 100;
}

.console-text {
    display: block;
    width: 100%;
    overflow: scroll;
}

.console-button {
    position: absolute;
    top: -1.5em;
    right: 1em;
    z-index: 1;
}


.ask-scanner {
    display: none;
    position: absolute;
    width: 32em;
    height: 51.4em;
    overflow: hidden;
    /*background-color: rgba(0,0,0,.5);*/
    /*border: 2px solid red;*/
}


.ask-scanner-canvas {
    display: none;
    position: absolute;
    top: 6em;
    left: 45em;
    width: 32em;
    height: 30em;
    /*border: 1px solid blue;*/
}

.ask-scanner-body {
    display: block;
    position: absolute;
    top: 5.5em;
    width: 32em;
    height: 46em;
    overflow: hidden;
    /*border: 1px solid rgba(255,255,255,.3);*/
}

.ask-scanner-descr {
    display: block;
    position: absolute;
    width: 32em;
    height: 16em;
    top: 30em;
    background: rgba(255,255,255,1);
    text-align: center;
}

.ask-scanner-descr span {
    display: block;
    position: absolute;
    font-size: 1.6em;
    color: black;
    width: 100%;
}

.ask-scanner-descr span:nth-child(1) {
    font-family: 'Noto Sans Italic', 'Noto Sans';
    top: .6em;
}

.ask-scanner-descr span:nth-child(2) {
    top: 4.5em;
    width: 17.8em;
    text-align: center;
    font-size: 1.8em;
}

.ask-scanner-video {
    display: block;
    position: absolute;
    z-index: -1;
}

.ask-scanner-fon {
    display: block;
    position: absolute;
    width: 24em;
    height: 20em;
    border-top: 5em solid rgba(0,0,0,.5);
    border-bottom: 5em solid rgba(0,0,0,.5);
    border-left: 4em solid rgba(0,0,0,.5);
    border-right: 4em solid rgba(0,0,0,.5);
    z-index: 1;
}

.ask-scanner-fon-scan {
    display: none;
    position: absolute;
    top: 0;
    width: .3em;
    height: 20em;
    background: rgba(0,255,0,.5);
    z-index: 2;
    /*-webkit-animation: 2s linear 0s infinite alternate fon_scan;
    animation: 2s linear 0s infinite alternate fon_scan;*/
}

.ask-scanner-line {
    display: block;
    position: absolute;
    width: 24em;
    height: 20em;
    border: 1px solid rgba(255,255,255,.5);
    z-index: 2;
}

.ask-scanner-line-horz {
    display: block;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 10em;
    width: 21em;
    height: .1em;
    border-left: 3em solid rgba(255,255,255,.5);
    border-right: 3em solid rgba(255,255,255,.5);
    z-index: 2;
}

.ask-scanner-line-vert {
    display: block;
    position: absolute;
    margin-left: 12em;
    margin-top: -1.5em;
    width: .1em;
    height: 17em;
    border-top: 3em solid rgba(255,255,255,.5);
    border-bottom: 3em solid rgba(255,255,255,.5);
    z-index: 2;
}

.ask-scanner-panel {
    display: block;
    position: absolute;
    width: 32em;
    height: 4em;
    bottom: 0.5em;
    z-index: 2;
}

.ask-scanner-button {
    display: block;
    position: absolute;
    font-size: 4em;
    width: 1.2em;
    height: 1em;
    color: rgba(0,0,0,.6);
    cursor: pointer;
}

.ask-scanner-button:nth-child(2) { left: 1.2em; }
.ask-scanner-button:nth-child(3) { left: 45%; }
.ask-scanner-button:nth-child(4) { right: .2em; }

.ask-scanner-button span {
    position: absolute;
    left: 0.1em;
}

.ask-scanner-exit {
    position: absolute;
    width: 32em;
    height: 5.5em;
    background: #009688;
    white-space: nowrap;
    z-index: 2;
}

.ask-scanner-exit span {
    position: absolute;
    color: white;
}

.ask-scanner-exit span:nth-child(1) {
    font-size: 3.5em;
    margin-top: .2em;
    cursor: pointer;
}

.ask-scanner-exit span:nth-child(2) {
    font-size: 2em;
    margin-top: .5em;
    left: 3em;
}


.ask-scanner-shar {
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50% 50%;
    opacity: 0;
    z-index: -1;
    /*box-shadow: 0 0 5px rgba(255,0,0,.7);*/
}

.ask-scanner-yellow {
    background: rgba(255,255,0,.4);
}

.ask-scanner-red {
    background: rgba(255,0,0,.4);
}

.menu-sett {
    left: .5em;
}

@-webkit-keyframes fon_scan { from { margin-left:0%; } to { margin-left:100%; }  }
@keyframes fon_scan { from { margin-left:0%; } to { margin-left:100%; }  }
.asksoft-menu-button {
    display: inline-block;
    position: relative;
    color: rgba(0,0,0,.5);
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.asksoft-menu-button span {
    transition: opacity .3s linear;
}

.table-menu {
    display: block;
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 0;
    max-height: 21.6em;
    overflow: hidden;
    overflow-y: auto;
    transition: width .15s linear;

    -ms-overflow-style: -ms-autohiding-scrollbar;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .table-menu {
        /* ie scrollbar color properties */
        scrollbar-face-color: #e0e0e0;
        scrollbar-track-color: #fff;
        scrollbar-arrow-color: white;
        scrollbar-highlight-color: #e0e0e0;
        scrollbar-3dlight-color: none;
        scrollbar-shadow-color: #e0e0e0;
        scrollbar-darkshadow-color: none;
    }

}

/*div::-webkit-media-controls-fullscreen-button {
    display: none;
}*/

.table-menu::-webkit-scrollbar {
    width: .5em;
    background-color: rgba(255,255,255,.2);
}

/*.table-menu::-webkit-scrollbar-track {
    background-color: none;
}*/

.table-menu::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.8);
}

.table-menu::-webkit-scrollbar-button {
    background-color: rgba(255,255,255,.5);
    height: 2.4em;
}



/*video:-webkit-full-screen {
    display: none;
}*/


.table-menu, .table-menu tr, .table-menu td {
    border-collapse: collapse;
}

.table-menu tr {
    height: 2.4em;
}

.mn {
    top: 3.2em;
}

.sett {
    bottom: -27.5em;
}

/*.lang {
    cursor: pointer;
    bottom: 5.5em;
    right: 18.8em;
    z-index: 1;
    background: rgba(0,0,0,.5);
    color: white;
}

.lang tr:hover {
    background: rgba(255,255,255,.2);
}*/

.menu {
    display: block;
    position: absolute;
    /*height: 12em;*/
    /*background: rgba(0,0,0,.5);*/
    cursor: pointer;
    color: white;
    font-size: 1.25em;
    /*transition: margin .1s linear;*/
    z-index: 3;
}

.menu * {
    z-index: 3;
}

.menu-load {
    top: .2em;
    left: 1.5em;
    /*border: 1px solid red;*/
}

.menu-sett {
    bottom: 32.5em;
    /*border: 1px solid blue;*/
}

.menu-button, .menu-button-bold {
    display: flex;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.1em black;
}

.menu-button {
    font-size: .9em;
    white-space: nowrap;
}

.menu-button-bold {
    font-family: 'Noto Sans Bold';
    top: .5em;
}

.menu-button-play {
    padding-left: 2em;
    width: 33em;
    overflow: hidden;
}

.start-menu-icon {
    padding-top: .15em;
    padding-left: .2em;
    font-size: 2.4em;
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.menu-path-icon {
    padding-top: .27em;
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.table-menu td:nth-child(1), .menu td:nth-child(4) {
    width: 1.4em;
    padding-left: .8em;
}

.table-menu td:nth-child(2), .menu td:nth-child(3) {
    width: 12em;
    white-space: nowrap;
}

.menu td:nth-child(3) {
    text-align: right;
}

.table-menu td:nth-child(2) {
    font-family: 'Noto Sans Bold';
}

.menu-icon {
    padding-top: .25em;
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    padding-left: .2em;
}

.menu tr:hover {
    background: rgba(255,255,255,.2);
}

.menu-back {
    border-bottom: 1px solid rgba(255,255,255,.4);
}

.menu-back-text {
    display: flex;
    padding-top: .6em;
}

