.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;
}

.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);
}

.flipcard.h.active .back,
.flipcard.h.flip .back {
    transform: rotateY(0deg);
}

.flipcard.h .back {
    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;
    background-color: #FFFE7F;
    box-shadow: 1px 1px 5px #ffffff;
    border-radius: 20px;
}

.flipcard img {
    height: 100%;
}


.sign-description-pop-up img{
	width: 190px;
    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;
}
