.infoButton:before, .systemChat:before, .buttonMain:before {
    background: url(/img/winter_button.png) top no-repeat;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.frontCard:before {
    background: url(/img/lights.png) top repeat-x;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
}
.titleWindow:before, .chatBlock:before, .lastGames:before {
    background: url(/img/lights.png) top repeat-x;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
}
body {
    background-image: url(/img/winter_bg.png)!important;
}
.buttonMain {
    -webkit-filter: brightness(1);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.balanceBlock:before {
    background: url(/img/winter_button.png) top no-repeat;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    /* top: 0; */
    width: 100%;
}
.balanceBlock {
    border-radius: 0px 0px 10px 10px;
    padding: 0px 32px 10px;
}
.balanceBlock>.text {
    margin: 22px 0 10px;
}
.titleWindow {
    padding: 0px 36px 15px;
}
.textWindow {
    padding-top: 15px;
}
.chatTop.flex > div {
    z-index: 99;
}
.titleWindow.flex.just-b:before {
    display: none !important;
}
@media (max-width: 768px) {
    .gameHover:hover {
        transform: unset !important;
        cursor: pointer;
    }
    .buttonMain:before {
        height: 0 !important;
        border-top-right-radius: 7px !important;
        border-top-left-radius: 7px !important;
    }
    .balanceBlock:before {
        background: url(/img/winter_button.png) top no-repeat;
        content: "";
        display: block;
        height: 24px;
        position: absolute;
        right: 0;
         top: 0; 
        width: 100%;
    }
    .balanceBlock {
        padding: 18px 15px;
    }
}