/* 2560 1024 1440 */
.menumobiles{
    display: none;
}
.adv{
    display: none;
}
.ad{
    display: none;
}
@media (max-width:768px){
    .ad{
        display: block;
    }
    
    .adv{
        display: block;
        position: fixed;
        bottom: 58px;
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: 5;
    }
    .main-stop {
      stop-color:#FF75E8;
    }
    .alt-stop {
      stop-color:#75FFED;
    }
    .color_stop{
      stop-color:#FF57B9;
    }
   .footer{
      display: none;
   }
    .menumobiles{
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
        max-width: 2650px;
        position: fixed;
        bottom: 0;
        zoom: 100%;
        z-index: 4;
    }
    .newMobilesMenu{
        width: auto;
        height: auto;
        max-width:768px;
        padding-top:10px;
        padding-bottom: 10px;
        border: 2px solid var(--NewBorder);
        background-color: var(--newHeader);
        border-radius:20px 20px 0 0;
    }
     .wrap5{
        width: auto;
        height: auto;
        display: flex;
        padding-left:10px;
        padding-right: 10px;
     }
     .iconimgsvgMobiles{
        width:auto;
        height:auto;
     }
     .alinksMobiles{
        display: flex;
        align-items: center;
        flex-direction: column;

     }
     .wrap2{
        margin-bottom: 100px;
     }
    header{
        justify-content: center;
    }
    .leftContener{
        display: none;
    }
    .rigintContner{
        display: none;
    }
    .headerLeft{
        margin: 0;
    }
    .body{
        margin: 0;
    }
    
    .layout{
        width: auto;
        max-width: 600px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .content{
        width: auto;
        max-width: none;
    }
    
    /*  */
}
@media (max-width:425px){
    .layout{
        zoom: 72%;
    }
    .playVideo{
        width: 100%;
    }
}
@media (max-width:375px){
    .layout{
        zoom: 60%;
    }
}
@media (max-width:320px){
    .layout{
        zoom: 50%;
    }

    
}
:root{
    ---colorStopF:#FF75E8;
    ---color7:#75FFED;
    ---colorff:#FF57B9;
    ---TextRgb:linear-gradient(310deg, rgba(157, 55, 240, 0.9), rgba(231, 47, 235, 0.9), rgba(131, 59, 255, 0.9) 60%);
}