.nameplate img {
    width: 200px;
}

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

.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;
    margin: 0 auto;
    padding: 20px;
    border-radius: 30px;
    margin-top: 30px;
}

.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 {
    height: 100%;
	padding: 0 50px;
}

.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 {
    position: relative;
    height: auto;
	max-height: 200px;
    background: #ffffff;
    margin: 15px;
    text-align: center;
    padding: 15px;
    border: 5px solid;
}

.question-image > .btn-no {
    display: none !important;
}


.question-image{
    border-color: #A6A7FD;
	width:200px;
	height: 200px;
}

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

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

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

.music-icon,
.sound-icon {
    position: absolute;
    bottom: -7px;
    width: 60px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.music-icon {
    left: -7px;
}

.sound-icon {
    right: -7px;
}

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

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

.btn-no {
    position: absolute !important;
    bottom: -80px;
    left: 50%;
    width: 60px !important;
    transform: translate(-50%, 0);
}

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

.answer-image.wrong {
    background: #EB686A;
    border: 5px solid #F63837;
}

.answer-image.hidden {
    border: 0;
    background: 0;
}

.answer-image.hidden > img {
    display: block !important;
    opacity: 0;
    cursor: default;
}
