


.nameplate img {
    width: 200px;
}

.game-bg {
    min-height: 500px;
    border: 15px solid #ffffff;
    border-radius: 25px;
    position: relative;
    background-size: cover;
}

.game-content {
    width: 90%;
    margin: 50px auto;
}

.question-container img {
    width: 100%;
}

.answer img {
    width: 70px;
}

.answer .btn-yes {
    margin-right: 15%;
}

.game-results {
    background: #ffffff;
    width: fit-content;
    padding: 20px;
    border-radius: 30px;
    margin: 30px auto 0;
}

.game-results img {
    width: 30px;
    margin-right: 10px;
}

.continue-row h2 {
    background: -webkit-linear-gradient(#FE7800, #FFB600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.continue-row .question-image img,
.answer-image img {
    width: 100%;
}

.question-images-container {
    background: #F8E197;
    padding: 20px;
    border: 10px solid #ffff;
    border-radius: 43px;
}

.answers-images-container {
    margin-top: 40px;
}

.question-description {
    color: #0002BF;
    font-size: 23px;
    margin-top: 25px;
    margin-left: 50px;
}

.question-image,
.answer-image {
    background: #ffffff;
    margin: 15px;
    text-align: center;
    padding: 15px;
    border: 5px solid;
    min-width: 200px;
}

.question-image {
    border-color: #A6A7FD;
}

.answer-image {
    border-color: #A6A7FD;
    cursor: pointer;
}

.anknown-image {
    border-color: #F7AC03;
    padding: 42px;
}

.true-image {
    border-color: #00BF02;
}

.btn-next {
    background-image: url(../../images/icons/btn_dalee.png);
}

.btn-next:hover {
    background-image: url(../../images/icons/btn_dalee_hover.png);
}

.false-answer {
    width: 400px;
    margin: 0 auto;
}

.try-again {
    background-image: url(../../images/icons/btn_povtorit.png);
}

.try-again:hover {
    background-image: url(../../images/icons/btn_povtorit_hover.png);
}

.next-game {
    background-image: url(../../images/icons/btn_next.png);
}

.next-game:hover {
    background-image: url(../../images/icons/btn_next_hover.png);
}

.well-done-content img {
    width: 50%;
}

.well-done {
    width: 70%;
    background-image: url(../../images/icons/bubble_win.png);
    margin: 0 auto;
    background-size: 100%;
    padding: 47px;
    display: flex;
    justify-content: center;
}

.well-done-video-btn {
    position: absolute;
    width: 190px;
    height: 56px;
    background-image: url(../../images/icons/video.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: -72px;
    cursor: pointer;
}

.video-modal {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
	
    width: 77px;
    height: 77px;
    background-size: 77px;
    background-image: url(../../images/icons/play.png);
    z-index: 1;
    cursor: pointer;
}

.video-container {
    z-index: 999;
    position: absolute;
    top: 50%;
    background: #ffd233;
    border: 4px solid #cca829;
    transform: translate(-50%,-50%);
	
		-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
	
    left: 50%;
    width: 80%;
    border-radius: 6px;
}

.video-close-btn {
    font-family: 'Fredoka One', cursive;
    position: absolute;
    right: 20px;
    top: 4px;
    font-size: 51px;
    color: #BF0000;
    line-height: 50px;
    z-index: 4;
    font-weight: bold;
    opacity: 1;
    cursor: pointer;
}

.video {
    width: 100%;
    cursor: pointer;
}

.card-item.lv-1 {
    width: 215px !important;
    height: 168px;
    margin-bottom: 15px;
}

.card-item.lv-2 {
    width: 195px !important;
    height: 140px;
    margin-bottom: 15px;
}

.card-item.lv-3 {
    width: 175px !important;
    height: 140px;
    margin-bottom: 8px;
}

.flipcard {
    position: relative;
    perspective: 500px;
    margin-bottom: 25px;
    cursor: pointer;
    height: 100%;
}

.flipcard.h.active .front,
.flipcard.h.flip .front {
    transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
}

.flipcard.h.active .back,
.flipcard.h.flip .back {
    transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
}

.flipcard.h .back {
    transform: rotateY(-180deg);
			-moz-transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
	
    background-color: white !important;
	overflow: hidden;
}

.flipcard .front,
.flipcard .back{
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease-in;
   /* padding: 10px;*/
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    background-color: #FFFE7F;
    box-shadow: 1px 1px 5px #ffffff;
    border-radius: 20px;
}

.flipcard img {
    height: 100%;
}


.sign-description-pop-up img{
	width: 450px;
    margin: 0 auto;
    display: block;
    border: 3px solid #b7c2dd;
    border-radius: 10px;
}
.sign-description-text {
	font-size: 25pt;
    text-align: center;
    font-weight: bold;
    color: #28a745;
    text-shadow: 7px 6px 7px #FFFFFF;
}
.pl-5, .px-5 {
    padding-left: 0rem !important;
}

@media (max-width: 600px) {
    .game-bg {
    min-height: 500px;
    border: 6px solid #ffffff;
    border-radius: 18px;
}
.sign-description-pop-up img {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0px solid #b7c2dd; 
    border-radius: 10px;
}
}
