.game_container{display:flex;flex-direction:column;gap:20px}.game_container,.game_grid_container{width:-moz-fit-content;width:fit-content}.game_grid_container{display:grid;grid-template-columns:repeat(5,1fr);grid-column-gap:10px;column-gap:10px;grid-row-gap:10px;row-gap:10px}.game_item{position:relative;width:70px;height:70px;border-radius:10px;transition:.3s;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.game_item.view{cursor:default}.game_item_texture{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:.3s}.game_item_texture.active{opacity:1}.game_item_texture.game_item_grass{background-image:url(https://s3.timeweb.com/24399392-anitype-videos/test/birthday2024/game/eg1.png)}.game_item_texture.game_item_home{background-image:url(https://s3.timeweb.com/24399392-anitype-videos/test/birthday2024/game/eg3.png)}.game_item_texture.pizda{background-image:url(https://s3.timeweb.com/24399392-anitype-videos/test/birthday2024/game/eg4.png)}.game_item_texture.fire{background-image:url(https://s3.timeweb.com/24399392-anitype-videos/test/birthday2024/game/eg5.png)}.game_item_texture.grass_fire{background-image:url(https://s3.timeweb.com/24399392-anitype-videos/test/birthday2024/game/eg6.png)}.game_button_container{display:flex;align-items:center;justify-content:space-between;gap:10px}.game_button_{display:flex;align-items:center;justify-content:center;padding:10px 25px;border-radius:9px;background:#4ea64e;transition:.3s;color:black;width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px;font-weight:500}.game_button_:hover{background:#73c273}.game_button_.disabled{cursor:default;background:#2d5b2d}.game_button_.disabled:hover{background:#2d5b2d}.game_button_.black{background:transparent;border:1px solid #4ea64e;color:white}.game_button_.black:hover{background:#273a27}