.wrap.gamewrap {
    background: rgb(255 255 255 / 9%);
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgb(255 255 255 / 4%);
    margin: 24px 0;
}
.titlewrap, .gamewrap .title {
    margin: 0;
    margin-bottom: 20px;
}
.gama-box-v2 { 
    background: transparent;
    padding: 0;
    border-radius: 12px;
}
.container .bquests, .container .bwrap  {
    background: rgb(255 255 255 / 9%);
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgb(255 255 255 / 4%);
    margin: 24px 0;
}
.bquests .questsBlock {
    padding: 0;
    background: transparent;
}
.jackpots {
    padding: 0;
    background: transparent;
}
.bonuses-wrap { 
    padding-bottom: 0;
}

.howto_block .items .howto_item {
  position:relative;
}


.mobile-nav .inner {
    overflow: auto;
    height: 100vh;
    height: 100svh;
}







.langlogo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.langlogo  .langs {
    position: absolute;
    right: 20px;
}
.langselector {
    display: flex;
    color: #ffffffcc;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    border: 1px solid #ffffff2e;
    border-radius: 9px;
    background: #ffffff0a;
    transition: all 0.6s ease;
}
.langselector:hover {
    background: #ffffff1c;
}
.langpanel {
    display: flex;
    margin: 10px auto;
    justify-content: center;
    gap: 6px;
    color: #ffffffc2;
    font-size: 13px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #1fa271;
    width: 60px;
    border-radius: 6px;
    background: #ffffff1c;
    padding: 8px 0;
}
.langpanel span {
    width: 100%;
    padding: 6px 8px;
    display: flex;
    gap: 4px;
    font-size: 12px;
    align-items: center;
    cursor: pointer;
}
.langpanel img {
    border-radius: 200px;
}
.langpanel a {
    width: 100%;
    padding: 6px 8px;
    display: flex;
    gap: 4px;
    font-size: 12px;
    align-items: center;
    cursor: pointer;
    padding-top: 0;    text-decoration: none;
    display:none;color: #1fa371;
}
.langpanel:hover a {
    display: flex;
}
 .langactive header .wrap > *,
.langactive .megacontent {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.5;
}
.langactive header .wrap > *:not(.langs) {
    filter: blur(5px);
    opacity: 0.5;
}
.ls-select {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    background: #ccc;
    min-width: 60px;
    gap: 0px;
    align-items: center;
    font-size: 14px;
    background: #393e51;
    position: absolute;
    z-index: 1;
    display: none;
    top: 34px;
    right: 0;
    border-radius: 9px 0 9px 9px;
    border: 1px solid #fff;
    background: #293f2b;
    justify-content: center;
    border: 1px solid #ffffff2e;
    overflow: hidden;
}
.langselector:hover .ls-select, .langselector.active .ls-select {
    display: flex;
}
.langselector .flag {
    width: 22px;
    height: 22px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
}
.langselector .ls-select a {
    display: flex;
    gap: 4px;
    font-size: 14px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    width: 100%;
    font-size: 13px;
    gap: 6px;
    padding: 6px 9px;
    justify-content: center;
}
.langselector > span {
    font-size: 0;
}
 
.langselector .ls-select a:hover {
    background: #3ba745;
}
.langselector > span {
    display: flex;
    gap: 8px;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
    padding: 6px 0px;
    min-width: 34px;
    background: transparent;
    color: #fff;
    justify-content: center;
    font-size: 13px;
    background: #293f2b;
    border-radius: 9px;
    position: relative;
    top: 1px;
    z-index: 2;
    width: 100%;
}
.langselector:hover, .langselector.active {
    border-radius: 9px 9px 0 0;
    border-bottom: none;
}












 
 
@media (max-width: 550px){


.mobscroll .jackpots.mobscroll_items .items {
    gap: 24px;
}
.mobscroll .mobscroll_items .items .jackpot-item {
    min-width: calc(100vw - 80px);
}
.titlewrap span, .gamewrap .title span {
    line-height: 1.1;
    font-size: 20px;
    margin: 0;
}


.bonuses .text-box .text {
    min-height: 23px;
    white-space: normal;
}
.bonuses .text-box .text {
    height: 48px;
}
.mobscroll .questsBlock.mobscroll_items .items {
    gap: 24px;
}
.mobscroll .questsBlock.mobscroll_items .items .questItem {
    min-width: calc(100vw - 80px);
}
.bonuses-wrap.mobscroll .mobscroll_items .bonuses.items .item {
    width: calc( (100vw / 2) - 32px);
    min-width: calc( (100vw / 2) - 32px);
}
.mobscroll.turnament-box .mobscroll_items .items > div {
    min-width: calc( 100vw - 32px);
}
.mobscroll .mobscroll_title .prevnext div {
    width: 48px;
    height: 48px;
    background-color: #ffffff24;
    transition: all 0.6s ease;
    border-radius: 12px;
    background-size: 16px;
}




.slider .inner {
    margin-top: 10px;
}
body {
    padding-top: 96px;
}

.slider .item {
    max-width: calc(100vw - 24px);
}








}

