.newGamesI{
height: fit-content;
    background: var(--main-background4);
    padding: 13px;
    border-radius: 8px;
    display: grid;
    gap: 15px;    
    text-decoration:none;
    user-select:none;
    transition:.2s;
    cursor:pointer;
}  
.newGamesI:hover{
    background: var(--main-background3);    
}
.newGamesI .gamePhoto{
    width: 100%;
    border-radius: 8px;    
    transition:.3s;
pointer-events: none    
}

.newGamesI .gamePhoto:hover{
transform: scale(0.99);  
}
.newGamesI .footer{
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.newGamesI .footer .information{
    display: grid;
    width: 100%;    
}
.newGamesI .footer .information .title{
font-size: 14px;
    color: var(--main-color-medium);    
}
.newGamesI .footer .information .desc{
color: var(--main-color-hight);
    font-weight: bold;
font-size: 20px;
    margin-bottom: -5px;
    margin-top: -4px;   
}
.newGamesI .footer img{
width: 28px;
    height: 28px;    
}
.giftCounters{
        display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}  
.giftCounter{
    background: var(--main-background);
    border-radius: 8px;
    padding: 10px;
    display: grid;
    color: var(--main-color-low);
    font-weight: bold;
    text-align: center;    
}
.giftCounter .count{
color: var(--main-color-hight);    
} 
   .projectGames{
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));       
   }
   .projectGameAdditional{
    align-items: center;
    aspect-ratio: 234 / 164;
    background: var(--main-gradient);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition: all .2s;  
    justify-content:center;
    text-decoration: none;
    gap:10px;
   }
   .projectGameAdditional img{
    width: 100%;
    height: 100%; 
   }
   .projectGameAdditional span{
bottom: 18px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    left: 50%;
    line-height: 25px;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    white-space: nowrap;
    color:#000;
   }
   
   
   
   .himg { width: 100%; }
.hwrap { max-width: 500px; } /* optional */
 

.hwrap { position: relative; }
.hcap {
align-items: center;
    display: flex;
    cursor:pointer;

  position: absolute; bottom: 0; left: 0;
height:100%;
  width: 100%;
  color: #fff; background: rgba(0, 0, 0, 0.5);
}

.hcap {
  visibility: none; opacity: 0;
  transition: opacity 0.3s;
  border-radius:7px;
}
.hwrap:hover .hcap{
  visibility: visible; opacity: 1;
} 


.projectGameAdditional:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    border-radius: 12px;
    border: 2px solid transparent;
background: linear-gradient(231.26deg, #f9eace85 9.72%, rgb(227 214 112 / 0%) 67.39%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.alert_index {
align-items: center;
    background-color: #222630;
    background: linear-gradient(90deg, #1e222b .06%, #272c37 98.49%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
}
.alert_index .badge {
    align-items: center;
    border-radius: 20%;
    background-image: url(../images/index/vkbonus.png);
    background-position: center;
    background-size: contain;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-right: 25px;
    width: 80px;
}
.alert_index .badge img{
width: 60%;
user-select:none;
}

.alert_index .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 380px);
    color: #fff;
}
.alert_index .info .name {
    font-size: 24px;
    font-weight: bold;
}
.alert_index .info .description {
opacity: 0.6;
}


.gtbtnBonus{
    height: 60px;
    width: 275px;
    font-size: 18px;
    background: #ffffffbd;
    box-shadow: none!important;
    border-radius: 12px;
    border: none;
    outline: none;
    font-weight: bold;
    color: #212121;
}
.gtbtnBonus:hover{
    opacity:0.9;
}

@media (max-width: 1097px){
.projectGames {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
}

@media (max-width: 960px){
.projectGames {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 768px){
.projectGames {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}




@media (max-width: 768px){
.alert_index{
    display:grid;
}
.alert_index .badge {
    margin: 0 auto;
    display: none;
}
.alert_index .info {
    width: 100%;
    text-align: center;    
}
.gtbtnBonus{
    width: 100%;
    margin-top: 10px;    
}

}

.newGamesI {
overflow:hidden;   
}    
.newGamesI:hover .gamePhoto{
transform: scale(2);
}
.newGamesI:hover .footer .information .title {
color:#fff!important;
z-index:2;
}
.newGamesI:hover .footer .information .desc {
color:#fff!important;
z-index:2;
}
.newGamesI:hover .footer img {
z-index:2;    
}

.hwrap {
max-width: 100%; 
}
.hwrap { 
position: relative; 
}
.hcap {
align-items: center;
display: flex;
cursor:pointer;
position: absolute; 
bottom: 0; 
left: 0;
height:100%;
width: 100%;
color: #fff;
background: rgb(0 0 0 / 42%);
backdrop-filter: blur(7px); 
}
.hcap {
visibility: none; opacity: 0;
transition: opacity 0.3s;
}
.hwrap:hover .hcap{
visibility: visible; 
opacity: 1;
}



    .playButton{
    height: 70px;
    width: 70px;
    padding: 10px;
    border: none;
    font-size: 24px;
    outline: none;
    background: var(--main-gradient);
    color: #000;
    border-radius: 100px;
    transition: .2s;
    position: relative;
    margin: 0 auto;
    }
.playButton:hover{
box-shadow: 0px 0px 15px #ffa80078;
}


.playButton:after {
content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid transparent;
    background: linear-gradient(231.26deg, #f9eace 9.72%, rgb(227 214 112 / 0%) 67.39%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.newGamesIsoon{
height: fit-content;
    background: var(--main-background4);
    padding: 13px;
    border-radius: 8px;
    display: grid;
    gap: 15px;    
    text-decoration:none;
    user-select:none;
    transition:.2s;
    cursor:pointer;
}  
.newGamesIsoon:hover{
    background: var(--main-background3);    
}
.newGamesIsoon .gamePhoto{
    width: 100%;
    border-radius: 8px;    
    transition:.2s;
pointer-events: none    
}

.newGamesIsoon .gamePhoto:hover{
transform: scale(0.99);  
}
.newGamesIsoon .footer{
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.newGamesIsoon .footer .information{
    display: grid;
    width: 100%;    
}
.newGamesIsoon .footer .information .title{
font-size: 14px;
    color: var(--main-color-low);    
}
.newGamesIsoon .footer .information .desc{
color: var(--main-color-low);
    font-weight: bold;
font-size: 20px;
    margin-bottom: -5px;
    margin-top: -4px;    
}
.newGamesIsoon .footer img{
width: 28px;
    height: 28px;    
}    