.over-modal {
    /*position: absolute;*/
    /*-webkit-transform: scale(0.1);*/
    /*-moz-transform: scale(0.1);*/
    /*-ms-transform: scale(0.1);*/
    /*transform: scale(0.1);*/
    /*top: -200px;*/
    /*opacity: 1;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.abs {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#stars_modal_container {
    z-index: 5;
}
/*.over-modal.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    opacity: 1;
}*/
.blue {
    position: relative;
}

coords.ranks {
    flex-flow: column-reverse;
    top: 1px;
    right: 0;
    height: 100%;
    width: .8em;
}

.shock {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.star {
    background-image: url(/img/chesspieces/wikipedia/star.png)!important;
    -webkit-animation: 0.6s ease-in-out 0s 1 forwards apple-appear, 1.7s ease-in-out 0.7s infinite none soft-grow, 0.7s ease-in-out 0.7s infinite none soft-hue!important;
    animation: 0.6s ease-in-out 0s 1 forwards apple-appear, 1.7s ease-in-out 0.7s infinite none soft-grow, 0.7s ease-in-out 0.7s infinite none soft-hue!important;

    /*-webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    z-index: 1!important;
    transition: all 1s!important;*/
}
.white_dot {
    background-image: url(/img/chesspieces/wikipedia/white_dot.png)!important;
    -webkit-animation: 0.6s ease-in-out 0s 1 forwards apple-appear, 1.7s ease-in-out 0.7s infinite none soft-grow, 0.7s ease-in-out 0.7s infinite none soft-hue!important;
    animation: 0.6s ease-in-out 0s 1 forwards apple-appear, 1.7s ease-in-out 0.7s infinite none soft-grow, 0.7s ease-in-out 0.7s infinite none soft-hue!important;

    /*-webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    z-index: 1!important;
    transition: all 1s!important;*/
}

.candy {
    background-image: url(/img/chesspieces/wikipedia/candy.png)!important;
    -webkit-animation: 0.6s ease-in-out 0s 1 forwards apple-appear, 1.7s ease-in-out 0.7s infinite none soft-grow, 0.7s ease-in-out 0.7s infinite none soft-hue!important;
    animation: 0.6s ease-in-out 0s 1 forwards apple-appear, 1.7s ease-in-out 0.7s infinite none soft-grow, 0.7s ease-in-out 0.7s infinite none soft-hue!important;

    /*-webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    z-index: 1!important;
    transition: all 1s!important;*/
}


.coord-trainer__score {
    font-weight: bold;

    font-size: 70px;
    margin: auto;
    line-height: 110px;
    background-color: #629924;
    color: #fff;
    transition: all 250ms;
    border-radius: 5px;
}
.wrong {
    background: #c33;
}





/* @keyframes apple-appear {
     0% {
         opacity: 0.5; transform: scale(0) rotate(-360deg);
     }
     100% {
         opacity: 1; transform: scale(1) rotate(0);
     }
 }*/

@keyframes soft-hue {
    50%{
        filter: hue-rotate(-20deg);
    }
}
/* @keyframes soft-grow {
     50%{
         transform: scale(1.08);
     }
 }*/


.white-center {
    background: white;
}
.z-10 {
    z-index: 10;
}
.starsCover {
    position: absolute;
    z-index: 20;
    /*height: 100px;*/
    /*background: white;*/
    /*height: 100%;*/
    display: flex;
    flex-direction: row;
}

.star-container {
    /*width: 30%; */

    text-align: center
}

.img {
    width: 100%;
    /*height: 100%;*/
    /*border: 1px solid #000;*/
}
.grusha {

    display: block;
    animation: pulse 1s infinite;

    /*background-image: url(https://upload.wikimedia.org/wikipedia/en/e/e5/Yellow_Star.png)!important;*/
    /*-webkit-animation: 0.6s ease-in-out 0s 1 forwards pulse, 1.7s ease-in-out 0.7s infinite none soft-grow, 0.7s ease-in-out 0.7s  none soft-hue!important;*/
    /*animation: 0.6s ease-in-out 0s 1 forwards pulse, 1.7s ease-in-out 0.7s infinite none soft-grow, 0.7s ease-in-out 0.7s  none soft-hue!important;*/
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.not-visible{
    visibility: hidden;
}

.br0 {
    border-radius: 0!important;
}
.text-gray {
    color: #777;
}
@keyframes grusha-appear {
    0% {
        opacity: 0.5; transform: scale(0) rotate(-360deg);
    }
    100% {
        opacity: 1; transform: scale(1) rotate(0);
    }
}

.cover {
    height: 100%;
    opacity: 0.3;
    background: black;
    position: absolute;
    top : 0;
    /*left : 0;*/
    /*padding: 0 15px;*/
    z-index: 9999;
}
.cover-center  {
    position: absolute;
    /*top : 0;*/
    height: 100%;
    width: 100%;
    left : 0;
}
.rating-center {
    color: white;
    z-index: 99999;
}

#testpng {
    position: relative;
}

#lizzard {
    position: absolute; width: 70px;
    z-index: 4;
    /*border : 1px solid black*/

}

/*.rook {
    border: 1px solid #000;
}*/

#explosion {
    position: fixed;
    z-index: 100;
}

.correct-test {
    background-color: #e9f9e9;
}
.failed-test {
    background-color: #f5ebf2;
}

.br-5 {
    border-radius: 5px;
}

.width500 {
    width: 700px;
}

