@font-face {
    font-family: transformers-solid-normal;
    font-style: normal;
    font-weight: 100;
    src: local("transformers-solid-normal"),url(./assets/css/transformers-solid-normal/transformers-solid-normal.woff2) format("woff2"),url(./assets/css/transformers-solid-normal/transformers-solid-normal.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: AvenirNextCyr-Demi;
    font-style: normal;
    font-weight: 100;
    src: local("AvenirNextCyr-Demi"),url(./assets/fonts/AvenirNextCyr-Demi.woff2) format("woff2"),url(./assets/fonts/AvenirNextCyr-Demi.woff) format("woff");
    font-display: swap
}

body {
    margin: 0;
    padding: 0 8px;
    font-size: 12px;
    text-align: center;
    font-family: transformers-solid-normal,sans-serif;
    background-color: #000;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

img {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

h1 {
    color: #fff;
    font-size: calc(1vw + 1vh);
    padding: 0;
    font-style: italic;
    margin: 0;
    white-space: nowrap
}

h5 {
    color: #00ebe0;
    font-size: 5px;
    line-height: 4px;
    margin-left: 20px;
    margin-top: 0;
    -moz-box-shadow: 0 0 20px #0bf;
    -webkit-box-shadow: 0 0 20px #e30003;
    box-shadow: 0 0 25px #db2427
}

@media (min-width: 1200px) {
    body {
        font-size:.9rem
    }
}

@media (max-width: 1199px) and (min-width:900px) {
    body {
        font-size:.8rem
    }
}

@media (max-width: 899px) {
    body {
        font-size:.7rem
    }
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.InterAnalyzerV8 {
    width: 23px;
    flex-basis: auto;
    font-size: 17px;
    color: #00ab9d;
    text-shadow: 1px 1px 3px rgba(0,238,255,.76);
    box-shadow: 0 5 10px #c80c29;
    flex-grow: 10;
    text-align: center;
    Vertical-align: middle;
    max-width: 30%;
    height: auto;
    max-height: 30%;
    border: solid 1px #fff;
    border-radius: 50%
}

.bearbull {
    width: 23px;
    flex-basis: auto;
    font-size: 17px;
    color: #00ab9d;
    text-shadow: 1px 1px 3px rgba(0,238,255,.76);
    box-shadow: 0 5 10px #c80c29;
    flex-grow: 10;
    text-align: center;
    Vertical-align: middle;
    max-width: 30%;
    height: auto;
    max-height: 30%;
    border: solid 1px #3ffc05;
    border-radius: 50%
}

.InterAnalyzerV8:hover {
    border: solid 1px #ef0
}

.bearbull:hover {
    border: solid 1px red;
    text-shadow: 1px 1px 3px rgba(0,238,255,.76)
}

img.small-rotate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

img.small-rotate:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

h2 {
    color: #00f;
    font-size: 10px;
    line-height: 5px;
    padding: 0 0;
    font-style: italic;
    margin-bottom: 0
}

.span,.text {
    Vertical-align: middle
}

h5 {
    font-size: 8px;
    color: #ffc118;
    margin-bottom: 1px;
    text-shadow: 1px 1px 1px #3a0e08;
    text-align: center
}

.menu {
    margin-bottom: 0;
    display: flex;
    color: #e5ff00;
    text-shadow: 0 0 5px rgba(0,17,19,.993),0 0 10px #ff0000d5,0 0 15px
}

.oleglr {
    Margin-left: 5px;
    Vertical-align: middle;
    max-width: 65px;
    max-height: 55px
}

.digits {
    margin-top: 0;
    margin-bottom: 5px;
    display: flex;
    font-size: 3vw
}

.digits span {
    padding: 1px 0;
    flex-basis: auto;
    flex-grow: 2;
    text-align: center;
    font-size: 3vw;
    border-radius: 5px;
    color: #fff
}

.digits_moved_Down {
    background: #6e0000;
    background: linear-gradient(90deg,rgba(227,0,0,1) 0,rgba(255,100,100,1) 50%,rgba(227,0,0,1) 100%);
    -moz-box-shadow: 0 0 10px red;
    -webkit-box-shadow: 0 0 10px #e30003;
    padding: 2px 1;
    box-shadow: 0 5 10px #c80c29;
    border: 4px;
    font-weight: 100;
    border-color: #000;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 3vw;
    font-family: AvenirNextCyr-Demi,sans-serif;
    box-shadow: 0 0 0 1.2px #7c0101,0 0 0 1px #ff0057,0 0 0 1px orange
}

.digits_moved_Up {
    background: #002fba;
    background: linear-gradient(90deg,rgba(0,47,186,1) 0,rgba(0,9,255,1) 50%,rgba(0,47,186,1) 100%);
    -moz-box-shadow: 0 0 10px #0bf;
    -webkit-box-shadow: 0 0 10px #000be3;
    padding: 2px 1;
    box-shadow: 0 5 10px #0a23a6;
    border: 4px;
    border-color: #000;
    font-weight: 100;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 3vw;
    font-family: AvenirNextCyr-Demi,sans-serif;
    box-shadow: 0 0 0 1.2px #010783,0 0 0 1px #00dbff,0 0 0 1px #ff00e5
}

.digitsGrd_moved_Down {
    border-top-style: double;
    border: 2px solid #22222b;
    background: #000;
    color: #ff1439;
    font-size: 3vw;
    font-family: AvenirNextCyr-Demi,sans-serif
}

.digitsGrd_moved_Up {
    border: 2px solid #22222b;
    background: #000;
    color: #1439ff;
    font-size: 3vw;
    font-family: AvenirNextCyr-Demi,sans-serif
}

.bGrid,.tGrid {
    margin-top: 0;
    margin-bottom: 0;
    display: flex
}

.bGrid span,.tGrid {
    padding: 0 0;
    flex-basis: auto;
    flex-grow: 9;
    text-align: center;
    font-size: 16px
}

.digits_O {
    background-color: #ff0
}

.digits_E {
    background-color: orange
}

.headcol {
    margin-top: 1px;
    display: flex
}

.headcol span {
    padding: 1px 0;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    font-size: 0;
    margin-bottom: 1px
}

.Head_moved_down {
    background: #6e0000;
    background: linear-gradient(90deg,rgba(227,0,0,1) 0,rgba(255,100,100,1) 50%,rgba(227,0,0,1) 100%);
    -moz-box-shadow: 0 0 5px #ff1f00;
    -webkit-box-shadow: 0 0 5px #e30003;
    box-shadow: 0 0 3px #f53500
}

.Head_moved_up {
    background: #002fba;
    background: linear-gradient(90deg,rgba(0,47,186,1) 0,rgba(0,9,255,1) 50%,rgba(0,47,186,1) 100%);
    -moz-box-shadow: 0 0 15px #0bf;
    -moz-box-shadow: 0 0 5px #ff1f00;
    -webkit-box-shadow: 0 0 3px #0019e3;
    box-shadow: 0 0 3px #0023f5
}

.Head_moved_mid {
    background: #00ba3b;
    background: linear-gradient(90deg,rgba(0,186,59,1) 0,rgba(26,255,0,1) 50%,rgba(0,186,59,1) 100%);
    -moz-box-shadow: 0 0 5px #ff1f00;
    -webkit-box-shadow: 0 0 5px #e30003;
    box-shadow: 0 0 3px #02f500;
    box-shadow: 0 0 3px #00f595
}

.Active_1 {
    border-radius: 100%;
    background: #ff0;
    animation: heartBeat;
    animation-duration: 1s;
    box-shadow: inset 0 0 5px #000;
    color: transparent;
    text-shadow: 0 2px 3px rgba(255,255,255,.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text
}

.Active_1:hover {
    box-shadow: inset 0 0 10px #fbff06
}

.Active_2 {
    border-radius: 100%;
    box-shadow: inset 0 0 5px #000;
    color: transparent;
    text-shadow: 0 2px 3px rgba(255,255,255,.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    z-index: 5
}

.Active_2:hover {
    box-shadow: inset 0 0 10px #00ff15
}

.Active_3 {
    border-radius: 100%;
    border-color: #000;
    animation: flipOutX;
    z-index: 5;
    box-shadow: inset 0 0 5px #000;
    color: transparent;
    text-shadow: 0 2px 3px rgba(255,255,255,.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text
}

.Active_3:hover {
    box-shadow: inset 0 0 10px #73ff00
}

.digit_red {
    border-radius: 100%;
    background: red;
    box-shadow: 0 0 0 1px #000,0 0 0 1px #ff0057,0 0 0 1px orange;
    animation: pulse .9s linear;
    animation-direction: reverse;
    animation-duration: .5s
}

.digit_blue {
    border-radius: 100%;
    background: #00f;
    box-shadow: 0 0 0 1px #000,0 0 0 1px #00b3ff,0 0 0 1px orange;
    animation: pulse .9s linear;
    animation-duration: .5s
}

.head_Bar_down {
    border-top: 5px solid #ff1439
}

.head_Bar_up {
    border-top: 5px solid #1439ff
}

.head_Bar_mid {
    border-top: 5px solid #39ff14
}

table {
    border: 1px solid gray;
    border-collapse: collapse;
    text-align: center;
    background: #000;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-weight: 900;
    color: #000;
    font-style: normal;
    border-spacing: 10% 1%;
    table-layout: fixed
}

.menu span {
    width: auto;
    padding: 1px 0;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    font-size: 9px;
    border-radius: 5px;
    background: #00ff48;
    background: radial-gradient(circle,#2db453 0,#0a3b0d 100%);
    border: none;
    margin-right: 1px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-box-shadow: inset 0 -3px 1px rgba(0,0,0,.45);
    box-shadow: inset 0 -3px 1px rgba(0,0,0,.45),0 2px 2px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 -3px 1px rgba(0,0,0,.45),0 2px 2px rgba(0,0,0,.25);
    box-shadow: inset 0 -3px 1px rgba(0,0,0,.45),0 2px 2px rgba(0,0,0,.25)
}

.menu span:hover {
    background: rgba(255,0,0,.74);
    -moz-box-shadow: 0 0 10px #fbff0083;
    -webkit-box-shadow: 0 0 8px #00cae3;
    box-shadow: 0 0 5px #d400f94d;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

span.menu-active {
    background: #fb3f3f;
    background: radial-gradient(circle,rgba(251,63,63,1) 0,rgba(93,16,16,1) 100%);
    position: relative;
    -webkit-box-shadow: inset 0 -3px 1px rgba(255,255,255,1),inset 0 0 3px rgba(0,0,0,.9);
    -moz-box-shadow: inset 0 -3px 1px rgba(255,0,4,1),inset 0 0 3px rgba(255,10,14,.9);
    box-shadow: inset 0 -3px 1px rgba(255,0,0,1),inset 0 0 3px rgba(255,0,4,.9);
    -moz-box-shadow: 0 0 10px #ff000063;
    -webkit-box-shadow: 0 0 11px #00cae3;
    box-shadow: 0 0 12px #f90000a4
}

.menu:active:after {
    content: "";
    height: 3px;
    background: #86ff30;
    bottom: -.5px
}

.hint {
    color: #ff0
}

.digits {
    margin-top: 0;
    margin-bottom: 3px;
    display: flex
}

.digits span {
    padding: 1px 0;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    color: #e7e7e7
}

.spots {
    margin-top: 4px;
    text-align: center;
    font-family: transformers-solid-normal,sans-serif;
    margin-bottom: 8px;
    height: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

table.iksweb {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: 10px
}

table.iksweb,table.iksweb td,table.iksweb th {
    border: 1px solid #00000000
}

table.iksweb td,table.iksweb th {
    padding: 0;
    width: 30px;
    height: 10px
}

table.iksweb th {
    background: #347c9900;
    color: #fff;
    font-weight: 400
}

.spots_moved_down {
    background: #6e0000;
    background: linear-gradient(90deg,rgba(227,0,0,1) 0,rgba(255,100,100,1) 50%,rgba(227,0,0,1) 100%);
    -moz-box-shadow: 0 0 10px red;
    -webkit-box-shadow: 0 0 10px #e30003;
    padding: 2px 1;
    box-shadow: 0 5 10px #c80c29;
    border: 4px;
    border-color: #5a0a0a;
    margin-right: 1px;
    margin-left: 1px
}

.spots_moved_up {
    background: #002fba;
    background: linear-gradient(90deg,rgba(0,47,186,1) 0,rgba(0,9,255,1) 50%,rgba(0,47,186,1) 100%);
    -moz-box-shadow: 0 0 10px #0bf;
    -webkit-box-shadow: 0 0 10px #000be3;
    padding: 2px 1;
    box-shadow: 0 5 10px #0a23a6;
    border: 4px;
    border-color: #103136;
    margin-right: 1px;
    margin-left: 1px
}

.headcol span {
    padding: 2px 0;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    font-size: 0;
    border-radius: 5px;
    color: #fff
}

.Head_moved_down {
    background-color: #c03
}

.Head_moved_up {
    background-color: #29abe2
}

.Head_moved_mid {
    background-color: #32cd32
}

.placecol {
    margin-bottom: 1px;
    display: flex
}

.placecol span {
    padding: 2px 0;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    font-size: 0;
    color: #fff
}

.Place_moved_down {
    background-color: #c03
}

.Place_moved_up {
    background-color: #29abe2
}

.Place_moved_none {
    background-color: #fff
}

.chartContainer2 {
    height: 123px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chartContainer3 {
    height: 150px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chartContainer0 {
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 123px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block
}

.chartContainer {
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 150px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block
}

.chartContainerDigit {
    height: 123px;
    width: 100%;
    display: inline-block;
    margin: 0 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chartContainerAxisCord {
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 150px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block
}

.input {
    font-family: monospace;
    background: rgba(12,54,8,.59);
    color: #7fff00;
    font-weight: 700;
    border: 1px solid #00eb38
}

#token {
    padding: 2px;
    border-right: transparent;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: dotted;
    font-weight: 400;
    color: #7fff00;
    text-align: center;
    background: rgba(5,27,3,.55)
}

#tokenbtn {
    box-shadow: 0 10px 10px -7px #b07a41;
    background: linear-gradient(to bottom,#c29090 5%,#c94e4e 100%);
    background-color: #c29090;
    border-radius: 4px;
    border: 1px solid #fd0000;
    display: inline-block;
    cursor: pointer;
    color: #96fff9;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    -moz-box-shadow: 0 0 13px red;
    -webkit-box-shadow: 0 0 14px #e30003;
    box-shadow: 0 0 8px #db2427;
    background-color: rgba(188,0,35,.56)
}

#tokenbtn:hover {
    -moz-box-shadow: 0 0 13px red;
    -webkit-box-shadow: 0 0 14px #e30003;
    box-shadow: 0 0 8px #23db5a;
    background-color: rgba(0,167,188,.56);
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0;
    color: #7fff00
}

.top-lblA {
    font-size: 11px;
    color: #00f3ff;
    margin-left: 5px;
    font-size: 10px
}

.top-lbl {
    font-size: 9px;
    color: #00f3ff
}

.input[type=password] {
    width: 100%;
    padding: 5px 15px;
    margin: 2px 0;
    box-sizing: border-box;
    border: 2px solid #6f0;
    border-radius: 4px;
    color: #adff2f
}

.column {
    float: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start
}

.row:after {
    content: "";
    clear: both
}

.mnozstvi_sleva {
    box-shadow: 0 10px 14px -7px #3dcc00;
    background: linear-gradient(to bottom,#49e800 5%,#5ca03b 100%);
    background-color: #47d804;
    border-radius: 4px;
    border: 1px solid #1a0;
    display: inline-block;
    cursor: pointer;
    color: #c4efff;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
    margin-left: 3px;
    height: 20px;
    width: 30px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    -moz-box-shadow: 0 0 13px #ff4f00;
    -webkit-box-shadow: 0 0 14px #4dff00;
    box-shadow: 0 0 3px #4dff00;
    background-color: rgba(60,188,0,.56)
}

.mnozstvi_sleva:hover {
    background: linear-gradient(to bottom,#54ff00 5%,#a3b19c 100%);
    -moz-box-shadow: 0 0 13px #ff4f00;
    -webkit-box-shadow: 0 0 14px #4dff00;
    box-shadow: 0 0 10px #4dff00
}

.mnozstvi_sleva:active {
    position: relative;
    top: 2px
}

.mnozstvi_sprava {
    box-shadow: 0 10px 14px -7px #b07a41;
    background: linear-gradient(to bottom,#bc8c8c 5%,#c94949 100%);
    background-color: #c29090;
    border-radius: 4px;
    border: 1px solid #fd0000;
    display: inline-block;
    cursor: pointer;
    color: #96fff9;
    font-family: Arial;
    margin-right: 3px;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 400;
    height: 20px;
    width: 30px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    -moz-box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 13px #e30003;
    box-shadow: 0 0 13px #db2427;
    background-color: rgba(188,0,35,.56)
}

.mnozstvi_sprava:hover {
    background: linear-gradient(to bottom,#cfcccc 5%,#b81a1a 100%);
    -moz-box-shadow: 0 0 10px red;
    -webkit-box-shadow: 0 0 10px #e30003;
    box-shadow: 0 0 10px #db2427
}

.mnozstvi_sprava:active {
    position: relative;
    top: 2px
}

.textbox-btm {
    border: 1px solid #00ff1d;
    border-radius: 5px;
    width: 100%;
    background: rgba(5,46,12,.07);
    color: rgba(119,239,0,1);
    height: 25px;
    font-size: 18px;
    text-decoration: solid;
    text-shadow: 0 0 5px #9cfd00;
    -moz-box-shadow: 0 0 13px #00ff37;
    box-shadow: 0 0 13px rgba(0,255,157,.397)
}

.risebtn {
    box-shadow: 0 10px 14px 7px #3dcc00;
    background: linear-gradient(to bottom,#4df500 5%,#5dbc2f 100%);
    background-color: #47d804;
    border-radius: 4px;
    border: 2px solid #209e12;
    cursor: pointer;
    color: #0e0d27;
    font-family: Arial;
    font-size: 10px;
    height: 30px;
    width: 60%;
    text-shadow: 0 2px 3px #00420b;
    -moz-box-shadow: 0 0 13px #ff4f00;
    -webkit-box-shadow: 0 0 14px #4dff00;
    box-shadow: 0 0 18px #4dff00;
    background-color: rgba(60,188,0,.56)
}

.risebtn:hover {
    background: linear-gradient(to bottom,#53ff00 40%,#57c723 100%);
    -moz-box-shadow: 0 0 13px #ff4f00;
    -webkit-box-shadow: 0 0 20px #4dff00;
    box-shadow: 0 0 22px #4dff00;
    background-color: #2f0
}

.risebtn:active {
    position: relative;
    top: 3px
}

.fallbtn {
    box-shadow: 0 10px 14px -7px #b07a41;
    background: linear-gradient(to bottom,#ef4646 5%,#bd0808 100%);
    background-color: #c29090;
    border-radius: 4px;
    border: 2px solid #610707;
    cursor: pointer;
    color: #0e0d27;
    font-size: 10px;
    font-family: Arial;
    height: 30px;
    width: 60%;
    text-decoration: solid;
    text-shadow: 0 0 5px #580202;
    -moz-box-shadow: 0 0 13px red;
    -webkit-box-shadow: 0 0 14px #ff0508;
    box-shadow: 0 0 18px #d40002;
    background-color: rgba(224,2,43,.76)
}

.fallbtn:hover {
    background: linear-gradient(to bottom,red 40%,#d02121 100%);
    -moz-box-shadow: 0 0 13px red;
    -webkit-box-shadow: 0 0 20px #ff0508;
    box-shadow: 0 0 25px #a6090b;
    background-color: #c94e4e
}

.fallbtn:active {
    position: relative;
    top: 3px
}

.button-active {
    color: #000!important;
    background-color: #ccc!important
}

#output {
    font-size: 10px;
    margin-top: 5px;
    font-family: transformers-solid-normal,sans-serif;
    text-align: center;
    line-height: auto;
    height: 300px;
    color: #20ee05;
    padding: 1px 1px;
    text-shadow: 1px 1px 2px rgba(0,128,111,.979),0 0 1em #12013b,0 0 .2em rgba(0,0,255,.185);
    -moz-box-shadow: 0 0 13px #00ffd5;
    -webkit-box-shadow: 0 0 14px #40d600;
    box-shadow: 0 0 15px rgba(25,75,0,.493);
    background-color: rgba(0,1,3,.486);
    border-radius: 5px
}

::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 1px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,0)
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 4px;
    background-color: rgba(0,184,19,.29)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,232,253,.36)
}

::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 1px;
    height: 0
}

::-webkit-scrollbar {
    width: 1px
}

#main {
    display: none;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 140%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#main:target {
    display: block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#okno {
    font-family: transformers-solid-normal,sans-serif;
    text-align: center;
    padding: 15px;
    border: 1px solid #63cc00;
    border-radius: 10px;
    color: #3f0;
    position: absolute;
    background-color: #000102ea;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow-wrap: break-word;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.close {
    display: inline-block;
    border: 1px solid #0c2;
    color: #0f0;
    padding: 0 2px;
    margin: 10px;
    text-decoration: color;
    background: #013f04;
    border-radius: 10px;
    font-size: 3vw;
    cursor: pointer;
    text-shadow: 1px 1px 2px red,25 2 40em #00f,0 0 .2em #00f;
    font-size: 13px
}

.close:hover {
    background: #e40316
}

.output {
    display: block;
    margin-top: 1px;
    float: center;
    height: 190px;
    width: auto;
    overflow-x: auto;
    margin: 0 auto
}

.butggton {
    text-decoration: none;
    color: #7f8c8d;
    background: #fefefe;
    padding: 5px 8px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    margin: 20px auto;
    text-align: center;
    display: block;
    width: 120px;
    position: relative;
    height: 25px;
    font: 400 16px verdana
}

a.butggton:after {
    content: "";
    background: linear-gradient(to right,#2ecc71 10%,#3498db 10%,#3498db 20%,#8e44ad 20%,#8e44ad 30%,#e67e22 30%,#e67e22 40%,#c0392b 40%,#c0392b 50%,#2ecc71 50%,#2ecc71 60%,#3498db 60%,#3498db 70%,#8e44ad 70%,#8e44ad 80%,#e67e22 80%,#e67e22 90%,#c0392b 90%);
    background-size: 200% 100%;
    display: inline-block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0
}

a.butggton:hover {
    color: #34495e
}

a.obl {
    position: relative;
    display: block;
    color: #ed2400;
    text-decoration: none;
    margin: 20px auto;
    text-align: center;
    width: 125px;
    font-family: verdana;
    font-size: 22px;
    letter-spacing: 2px;
    border-bottom: 2px solid transparent
}

a.obl:focus,a.obl:hover {
    outline: 0;
    border-bottom: 2px solid #eee
}

a.obl::before,a.obl:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border: 12px double rgba(0,0,0,.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(.2);
    transform: translateX(-50%) translateY(-50%) scale(.2)
}

a.obl:after {
    width: 60px;
    height: 60px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(.8);
    transform: translateX(-50%) translateY(-50%) scale(.8)
}

a.obl:hover:after,a.obl:hover:before {
    -webkit-animation: pulsate 1.2s infinite;
    -moz-animation: pulsate 1.2s infinite;
    -ms-animation: pulsate 1.2s infinite;
    animation: pulsate 1.2s infinite
}

@-webkit-keyframes pulsate {
    30% {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1)
    }

    100% {
        opacity: .3;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.5)
    }
}

@-moz-keyframes pulsate {
    30% {
        opacity: 1;
        -moz-transform: translateX(-50%) translateY(-50%) scale(1)
    }

    100% {
        opacity: .3;
        -moz-transform: translateX(-50%) translateY(-50%) scale(.5)
    }
}

@-ms-keyframes pulsate {
    30% {
        opacity: 1;
        -ms-transform: translateX(-50%) translateY(-50%) scale(1)
    }

    100% {
        opacity: .3;
        -ms-transform: translateX(-50%) translateY(-50%) scale(.5)
    }
}

@keyframes pulsate {
    30% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }

    100% {
        opacity: .3;
        transform: translateX(-50%) translateY(-50%) scale(.5)
    }
}

a.fciA {
    margin: 1px auto;
    font-family: arial;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -1px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 10em;
    color: #d703f3;
    position: relative;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    border-radius: 5px;
    font-family: transformers-solid-normal,sans-serif
}

a.fciA:hover {
    color: red;
    background: rgba(250,0,0,.1);
    border-radius: 5px
}

a.fciA:after {
    left: -20px;
    -webkit-transition-property: left,opacity,top;
    -moz-transition-property: left,opacity,top;
    -o-transition-property: left,opacity,top;
    transition-property: left,opacity,top;
    -webkit-transition-duration: .2s,.2s,.2s;
    -moz-transition-duration: .2s,.2s,.2s;
    -o-transition-duration: .2s,.2s,.2s;
    transition-duration: .2s,.2s,.2s;
    content: "";
    width: 12px;
    height: 12px;
    background: 0 0;
    position: absolute;
    border-left: 5px solid red;
    border-top: 5px solid red;
    top: -22px;
    opacity: 0;
    border-radius: 5px
}

a.fciA:hover:after {
    left: -10px;
    top: -12px;
    opacity: 1
}

a.fciA:before {
    right: -20px;
    -webkit-transition-property: right,opacity,top;
    -moz-transition-property: right,opacity,top;
    -o-transition-property: right,opacity,top;
    transition-property: right,opacity,top;
    -webkit-transition-duration: .2s,.2s,.2s;
    -moz-transition-duration: .2s,.2s,.2s;
    -o-transition-duration: .2s,.2s,.2s;
    transition-duration: .2s,.2s,.2s;
    content: "";
    width: 12px;
    height: 12px;
    background: 0 0;
    position: absolute;
    border-right: 5px solid #df0000;
    border-top: 5px solid red;
    top: -22px;
    opacity: 0;
    border-radius: 5px
}

a.fciA:hover:before {
    right: -10px;
    top: -12px;
    opacity: 1;
    border-radius: 5px
}

.fciSpan:after {
    left: -20px;
    -webkit-transition-property: left,opacity,bottom;
    -moz-transition-property: left,opacity,bottom;
    -o-transition-property: left,opacity,bottom;
    transition-property: left,opacity,bottom;
    -webkit-transition-duration: .2s,.2s,.2s;
    -moz-transition-duration: .2s,.2s,.2s;
    -o-transition-duration: .2s,.2s,.2s;
    transition-duration: .2s,.2s,.2s;
    content: "";
    width: 12px;
    height: 12px;
    background: 0 0;
    position: absolute;
    border-left: 5px solid red;
    border-bottom: 5px solid red;
    bottom: -24px;
    opacity: 0;
    border-radius: 5px
}

.fciSpan:hover:after {
    left: -10px;
    bottom: -14px;
    opacity: 1;
    border-radius: 5px
}

.fciSpan:before {
    right: -20px;
    -webkit-transition-property: right,opacity,bottom;
    -moz-transition-property: right,opacity,bottom;
    -o-transition-property: right,opacity,bottom;
    transition-property: right,opacity,bottom;
    -webkit-transition-duration: .2s,.2s,.2s;
    -moz-transition-duration: .2s,.2s,.2s;
    -o-transition-duration: .2s,.2s,.2s;
    transition-duration: .2s,.2s,.2s;
    content: "";
    width: 12px;
    height: 12px;
    background: 0 0;
    position: absolute;
    border-right: 5px solid #f30;
    border-bottom: 5px solid red;
    bottom: -24px;
    opacity: 0;
    border-radius: 5px
}

.fciSpan:hover:before {
    right: -10px;
    bottom: -14px;
    opacity: 1;
    border-radius: 5px
}

a.bot5 {
    display: block;
    width: 80px;
    margin: 20px auto;
    padding: 7px 20px;
    font-family: inherit;
    font-size: 15px;
    color: #111;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 2px rgba(255,255,255,1);
    background-color: #ccc;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #202020 #1a1a1a #111;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(top,#efefef,#777);
    background-image: -moz-linear-gradient(top,#efefef,#777);
    background-image: -o-linear-gradient(top,#efefef,#777);
    background-image: linear-gradient(to bottom,#efefef,#777);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.09),0 1px 1px rgba(0,0,0,.3);
    box-shadow: inset 0 1px rgba(255,255,255,.09),0 1px 1px rgba(0,0,0,.2)
}

a.bot5:hover {
    background-color: #aaa;
    background-image: -webkit-linear-gradient(top,#ccc,#555);
    background-image: -moz-linear-gradient(top,#ccc,#555);
    background-image: -o-linear-gradient(top,#ccc,#555);
    background-image: linear-gradient(to bottom,#ccc,#555)
}

.bot5.active,a.bot5:active {
    background-color: #b42f32;
    border-color: #1c1c1c #202020 #222;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.3),0 1px rgba(255,255,255,.09);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.3),0 1px rgba(255,255,255,.09)
}

.output {
    width: 100%;
    margin-top: 1px;
    float: center;
    height: 150px;
    width: auto;
    overflow-x: auto;
    margin: 0 auto
}

.online {
    margin-bottom: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2e8836
}

#block1 {
    float: center;
    display: inherit
}

#block2 {
    float: left;
    display: flex;
    width: 500px;
    margin: 2px
}

.tab {
    overflow: hidden;
    margin-bottom: 0;
    background-color: rgba(30,30,30,0);
    border-radius: 4px
}

.tab button {
    color: #012404;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 2px 6px;
    background-color: #041b0d;
    transition: .3s;
    margin-bottom: 2px;
    font-size: 10px;
    border-radius: 6px;
    border-color: rgba(100,165,253,.93);
    -moz-box-shadow: 0 0 1px #035222;
    -webkit-box-shadow: 0 0 3px #044b21;
    box-shadow: 0 0 3px #04b148;
    font-family: transformers-solid-normal,sans-serif
}

.tab button:hover {
    background-color: #0094c1;
    border-radius: 4px
}

.tab button.active {
    background-color: #00ebff;
    border-radius: 4px;
    -moz-box-shadow: 0 0 1px #0bf;
    -webkit-box-shadow: 0 0 3px #e30003;
    box-shadow: 0 0 3px #00f0f4;
    font-family: transformers-solid-normal,sans-serif
}

.tabcontent {
    display: none;
    padding: 1px 0;
    border-radius: 0;
    border-top: none;
    color: #00f7ff;
    font-family: transformers-solid-normal,sans-serif
}

.parent {
    display: grid;
    font-family: transformers-solid-normal,sans-serif;
    grid-template-columns: repeat(0,.1fr);
    grid-template-rows: repeat(0,.1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.div1 {
    grid-area: 1/1/2/2
}

.div2 {
    grid-area: 3/1/4/2
}

.div3 {
    grid-area: 5/1/6/2
}

.div4 {
    grid-area: 2/4/3/6
}

.div5 {
    grid-area: 4/4/5/6
}

.div6 {
    grid-area: 3/3/4/4
}

.div8 {
    grid-area: 2/2/3/3
}

.div9 {
    grid-area: 2/3/3/4
}

.div10 {
    grid-area: 1/2/4/4
}

.parent2 {
    display: grid;
    grid-template-columns: repeat(0,.1fr);
    grid-template-rows: repeat(0,.1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.div1 {
    grid-area: 1/1/2/2
}

.div2 {
    grid-area: 3/1/4/2
}

.div3 {
    grid-area: 5/1/6/2
}

.div4 {
    grid-area: 2/4/3/6
}

.div5 {
    grid-area: 4/4/5/6
}

.div6 {
    grid-area: 3/3/4/4
}

.div8 {
    grid-area: 2/2/3/3
}

.div9 {
    grid-area: 2/3/3/4
}

.div10 {
    grid-area: 1/2/4/4
}

.parent3 {
    display: grid;
    grid-template-columns: repeat(0,.1fr);
    grid-template-rows: repeat(0,.1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.div1 {
    grid-area: 1/1/2/2
}

.div2 {
    grid-area: 3/1/4/2
}

.div3 {
    grid-area: 5/1/6/2
}

.div4 {
    grid-area: 2/4/3/6;
    margin-bottom: 1em
}

.div5 {
    grid-area: 4/4/5/6
}

.div6 {
    grid-area: 3/3/4/4
}

.div8 {
    grid-area: 2/2/3/3
}

.div9 {
    grid-area: 2/3/3/4
}

.div10 {
    grid-area: 1/2/4/4;
    border-radius: 11px;
    box-shadow: inset 6px 6px 5px #13121200,inset -6px -6px 5px #2b2a2a00
}

.tbResult {
    font-size: 130%
}

.tooltip1 {
    display: inline;
    position: relative
}

.tooltip .tooltiptext {
    visibility: hidden;
    content: attr();
    width: 120px;
    opacity: .6;
    background-color: "rgba(7,0,0,0.60)";
    font-size: 10px;
    color: #ffe600;
    text-align: center;
    padding: 0 0;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    left: 400%;
    margin-left: -30px;
    opacity: 0;
    transition: opacity .3s
}

.tooltip .tooltiptext::after {
    position: absolute;
    bottom: 0;
    margin-left: -140px;
    border-width: 5px;
    border-style: solid;
    border-color: #00c3db transparent transparent transparent
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: .3
}

[data-tooltip] {
    position: relative
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    color: #e5ff00;
    padding: .2em;
    pointer-events: none;
    opacity: 0;
    transition: .5s;
    border-radius: 5px
}

[data-tooltip]:hover::after {
    opacity: 1
}

.tooltipvzero {
    border: .4px;
    background-color: #bafd00cc;
    font-family: AvenirNextCyr-Demi,sans-serif;
    font-weight: 700;
    color: #fffb00;
    font-size: 4px
}

.tooltipvzero:hover {
    border: .4px;
    background-color: #00ffffcc;
    font-family: AvenirNextCyr-Demi,sans-serif;
    font-weight: 700;
    color: #fffb00;
    font-size: 7px
}

.tooltipUp {
    border: .4px;
    border-top-left-radius: 5px;
    background-color: #bafd0000;
    font-family: AvenirNextCyr-Demi,sans-serif;
    font-weight: 700;
    color: #00f;
    font-size: 4px;
    display: block;
    position: relative;
    text-shadow: #000 4px 4 4px
}

.tooltipUp:hover {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: .4px;
    background-color: #00ffff25;
    font-family: AvenirNextCyr-Demi,sans-serif;
    font-weight: 700;
    text-shadow: #000 4px 4 4px;
    font-size: 9px
}

.tooltipDw {
    border: .4px;
    background-color: #bafd0000;
    font-family: AvenirNextCyr-Demi,sans-serif;
    font-weight: 700;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 4px;
    text-shadow: #000 4px 4 4px
}

.tooltipDw:hover {
    border: .4px;
    background-color: rgba(255,0,0,.144);
    font-family: AvenirNextCyr-Demi,sans-serif;
    font-weight: 700;
    color: red;
    text-shadow: #000 4px 4 4px;
    font-size: 9px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.candltimer {
    width: 8px;
    margin-top: -2px;
    Vertical-align: middle;
    padding: 0
}

.hidden {
    display: none
}

ul.hr {
    margin: 0;
    padding: 0
}

ul.hr li {
    display: inline
}

.hint {
    color: #ff0
}

.target-1 {
    color: #ff0;
    margin-bottom: -10px
}

.textbox-chrt {
    border: 1px solid #00ff1d;
    border-radius: 5px;
    text-align: center;
    color: #00e7ef;
    width: 19px;
    height: 19px;
    text-decoration: solid;
    background-color: #011408e0;
    text-shadow: 0 0 9px #9cfd00;
    -moz-box-shadow: 0 0 13px #00ff37;
    box-shadow: 0 0 10px rgba(0,255,157,.397)
}

.pulsep {
    margin: 100px;
    display: block;
    width: 22px;
    height: 215px;
    border-radius: 50%;
    background: #cca92c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204,169,44,.4);
    animation: pulse 1s infinite
}

.pulsep:hover {
    animation: none
}

@-webkit-keyframes pulsep {
    1% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44,0)
    }
}

@keyframes pulsep {
    1% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,.4);
        box-shadow: 0 0 0 0 rgba(204,169,44,.4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44,0);
        box-shadow: 0 0 0 10px rgba(204,169,44,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
        box-shadow: 0 0 0 0 rgba(204,169,44,0)
    }
}

.pulse1 {
    display: inline-block;
    width: 20px;
    height: 19px;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0,183,255,.4);
    animation: .5s linear 5s pulse
}

.pulse1:hover {
    animation: .5s linear 1s infinite pulse;
    animation-fill-mode: forwards;
    transform: translateY(80px);
    animation-timing-function: ease-out
}

@-webkit-keyframes pulse1 {
    20% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44,.4)
    }

    85% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44,0)
    }

    20% {
        -webkit-box-shadow: 0 0 0 0 rgba(29,221,0,.41)
    }
}

@keyframes pulse1 {
    20% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,.4);
        box-shadow: 0 0 0 0 rgba(204,169,44,.4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44,0);
        box-shadow: 0 0 0 10px rgba(204,169,44,0)
    }

    30% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
        box-shadow: 0 0 0 0 rgba(204,169,44,0)
    }
}

@keyframes pulse1 {
    50% {
        transform: scale(1.9);
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: .8
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: .9
    }
}

.pulse::after {
    animation-delay: 1.5s;
    box-shadow: 0 0 0 1px #000,0 0 0 1px #00b3ff,0 0 0 1px orange
}

@keyframes pulse4 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    30% {
        opacity: 1
    }

    50% {
        transform: scale(.9);
        opacity: .8
    }
}

.animate-pulse {
    height: 2px;
    line-height: 2px;
    background: rgba(255,255,255,0);
    border-radius: 24px;
    font-weight: 700;
    font-size: 0;
    margin-top: 5px;
    margin-left: 36%;
    margin-right: 36%;
    padding: 11px;
    text-align: center;
    animation: animate_pulse .5s infinite
}

.animate-pulse:hover {
    animation: none
}

@keyframes animate_pulse {
    15% {
        box-shadow: 0 0 0 10px rgba(255,0,30,.1)
    }

    5% {
        box-shadow: 0 0 0 5px rgba(0,243,255,.14)
    }

    1% {
        box-shadow: 0 0 0 3px rgba(200,255,0,.2)
    }
}

.animate-pulse4 {
    border-radius: 98px;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 36%;
    margin-right: 36%;
    padding: 11px;
    text-align: center;
    animation: animate_pulse 1s infinite
}

.animate-pulse4:hover {
    animation: none
}

@keyframes animate_pulse4 {
    15% {
        box-shadow: 0 0 0 10px rgba(255,0,30,.16)
    }

    5% {
        box-shadow: 0 0 0 5px rgba(0,243,255,.35)
    }

    1% {
        box-shadow: 0 0 0 3px rgba(200,255,0,.53)
    }
}

.blueb {
    background: #00f;
    color: #fff;
    border-radius: 48px;
    animation: animate_pulse .5s infinite;
    box-shadow: 0 0 0 1px #06f,0 0 0 1px #00b3ff,0 0 0 1px orange
}

.redb {
    background: red;
    border-radius: 48px;
    color: #fff;
    animation: animate_pulse .5s infinite;
    box-shadow: 0 0 0 1px #fc01c6,0 0 0 1px #00b3ff,0 0 0 1px orange
}

.redpoint {
    background: red;
    border-radius: 48px;
    color: #fff;
    animation: pulse .5s infinite
}

.timer {
    color: #0ff;
    font-size: 10px;
    font-weight: 400;
    background: #002605;
    background: linear-gradient(90deg,rgba(0,38,5,1) 0,rgba(0,69,99,.493) 50%,rgba(0,38,5,1) 100%);
    border-radius: 6px;
    -moz-box-shadow: 0 0 5px #00bbff7e;
    -webkit-box-shadow: 0 0 5px #e3000444;
    box-shadow: 0 0 6px #db242767
}

.signalform {
    display: inline-block;
    line-height: 0;
    padding: 4px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 10px;
    color: #ef0;
    border-radius: 5px;
    border-color: #13c00063;
    background: rgba(255,255,255,.021) linear-gradient(rgba(0,30,94,.199),rgba(2,58,2,.384) 60%,rgba(1,63,114,.192));
    -moz-box-shadow: 0 0 10px #0bf;
    -webkit-box-shadow: 0 0 11px #00cae3;
    box-shadow: 0 0 10px #ff001e49
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    font-size: 8px;
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 10px #000;
    border-radius: 8px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(178,243,0,.247),#3d0327 60%,rgba(0,83,13,.541));
    border-radius: 3px;
    -moz-box-shadow: 0 0 11px #e5ff00;
    -webkit-box-shadow: 0 0 11px #e30000;
    box-shadow: 0 0 12px #12750588;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 9%;
    border-color: #000;
    background-image: repeating-linear-gradient(90deg,#d0ff00,#000 20%,#002f00 20%);
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: green
}

input:focus+.slider {
    box-shadow: 0 0 1px #91d3d9
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px)
}

.slider.round {
    border-radius: 15px
}

.slider.round:before {
    border-radius: 50%
}

.slider:after {
    content: 'xZ';
    color: #fff;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 70%;
    font-size: 10px;
    font-family: Verdana,sans-serif;
    -moz-box-shadow: 0 0 20px #0bf;
    -webkit-box-shadow: 0 0 20px #e30003;
    box-shadow: 0 0 10px #0092c7
}

input:checked+.slider:after {
    content: 'ZZ';
    color: #fff;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 30%;
    font-size: 10px;
    font-family: Verdana,sans-serif
}

.lablcheck {
    display: flex;
    align-content: stretch
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    margin-bottom: 7px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 6px
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control_indicator {
    position: absolute;
    font-size: 8;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: rgba(58,187,217,1);
    background: linear-gradient(rgba(58,122,0,.5) 0,rgba(9,134,0,.6) 50%,rgba(58,122,0,.5) 100%);
    border: 1px solid #00dbff;
    border-radius: 3px
}

.control input:focus~.control_indicator,.control:hover input~.control_indicator {
    background: linear-gradient(rgba(117,247,0,.5) 0,rgba(14,220,0,.6) 50%,rgba(117,247,0,.5) 100%)
}

.control input:checked~.control_indicator {
    background: #f30
}

.control input:checked:focus~.control_indicator,.control:hover input:not([disabled]):checked~.control_indicator {
    background: #da2505
}

.control input:disabled~.control_indicator {
    background: #251f1f;
    opacity: .6;
    pointer-events: none
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control_indicator:after {
    display: inherit
}

.control-checkbox .control_indicator:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #3ff500;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #000
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    margin-left: -6px;
    margin-top: -7px;
    background: #e3f300;
    border-radius: 30px;
    opacity: .7;
    z-index: 8000;
    transform: scale(0)
}

@keyframes s-ripple {
    0% {
        transform: scale(0)
    }

    20% {
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0)
    }

    30% {
        transform: scale(1)
    }

    60% {
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

.control-checkbox input+.control_indicator::before {
    animation: s-ripple 250ms ease-out
}

.control-checkbox input:checked+.control_indicator::before {
    animation-name: s-ripple-dup
}

@-webkit-keyframes loader {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes loader {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    100% {
        transform: rotate(360deg)
    }
}

.hide {
    display: none
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(.5,.5)
    }

    50% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

.memory-game {
    width: 640px;
    height: 640px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.memory-card {
    width: calc(25% - 10px);
    height: calc(33.333% - 10px);
    margin: 5px;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.memory-card:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.memory-card.flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.back-face,.front-face {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    border-radius: 5px;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.front-face {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible
}

.popup__end {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px
}

.popup__content {
    background-color: #fff;
    color: #000;
    width: 80%;
    max-width: 500px;
    height: 80vh;
    max-height: 550px;
    border-radius: 15px;
    border: 1px solid #000
}

.start_image {
    border-radius: 15px 15px 0 0
}

.popup__title {
    font-size: 25px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

.popup__text {
    margin-bottom: 20px;
    font-size: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px
}

.discounts {
    padding-top: 5px
}

.discount {
    list-style: none;
    padding-top: 5px
}

.level__hard {
    width: 60px;
    margin-left: 30px;
    background-color: rgba(199,12,0,.91);
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    transform: translateY(-2px)
}

.level__medium {
    width: 60px;
    margin-left: 30px;
    background-color: rgba(116,215,1,.91);
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    transform: translateY(-2px)
}

.level__easy {
    width: 60px;
    margin-left: 30px;
    background-color: rgba(217,239,1,.96);
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    transform: translateY(-2px)
}

.play_button {
    margin-top: 30px;
    width: 70%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    text-decoration: none;
    background-color: #000;
    border-radius: 15px;
    border: 2px solid #000
}

.popup__start {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px
}

.play {
    padding-left: 20px
}

.score__now {
    font-size: 20px;
    height: 20px;
    width: 0;
    transform: translateX(calc(50vw - 25px));
    z-index: 1
}

.benefit__text,.prize,.score {
    font-size: 20px;
    padding-left: 20px;
    background: #0ff
}

.benefit {
    font-size: 25px;
    padding-left: 20px;
    color: #fff;
    background: rgba(36,36,36,.79)
}

.popup__restart {
    margin-left: 15px;
    color: #274580;
    font-size: 35px
}

@media (max-width : 470px) {
    .memory-card {
        width:calc(33.333% - 10px);
        height: calc(25% - 10px);
        margin: 5px;
        position: relative;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s,-webkit-transform .5s
    }
}

@media (max-height : 330px),(max-height :570px) {
    .popup__title {
        font-size:25px;
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px
    }

    .popup__text {
        margin-bottom: 10px;
        font-size: 18px;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .play_button {
        margin-top: 0;
        height: 45px
    }

    .popup__start {
        padding-top: 3px
    }
}

.telegram-button {
    position: fixed;
    right: 15px;
    bottom: 13px;
    transform: translate(-50%,-50%);
    background: #0014cc;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    z-index: 0
}

.telegram-button a {
    color: #ff00b3
}

.telegram-button:after,.telegram-button:before {
    content: " ";
    display: block;
    position: fixed;
    border: 50%;
    border: 1px solid #0c9;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    animation: animate 2s linear infinite;
    opacity: .6;
    backface-visibility: hidden
}

.telegram-button:after {
    animation-delay: .5s
}

@keyframes animate {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.item {
    max-width: 100%;
    min-width: 10%
}

.items {
    text-shadow: 1px 1px 3px rgba(0,238,255,.76);
    box-shadow: 0 5 10px #c80c29;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999
}
