#PLAYGRAUND_VIEW{
    display: none;
}
#TIMER_VIEW{
    display: none;
}
#WINNER_VIEW{
    display: none;
}


.gnum {
    background-image: url('/source/image/play/nomer.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    padding: 15px;
    width: 200px;
    height: 57px;
    align-items: center;
}

.gnumMetaNumber {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    margin-left: 15px;
    font-size: 22px;
}

.gnumMetaRegion {
    float: right;
    margin-top: -1px;
    font-weight: bold;
    margin-right: 9px;
    font-size: 17px;
}

.gnumMeta {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.timer__items {
    display: flex;
    font-size: 56px;
    font-weight: bold;
    /*text-shadow: 0px 0px 1px rgba(51, 51, 51, 0.71);*/
}

.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}

.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px;
}

.timerValue {
    padding: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

.timerValue .timer {
    display: flex;
    justify-content: center;
}

.titlePlay {
    font-family: 'Arial Black';
    color: #FFFFFF;
    text-shadow: 0px 0px 1px rgba(51, 51, 51, 0.67);
}

.cup img {
    margin-bottom: -80px;
}

.cup {
    display: inline-block;
    max-width: 180px;
    max-height: 180px;
    /*min-width: 180px;*/
    /*min-height: 180px;*/
    margin: 10px;
    border-radius: 50%;
    position: relative;
}
.ball {
    display: inline-block;
    max-width: 120px;
    max-height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin: 10px;
    border-radius: 50%;
    position: relative;
    background: radial-gradient(circle at 50% 120%, #f6e39c, #efb049 10%, #e26e04 80%, #4d3900 100%);
}

.ball:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);
    -webkit-filter: blur(5px);
    z-index: 2;
}
.ball .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
    -webkit-transform: rotateX(90deg) translateZ(-150px);
    -moz-transform: rotateX(90deg) translateZ(-150px);
    -ms-transform: rotateX(90deg) translateZ(-150px);
    -o-transform: rotateX(90deg) translateZ(-150px);
    transform: rotateX(90deg) translateZ(-150px);
    z-index: -1;
}

.transform {
    width: 100px;
    height: 100px;
    background-color: #00f;
    border-radius: 50%;
    transform: scale(.85);
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    from {
        transform: scale(.7);
        margin-bottom: 0px;
    }
    50% {
        transform: scale(1);
        margin-bottom: 0px;
    }
    to {
        transform: scale(.7);
        margin-bottom: 0px;
    }
}
.transformCup {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: scale(.85);
    animation: pulse_cup 2s ease-in-out infinite;
}

@keyframes pulse_cup {
    from {
        transform: scale(.9);
        margin-bottom: 0px;
    }
    50% {
        transform: scale(1);
        margin-bottom: 0px;
    }
    to {
        transform: scale(.9);
        margin-bottom: 0px;
    }
}

.selectWinner {
    width: 100px;
    height: 100px;
    background-color: #00f;
    border-radius: 50%;
    transition: 2s;
    transform: scale(1.2);
    margin-bottom: 30px;
    animation: winnerPulse 1s ease-in-out infinite;
}

@keyframes winnerPulse {
    from {
        transform: scale(.9);
        margin-bottom: 0px;
    }
    50% {
        transform: scale(1.2);
        margin-bottom: 0px;
    }
    to {
        transform: scale(.9);
        margin-bottom: 0px;
    }
}

.stage {
    /*width: 150px;*/
    /*height: 150px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

/*body {*/
/*    background: linear-gradient(to bottom, rgba(100, 100, 100, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, #ffffff 100%);*/
/*    background-repeat: no-repeat;*/
/*}*/
.number {
    background-color: rgba(0, 0, 0, 0.63);
    width: fit-content;
    padding: 5% 15%;
    margin: auto;
    margin-top: 40%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 3px inset rgba(51, 51, 51, 0.78);
    color: #FFFFFF;
    font-weight: bold;
    z-index: 999;
    position: relative;
}

/*body {*/
/*    width: 300px;*/
/*    margin: 20px auto;*/
/*    background: linear-gradient(to bottom, rgba(100, 100, 100, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, #ffffff 100%);*/
/*    background-repeat: no-repeat;*/
/*}*/
body {
    margin: 0;
    /*background: radial-gradient(farthest-corner at center, #99F07B, #26801E);*/
    background: #E8FCBF;
    /*background: url('/source/image/play/present.png'), #E8FCBF;*/
    /*background-position: bottom right, center center;*/
    /*background-size: 20% , auto auto;*/
    /*background-repeat: no-repeat,  no-repeat ;*/
    /*background: url('bg-play_page.png'), radial-gradient(farthest-corner at center, #99F07B, #26801E);*/
    /*background-image: url('/source/image/play/green2.jpg');*/
    /*background-attachment: fixed;*/
    /*background-position: top;*/
    /*background-size: 100% auto;*/
}



.sectionGround {
    /*margin-top: 300px;*/

    background: url('/source/image/play/present.png'), linear-gradient(to bottom, #ccc, #eee );
    background-position: bottom right, top;
    background-size: 20% , auto auto;
    background-repeat: no-repeat,  no-repeat ;


}

.sectionWinner img {
    /*margin-top: -100px;*/
    /*position: relative;*/
}

.sectionWinner {
    /*margin-top: 300px;*/
    background: linear-gradient(to top, #DADADC 35%, rgba(0, 0, 0, 0) 35% );
    background-position: bottom;
    /*background-size: auto 100%, auto auto;*/
    /*background-repeat: no-repeat;*/
    /*width: 100%;*/
    text-align: center;
    padding-bottom: 100px;
}

.sectionWinnerCanvas {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    /*background: url('canva.png'), linear-gradient(to bottom, #eeeeee 112px, #b3b1b1 112px, #F6F6F6);*/
    /*background-position: center top ;*/
    /*background-size: 80%  auto , auto auto;*/
    /*background-repeat: repeat-y;*/
    /*width: 100%;*/
    text-align: center;
}

.winnerTable {
    width: 100%;
    text-align: center;
}

.playGround {
    /* position: absolute; */
    margin: 0px 10% 0px 10%;
    /*background-image: url(/source/image/play/canva.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 60px;
}

.listView {
    /*background: url('/source/image/play/bg-play_page.png'), rgba(255, 255, 255, 0.59);*/
    /*background-position: bottom right, center center;*/
    /*background-size: 30% auto, auto auto;*/
    /*background-repeat: no-repeat,  no-repeat ;*/
    /*background-color: rgba(238, 238, 238, 0.4);*/
    /*background-color: rgba(255, 255, 255, 0.59);;*/
    padding: 30px;
    border-radius: 10px;
    /*background-color: rgba(219, 22, 86, 0.32);*/
    margin-bottom: 50px;
    /*box-shadow: 0px 10px 10px rgba(51, 51, 51, 0.29);*/




}

  .winnerWindows {
      /*background-color: #789;*/
      width: 100%;
  }

.winnerPos {
    margin: 0px auto;
    width: 50%;
    display: flex;
    justify-content: center;
    /*background-color: #822;*/
}

.winners {
    /*background-color: #159;*/
}

.winPositionPerson img {
    max-height: 220px;
    flex-grow: 1;
}

.winPositionPerson {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.Position2 {
    /*background-color: #654;*/
}

.Position1 {
    /*background-color: #654;*/
}

.Position3 {
    /*background-color: #654;*/
}

.winBox {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winBox2 {
    margin-top: 50px;
    margin-bottom: -50px;
}

.winBox1 {
    margin-top: 10px;
    margin-bottom: -10px;
}

.winBox3 {
    margin-top: 65px;
    margin-bottom: -65px;
}



@media screen and (max-width: 2920px) {
}

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    .playGround{
        margin: 0px 0;
    }
    .ball {
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px;
        margin: 10px;
    }
    .listView{
        padding: 20px;
    }
}

@media screen and (max-width: 645px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 400px) {
    .winPositionPerson img {
        max-height: 130px;
    }
    .playGround{
        margin: 0px 0;
    }
    .ball {
        min-width: 70px;
        min-height: 70px;
        max-width: 70px;
        max-height: 70px;
        margin: 5px;
    }
    .listView{
        padding: 10px;
    }
}

@media screen and (max-width: 320px) {
}
