.flex, div{
    display: flex;
}

.row{
    flex-direction: row;
}

.column{
    flex-direction: column;
}

.wrap{
    flex-wrap: wrap;
}

.between{
    justify-content: space-between;
}

.around{
    justify-content: space-around;
}

.center{
    justify-content: center;
}

h1, h2, p, td{
    color: #f5e79e;
    text-align: center;
    font-family: Times;
}

.wraper{
    position: relative;
    align-items:stretch;
    width: 100%;
    min-height: 100vh;
    background: url('https://avatanplus.com/files/resources/original/589de62b1568515a28cb1850.jpg') no-repeat;
    background-size: cover;
}

.descript{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url('https://i.ytimg.com/vi/VGGJM92MU0g/maxresdefault.jpg') no-repeat;
    background-size: cover;
    color: white;
    font-size: 16pt;
}

.stageDescript{
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.wrapLayers{
    position: relative;
    height: 75vh !important;
    width: 50vh !important;
}
.pause{
    position: absolute;
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 1px solid #484;
    background: url('../img/astronavt/pauseGame.jpg');
    background-position: center;
    background-size: cover;
}
#layer_1, #layer_2{
    width: 100%;
    height: 100%;
    border: 1px solid #484;
}

#layer_2{
    z-index: 5;
    position: absolute;
}

#layer_1{
    background-color: RGBA(249, 201, 16, 0.5);
}

#clockCanvas{
    width: 10vh;
    height: 10vh;
}

#score td{
    min-width: 5vh;
    border: 1px solid #484;
    color: #f5e79e;
    text-align: center;
    font-size: 2.25vh;
}

#totalScore{
    border: 1px solid #484;
    color: #f5e79e;
    text-align: center;
    font-size: 2.25vh;
}

.achieve{
    border: 4px solid #484;
    background-color: RGBA(25, 100, 25, 0.5);
    color: #fff200 !important;
    font-size: 2.25vh !important;
}

.ulist  {
    display: block;
    list-style: none;
    padding: 0;
}
.ulist li, #pauseGame{
    min-width: 40px;
    padding: 5px 10px;
    background: linear-gradient(to left, #f8ab8d 0%, white, #f8ab8d);
    border-bottom: 1px solid grey;
    color: #506a6b;
    font-size: 12px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0, .2);
    margin-bottom: 2px;
}
.ulist li:last-child {border-bottom: none;}
.ulist li:hover{
    cursor: pointer;
}

a.button24 {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: .5em 2em;
    outline: none;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #FDBE33 #000 #D77206;
    border-radius: 6px;
    background: linear-gradient(#F3AE0F, #E38916) #E38916;
    transition: 0.2s;
} 
a.button24:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
a.button24:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }

/*Стилизуем инпут рэндж*/
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 5px;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}