
html, body{
    margin:0px;
    padding:0px;
    background-color: lightblue;
}
.section{
    text-align: center;
    margin:0 auto;
}

.wrapper{
    width:520px;
    height:420px;
    margin: 40px auto auto 200px;
    position: relative;
    vertical-align: middle;
    z-index: 2;
    display: flex;
}

.wrapp02{
    width:520px;
    height: 50px;
    margin: 10px auto auto 200px;
    position: relative;
    vertical-align: middle;
    display: flex;
}

.wrapper .cell{
    background-color: aliceblue;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    float: left;
    font-size: 50px;
    height: 100px;
    width: 100px;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}
.wrapper .cell.victory{
    background-color: #e96e6e;
}

.predupr {
    color: blue;
}

.stakan{
    height: 400px;
    width: 304px;
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #BEBEBE;
    margin-right: 6pt;
}

.stakan-right{
    height: 400px;
    width: 200px;
    display: flex;
    flex-direction: column;
    border: 3px solid #BEBEBE;
}

.btn_snova{
    text-align: center;
    color: #fff;
    background-color: lightgreen;
    padding: 30px 0;
    font-size: 28px;
    width: 100%;
    height: 102px;
    display: block;
    border: 2px solid #BEBEBE;
    box-sizing: border-box;
}

.btn_snova:hover{
    color: rgb(204, 118, 118);
}

.opisanie{
    height: 302px;
    border: 2px solid #BEBEBE;
    text-align: center;
    background-color: aliceblue;
    padding: 20px;
    box-sizing: border-box;
}

.statistics{
    font-weight: bold;
    text-align: center;
}
.score{
    text-align: center;
    margin-bottom:20px;
}

.infoline{
    background-color: #EEE;
    padding:10px 20px;
}
.restart{
    text-align: center;
    padding-top: 20px;
}
.restart a{
    display:inline-block;
    padding:10px 20px;
    background-color: brown;
    color:#fff;
}
.rez_war{
    background-color: brown;
    padding: 50px 0;
    position: absolute;
    text-align: center;
    top: 130px;
    width: 100%;
    display: none;
}
.rez_war p{
    color: #fff;
    font-size: 66px;
    font-weight: bold;
    text-transform: uppercase;
}
.rez_war_no{
    background-color: darkolivegreen;
    padding: 50px 0;
    position: absolute;
    text-align: center;
    top: 130px;
    width: 100%;
    display: none;
}
.rez_text_no{
    color: #fff;
    font-size: 66px;
    font-weight: bold;
    text-transform: uppercase;
}

.victory{
    text-align: center;
    color: #fff;
    background-color: rgb(241, 121, 167);
    opacity: 0.7;
    padding: 30px 0;
    font-size: 35px;
    position: absolute;
    left: 10%;
    width: 80%;
    top: 39%;
    display: none;
}




