@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Scada&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Scada', sans-serif;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.musicContainer {
    display: none;
}

.capScreen {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;    
}

.videoAdScreen {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}

@media screen and (min-width: 601px) {
    .banner {
        position: fixed;
        bottom: 20px;
        left: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 20px);
        height: 300px;
        margin: 0 0 10px 0;
        z-index: 200;
    }

    .statistics {
        position: fixed;
        top: 30px;
        right: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 10px 5px 5px;        
        color: #ffffff;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, .4);
        z-index: 20;
    }

    .stGameBlock, .stPedestalBlock, .stVictoryBlock,
    .stStatusBlock, .stPointsBlock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 180px;
        height: 26px;
    }

    .stGameParam, .stPedestalParam, .stVictoryParam,
    .stStatusParam, .stPointsParam {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .stGameImg, .stPedestalImg, .stVictoryImg,
    .stStatusImg, .stPointsImg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        color:rgba(153, 206, 255, 0.8)
    }

    .loginScreen {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('images/main_bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .logoBlock {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: 100px;
        margin: 5px 0;
        color: #ffffff;
        font-size: 2rem;
        text-transform: uppercase;
        font-family: 'Alumni Sans', sans-serif;
        background-image: url('images/logo2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .hintsBlock {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 800px;
        height: 50px;
        margin: 10px 0;
        font-family: 'Scada', sans-serif;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    }
      
    .oneHint {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
        color: rgb(255, 255, 255);
        font-size: 18px;
        opacity: 0;  
    }
      
    .oneHint[data-shown="true"] {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
        color: rgb(255, 255, 255);
        font-size: 18px;
        z-index: 5;
        animation: textFadeIn 10s infinite;
    }
      
    @keyframes textFadeIn {
        0%   {opacity: 0;}
        10%  {opacity: 0;}
        20%  {opacity: 1;}
        30%  {opacity: 1;}
        40%  {opacity: 1;}
        50%  {opacity: 1;}
        60%  {opacity: 1;}
        70%  {opacity: 1;}
        80%  {opacity: 1;}
        90%  {opacity: 0;}
        100% {opacity: 0;}  
    }
    
    .loginBlock {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 40px;
        margin: 0;
    }
      
    input[class="playerName"] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 40px;
        margin: 0;
        padding: 0 10px;
        color: #ffffff;
        font-size: 20px;
        border: 3px solid #da072a;
        border: 3px solid #079eda;
        border-radius: 6px;
        background-color: rgba(24, 28, 48, .7);
        cursor: default;
        outline: none;
        transition: .3s;
    }
      
    input[class="playerNameRed"] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 40px;
        margin: 0;
        padding: 0 10px;
        color: #000000;
        font-size: 20px;
        border: 3px solid rgb(248, 66, 66);
        border-radius: 6px;
        background-color: rgba(255, 255, 255, .9);
        cursor: default;
        outline: none;
        transition: .3s;
        animation: redBorder 3s forwards;
    }
      
    @keyframes redBorder {
        0%   {box-shadow: 0 0 8px 2px rgba(250, 100, 100, 0);}
        16%  {box-shadow: 0 0 8px 2px rgb(250, 100, 100);}
        33%  {box-shadow: 0 0 8px 2px rgba(250, 100, 100, 0);}
        50%  {box-shadow: 0 0 8px 2px rgb(250, 100, 100);}
        67%  {box-shadow: 0 0 8px 2px rgba(250, 100, 100, 0);}
        83%  {box-shadow: 0 0 8px 2px rgb(250, 100, 100);}
        100% {box-shadow: 0 0 8px 2px rgba(250, 100, 100, 0);}
    }
      
    input[class="playerName"]:focus {
        box-shadow: 0 0 4px 1px rgb(255, 255, 255);
    }
      
    input[class="playerName"]::placeholder, 
    input[class="playerNameRed"]::placeholder {
        color: #828283;
    }
      
    .gameStartButton {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 130px;
        height: 40px;
        margin: 0 0 0 10px;
        font-size: 20px;
        border: 3px solid #079eda;
        border-radius: 6px;
        background-image: linear-gradient(#079eda, #0e485f);
        cursor: pointer;
        outline: none;
        transition: .3s;
    }
      
    .gameStartButton:hover {
        color: #ffffff;
        box-shadow: 0 0 4px 1px rgb(255, 255, 255);
        transition: .3s;
    }
    
    
    .gameScreen {
        position: fixed;
        display: none;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('images/tournament_bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .topPanel {
        position: fixed;
        top: -200px;
        left: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 10px);
        height: 70px;
        border-radius: 8px;
        transition: .3s;
        z-index: 10;
    }
    
    .topPanel[data-shown='true'] {
        top: 5px;
        transition: .3s;
    }
    
    .questionsImage {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 100%;
        border-radius: 6px;
        background-color: rgba(22, 25, 37, 0.7);
        background-image: url(images/question.png);
        background-position: center;
        background-size: auto 38%;
        background-repeat: no-repeat;

    }
    
    .playerData {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        margin: 0 5px;
        border-radius: 6px;
        color: #ffffff;
        background-color: rgba(22, 25, 37, 0.7);
    }

    .playerIcon, .victoryIcon, .pedestalIcon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin: 0 10px;
        color: #ffffff;
        font-size: 1.5rem;
    }

    .playerIcon {
        background-image: url(images/user.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .victoryIcon {
        background-image: url(images/trophy.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .pedestalIcon {
        background-image: url(images/medal.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .bonuses, .soundSettings {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 10px;
        margin-right: 5px;
        gap: 5px;
        border-radius: 6px;
        background-color: rgba(22, 25, 37, 0.7);
    }

    .getHintButton, .deleteVariationsButton, .getShildButton {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #ffffff;
        font-size: 1.5rem;
        border-radius: 6px;
        border: none;
        outline: none;
        cursor: pointer;
        transition: .3s;
    }

    .getHintButton {
        background-color: rgba(93, 204, 49, 0.5);
        background-image: url(images/lightbulb.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .deleteVariationsButton {
        background-color: rgba(58, 193, 255, 0.5);
        background-image: url(images/cut.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .getShildButton {
        background-color: rgba(213, 108, 255, 0.5);
        background-image: url(images/shield.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .getHintButton:disabled,
    .deleteVariationsButton:disabled,
    .getShildButton:disabled {
        background-color: rgba(25, 28, 37, 0.6);
        color: #000000;
        transition: .3s;
        cursor: default;
    }

    .soundButton, .musicButton {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        border: none;
        background-color: rgba(255, 128, 0, 0.5);
        background-image: url(images/volume.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
        outline: none;
        cursor: pointer;
        transition: .3s;
    }

    .soundButton[data-disabled='true'], .musicButton[data-disabled='true'] {
        background-color: rgba(25, 28, 37, 0.6);
        transition: .3s;
    }

    .opponentsListImage {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 270px;
        height: 100%;
        border-radius: 6px;
        background-color: rgba(22, 25, 37, 0.7);
        background-image: url(images/users.png);
        background-position: center;
        background-size: auto 38%;
        background-repeat: no-repeat;
    }

    .gameBlock {
        position: fixed;
        top: 80px;
        left: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 10px);
        height: calc(100vh - 75px);
    }

    .questionsBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 70px;
        height: 100%;
    }
    
    .gameArea {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 70px - 270px - 10px);
        height: 100%;
        margin: 0 5px;
    }
    
    .timerBlock {
        display: none;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 150px;
        color: #ffffff;
        font-size: 5rem;
    }
    
    .taskBlock {
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 170px;
        padding: 0 30px;
        margin: 10px 0;
        border-radius: 8px;
        color: #ffffff;
        font-size: 2.2rem;
        font-family: 'Alumni Sans', sans-serif;
        text-align: center;
        background-color: rgba(12, 104, 165, .7);     
    }
    
    .variationsBlock {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 10px;   
    }
    
    .variation {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 5px);
        height: 100px;
        gap: 10px;
        color: #ffffff;
        font-size: 1.8rem;
        font-family: 'Alumni Sans', sans-serif;
        border: none;
        border-radius: 8px;
        background-color: rgba(172, 133, 7, .7);   
        cursor: pointer;
        outline: none;
        transition: .3s;     
    }
    
    .variation:hover {
        transition: .3s;
        transform: scale(1.1);
        z-index: 10;         
    }
    
    .variation:disabled {
        color: #505050;
        cursor: default;
        background: none;
        background: linear-gradient(135deg, rgba(22, 25, 37, 0.9), rgba(22, 25, 37, 0.9));
    }
    
    .variation:hover:disabled {
        background: linear-gradient(135deg, rgba(22, 25, 37, 0.9), rgba(22, 25, 37, 0.9));
        box-shadow: none; 
        transform: scale(1);         
    }
    
    .variation[data-possible='true'] {
        box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.8);
    }
    
    .variation[data-possible='true']:hover:disabled {
        box-shadow: none;
    }
    
    .variation[data-true='true'] {
        box-shadow: 0 0 8px 2px rgba(15, 151, 10, 0.8);
    }
    
    .variation[data-true='true']:hover:disabled {
        box-shadow: 0 0 8px 2px rgba(15, 151, 10, 0.8);
    }
    
    .variation[data-true='false'] {
        box-shadow: 0 0 8px 2px rgba(218, 33, 33, 0.8);
    }
    
    .variation[data-true='false']:hover:disabled {
        box-shadow: 0 0 8px 2px rgba(218, 33, 33, 0.8);
    }
    
    .answerStatus {
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        margin-top: 10px;
        color: #a5a5a5; 
        font-size: 1.2rem; 
    }
    
    .opponentsList {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 270px;
        height: 100%;
    }
    
    .playerBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 50px;
        margin: 5px 10px;
        border-radius: 8px;
        background-color: rgba(22, 25, 37, 0.7);
        box-shadow: 0 0 4px 1px rgba(154, 194, 231, 0.8);
        animation: playerBlockMove .2s forwards;   
    }
    
    .playerBlock[data-player='true'] {
        background-color: rgba(46, 46, 34, 0.8);
        box-shadow: 0 0 4px 1px rgb(197, 179, 15);
    }
    
    @keyframes playerBlockMove {
        0%   {transform: translate(-200px, 200px);
              opacity: 0;}
        100% {transform: translate(0);
              opacity: 1;}
    }
    
    .playerNickname {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
        color: #ffffff;
    }

    .playerStatistic {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .playerStatisticTrue {
        display: none;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        color: #ffffff;
        border-radius: 4px;
        background-color: rgba(15, 151, 10, 0.5);
    }

    .playerStatisticFalse {
        display: none;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        color: #ffffff;
        border-radius: 4px;
        background-color: rgba(218, 33, 33, .5);
    }
    
    .indicatorsBlock {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
        gap: 5px;   
    }
    
    .indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12px;
        height: 12px;
        border: 1px solid #707070;
        border-radius: 6px;    
    }
    
    .indicator[data-true='true'] {
        border: 1px solid rgba(15, 151, 10, 1);
        background-color: rgba(15, 151, 10, 0.4);
    }
    
    .indicator[data-true='false'] {
        border: 1px solid rgb(218, 33, 33);
        background-color: rgba(218, 33, 33, .4);
    }
    
    .loadingBlock {
        position: fixed;
        top: calc(50% - 100px);
        left: calc(50% - 100px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 200px;
        border-radius: 100px;
        background-color: rgba(0, 0, 0, .6);
        z-index: 10;
    }
    
    .loadingBlock[data-hidden='true'] {
        animation: hideLoading .3s forwards
    }
    
    @keyframes hideLoading {
        0%   {transform: scale(1);
              opacity: 1;}
        100% {transform: scale(2);
              opacity: 0;}
    }
    
    .loadingProgress {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        color: #ffffff;
        font-size: 3rem;
        font-family: 'Alumni Sans', sans-serif;  
    }
    
    .loadingText {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .8rem;
        color: #ffffff; 
    }

    .loadingLargeCircle {
        position: fixed;
        top: calc(50% - 95px);
        left: calc(50% - 95px);
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 190px;
        height: 190px;
        background-image: url('images/circle-1.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        animation: turnRight linear 3s infinite;
        z-index: 11;
    }

    @keyframes turnRight {
        0%   {transform: rotate(0);}
        100% {transform: rotate(360deg);}
    }

    .loadingSmallCircle {
        position: fixed;
        top: calc(50% - 85px);
        left: calc(50% - 85px);
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 170px;
        height: 170px;
        background-image: url('images/circle-1.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        animation: turnLeft linear 3s infinite;
        z-index: 12;
    }

    @keyframes turnLeft {
        0%   {transform: rotate(0);}
        100% {transform: rotate(-360deg);}
    }

    .questionNumber {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin: 5px 10px;
        border-radius: 25px;
        color: #ffffff;
        font-size: 1rem;
        background-color: rgba(22, 25, 37, 0.7);
        box-shadow: 0 0 4px 1px rgba(154, 194, 231, 0.8);
        animation: questionNumberMove .2s forwards;
    }

    .questionNumber[data-current='true'] {
        animation: questionNumberPulse 2s infinite;
        box-shadow: 0 0 8px 2px rgba(221, 195, 50, 0.8);
        z-index: 5;
    }

    .questionNumber[data-true='true'] {
        background-image: url(images/check.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
        animation: questionNumberAnimate .5s forwards;
        box-shadow: 0 0 8px 2px rgba(15, 151, 10, 0.8);
        z-index: 5;
    }

    .questionNumber[data-true='false'] {
        background-image: url(images/cancel.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
        animation: questionNumberAnimate .5s forwards;
        box-shadow: 0 0 8px 2px rgba(218, 33, 33, 0.8);
        z-index: 5;
    }
    
    @keyframes questionNumberMove {
        0%   {transform: translate(200px, 200px);
              opacity: 0;}
        100% {transform: translate(0);
              opacity: 1;}
    }
    
    @keyframes questionNumberPulse {
        0%   {transform: scale(1);
              opacity: 1;}
        50%  {transform: scale(1.2);
              opacity: 1;}
        100% {transform: scale(1);
              opacity: 1;}
    }
    
    @keyframes questionNumberAnimate {
        0%   {transform: scale(1);
              opacity: 1;}
        50%  {transform: scale(1.5);
              opacity: 1;}
        100% {transform: scale(1);
              opacity: 1;}
    }
    
    .resultScreen {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('images/main_bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; 
    }
    
    .resultBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 800px;
        height: auto;
        padding: 0 0 10px 0;
        margin-bottom: 15px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(22, 25, 37, 0.9), rgba(255, 255, 255, 0));
    }
    
    .resultText {
        padding: 10px 0;
        color: #079eda;
        font-size: 1.2rem;
    }
    
    .resultAnswer, .resultTime, .resultPlace, .resultPoints {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: 24px;
        color: #ffffff;
        font-size: 1.1rem;
        text-align: center;
        opacity: 0;
        transition: .3s;
    }
    
    .continueButton {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 20px;
        margin: 0 0 0 10px;
        font-size: 20px;
        border: 3px solid #079eda;
        border-radius: 6px;
        background-image: linear-gradient(#079eda, #0e485f);
        cursor: pointer;
        outline: none;
        transition: .3s;
    }
      
    .continueButton:hover {
        color: #ffffff;
        box-shadow: 0 0 4px 1px rgb(255, 255, 255);
        transition: .3s;
    }
    
    .proposalScreen {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('images/tournament_bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;    
    }
    
    .proposalBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 600px;
        height: 400px;
        border-radius: 8px;
        background-color: rgba(22, 25, 37, 0.7);   
    }
    
    .proposalBlockText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 450px;
        margin-bottom: 15px;
        color: #40bff1;
        font-size: 1.1rem;
        text-align: center;
    }
    
    .proposalBonuses {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;    
    }
    
    .getHintBlock, .deleteVariationsBlock, .getShildBlock {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .getHint, .deleteVariations, .getShild {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        margin-right: 10px;
        color: rgb(49, 132, 204);
        color: #ffffff;
        font-size: 2.2rem;
        border-radius: 6px;
        border: none;
        outline: none;
        cursor: pointer;
        transition: .3s;  
    }
    
    .getHint {
        background-color: rgba(93, 204, 49, .5);
        background-image: url(images/lightbulb.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .deleteVariations {
        background-color: rgba(58, 193, 255, 0.5);
        background-image: url(images/cut.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }
    
    .getShild {
        background-color: rgba(213, 108, 255, 0.5);
        background-image: url(images/shield.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }
    
    .getHintAbout, .deleteVariationsAbout, .getShildAbout {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 350px;
        height: 85px;
        color: #ffffff;
    }
    
    .getHintName, .deleteVariationsName, .getShildName {
        color: #ffffff;
        font-size: 1.5rem;
        font-family: 'Alumni Sans', sans-serif;
        margin-bottom: 5px;
    }
    
    .proposalButtons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .showVideoButton {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 15px;
        font-size: 1.1rem;
        border: 3px solid #079eda;
        border-radius: 6px;
        background-image: linear-gradient(#079eda, #0e485f);
        cursor: pointer;
        outline: none;
        transition: .3s;    
    }
    
    .cancelVideoButton {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 15px;
        font-size: 1.1rem;
        border: 3px solid #ce5a37;
        border-radius: 6px;
        background-image: linear-gradient(#ce5a37, #66341e);
        cursor: pointer;
        outline: none;
        transition: .3s;
    }

    .showVideoButton:hover, .cancelVideoButton:hover {
        color: #ffffff;
        box-shadow: 0 0 4px 1px rgb(255, 255, 255);
        transition: .3s;
    }


    @media screen and (max-height: 700px) {
        .questionNumber {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            margin: 5px 10px;
            border-radius: 18px;
            color: #ffffff;
            background-color: rgba(22, 25, 37, 0.7);
            box-shadow: 0 0 4px 1px rgba(154, 194, 231, 0.8);
            animation: questionNumberMove .2s forwards;
            font-size: 1rem;
        }

        .playerBlock {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 250px;
            height: 36px;
            margin: 5px 10px;
            border-radius: 8px;
            background-color: rgba(22, 25, 37, 0.7);
            box-shadow: 0 0 4px 1px rgba(154, 194, 231, 0.8);
            animation: playerBlockMove .2s forwards;
        }

        .playerBlock[data-player='true'] {
            background-color: rgba(46, 46, 34, 0.8);
            box-shadow: 0 0 4px 1px rgb(197, 179, 15);
        }
        
        @keyframes playerBlockMove {
            0%   {transform: translate(-200px, 200px);
                  opacity: 0;}
            100% {transform: translate(0);
                  opacity: 1;}
        }
        
        .playerNickname {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 50%;
            color: #ffffff;
            font-size: 0.8rem;
        }

        .indicatorsBlock {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 50%;
            gap: 5px;
        }

        .indicator {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 8px;
            height: 8px;
            border: 1px solid #707070;
            border-radius: 4px;
        }


    }
}


@media screen and (max-width: 600px) {
    .banner {
        position: fixed;
        bottom: 20px;
        left: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 20px);
        height: 300px;
        margin: 0 0 10px 0;
        z-index: 200;
    }

    .statistics {
        position: fixed;
        top: 70px;
        left: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 20px);
        padding: 10px 10px 5px 5px;
        color: #ffffff;
        font-size: 0.8rem;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, .6);
        z-index: 20;
    }

    .stGameBlock, .stPedestalBlock, .stVictoryBlock,
    .stStatusBlock, .stPointsBlock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 20px;
        margin: 0 5px;
    }

    .stGameParam, .stPedestalParam, .stVictoryParam,
    .stStatusParam, .stPointsParam {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .stGameImg, .stPedestalImg, .stVictoryImg,
    .stStatusImg, .stPointsImg {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        width: 14px;
        height: 14px;
        color:rgba(153, 206, 255, 0.8)
    }

    .stGameName, .stPedestalName, .stVictoryName,
    .stStatusName, .stPointsName {
        display: none;
    }
    
    .loginScreen {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('images/main_bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .logoBlock {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 50px;
        margin: 15px 0;
        color: #ffffff;
        font-size: 2rem;
        text-transform: uppercase;
        font-family: 'Alumni Sans', sans-serif;
        background-image: url('images/logo2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .hintsBlock {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: calc(100% - 40px);
        height: 50px;
        margin: 30px 0 10px 0;
        font-size: 0.9rem;
        font-family: 'Scada', sans-serif;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    }
      
    .oneHint {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
        color: rgb(255, 255, 255);
        font-size: 0.9rem;
        opacity: 0;  
    }
      
    .oneHint[data-shown="true"] {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
        color: rgb(255, 255, 255);
        font-size: 0.9rem;
        z-index: 5;
        animation: textFadeIn 10s infinite;
    }
      
    @keyframes textFadeIn {
        0%   {opacity: 0;}
        10%  {opacity: 0;}
        20%  {opacity: 1;}
        30%  {opacity: 1;}
        40%  {opacity: 1;}
        50%  {opacity: 1;}
        60%  {opacity: 1;}
        70%  {opacity: 1;}
        80%  {opacity: 1;}
        90%  {opacity: 0;}
        100% {opacity: 0;}  
    }
    
    .loginBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
    }
      
    input[class="playerName"] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 40px;
        margin: 0;
        padding: 0 10px;
        color: #ffffff;
        font-size: 20px;
        border: 3px solid #da072a;
        border: 3px solid #079eda;
        border-radius: 6px;
        background-color: rgba(24, 28, 48, .7);
        cursor: default;
        outline: none;
        transition: .3s;
    }
      
    input[class="playerNameRed"] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 40px;
        margin: 0;
        padding: 0 10px;
        color: #000000;
        font-size: 20px;
        border: 3px solid rgb(248, 66, 66);
        border-radius: 6px;
        background-color: rgba(255, 255, 255, .9);
        cursor: default;
        outline: none;
        transition: .3s;
        animation: redBorder 3s forwards;
    }
      
    @keyframes redBorder {
        0%   {box-shadow: 0 0 8px 2px rgba(250, 100, 100, 0);}
        16%  {box-shadow: 0 0 8px 2px rgb(250, 100, 100);}
        33%  {box-shadow: 0 0 8px 2px rgba(250, 100, 100, 0);}
        50%  {box-shadow: 0 0 8px 2px rgb(250, 100, 100);}
        67%  {box-shadow: 0 0 8px 2px rgba(250, 100, 100, 0);}
        83%  {box-shadow: 0 0 8px 2px rgb(250, 100, 100);}
        100% {box-shadow: 0 0 8px 2px rgba(250, 100, 100, 0);}
    }
      
    input[class="playerName"]:focus {
        box-shadow: 0 0 4px 1px rgb(255, 255, 255);
    }
      
    input[class="playerName"]::placeholder, 
    input[class="playerNameRed"]::placeholder {
        color: #828283;
    }
      
    .gameStartButton {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 130px;
        height: 40px;
        margin: 10px 0 0 0;
        font-size: 20px;
        border: 3px solid #079eda;
        border-radius: 6px;
        background-image: linear-gradient(#079eda, #0e485f);
        cursor: pointer;
        outline: none;
        transition: .3s;
    }

    .gameStartButton:hover {
        color: #ffffff;
        box-shadow: 0 0 4px 1px rgb(255, 255, 255);
        transition: .3s;
    }


    .gameScreen {
        position: fixed;
        display: none;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('images/tournament_bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .topPanel {
        position: fixed;
        top: -200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 10px);
        width: 100%;
        height: 32px;
        border-radius: 8px;
        transition: .3s;
        z-index: 10;
    }

    .topPanel[data-shown='true'] {
        top: 5px;
        transition: .3s;
    }

    .questionsImage {
        display: none;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 100%;
        color: #ffffff;
        font-size: 1.5rem;
        border-radius: 6px;
        background-color: rgba(22, 25, 37, 0.7);
        background-image: url(images/question.png);
        background-position: center;
        background-size: auto 38%;
        background-repeat: no-repeat;
    }

    .playerData {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 32px;
        padding: 0 10px 0 5px;
        margin: 0 5px;
        border-radius: 4px;
        color: #ffffff;
        overflow: hidden;
        background-color: rgba(22, 25, 37, 0.7);
    }
    
    .playerIcon {
        display: none;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin: 0;
        color: #ffffff;
        font-size: 1.1rem;   
    }

    .playerNick {
        display: none;
    }

    .victoryIcon, .pedestalIcon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin: 0 10px;
        color: #ffffff;
        font-size: 1.1rem;
    }

    .victoryIcon {
        margin-left: 0;
        background-image: url(images/trophy.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .pedestalIcon {
        background-image: url(images/medal.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }
    
    .bonuses, .soundSettings {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 0 5px;
        gap: 5px;
        border-radius: 6px;
    }
    
    .getHintButton, .deleteVariationsButton, .getShildButton {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: rgb(49, 132, 204);
        color: #ffffff;
        font-size: 1.1rem;
        border-radius: 4px;
        border: none;
        outline: none;
        cursor: pointer;
        transition: .3s;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-tap-highlight-color: transparent;  
    }

    .getHintButton {
        background-color: rgba(93, 204, 49, 0.5);
        background-image: url(images/lightbulb.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .deleteVariationsButton {
        background-color: rgba(58, 193, 255, 0.5);
        background-image: url(images/cut.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .getShildButton {
        background-color: rgba(213, 108, 255, 0.5);
        background-image: url(images/shield.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .getHintButton:disabled,
    .deleteVariationsButton:disabled,
    .getShildButton:disabled {
        background-color: rgba(25, 28, 37, 0.6);
        color: #000000;
        transition: .3s;
        cursor: default;
    }

    .soundButton, .musicButton {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 4px;
        border: none;
        background-color: rgba(255, 128, 0, 0.5);
        background-image: url(images/volume.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
        outline: none;
        cursor: pointer;
        transition: .3s;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-tap-highlight-color: transparent;
    }

    .soundButton[data-disabled='true'], .musicButton[data-disabled='true'] {
        background-color: rgba(25, 28, 37, 0.6);
        transition: .3s; 
    }

    .opponentsListImage {
        display: none;
        align-items: center;
        justify-content: center;
        width: 270px;
        height: 100%;
        border-radius: 6px;
        background-color: rgba(22, 25, 37, 0.7);
        background-image: url(images/users.png);
        background-position: center;
        background-size: auto 38%;
        background-repeat: no-repeat;
    }
    
    .gameBlock {
        position: fixed;
        top: 50px;
        left: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 10px);
        height: calc(100vh - 75px);
    }
    
    .questionsBlock {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(24px * 10 + 4px * 9 + 2px * 2);
        height: 30px;
    }
    
    .gameArea {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 210px;
        margin: 0 5px;
    }
    
    .timerBlock {
        display: none;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        color: #ffffff;
        font-size: 1.2rem;
    }
    
    .taskBlock {
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        margin: 0 0 10px 0;
        border-radius: 6px;
        color: #ffffff;
        font-size: 0.9rem;
        border-radius: 6px;
        text-align: center;
        background-color: rgba(12, 104, 165, .7);     
    }
    
    .variationsBlock {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 5px;   
    }
    
    .variation {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 5px);
        height: 40px;
        color: #ffffff;
        font-size: 0.9rem;
        border: none;
        border-radius: 6px;
        background-color: rgba(172, 133, 7, .7); 
        cursor: pointer;
        outline: none;
        transition: .3s;     
    }
    
    .variation:hover {
        transition: .3s;
        transform: scale(1.1);
        z-index: 10;         
    }
    
    .variation:disabled {
        color: #505050;
        cursor: default;
        background: none;
        background: linear-gradient(135deg, rgba(22, 25, 37, 0.9), rgba(22, 25, 37, 0.9));
    }
    
    .variation:hover:disabled {
        background: linear-gradient(135deg, rgba(22, 25, 37, 0.9), rgba(22, 25, 37, 0.9));
        box-shadow: none; 
        transform: scale(1);         
    }
    
    .variation[data-possible='true'] {
        box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.8);
    }
    
    .variation[data-possible='true']:hover:disabled {
        box-shadow: none;
    }
    
    .variation[data-true='true'] {
        box-shadow: 0 0 8px 2px rgba(15, 151, 10, 0.8);
    }
    
    .variation[data-true='true']:hover:disabled {
        box-shadow: 0 0 8px 2px rgba(15, 151, 10, 0.8);
    }
    
    .variation[data-true='false'] {
        box-shadow: 0 0 8px 2px rgba(218, 33, 33, 0.8);
    }
    
    .variation[data-true='false']:hover:disabled {
        box-shadow: 0 0 8px 2px rgba(218, 33, 33, 0.8);
    }
    
    .answerStatus {
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 20px;
        margin-top: 5px;
        color: #a5a5a5; 
        font-size: 0.9rem; 
    }
    
    .opponentsList {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: calc(10 * 20px + 10 * 2px);        
    }
    
    .playerBlock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        height: 20px;
        margin: 2px 0;
        border-radius: 4px;
        background-color: rgba(22, 25, 37, 0.7);
        font-size: 0.9rem;
        animation: playerBlockMove .2s forwards;   
    }
    
    .playerBlock[data-player='true'] {
        background-color: rgba(46, 46, 34, 0.8);
        box-shadow: 0 0 2px 1px rgb(197, 179, 15);
    }
    
    @keyframes playerBlockMove {
        0%   {opacity: 0;}
        100% {opacity: 1;}
    }
    
    .playerNickname {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 50%;
        padding: 0 10px;
        color: #ffffff;    
    }

    .playerStatistic {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .playerStatisticTrue {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        color: #ffffff;
        border-radius: 4px;
        background-color: rgba(15, 151, 10, 0.5);     
    }

    .playerStatisticFalse {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        color: #ffffff;
        border-radius: 4px;
        background-color: rgba(218, 33, 33, .5);         
    }
    
    .indicatorsBlock {
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50%;
        gap: 5px;   
    }
    
    .indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12px;
        height: 12px;
        border: 1px solid #707070;
        border-radius: 6px;    
    }
    
    .indicator[data-true='true'] {
        border: 1px solid rgba(15, 151, 10, 1);
        background-color: rgba(15, 151, 10, 0.4);
    }
    
    .indicator[data-true='false'] {
        border: 1px solid rgb(218, 33, 33);
        background-color: rgba(218, 33, 33, .4);
    }
    
    .loadingBlock {
        position: fixed;
        top: calc(50% - 100px);
        left: calc(50% - 100px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 200px;
        border-radius: 100px;
        background-color: rgba(0, 0, 0, .6);
        z-index: 10;
    }
    
    .loadingBlock[data-hidden='true'] {
        animation: hideLoading .3s forwards
    }
    
    @keyframes hideLoading {
        0%   {transform: scale(1);
              opacity: 1;}
        100% {transform: scale(2);
              opacity: 0;}
    }
    
    .loadingProgress {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        color: #ffffff;
        font-size: 3rem;
        font-family: 'Alumni Sans', sans-serif;    
    }
    
    .loadingText {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .8rem;
        color: #ffffff; 
    }

    .loadingLargeCircle {
        position: fixed;
        top: calc(50% - 95px);
        left: calc(50% - 95px);
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 190px;
        height: 190px;
        background-image: url('images/circle-1.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        animation: turnRight linear 3s infinite;
        z-index: 11;        
    }

    @keyframes turnRight {
        0%   {transform: rotate(0);}
        100% {transform: rotate(360deg);}
    }

    .loadingSmallCircle {
        position: fixed;
        top: calc(50% - 85px);
        left: calc(50% - 85px);
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 170px;
        height: 170px;
        background-image: url('images/circle-1.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        animation: turnLeft linear 3s infinite;
        z-index: 12;
    }

    @keyframes turnLeft {
        0%   {transform: rotate(0);}
        100% {transform: rotate(-360deg);}
    }

    .questionNumber {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        margin: 10px 2px;
        border-radius: 12px;
        color: #ffffff;
        font-size: 1rem;
        background-color: rgba(22, 25, 37, 0.7);
        box-shadow: 0 0 4px 1px rgba(154, 194, 231, 0.8);
        animation: questionNumberMove .2s forwards;
    }

    .questionNumber[data-current='true'] {
        animation: questionNumberPulse 2s infinite;
        box-shadow: 0 0 8px 2px rgba(221, 195, 50, 0.8);
        z-index: 5;
    }

    .questionNumber[data-true='true'] {
        background-image: url(images/check.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
        animation: questionNumberAnimate .5s forwards;
        box-shadow: 0 0 4px 1px rgba(15, 151, 10, 0.8);
        color: rgba(15, 151, 10, 1);
        z-index: 5;
    }

    .questionNumber[data-true='false'] {
        background-image: url(images/cancel.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
        animation: questionNumberAnimate .5s forwards;
        box-shadow: 0 0 4px 1px rgba(218, 33, 33, 0.8);
        color: rgba(218, 33, 33, 1);
        font-size: 1rem;
        z-index: 5;
    }
    
    @keyframes questionNumberMove {
        0%   {opacity: 0;}
        100% {opacity: 1;}
    }
    
    @keyframes questionNumberPulse {
        0%   {transform: scale(1);
              opacity: 1;}
        50%  {transform: scale(1.2);
              opacity: 1;}
        100% {transform: scale(1);
              opacity: 1;}
    }
    
    @keyframes questionNumberAnimate {
        0%   {transform: scale(1);
              opacity: 1;}
        50%  {transform: scale(1.5);
              opacity: 1;}
        100% {transform: scale(1);
              opacity: 1;}
    }
    
    .resultScreen {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('images/main_bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; 
    }
    
    .resultBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(22, 25, 37, 0.9), rgba(255, 255, 255, 0));
    }
    
    .resultText {
        margin-bottom: 10px;
        color: #079eda;
        font-size: 1rem;
    }
    
    .resultAnswer, .resultTime, .resultPlace, .resultPoints {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 18px;
        color: #ffffff;
        font-size: 0.8rem;
        text-align: center;
        opacity: 0;
        transition: .3s;
    }
    
    .continueButton {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 20px;
        margin: 0 0 0 10px;
        font-size: 20px;
        border: 3px solid #079eda;
        border-radius: 6px;
        background-image: linear-gradient(#079eda, #0e485f);
        cursor: pointer;
        outline: none;
        transition: .3s;
    }
      
    .continueButton:hover {
        color: #ffffff;
        box-shadow: 0 0 4px 1px rgb(255, 255, 255);
        transition: .3s;
    }
    
    .proposalScreen {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url('images/tournament_bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;    
    }
    
    .proposalBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
        padding: 0 10px;
        border-radius: 8px;
        background-color: rgba(22, 25, 37, 0.7);
    }

    .proposalBlockText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 15px 20px;
        color: #40bff1;
        font-size: 0.8rem;
        text-align: center;
    }

    .proposalBonuses {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .getHintBlock, .deleteVariationsBlock, .getShildBlock {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .getHint, .deleteVariations, .getShild {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 6px;
        border: none;
        outline: none;
        cursor: pointer;
        transition: .3s;
    }

    .getHint {
        background-color: rgba(93, 204, 49, .5);
        background-image: url(images/lightbulb.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }

    .deleteVariations {
        background-color: rgba(58, 193, 255, 0.5);
        background-image: url(images/cut.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }
    
    .getShild {
        background-color: rgba(213, 108, 255, 0.5);
        background-image: url(images/shield.png);
        background-position: center;
        background-size: auto 60%;
        background-repeat: no-repeat;
    }
    
    .getHintAbout, .deleteVariationsAbout, .getShildAbout {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: calc(100% - 50px - 10px);
        height: 85px;
        color: #ffffff;
        font-size: 0.8rem;
    }
    
    .getHintName, .deleteVariationsName, .getShildName {
        color: #ffffff;
        font-size: 1.1rem;
        font-family: 'Alumni Sans', sans-serif;
        margin-bottom: 5px;
    }
    
    .proposalButtons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .showVideoButton {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 15px;
        margin-right: 10px;
        font-size: 0.8rem;
        color: #ffffff;
        border: 3px solid #079eda;
        border-radius: 6px;
        background-image: linear-gradient(#079eda, #0e485f);
        cursor: pointer;
        outline: none;
        transition: .3s;
    }
    
    .cancelVideoButton {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 15px;
        font-size: 0.8rem;
        color: #ffffff;
        border: 3px solid #ce5a37;
        border-radius: 6px;
        background-image: linear-gradient(#ce5a37, #66341e);
        cursor: pointer;
        outline: none;
        transition: .3s;    
    }
    
    .showVideoButton:hover, .cancelVideoButton:hover {
        color: #ffffff;
        box-shadow: 0 0 4px 1px rgb(255, 255, 255);
        transition: .3s;
    }

    @media screen and (min-height: 600px) and (max-height: 700px) {
        .gameArea {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: 260px;
            margin: 0 5px;
        }

        .taskBlock {
            display: none;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100px;
            padding: 0 20px;
            margin: 0 0 10px 0;
            border-radius: 6px;
            color: #ffffff;
            font-size: 1.1rem;
            border-radius: 6px;
            text-align: center;
            background-color: rgba(12, 104, 165, .7);     
        }
    }

    @media screen and (min-height: 701px) and (max-height: 800px) {
        .gameArea {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: 280px;
            margin: 0 5px;
        }

        .taskBlock {
            display: none;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100px;
            padding: 0 20px;
            margin: 0 0 10px 0;
            border-radius: 6px;
            color: #ffffff;
            font-size: 1.1rem;
            border-radius: 6px;
            text-align: center;
            background-color: rgba(12, 104, 165, .7);     
        }

        .variation {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(50% - 5px);
            height: 50px;
            color: #ffffff;
            font-size: 1.1rem;
            border: none;
            border-radius: 6px;
            background-color: rgba(172, 133, 7, .7); 
            cursor: pointer;
            outline: none;
            transition: .3s;     
        }

        .opponentsList {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: calc(10 * 26px + 10 * 4px);        
        }

        .playerBlock {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 90%;
            height: 26px;
            margin: 2px 0;
            border-radius: 4px;
            background-color: rgba(22, 25, 37, 0.7);
            font-size: 1rem;
            animation: playerBlockMove .2s forwards;   
        }
    }

    @media screen and (min-height: 801px) {
        .gameArea {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: 310px;
            margin: 0 5px;
        }

        .timerBlock {
            display: none;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            color: #ffffff;
            font-size: 1.6rem;
        }

        .taskBlock {
            display: none;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100px;
            padding: 0 20px;
            margin: 0 0 10px 0;
            border-radius: 6px;
            color: #ffffff;
            font-size: 1.1rem;
            border-radius: 6px;
            text-align: center;
            background-color: rgba(12, 104, 165, .7);     
        }

        .variation {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(50% - 5px);
            height: 55px;
            color: #ffffff;
            font-size: 1.1rem;
            border: none;
            border-radius: 6px;
            background-color: rgba(172, 133, 7, .7); 
            cursor: pointer;
            outline: none;
            transition: .3s;     
        }

        .opponentsList {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            height: calc(10 * 28px + 10 * 4px);        
        }

        .playerBlock {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 90%;
            height: 28px;
            margin: 2px 0;
            border-radius: 4px;
            background-color: rgba(22, 25, 37, 0.7);
            font-size: 1rem;
            animation: playerBlockMove .2s forwards;   
        }
    }
}