
header{
    height: 97px;
    display: flex;

}

div.custom-menu-class ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
}
div.custom-menu-class li {
    display: inline;
}

.burger{
    display:none;
}

.vul2 {
    display: flex;
    color:  var(--mobile-menu-color);
    align-items: center;
    justify-content: space-between;
 height: 83px;
border-radius: 10px;
background-color: var(--menu-background-color);
    padding: 0px 35px;
        margin-top: 30px;
}

body{
    margin:0px;
 font-family: 'Roboto';
    font-weight:normal;
    background:var(--body-background);
}
.container{
    width:1300px;
    margin:auto;
}    

.main-right img{
        margin-top: 40px!important;
            position: sticky;
    position: -webkit-sticky;
    top: 10px;
}

.osn .container{
     display: flex;
    justify-content: space-between;
  
}

header .container {
    display: flex;
    justify-content: space-between;
        height: 100%;
    align-items: center;
    position:relative;
}

.regis {
    color: #fff;
    margin-left:10px;
  width: 153px;
height: 63px;
font-weight:bold;
font-size:18px;
border-radius: 11px;
/*background-color: var(--menu-button-color)*/;
background-image: var(--menu-button-background);
    
    
    
    transition:.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:Pointer;

}
.regis:hover {
    background-image: var(--menu-button-hover);
}

.regis3 a:hover{
   transform:scale(1.05);
}



.mnogo {
    position: absolute;
    z-index: -1;
    top: -60px;
    width: 30%!important;
    margin-left: -150px;
}


.regis2:hover{
  transform:scale(1.05);
}

    footer{
        background:#191919;
        margin-top:40px;
     height: 100px;
         display: flex;
     border-top: 2px solid #f76329 ;
    }
    
 h1 {
    font-size: 43px!important;
    color: var(--h-headers-color);
    font-weight: 400;
    margin-top: 100px!important;
}
    
h1 span{
     font-weight:bold;
    color:var(--h-headers-color);
}    
    
   h2,h3,h4,h5{
       font-weight:bold;
   color: var(--h-headers-color);
   font-size:24px;
    }
    
    .men1 img{
        width:auto;
       
    }
    
    
.entry-footer{
    display:none;
}    
    
.slots-new0 {
width: 298px;
height: 72px;
border-radius: 11px;
/*background-color: var(--cta-button-color) */;
background-image: var(--cta-button-background);
font-weight:bold;
font-size:18px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    margin-top: 40px;
    margin-bottom: 40px;
}  

.slots-new0-reg {
width: 298px;
height: 72px;
border-radius: 11px;
/*background-color: #80c911; */
/*background-image: linear-gradient(15deg, #e04756 0%, #ff6ec7 100%); */
font-weight:bold;
font-size:18px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    margin-top: 40px;
    margin-bottom: 40px;
}  


.slots-new {
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
    justify-content: space-between;
}

.slots-new1 {
    width: 24%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:15px;
     height: 200px;
    position: relative;
    margin-bottom: 18px;
}
.slots-new1:hover div{

   opacity:.7;
    
}
.slots-new1 div {
    width: 100%;
    height: 100%;
    opacity: 0;
    background:#4a3f67;
       border-radius:15px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.slots-new1:before {
    content: url(https://cabura-game.com/wp-content/themes/oxxxymiron/img/ff.png);
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: auto;
    z-index: 333;
    bottom: auto;
}
.slots-new1:hover:before{
    opacity:1;
}
.slots-new1 img{
    width:100%;
}


.vul2{

    width: 60%;

}

.vul2 a {
    color: var(--mobile-menu-color);
    transition: .3s;
    /*height: 95%; */
    display: flex;
    align-items: center;
}

.vul2 a:hover {
   font-weight:bold;
background-color: var(--menu-button-hover);
}

p,li{
    line-height:1.7;
    color:var(--text-color);
}
footer .container{
        color: #fff;
    flex-direction: column;
    display: flex;
    align-items: baseline;
}
 .slots-new0:hover{
     color:#fff;
    /* background:#b6488d; */
     background: var(--cta-button-background-hover);
     
 }   
       footer img{
           margin-top:10px;
       }
    @media screen and (max-width: 1350px) and (min-width: 1000px)  {
  
  .slots-new1 {
    height: 160px;
  }
       
       h1 {
    font-size: 35px!important;

    font-weight: 400;
    margin-top: 100px!important;
}
     
.mnogo {
    position: absolute;
    z-index: -1;
 
    width: 35%!important;
    margin-left: -140px;
}

 .vul2 {
     width:70%;
 }
        
.container{
      width:1000px;
  }
 

 
   }
      @media screen and  (max-width: 1000px)  {
     h1 span{
         display:inline!important;
     }     
          .b2,h1 br{
              display:none;
          }
.burger {
    display: block;
    position: absolute;
    right: 5vw;
    width: 13vw;
    top: 2vw;
        z-index: 100;
}
          
 .burger img {
    max-width: 100%;
    max-height: 30px;
    width: auto!important;
}
          
      h2{
              text-transform: none;
      }    
      h1 {
    margin-top: 20px!important;
    font-size:29px!important;
}     
          
   .main-right{display:none;}
   .main-left{width:100%;}
          
.vul2 {
    display: flex;
    color: var(--mobile-menu-color);;
      align-items: baseline;
    justify-content: space-between;
      width: 54%;
    order: 3;
    overflow: scroll;
    margin: 20px 0px;
    position: absolute;
    right: 0px;
    flex-direction: column;
    transition:.3s;
    border-radius: 0px;
    height: auto;
    background: #fff;
    top: -32px;
    box-sizing: border-box;
    padding: 0px 15px;
    z-index: 99;
    right:-300px;
}

.vul2.acr{
    
    
  right:0px;    

}




.vul2 a {
    color: #111;
    transition: .3s;
    margin: 0px 7px;
    margin-bottom: 20px;
    font-size: 14px;
}



header {
 /*       padding-top: 20px; */
    height: auto;}
          
          
.slots-new1:before {
    content: ' ';
    background-image: url(https://cabura-game.com/wp-content/themes/oxxxymiron/img/ff.png);
    position: absolute;
    opacity: 0;
    z-index: 333;
    width: 100px;
    height: 100px;
    top:0vw;
    background-size: 100% 100%;
}     


.mnogo {
    position: absolute;
    z-index: -1;
    top: -52vw;
    width: 110%!important;
    margin-left: -55vw;
    transform: rotate(45deg);
}

          
header .container img {
    width: auto;
}

.regis2 {
    width:30vw!important;
}
.regis3 a {
    width: 28vw!important;
    order: -3;
    margin-top: 5vw;
    height: 30px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-left: 0px;
            margin-bottom: 20px;
}


.regis a:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    color: #fff;
}
          
          body,html{
              overflow-x:hidden;
          }
      .container{
      width:90vw;
          padding: 0px 5vw;
  }    
  
 .osn{
    margin-top: 1vw;
}

  
  
  
       footer img {
    margin-top: 10px;
    max-width: 100%;
}   
.slots-new1 {
    width: 48%;
    position: relative;
  
    display: flex;
    overflow: hidden;
    height: 27vw;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.slots-new0 {
    margin-top: 20px;
        width: 100%;
}


.pdd{width:150%!important;
max-width:150%;
    margin-left:-25%;
}

      }
   
   
    a{
        text-decoration:none;
        color: var(--h-headers-color);
    }
    


