.pre_game_all{
	    border-radius: 6px;
    height: 49px;
    justify-content: center;
    width: 49px;
    display: flex;
    align-items: center;
    margin-right: 8px;
	background: #fff;
    color: #338fff;
}
.section_all_game{
	padding: 40px 0;
	max-height: 2600px;
	overflow: hidden;
    display: flex;
    align-items: center;
}
	.games_block{
		display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    align-items: center;
	}
	.games_block .wrapper{
		width: 100%;
	}

	.list_games_block{
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    row-gap: 15px;
    column-gap: 15px;
	}
	.bread_games_block{
		display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-bottom: 60px;
	}
	.bread_games_block span{
		font-size: 24px;
    font-weight: 600;
        display: flex;
    align-items: center;
    color: #fff;
	}
	.bread_games_block span i{
		color: #1e1c1c;
	}
	.bread_games_block .show_all{
	height: fit-content;
	font-weight: 500;
	}
	.bread_games_block .show_all:hover{
		color: #fff;
	}
	
	.games_block .category-col .bg_category{
	width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(
180deg, rgba(0, 0, 0, 0) 62.68%, rgba(0, 0, 0, 0.9) 100%);
	}
	.games_block .category-col{
		width: 24%;
		border-radius: 10px;
		overflow: hidden;
		transition: all 0.3s;
	}
	.games_block .category-col:hover{
	box-shadow: 0px 4px 20px rgb(255 255 255 / 7%);
	    
	}
	
	.games_block .category-col .category-card-inner{
		display: flex;
	    position: relative;
	    height: 365px;
	    width: inherit;
	}
	.games_block .category-col .category-card-inner img{
		object-fit: cover;
    width: 100%;
    height: 100%;
	}
	.games_block .category-col .category-card__info-title{
	color: #fff;
    font-size: 19px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
	}
	.games_block .category-col .category-card__act{
		position: absolute;
	    bottom: 0;
	    left: 0;
	    padding: 5px 10px;
	    max-width: 70%;
	    margin: 0px 10px 7px 0;
	}
	.games_block .category-col .category-card__info-price{
		position: absolute;
	    bottom: 0;
	    right: 0;
	    padding: 5px 10px;
	    max-width: 32%;
    border-radius: 7px;
    color: #acdbf5;
    margin: 0px 10px 10px 0;
    font-weight: 500;
    background-color: #1b2838;
	}
	.select_price{
	display: inline-flex;
    width: 220px;
	}
	.select_price .goods_block{
		width: 100%;
	}
	.discount_price{
	text-decoration: line-through;
    color: rgba(255, 81, 81, 1);
    margin-right: 10px;
}
	.banner_container{
		width: 100%;
		margin-bottom: 70px;
	}
	.banner_container img{
		transition: all 0.3s;
		border-radius: 12px;
	}
	.banner_container img:hover{
	box-shadow: 0px 4px 20px rgb(255 255 255 / 7%);
    transition: all 0.3s;
    
	}
	.pre_footer{
		display: flex;
		flex-wrap: wrap;
	}
	.info_main_block{
		display: flex;
		width: 100%;
    	justify-content: space-between;
	}
	.info_main_block > div{
	display: flex;
	flex-wrap: wrap;
	width: 23%;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border-radius: 12px;
    background: #1e334c;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all 0.3s;
	}
	.info_main_block > div:hover{
	box-shadow: 0px 4px 20px rgb(255 255 255 / 7%);
    transition: all 0.3s;
	}
	.info_main_block .info_main{

    font-size: 36px;
    font-weight: bold;
    width: 100%;
    text-align: center;

	}
	.info_main_block .info_main_text{
	color: #fff;
    font-size: 18px;
	}
@media(max-width: 1124px){
	.games_block .category-col .category-card-inner{
		height: 42vw;
	}
	.section_all_game{
		max-height: none;
	}
	.games_block .category-col{
		width: 32%;
	}
	.list_games_block{
		column-gap: 2%;
	}
}
@media(max-width: 870px){
.games_block .category-col .category-card__act{
		top: 0;
		bottom: auto;
		max-width: 100%;
	}
	.games_block .category-col .category-card__info-price{
		max-width: 100%;
	}
	.wrapper h1{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
}
@media(max-width: 600px){
	.games_block .category-col .category-card-inner{
		height: 64vw;
	}
	.games_block .category-col{
		width: 49%;
	}
}
@media(max-width: 550px){
	.games_block .category-col .category-card-inner{
		height: 64vw;
	}
	.games_block .category-col .category-card__act{
		top: 0;
		bottom: auto;
	}
	.games_block .category-col .category-card__info-price{
		max-width: 100%;
	}
}