html{
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
}
*, *::after, *::before{
    box-sizing: inherit;
}
body{
    margin: 0;
    background-color: #0D1016;
  

}
.article{
    padding: 20px;
}

body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: white;
    }

@font-face {
    font-family: "Advanced LED Board-7 V2";
    src: url("https://db.onlinewebfonts.com/t/46c764e4bdcff39039e13b3997a833c8.eot");
    src: url("https://db.onlinewebfonts.com/t/46c764e4bdcff39039e13b3997a833c8.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/46c764e4bdcff39039e13b3997a833c8.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/46c764e4bdcff39039e13b3997a833c8.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/46c764e4bdcff39039e13b3997a833c8.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/46c764e4bdcff39039e13b3997a833c8.svg#Advanced LED Board-7 V2")format("svg");
}

/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('https://bgbaku.com/fonts/montserrat-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('https://bgbaku.com/fonts/montserrat-v30-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  .games,
  .providers,
  .reviews-block,
  .toc-block {
    content-visibility: auto;          /* Chrome 88+, Edge */
    contain-intrinsic-size: 600px 800px;
  }

.aside {
    position: fixed;
    top: 60px;  
    left: 0;
    width: 256px;
    height: calc(100% - 60px);
    background-color: #0D1016;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding: 12px 16px;
    border-right: 1px solid #01BB96;
}

.aside.open {
    transform: translateX(0);
}

@media (max-width: 991px) {
    .aside {
        width: 100%;
        height: calc(100% - 120px);
        top: 60px;
        transform: translateX(-100%);
    }

    .aside.open {
        transform: translateX(0);
    }
}

@media (min-width: 992px) {
    .aside {
        transform: translateX(0); 
    }
}
@media (min-width: 992px) {
    .menu-toggle-btn {
    display: block !important;
    }
    }

.aside {
    position: fixed;
    top: 60px;  
    left: 0;
    width: 250px;
    height: calc(100% - 60px);
    background-color: #333;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    }
    .aside.open {
    transform: translateX(0);
    }


.header{
    display: flex;
    background-color: #0D1016;
    height: 60px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header__left{
    width: 256px;
    display: flex;
    align-items: center;
    padding-left: 17px;
}
.header__right{
    width: calc(100% - 256px);
}
.header__inner{
    display: flex;
    padding: 12px 0;
    align-items: center;
    justify-content: end;
}
.header__search{
    flex-grow: 1;
}
.primary{
    color: #fff;
    background-color: #e01600;
}
.regular{
    color: #fff;
    background: #0D1016;
}
.primary:hover{
    background-color: #ff2400;
    border-color: #ff2400;
}
.regular:hover{
    background-color: #ff2400;
}
.btn{
    border: 1px solid #ff2400;
    padding: 12px 15px;
    border-radius: 100rem;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .3s ease-out;
    margin: 0 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.header__search{
    display: flex;
    background: #f2f1f6;
    padding: 12px;
    border-radius: 100rem;
    gap: 10px;
    
}
.header__search img{
    width: 20px;
}
.header__search input{
    border: none;
    background: transparent;
}
.aside{
    background: #0D1016;
    width: 256px;
    border-top: 1px solid #01C29C;
    position: fixed;
    top: 60px;
    left: 0;
    height: calc(100% - 60px);
    padding: 12px 16px;
    z-index: 99;
}
.menu{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #f2f1f6;
}
.menu-item + .menu-item{
    margin-top: 6px;
}
.menu-item a{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    background: #01041db8;
    padding: 10px;
    border-radius: 8px;
    color: #d8d8d8;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s ease-out;
    border: 1px solid #008c91b8;
}
.menu-item a:hover, .menu-item.current-menu-item a{
    background: #0032319a;
}
.menu-item img{
    width: 20px;
}
.sidebar_bottom{
    padding-top: 12px;
    margin-bottom: 20px;
}
.mail_link{
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: all .3s ease-out;
}
.mail_link:hover{
    color: #d83b3b;
}
.sidebar_socials{
    border-top: 1px solid #f2f1f6;
    padding-top: 20px;
}
.socials_title{
    text-align: center;
    color: #86898f;
    font-size: 13px;
    margin-bottom: 10px;
}
.socials{
    display: flex;
    justify-content: center;
    gap: 8px;
}
.social_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #f2f1f6;
    border-radius: 100%;
    padding: 8px;
    transition: all .3s ease-out;
}
.social_item:hover{
    background: #d9d8dd;
}
.social_item img{
    width: 100%;
}
.body{
    width: calc(100% - 256px);
    margin-left: 256px;
}
.main{
    margin-top: 50px;
}
.main__inner{
    max-width: 1072px;
    margin: 0 auto;
}
.copyright{
    text-align: center;
    font-size: 13px;
    color: #d2fffe;
}
.chat_img{
    width: 20px;
}
.download_icon{
    width: 29px;
}
.jp{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 20px;
}
.jp_m{
    color: #d83b3b;
}
.jp_l{
    color: #ff2400;
}
.jp_xl{
    color: #ffbb0d;
}
.marquee{
    font-family:'Advanced LED Board-7',sans-serif;
    font-size:24.4px;
    text-transform:uppercase;
    overflow:hidden;
    height:48px;               /* ← БУЛО 65px, замініть на фактичну висоту тексту */
    line-height:48px;          /* резерв до появи JS-контенту */
    position:relative;
}


.marquee > div{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    gap:20px;
    align-items:center;
    overflow:hidden;
    width:100%;
    height:48px;        /* фіксуємо таку саму висоту, що й у .marquee */
  }
.marquee .ticker-wrapper__first-half {
    transform: translate(0, 0);
}
  
.marquee .ticker-wrapper__second-half {
    transform: translate(100%, 0);
}
@keyframes ticker_1 {
    0% {
      transform: translate(0, 0);
    }
  
    100% {
      transform: translate(-100%, 0);
    }
}

@keyframes ticker_2 {
    0% {
      transform: translate(100%, 0);
    }
  
    100% {
      transform: translate(0, 0);
    }
}

.marquee .ticker-wrapper__first-half,
.marquee .ticker-wrapper__second-half {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
.marquee .ticker-wrapper__first-half {
    animation: ticker_1 15s infinite linear forwards;
}
  
.marquee .ticker-wrapper__second-half {
    animation: ticker_2 15s infinite linear forwards;
}
.swiper {
    width: 100%;
    height: 280px;
}
.swiper .swiper-wrapper{
    height: 236px;
}
.swiper .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 2rem;
    height: .25rem;
    border-radius: 2px;
}
.swiper .swiper-slide{
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.swiper_info{
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
}
.swiper_text>div{
    background: #d83b3b;
    color: #fff;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
}
.swiper_title{
    font-size: 25px;
    margin-bottom: 5px;
}
.swiper_btn{
    color: #1a2c38;
    width: fit-content;
    background: #fff;
    border: 1px solid #fff;
}
.swiper_btn:hover{
    background: #f2f1f6;
}
.games{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}
.game_item{
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    width: 100%;
    max-width: 120px;
    min-height: 140px;
    position: relative;
}
.game_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #00000045;
    border-radius: 15px;
    border: 3px solid #d83b3b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.link_out{
    display: flex;
    width: 50px;
    height: 50px;
}
.game_item:hover .game_overlay{
    opacity: 1;
}
.game_name{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 9;
}
.slot_demo{
    background: #fff;
    border-radius: 15px;
    padding: 16px;
}
.slot_demo_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.slot_demo_game{
    width: 100%;
    height: 585px;
    border-radius: 15px;
}
.recomended_slots{
    margin-top: 30px;
}
.recomended_title{
    font-size: .875rem;
    font-weight: 700;
    color: #1a2c38;
    margin-bottom: 20px;
}
.slot_permalink{
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
}
.game_item:hover .slot_permalink{
    text-shadow: #fff 1px 0 6px;
}
#moreBtn .btn{
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 50px;
}
.bread_item{
    font-size: 11px;
    color: #86898f;
    text-decoration: none;
    position: relative;
}
.bread_item + .bread_item::before{
    content: '|';
}
.payments{
    background: #404040;
    border-radius: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.payments img{
    height: 35px;
    width: auto;
}
.red_title{
    font-size: 1.125rem;
    font-weight: 600;
    color: #d83b3b;
    text-align: center;
    text-transform: uppercase;
}
.contact_title{
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}
.contact_us_form_wrapp{
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    background: #00ffcd8f;
}
.contact_us{
    margin: 30px 0;
}
.contact_us_img img{
    height: 100%;
}
.contact_us_form{
    width: 100%;
    padding: 30px;
}
.input_stuf{
    display: flex;
    align-items: center;
    background: #f2f1f6;
    color:#000;
    border-radius: 100rem;
    height: 36px;
    padding: 0 15px;
    gap: 10px;
}
.input_flag{
    width: 18px;
}
.input_stuf input{
    background: transparent;
    border: none;
}
.input_stuf input:focus{
    outline: none;
}
.prefix, .input_stuf input{
    font-weight: 700;
    font-size: 14px;
}
.form_tabs{
    display: flex;
}
.form_tab{
    flex: 1 0 0;
    text-align: center;
    font-weight: 700;
    color: #fefefe;
    cursor: pointer;
    border-bottom: .125rem solid #c4c5c7;
    transition: color .25s ease-out;
    padding-bottom: 10px;
    position: relative;
}
.form_tab.tab_active{
    color: #1a2c38;
}
.form_tab::after{
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    height: .25rem;
    content: "";
    background-color: #ff2400;
    border-radius: 100rem;
    transition: transform .25s ease-out;
    transform: scaleY(0);
}
.tab_active::after{
    transform: scaleY(1);
}
.input_label{
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 5px;
}
.contact_us_form{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.variable_inputs{
    height: 57px;
    position: relative;
}
.variable_inputs .form_input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform .25s ease-out;
    transform: scaleY(0);
}
.variable_inputs .form_input.input_active{
    transform: scaleY(1);
}
.form_checkbox{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a2c38;
    font-size: 12px;
    cursor: pointer;
}
.wrapp_checkbox{
    width: 20px;
    height: 20px;
    position: relative;
    flex: 20px 0 0;
}
.wrapp_checkbox input{
    opacity: 0;
    position: absolute;
}
.mask_for_checkbox{
    border-radius: 100%;
    border: 1px solid #86898f;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.wrapp_checkbox input:checked ~ .mask_for_checkbox{
    background-image: url(../images/check.png);
    background-position: center;
    background-size: cover;
    background-color: #feba0d;
}
.plus_every_day{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9.375rem;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    margin: 60px 0;
}
.plus_left, .plus_right{
    flex: 1 0 0;
}
.plus_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.plus_descr{
    font-size: .625rem;
    color: #86898f;
    text-align: right;
}
.plus_right .btn{
    white-space: nowrap;
}
.cube_wrapp{
    width: 9.375rem;
    height: 9.375rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-55deg);
    position: absolute;
    overflow: hidden;
}
@keyframes cube-sprite {
    0% {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-100%,0)
    }
}
.cube_rotate{
    background-image: url(../images/cube.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5000%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    animation: cube-sprite 2s steps(50) infinite backwards;
    will-change: transform;
}
.providers{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.provider{
    flex: 1 0 0;
    width: 200px;
    display: flex;
    align-items: center;
    background: #28284894;
    border-color: #d83b3b;
    border: 1px solid red;
    border-radius: 15px;
    padding: 10px;
    color: #fff;
    flex-wrap: wrap;
}
.provider img{
    width: 45px;
    margin-right: 10px;
}
.provider_info{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-size: 13px;
}
.provider_title{
    color: #ffffff;
    font-weight: 700;
    transition: all .2s ease;
}
.provider_games{
    color: #c6c6c6;
    font-size: 13px;
}
.provider_info:hover .provider_title{
    color: #d83b3b;
}
.plus_title{
    background: #d83b3b;
    color: #fff;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 35px;
}
.providers_section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 20px 0;
}
.provider_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 10px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.provider_item:hover{
    background-color: #efdee3;
    border: 1px solid #d33f3d;
}
.provider_logo{
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c4c5c7;
}
.provider_logo img{
    height: 40px;
}
.games_category{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.game_category_item{
    flex: 1 0 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    color: #1a2c38;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.game_category_item:hover{
    background-color: #efdee3;
    border: 1px solid #d33f3d;
}
.game_category_item img{
    width: 30px;
}
.about_banner{
    height: 210px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 15px;
}
.about_banner_title, .about_banner_descr{
    max-width: 417px;
    width: fit-content;
}
.about_banner_title{
    background: #d83b3b;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.about_banner_descr{
    color: #bbebf3;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
    margin-top: 10px;
}
.afer_banner_text{
    margin: 20px 0;
}
.target_item{
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 50px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.target_item:not(.target_item:first-child, .target_item:last-child){
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}
.target_item:first-child{
    width: calc(100% - 40px);
}
.target_item:last-child{
    width: calc(100% - 40px);
    margin-left: auto;
}
.target_img{
    background-color: #f2f1f6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
}
.target_img img{
    width: 130px;
    height: 130px;
}
.target_item:nth-child(even){
    flex-direction: row-reverse;
    text-align: right;
}
.target_item:nth-child(even) .target_title{
    margin-left: auto;
}
.about_contacts{
    margin: 20px 0;
}
.target_title, .about_contacts_title{
    background: #d83b3b;
    width: fit-content;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.about_contacts_descr{
    margin: 20px 0;
}
.target_item + .target_item::before{
    content: url(../images/line.svg);
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: -30px;
    right: 20px;
    transform: translateY(-50%);
}
.about_contacts_items{
    display: flex;
    gap: 20px;
}
.about_contact_variation{
    flex: 1 0 0;
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}
.var_title{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    padding: 10px 5px;
}
.about_contact_descr{
    font-size: 13px;
    margin-bottom: 30px;
    padding: 0 5px;
}
.about_contact_variation.btn.regular{
    margin: 0;
}
.about_contact_variation svg{
    fill: #000;
    transition: all .3s ease-in-out;
}
.about_contact_variation:hover{
    background: #d83b3b;
    color: #fff;
}
.about_contact_variation:hover svg{
    fill: #fff;
}
.about_contact_variation:hover svg path[fill="white"]{
    fill: #d83b3b;
}
.about_contact_variation:hover .btn.regular{
    background-color: #fff;
    border: 1px solid #fff;
}
.about_downloads{
    display: flex;
    gap: 20px;
}
.logo_item_first,.logo_item_second{
    width: 196px;
}
.logo_item_third,.logo_item_forth{
    height: 196px;
}
.logo_item_third img,.logo_item_forth img{
    height: 100%;
}
.logo_item_first img,.logo_item_second img{
    width: 100%;
}
.logo_item_first{
    grid-area: logo_item_first;
}
.logo_item_second{
    grid-area: logo_item_second;
}
.logo_item_third{
    grid-area: logo_item_third;
}
.logo_item_forth{
    grid-area: logo_item_forth;
}
.about_downloads_logos a{
    padding: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
}
.about_downloads_logos{
    display: grid;
    grid-gap: 10px;
    padding: 20px 40px;
    grid-template-areas: 
        "logo_item_first logo_item_first logo_item_third logo_item_forth"
        "logo_item_second logo_item_second logo_item_third logo_item_forth";
}

.downloads_item{
    flex: 1 0 0;
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about_downloads_press_kit{
    padding: 20px 40px;
}
.about_downloads_press_kit img{
    width: 100%;
}
.downloads{
    margin: 20px 0;
}
.download_title{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    padding: 10px 5px;
}
.download_title img{
    width: 25px;
}
.logo_item_forth, .logo_item_first{
    background: #f2f1f6;
}
.about_downloads_logos a:hover{
    border: 1px solid #c4c5c7;
}
.btn_wrapp{
    display: flex;
    justify-content: end;
}
.top_card{
    height: 157px;
    border-radius: 15px 15px 0 0;
    background-size: cover;
}
.locations{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.location_card{
    width: 345px;
    height: 210px;
    perspective: 1000px;
    cursor: pointer;
}
.location_inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 15px;
}
.location_inner:hover{
    border: 1px solid #d83b3b;
}
.location_card.flip .location_inner{
    transform: rotateY(180deg);
}
.location_front, .location_back{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.location_back{
    transform: rotateY(180deg);
}
.bottom_card{
    position: relative;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #c4c5c7;
}
.location_back .bottom_card{
    display: flex;
}
.card_toggles{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #c4c5c7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
}
.card_name{
    font-weight: 600;
}
.card_adress{
    font-weight: 300;
    color: #86898f;
}
svg.info path{
    stroke: #86898f;
}
svg.close path{
    fill: #86898f;
}
.location_inner:hover .card_toggles{
    background: #ff2400;
    border: 1px solid #ff2400;
}
.location_inner:hover svg.info path{
    stroke: #fff;
}
.location_inner:hover svg.close path{
    fill: #fff;
}
.back_top_card{
    font-size: 11px;
    text-align: justify;
    padding: 10px;
}
.card_descr{
    font-weight: 300;
}
.card_back_info{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 10px;
}
.card_info_item{
    display: flex;
    align-items: center;
    flex: calc(40% - 5px) 0 0;
    justify-content: space-between;
}
.card_info_name{
    display: flex;
    align-items: center;
}
.card_info_name img{
    width: 20px;
}
.card_info_value{
    font-weight: 600;
}
.card_bottom_info{
    flex: 1 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.card_bottom_info img{
    width: 20px;
}
.card_bottom_info_inner{
    display: flex;
    flex-direction: column;
}
a.card_bottom_info_inner{
    text-decoration: none;
    color: #000;
    transition: all .2s ease-in-out;
}
a.card_bottom_info_inner:hover{
    text-decoration: underline;
    color: #d83b3b;
}
.contacts.about_banner{
    align-items: start;
}
.contacts .about_banner_descr{
    text-align: left;
}
.faq_tabs{
    display: flex;
    gap: 15px;
    margin: 20px 0;
}
.tabs_cat{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq_tab_item{
    width: 176px;
    height: 125px;
    background: #fff;
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s ease;
}
.faq_tab_item:hover{
    background: #f7f7f7;
}
.faq_tab_img{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.faq_tab_img img{
    width: 100%;
}
.faq_tab_name{
    width: fit-content;
    background: #d83b3b;
    color: #fff;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.faq_tab_item.active{
    background: #d83b3b;
}
.faq_tab_item.active .faq_tab_name{
    background: #fff;
    color: #d83b3b;
}
.faq_container_item{
    display: none;
}
.faq_container_item.active{
    display: block;
}
.faq_container{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
}
.faq_item{
    padding: 15px;
    background: #f2f1f6;
    border-radius: 11px;
    margin-bottom: 15px;
    cursor: pointer;
}
.faq_question{
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_question img{
    width: 20px;
    transition: all .2s ease-in-out;
}
.faq_item.open .faq_question img{
    transform: rotate(180deg);
}
.faq_answer{
    display: none;
    margin-top: 15px;
}
.faq_item.open .faq_answer{
    display: block;
}
.mobile_bottom_menu{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    padding: 10px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background: #fff;
    border-top: 1px solid #f2f1f6;
}
.toggle_menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
}
.toggle_menu img{
    width: 20px;
}
.menu_mobile{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
}
.menu_mobile .menu-item a{
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 0;
    font-weight: 400;
    white-space: nowrap;
}
.menu_mobile .menu-item + .menu-item{
    margin-top: 0;
}
.breadcrumbs{
    margin: 20px 0;
}

@media(max-width: 991px){
    .contact_us_form_wrapp{
        flex-direction: column;
    }
    .contact_us_img img{
        width: 100%;
        height: auto;
    }
    .header__search, .btn_download{
        display: none;
    }
/* .header__inner{
        justify-content: end;
    } */
    .aside{
        width: 100%;
        height: 0;
        padding: 0;
        border-top: none;
        overflow: hidden;
        top: unset;
        bottom: 60px;
        transition: all .3s ease-in-out;
    }
    .aside.open{
        height: calc(100% - 120px);
        padding: 12px 16px;
        border-top: 1px solid #14bb8c;
        overflow: scroll;
    }
    .body{
        width: 100%;
        margin-left: 0;
    }
    .plus_title{
        font-size: 14px;
    }
    .plus_descr{
        display: none;
    }
    .payments{
        flex-wrap: wrap;
    }
    .footer{
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .aside {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    }
    .body {
    width: 95%;
    margin: 0 auto;
    }
    .header__right {
    width: 100%;
    }
    }
.menu-toggle-btn {
        background: none;
            border: none;
                display: flex;
                    align-items: center;
                        justify-content: center;
                        }

                 
@media (max-width: 768px) {

.logo__img {
max-width: 100px !important;
height: auto !important;
}
.swiper_img {
    max-width: 100%;
    height: auto;
}
.header {
        position: fixed;
            width: 100%;
                top: 0;
                    left: 0;
                        z-index: 100;
                            background: #0D1016;
                            }

                           .aside {
                                position: fixed;
                                    top: 50px;
                                        left: 0;
                                            width: 100%;
                                                height: calc(100% - 50px);
                                                    overflow-y: auto;
                                                        z-index: 50;
                                                            transform: translateX(-100%);
                                                                transition: transform 0.3s ease-in-out;
                                                                    background: #0f131d;
                                                                    }

                           
                                                                    .aside.open {
                                                                        transform: translateX(0);
                                                                        }
}

@media (max-width: 991px) {
    .plus_every_day {
    display: none;
    }
}

.reviews-block {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(255, 0, 64, 0.2); /* 20% intensivlikdə yarı şəffaf qırmızı fon */
    border: 1px solid rgba(255, 0, 64, 0.6);
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
  }
  .reviews-block:hover {
    box-shadow: 0 0 10px rgba(255, 0, 64, 0.8);
  }
  .reviews-title {
    margin-top: 0;
    text-align: center;
  }
  /* Rəyin yazılması üçün mətni sahəsi */
  .review-input {
    width: 100%;
    height: 100px;
    resize: vertical;
    padding: 10px;
    font-size: 16px;
    border: 1px solid rgba(255, 0, 64, 0.6);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    margin-bottom: 10px;
  }
  /* Rəy göndərmə düyməsi */
  .review-submit-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #b90000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .review-submit-btn:hover {
    background-color: #900000;
  }
  /* Rəy göndərildikdən sonra göstərilən bildiriş */
  .submission-message {
    margin: 10px 0;
    padding: 10px;
    background-color: rgba(0, 123, 255, 0.2);
    border: 1px solid rgba(0, 123, 255, 0.6);
    border-radius: 4px;
    text-align: center;
  }
  /* Mövcud rəylərin bölməsi */
  .existing-reviews {
    margin-top: 20px;
  }
  .existing-reviews h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
  }
  .single-review {
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgba(255, 0, 64, 0.6);
    border-radius: 4px;
  }


  /* Загальні стилі для таблиць, як для десктопу */
table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.05); /* Легкий темний фон */
    margin: 20px 0;
  }
  
  table th,
  table td {
    padding: 12px 15px;
    border: 1px solid rgba(255, 0, 64, 0.6); /* Акцентна рамка */
    color: #fff;
    text-align: left;
  }
  
  table th {
    background-color: rgba(255, 0, 64, 0.3);
  }
  
  table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  table tr:hover {
    background-color: rgba(255, 0, 64, 0.2);
  }
  
  /* Контейнер для таблиці */
  .table-container {
    width: 100%;
    overflow: hidden;  /* За замовчуванням приховуємо прокручування */
    position: relative;
  }
  
  /* Адаптивність для мобільних пристроїв (до 600px) */
  @media (max-width: 600px) {
    .table-container {
      overflow-x: auto;  /* Дозволяємо горизонтальну прокрутку */
      -webkit-overflow-scrolling: touch; /* Плавна прокрутка для iOS */
    }
    
    /* Опціонально: стилізація скролбара */
    .table-container::-webkit-scrollbar {
      height: 6px;
    }
    .table-container::-webkit-scrollbar-thumb {
      background-color: rgba(255, 0, 64, 0.6);
      border-radius: 3px;
    }
  }
  

  .game-container {
    position: relative;
    max-width: 800px;
    margin: 20px auto;
    border: 1px solid rgba(255, 0, 64, 0.6);
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 10px rgba(255, 0, 64, 0.2);
  }
  .game-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
    /* Напівпрозорий шар */
    background-color: rgba(0, 0, 0, 0.3);

  
   
        background-repeat: no-repeat;     /* Забороняє повторення зображення */
        background-position: center;      /* Центрує зображення */
       
  }
  /* Завантаження фону із data-bg */
  .game-overlay.lazy {
    opacity: 0.8;
  }
  .game-overlay:hover {
    box-shadow: 0 0 15px rgba(255, 0, 64, 0.8);
  }
  .game-overlay button {
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  .button_green {
    background-color: #1b7a31;
    border: 1 solid #fff;
    color: #fff;
  }
  .button_green:hover {
    background-color: #146127;
  }
  .button_red {
    background-color: #b90000;
    color: #fff;
 
     
  }
  .button_red:hover {
    background-color: #900000;
  }
  .jp_xl{color:#ffd83b} 
  .social_item img{width:32px;height:32px} 

  .iframeGame {
    width: 100%;
    height: 500px;
    border: none;
    z-index: 1;
  }
  /* Мобільна адаптація */
  @media (max-width: 600px) {
    .iframeGame {
      height: 300px;
    }
    .game-overlay button {
      font-size: 14px;
      padding: 8px 16px;
    }
  }
  .pulsating-button a {
    color: #fff;           /* Білий колір тексту */
    text-decoration: none; /* Відключення підкреслення */
  }
  .pulsating-button {
    display: block;
    width: 80%; /* Кнопка займає 80% ширини екрану */
    margin: 20px auto;
    padding: 15px 20px;
    background-color: #e01600; /* Насичений червоний, не прозорий */
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    animation: pulse 2s infinite; /* М’який ефект пульсації */
    transition: background-color 0.3s ease;
  }
  
  /* Ефект пульсації: плавне збільшення і зменшення масштабу */
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  /* При наведенні трохи змінюється відтінок */
  .pulsating-button:hover {
    background-color: #560000;
  }

  .toc-block {
    /* Напівпрозорий фон з легким відтінком 
       (тут – напівпрозорий червоний, ви можете обрати інший колір, що підходить до дизайну) */
    background-color: rgba(255, 0, 64, 0.2);
    border: 1px solid rgba(255, 0, 64, 0.6);
    border-radius: 8px;
    width: 280px;
    margin: 20px auto;
    padding: 10px;
    position: relative;
    /* Плавний перехід до ефекту підсвічування */
    transition: box-shadow 0.3s ease;
  }
  /* Ефект «неонового» підсвічування при наведенні */
  .toc-block:hover {
    box-shadow: 0 0 10px rgba(255, 0, 64, 0.8);
  }
  /* Стилі кнопки, яка показує/ховає зміст */
  .toc-button {
    display: block;
    width: 100%;
    background-color: rgba(255, 0, 64, 0);
    border: none;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    transition: background-color 0.3s ease;
  }

  /* Контейнер із внутрішнім вмістом (списком розділів) 
     за замовчуванням прихований (display: none) */
  .toc-content {
    display: none;
    margin-top: 10px;
  }
  .toc-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .toc-content li {
    margin: 5px 0;
  }
  .toc-content li a {
    color: #fff;
    text-decoration: none;
  }
  .toc-content li a:hover {
    text-decoration: underline;
  }

    /* Стилі для промокод блоку */
    .promo-block {
        max-width: 400px;
        margin: 20px auto;
        padding: 20px;
        border: 1.2px solid #ffffff;
        border-radius: 8px; /* Заокруглені кути */
        background-color: #00cfa61c; /* Фон з 20% інтенсивності синього */
        transition: box-shadow 0.3s ease;
        box-shadow: 0 0 15px rgba(0, 165, 135, 0.914);
        animation: pulse 2s infinite;
        box-sizing: border-box;  
      }
      /* Ефект підсвічування при наведенні */
      .promo-block:hover {
        box-shadow: 0 0 30px rgba(0, 165, 135, 0.914);
      }
      .promo-title {
        margin: 0 0 10px;
        font-size: 24px;
        text-align: center;
      }
      .promo-text {
        margin: 0 0 15px;
        text-align: center;
      }
      /* Контейнер для поля промокоду і кнопки */
      .promo-code-container {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        
      }
      .promo-code {
        flex: 1; /* дає можливість інпуту розтягуватись */
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
        outline: none;
        min-width: 0; /* щоб не розтягувало контейнер на мобільних */
      }
      .copy-btn {
        padding: 10px 15px;
        border: 2px solid #ffffff;
        border-left: none;
        border-radius: 0 8px 8px 0;
        background-color: #00ba95;
        color: #002f28;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }
      .copy-btn:hover {
        background-color: #002f28;
        color: #ffffff;
      }

      @media (min-width: 480px) {
        .promo-code-container {
          flex-wrap: nowrap;
        }
        /* Можна налаштувати «обʼєднані» заокруглення для desktop‑версії */
        .promo-code {
          border-radius: 4px 0 0 4px;
        }
        .copy-btn {
          border-radius: 0 4px 4px 0;
          border-left: none;
        }
      }
      /* Стиль для кнопки "Скористатись промокодом" */
      .use-btn {
        display: block;
        text-align: center;
        padding: 12px 0;
        background-color: #ec0000;
        color: #ffffff;
         
        text-decoration: none;
        border-radius: 8px;
        transition: background-color 0.3s ease;
      }
      .use-btn:hover {
        background-color: #3b0000;
      }

      .banner-float-bar-bg {
        position: fixed;
        bottom: -130px;
        left: 0;
        right: 0;
        top: auto;
        color: #fff;
        background:
            linear-gradient(to bottom,
                rgba(151, 151, 189, 0.411),
                rgba(39, 39, 57, 0.95));
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }
    .show-banner .banner-float-bar-bg {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    .banner-float-bar-bg-ins {
        padding: 10px 0;
    }

    .banner-float-bar {
        margin: 0 15px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        min-height: 54px;
    }

    .banner-float-bar-logo {
        flex: 0 0 auto;
        margin-right: 10px;
    }

    .banner-float-bar-logo-img img {
        max-width: 100px;
        max-height: 80px;
        object-fit: contain;
    }

    .banner-float-bar-info {
        flex: 1 1 auto;
        text-align: center;
    }

    .banner-float-bar-title-wrap {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.2;
        text-shadow: 1px 1px 2px #000;
        margin: 0 5px;
    }

    .banner-float-bar-button {
        flex: 0 0 auto;
        margin-left: 10px;
    }

    .banner-float-bar-button-wrap .btn {
        display: inline-block;
        text-transform: capitalize !important;
        font-size: 18px;
        line-height: 1;
        padding: 14px 30px;
        text-align: center;
        margin: 0;
        font-weight: 700;
        border-radius: .25rem;
        transition: all 0.5s ease-in-out;
        text-decoration: none;
        border: 0;
        height: auto;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .banner-float-bar-button-wrap .btn-primary {
        color: #fff;
        background-color: #ff2400;
    }

    .banner-float-bar-button-wrap .btn-primary:hover {
        background-color: #e30b50;
        color: #fff;
    }

    @media screen and (max-width: 768px) {

        .banner-float-bar {
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .banner-float-bar-logo,
        .banner-float-bar-info,
        .banner-float-bar-button {
            margin: 5px 0;
        }

        .banner-float-bar-logo-img img {
            max-width: 80px;
            max-height: 50px;
        }

        .banner-float-bar-title-wrap {
            font-size: 20px;
        }

        .banner-float-bar-button-wrap .btn {
            padding: 12px 20px;
            font-size: 16px;
        }

        .banner-close-btn {
            top: 15px;
            right: 40px;
        }
    }

    .banner-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: red;
        color: white;
        border: none;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }

    .banner-close-btn:hover {
        background: darkred;
    }

    /* Стилізація контейнера списку */
ul.custom-list {
    list-style: none; /* Відключаємо стандартні маркери списку */
    margin: 0;
    padding: 0;
  }
  
  /* Стилізація окремих пунктів списку */
  ul.custom-list li {
    position: relative;
    padding-left: 30px; /* Відступ для вміщення кружечка */
    margin-bottom: 10px;
  }
  
  /* Псевдоелемент для кружечка перед пунктом */
  ul.custom-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #28a745; /* Зелений колір */
    border-radius: 50%;
    box-shadow: 0 0 6px #28a745;
    animation: glow 1.5s ease-in-out infinite; /* Анімація пульсації */
  }
  
  /* Анімація для сяючого ефекту */
  @keyframes glow {
    0% {
      box-shadow: 0 0 6px #28a745;
    }
    50% {
      box-shadow: 0 0 12px #28a745;
    }
    100% {
      box-shadow: 0 0 6px #28a745;
    }
  }

 
  body {
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
  }
 
  .wp-block-button__link {
      color: #fff;
      background-color: #32373c;
      border-radius: 9999px;
      box-shadow: none;
      text-decoration: none;
      padding: calc(.667em + 2px) calc(1.333em + 2px);
      font-size: 1.125em
  }

  .wp-block-file__button {
      background: #32373c;
      color: #fff;
      text-decoration: none
  }

  .menu-toggle-btn {
      background: none;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  @media (min-width: 992px) {
      .menu-toggle-btn {
          display: block !important;
      }
  }

  @media (max-width: 991px) {
      .plus_every_day {
          display: none;
      }
  }
 
  @media (max-width: 991px) {
      .header__inner {
          justify-content: start !important;
      }
  }

  .aside {
      position: fixed;
      top: 60px;
      left: 0;
      width: 256px;
      height: calc(100% - 60px);
      background-color: #0D1016;
      z-index: 1000;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      padding: 12px 16px;
      border-right: 1px solid #00CFA6;
  }

  .aside.open {
      transform: translateX(0);
  }

  @media (max-width: 991px) {
      .aside {
          width: 100%;
          height: calc(100% - 120px);
          top: 60px;
          transform: translateX(-100%);
      }

      .aside.open {
          transform: translateX(0);
      }
  }

  @media (min-width: 992px) {
      .aside {
          transform: translateX(0);
      }
  }
 
  :root {
      --wp--preset--aspect-ratio--square: 1;
      --wp--preset--aspect-ratio--4-3: 4/3;
      --wp--preset--aspect-ratio--3-4: 3/4;
      --wp--preset--aspect-ratio--3-2: 3/2;
      --wp--preset--aspect-ratio--2-3: 2/3;
      --wp--preset--aspect-ratio--16-9: 16/9;
      --wp--preset--aspect-ratio--9-16: 9/16;
      --wp--preset--color--black: #000000;
      --wp--preset--color--cyan-bluish-gray: #abb8c3;
      --wp--preset--color--white: #ffffff;
      --wp--preset--color--pale-pink: #f78da7;
      --wp--preset--color--vivid-red: #cf2e2e;
      --wp--preset--color--luminous-vivid-orange: #ff6900;
      --wp--preset--color--luminous-vivid-amber: #fcb900;
      --wp--preset--color--light-green-cyan: #7bdcb5;
      --wp--preset--color--vivid-green-cyan: #00d084;
      --wp--preset--color--pale-cyan-blue: #8ed1fc;
      --wp--preset--color--vivid-cyan-blue: #882828;
      --wp--preset--color--vivid-purple: #9b51e0;
      --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
      --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
      --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
      --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
      --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
      --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
      --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
      --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
      --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
      --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
      --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
      --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
      --wp--preset--font-size--small: 13px;
      --wp--preset--font-size--medium: 20px;
      --wp--preset--font-size--large: 36px;
      --wp--preset--font-size--x-large: 42px;
      --wp--preset--spacing--20: 0.44rem;
      --wp--preset--spacing--30: 0.67rem;
      --wp--preset--spacing--40: 1rem;
      --wp--preset--spacing--50: 1.5rem;
      --wp--preset--spacing--60: 2.25rem;
      --wp--preset--spacing--70: 3.38rem;
      --wp--preset--spacing--80: 5.06rem;
      --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
      --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
      --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  }

  :where(.is-layout-flex) {
      gap: 0.5em;
  }

  :where(.is-layout-grid) {
      gap: 0.5em;
  }

  body .is-layout-flex {
      display: flex;
  }

  .is-layout-flex {
      flex-wrap: wrap;
      align-items: center;
  }

  .is-layout-flex> :is(*, div) {
      margin: 0;
  }

  body .is-layout-grid {
      display: grid;
  }

  .is-layout-grid> :is(*, div) {
      margin: 0;
  }

  :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
  }

  :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
  }

  :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
  }

  :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
  }

  .has-black-color {
      color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-color {
      color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-color {
      color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-color {
      color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-color {
      color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-color {
      color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-color {
      color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-color {
      color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-color {
      color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-color {
      color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-color {
      color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-color {
      color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-background-color {
      background-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-background-color {
      background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-background-color {
      background-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-background-color {
      background-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-background-color {
      background-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-background-color {
      background-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-background-color {
      background-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-background-color {
      background-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-background-color {
      background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-background-color {
      background-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-black-border-color {
      border-color: var(--wp--preset--color--black) !important;
  }

  .has-cyan-bluish-gray-border-color {
      border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }

  .has-white-border-color {
      border-color: var(--wp--preset--color--white) !important;
  }

  .has-pale-pink-border-color {
      border-color: var(--wp--preset--color--pale-pink) !important;
  }

  .has-vivid-red-border-color {
      border-color: var(--wp--preset--color--vivid-red) !important;
  }

  .has-luminous-vivid-orange-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-amber-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }

  .has-light-green-cyan-border-color {
      border-color: var(--wp--preset--color--light-green-cyan) !important;
  }

  .has-vivid-green-cyan-border-color {
      border-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }

  .has-pale-cyan-blue-border-color {
      border-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }

  .has-vivid-cyan-blue-border-color {
      border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }

  .has-vivid-purple-border-color {
      border-color: var(--wp--preset--color--vivid-purple) !important;
  }

  .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
      background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
  }

  .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
      background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
  }

  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
  }

  .has-luminous-vivid-orange-to-vivid-red-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
  }

  .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
      background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
  }

  .has-cool-to-warm-spectrum-gradient-background {
      background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
  }

  .has-blush-light-purple-gradient-background {
      background: var(--wp--preset--gradient--blush-light-purple) !important;
  }

  .has-blush-bordeaux-gradient-background {
      background: var(--wp--preset--gradient--blush-bordeaux) !important;
  }

  .has-luminous-dusk-gradient-background {
      background: var(--wp--preset--gradient--luminous-dusk) !important;
  }

  .has-pale-ocean-gradient-background {
      background: var(--wp--preset--gradient--pale-ocean) !important;
  }

  .has-electric-grass-gradient-background {
      background: var(--wp--preset--gradient--electric-grass) !important;
  }

  .has-midnight-gradient-background {
      background: var(--wp--preset--gradient--midnight) !important;
  }

  .has-small-font-size {
      font-size: var(--wp--preset--font-size--small) !important;
  }

  .has-medium-font-size {
      font-size: var(--wp--preset--font-size--medium) !important;
  }

  .has-large-font-size {
      font-size: var(--wp--preset--font-size--large) !important;
  }

  .has-x-large-font-size {
      font-size: var(--wp--preset--font-size--x-large) !important;
  }

  :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
  }

  :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
  }

  :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
  }

  :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
  }

  :root :where(.wp-block-pullquote) {
      font-size: 1.5em;
      line-height: 1.6;
  }

  @media (max-width: 768px) {
      .swiper_img {
          max-width: 300px;
          height: auto;
      }

      td,
      th {
          border: 1px solid #ccc;
          padding: 2px !important;
      }

      .che-popup__grid-item img {
          width: 300px;
          height: 300px;
      }
  }

  /* main.css або inline */
.providers,
.reviews-block,
.footer {
  content-visibility: auto;   /* Chrome / Edge */
}

.game_item {
    background-color:#222;           /* сірий плейсхолдер */
    content-visibility:auto;         /* Chrome 88+ */
    contain-intrinsic-size:180px;    /* резервує висоту */
  }
  .provider img.logo--pragmatic{width:254px;height:96px}
  .provider img.logo--amusnet  {width:254px;height:96px}
  .provider img.logo--pateplay {width:200px;height:61px}

  .social_item img{width:32px;height:32px}

  .game_item{transition:background-image .3s ease-out}

  footer .copyright a{color:#d2fffe}
footer .copyright a:hover{color:#ffffff}

 
.sr-only{
    position:absolute;left:-10000px;top:auto;width:1px;height:1px;
    overflow:hidden;
  }
  