:root { 
  --bg-color: #eee;
  --text-col: #000;
  --bg-clo2: #fff;
  --block-col: #fff;
  --boto: #ddd;
  --comboxtext: #fff;
  --inpt: #fff;
  --btn-bg: #fff;
  --ssilk-color: #0000CF;
  --border: #333;
  --e: #BAFCB0;
  --t: #FEFFB8;
    --w: #FF9494;
}

.dark-theme {
  --bg-color: #0E0E11;
  --text-col: #f0f0f0;
  --block-col: #202022;
  --bg-clo2: #333;
    --boto: #9b9b9c;
    --comboxtext: #9b9b9c;
    --inpt: #333;
    --btn-bg: #333;
    --ssilk-color: #f7f21a;
    --border: #777;
    --e: #094600;
    --t: #C69700;
      --w: #4C0000;
}


body{
    font-family: 'Times New Roman';
    color: var(--text-col);
    overflow-x: hidden;
    overflow-y: hidden;
    background: var(--bg-color);

}

.head{
    position: absolute;
    top: 0;
    width: 100%;
    margin:0 auto;
    left:0;
    right:0;
    height: 100vh;
}

.content{
    position: absolute;
    display: block;
    top: 50px;
    height: 100vh;
    width: calc(98% - 20px);
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 0 10px;
}

.content::-webkit-scrollbar {
    width: 0;
}

.minmaxBlock{
    position: relative;
    top: 5px;
    display: inline-flex;
    left: 50%;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #444;
    padding: 7px 10px;
    z-index: 4;
    border: 1px solid #000;
}

.minmaxText{
    position: relative;
    display: block;
    margin-left: 10px;
    font-size: calc(20px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    color: #fff;
}

.minmaxPole{
    position: relative;
    width: 80px;
    right: 0;
    top: 0;
    margin-left: 10px;
    font-size: calc(20px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    z-index: 2;
  background: var(--block-col);
 color: var(--text-col);
        border-radius: 5px;
    padding: 3px 4px;
    outline: 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 1) inset;
    -moz-box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 1) inset;
    box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 1) inset;
}

.inf{
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: table;
    font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    outline: none;
    text-decoration: none;
    font-weight: normal;
    font-family: "Times New Roman";
    padding: 5px 10px;
    border-radius: 10px;
    text-align: left;
    line-height: 1.2em;
     background: var(--btn-bg);

    border: 1px solid;
    border-color: var(--border);
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
}

.inf2{
    position: relative;
    display: inline-block;
    right: 0;
    top: 0;
    margin-right: 3px;
    font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    z-index: 2;
    background: var(--btn-bg);
    color: var(--text-col);
    border-radius: 5px;
    padding: 3px 4px;
border: 1px solid;
border-color: var(--border);
}

.inf3{
    position: relative;
    display: inline-block;
    font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    outline: none;
    text-decoration: none;
        color: var(--text-col);
    font-weight: normal;
    font-family: "Times New Roman";
    left: 3px;
    border-radius: 10px;
    text-align: left;
    line-height: 1.2em;
}

.tableozenok{
    position: relative;
    height: calc(100% - 80px);
    z-index: 3;
}

table{
    display: table;
    position: relative;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-spacing: 0;
    top: 50%;
    transform: translateY(-45%);
    border-spacing: 10px;
    border-radius: 7px;
    background: var(--block-col);
    cursor: grab;
}

table:active {
cursor: grabbing;
}

td{
    text-align: center;
    font-size: calc(24px + (15 + 30 * 0.7) * ((100vw - 320px)/1000));
    padding: 3px 20px;
    background: #fff;
  
}

.het{
    text-align: center;
    font-size: calc(24px + (15 + 30 * 0.7) * ((100vw - 320px)/1000));
    padding: 3px 10px;
    background: #333;
    color: #fff;
    border-radius: 7px;
}

.e{
    background: var(--e);
    color: var(--text-col);
    border-radius: 7px;
    white-space: nowrap;
    overflow: hidden;
}

.t{
    border-radius: 7px;
       background: var(--t);
    color: var(--text-col);
    white-space: nowrap;
    overflow: hidden;
}

.w{
           background: var(--w);
    color: var(--text-col);
    border-radius: 7px;
    white-space: nowrap;
    overflow: hidden;
}

.cam{
    position: relative;
    display: inline-block;
    font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
    z-index: 2;
    background: #fff;
    border-radius: 10px;
    padding: 2px 4px 4px 4px;
    text-align: center;
    border: 1px solid #000;
}

.textSav{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
    padding: 3px 5px 5px 5px;
    color: #fff;
    text-shadow: 
        -0   -1px 1px #000000,
         0   -1px 1px #000000,
        -0    1px 1px #000000,
         0    1px 1px #000000,
        -1px -0   1px #000000,
         1px -0   1px #000000,
        -1px  0   1px #000000,
         1px  0   1px #000000,
        -1px -1px 1px #000000,
         1px -1px 1px #000000,
        -1px  1px 1px #000000,
         1px  1px 1px #000000,
        -1px -1px 1px #000000,
         1px -1px 1px #000000,
        -1px  1px 1px #000000,
         1px  1px 1px #000000;
}

.sav{
    position: relative;
    display: inline-block;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 3px 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
    background: #444;
    border: 1px solid #000;
}












