
.questionBlock{
    position: absolute;
    display: none;
    z-index: 200;
    left: 13px;
    top: 50px;
    padding: 0;
   background: #fff;
border: 1px solid #333;
    font-family: "Times New Roman";
    border-radius: 10px;
}
.questionBlockHead{
  text-align: center;
margin: 0;
color: #333;
width: 100%;
padding: 3px 10px;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));


}

.questionBlockBtn{
  position: relative;
   display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
color: #000;
border: 1px dashed #bababa;
width: calc(100% - 26px);
font-size: 24px;
z-index: 210;
box-shadow: 0 6px 0 0 #bababa;
}
.questionInfo{
  position: relative;
  display: inline-block;
  color: #000;
  top: -1px;
  left: 4px;
  text-align: center;
  font-size: 24px;
  width: 24px;
  background: #f5f5f5;
 height: 30px;
 border: 1px dashed #bababa;
 box-shadow: 0 6px 0 0 #bababa;
}
.questionInfo:hover{
  top: 5px;
  box-shadow: 0 0 0 0 #bababa;
}

.questionInfoBlock{
position: absolute;
    display: none;
border: 1px solid #bababa;
    z-index: 200;
    left: calc(100% + 10px);
    top: 63px;
    padding: 14px;
    background: #fff;
    border-radius: 10px;
-webkit-box-shadow: 0px 0px 6px 2px rgba(34, 60, 80, 0.2) inset;
-moz-box-shadow: 0px 0px 6px 2px rgba(34, 60, 80, 0.2) inset;
box-shadow: 0px 0px 6px 2px rgba(34, 60, 80, 0.2) inset;

}

.questionInfoBlockHead{
text-align: center;
margin: 0;
color: #333;

font-size: 24px;

}

.questionInfoBlockText{

text-align: left;
margin: 0;
color: #333;
white-space: normal;
    display: inline-block;
   font-size: calc(10px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
    vertical-align: top;
}

.hed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
justify-content: center;
  align-items: center;
flex-wrap: nowrap;
z-index: 3;
}

      @media screen and (max-width: 1151px){
        .hed {
            padding-left: 90px;
            width: calc(100% - 90px);
        }
    }
     /*Когда ширина окна от 1100 пикселей, ширина  div-2 будет 900px */
    @media screen and (min-width: 1151px){
       .hed {
              padding-left: 120px;
            width: calc(100% - 120px);
        }
    }

.colorContaner{
    position: relative;
    margin: 0;
    z-index: 100;
    text-align: center;

}
#color{
    position: relative;
    margin: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
    background: #fff;
     outline: none;
      font-size: calc(12px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
      height: 32px;
    }
#color:hover{
  opacity: 0.5;
}

.question{
     position: relative;
display: flex;
    color: #333;
 cursor: pointer;
 padding: 0 10px;
    text-align: center;
justify-content: center;
  align-items: center;
      font-size: calc(12px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
      margin: 0 5px;
      border: 1px solid #333;
      border-radius: 5px;

}


#enter{
position: relative;
display: inline-block;
padding: 0;
text-align: center;
  font-size: calc(12px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
margin: 0;
left: 0;
border-radius: 10px;
border:1px solid #333;
outline: none;
color: #333;
padding: 0 10px;
font-family: Times New Roman;
}


.number_controls {
  position: relative;
  width: 30px;

}

.number_controls>div {
  width: 30px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  color: #000;

}

.number_controls>div:hover {
  background: #ccc;
}

#snos{
    position: relative;
    display: inline-block;
     font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
top: 0px;
    text-align: center;
padding: 4px 5px;
    border: 1px solid #333;
      width: 40px;
    outline: none;
  color: #333;
  letter-spacing: 0.1em;
  margin-left: 5px;
  border-radius: 10px;
}
#snos::-webkit-outer-spin-button,
#snos::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.number {
  display: inline-block;
  position: relative;
  padding-right: 30px;

}

.number input {
  height: 30px;

}



::placeholder {
  font-size: 20px;
  opacity: 0.3;
  color: white;
}

.start{
    padding-top: 7px;
    position: absolute;
    display: block;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 80px);
    width: 400px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
z-index: 1;
}

.nule{
    border: 1px solid #eee;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    margin: -5px 0 0 0;

}
.one{
    border: 1px solid #eee;
    width: 20px;
    height: 20px;
     display: inline-block;
     background: #000;
     margin: -5px 0 0 0;

}
#questionInput{
position: relative;
display: block;
caret-color: #000;
    width: 0px;
    text-align: center;
    font-size: 16pt;
    padding: 0 15px 0 15px;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px dashed #000;
     outline: none !important;
color: #000;
 text-shadow: -1px -1px #FFF,
    -2px -2px #FFF,
    -1px 1px #FFF,
    -2px 2px #FFF,
    1px 1px #FFF,
    2px 2px #FFF,
    1px -1px #FFF,
    2px -2px #FFF,
    -3px -3px 2px #BBB,
    -3px 3px 2px #BBB,
    3px 3px 2px #BBB,
    3px -3px 2px #BBB;
}

table{
  border-spacing: 18px 5px;
  }

td{
  padding: 0 20px 0 20px;
  border-radius: 4px;
  white-space: nowrap;
}

.questionWords{

  text-align: left;
color: #333;

font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
padding: 0 10px 0 10px;
margin: 0px 0 3px 6px;
}


