:root {
    --brand-green: #2dd890;
}
body {
    background-image: url(/wp-content/uploads/2024/01/back_games_wided.227796c41fd586631e9dc8c7af874e66.svg);
    background-repeat: repeat;
    background-size: contain;
}
h1,h2{
	font-size: 25px;
}
h1 {
   color: #17eada;
   /* max-width: 522px; */
   font-size: 36px;
   font-weight: 800;
   text-align: center;
   /* text-shadow: 0 0 19px #1b2038; */
   -webkit-text-fill-color: #0000;
   background: linear-gradient(180deg,#ffbc3a 0,#ffbc3a 50%,#e7971e 55%,#ffe47a 65%,#ffe47a 80%,#ffe47a);
   -webkit-background-clip: text;
   color: #321258e6;
   font-size: 40px;
   line-height: 48px;
}
.inside-header {
    padding: 10px 40px;
}
.copy-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.separate-containers .inside-article{
    padding: 0px 20px 40px 20px;
}
.copyright-bar {
    width: 100%;
}
.site-header {
    box-shadow: 0 8px 16px rgba(25,30,45,.6);
}
aside#block-5 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.header-widget {
       width: 100%;
}
.socials___JCp4i li:hover {
    background: hsla(0,0%,100%,.15);
    opacity: 1!important;
}
.socialListUserBar___D5IRp li+li {
    margin-left: 12px;
}
aside#block-5 svg {
    height: 25px;
    width: 25px;
   
}
.socials___JCp4i li a{
    align-items: center;
    background: hsla(0,0%,100%,.1);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 32px;
    justify-content: center;
    transition: all .3s;
    width: 32px;
}
.socialListUserBar___D5IRp {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 48px;
    justify-content: normal;
}
.btn{
    align-items: center;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    mix-blend-mode: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 hsla(0,0%,100%,.05);
    transition: all .2s;
    height: 48px;
    padding: 0 16px;
    border-radius:8px;
}

.primary{
    background:linear-gradient(180deg,#5cd995,#3a9b84);
    box-shadow:  0 4px 12px rgba(32,36,48,.3);
    text-transform: uppercase;
}
button.wp-block-search__button.wp-element-button,
.secondary{
      background-color: #fe284a;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    text-transform: uppercase;
    border-radius: 28px;
    max-width: 230px;
    height: auto;
    padding: 10px 15px;
}
aside#block-5 div {
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn:hover {
       box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px #fff6;
}
button.wp-block-search__button.wp-element-button{
    border-radius: 0 8px 8px 0;
}
.tab-button img {
    max-height: 55px;
    height: 100%;
    max-width: 50px;
    width: 100%;
}

.tab-button span {
    font-size: 20px;
    font-weight: 600;
}
.sidebarBonusWidget {
    background: var(--brand-gradient-bg);
    box-shadow: 0 8px 16px rgba(25,30,45,.6);
    min-height: 200px;
    padding: 26px 32px 20px;
    position: relative;
}
.sidebarBonusWidget:before {
    background: url(/assets/img/desktop/widget_bonus.png?v2) no-repeat;
    background-size: contain;
    border-radius: 2px;
    bottom: 0;
    content: "";
    display: block;
    height: 200px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 200px;
    z-index: auto;
}
.gamesList__wrapper___KTeta {
    display: flex;
    flex-wrap: wrap;
    margin: 16px -8px 0;
}
.tmb___pSzPL {
    display: block;
    min-height: 146px;
    position: relative;
    width: 176px;
}
.gamesList__wrapper___KTeta>[class*=tmb__] {
    margin: 6px 8px 8px;
    overflow: hidden;
    height: 112px;
}
.tmbImg___YvcYN {
    background: var(--brand-simple);
    border-radius: 10px;
    box-shadow: 0 0 0 2px var(--brand-simple);
    min-height: 112px;
    position: relative;
    width: 100%;
}
.actionButton___LRN7G [class*=btnPlay] {
    bottom: 16px;
    height: 48px;
    left: 16px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transform: translateY(30px);
    transition: .2s ease-out;
    width: calc(100% - 32px);
}
.actionButton___LRN7G a[class*=default] {
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    left: 8px;
    line-height: 16px;
    opacity: 0;
    position: absolute;
    top: 14px;
    transform: translateY(-20px);
    transition: .2s ease-out;
}
.tmbTitle___LnlXo {
    color: var(--brand-text);
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.tmb___pSzPL:hover .tmbAction____6zBf {
    opacity: 1;
    visibility: visible;
    transform: translateY(-149px);
}
.tmb___pSzPL:hover .tmbAction____6zBf .actionButton___LRN7G [class*=btnPlay], .tmb___pSzPL:hover .tmbAction____6zBf .actionButton___LRN7G [class*=default], .tmb___pSzPL:hover .tmbAction____6zBf .actionButton___LRN7G [class^=tipsWrap__] {
    opacity: 1;
    transform: translate(0);
}picture.tmbImgContainer___rvzuE img {
    border-radius: 10px;
}
.tmbAction____6zBf {
    align-items: normal;
    background-color: rgba(0,0,0,.9);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 114px;
    justify-content: center;
    opacity: 0;
    text-align: center;
    transition: opacity .2s ease-in-out;
    z-index: 9;
}
/*Tab Start*/
.tab-button img {
    max-height: 55px;
    height: 100%;
    max-width: 50px;
    width: 100%;
}

.tab-button span {
    font-size: 20px;
    font-weight: 600;
}
.tab-content {
    display: none;
	padding: 0 20px;
}
a.img-item:hover img {
        filter: blur(1px);
}
.active {
    display: inline-block;
}
.toggle-drop-custom {
    display: inline-block;
    position: relative;
}

ul.drop-custom {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #1c212e;
    margin: 0;
    list-style: none;
    width: max-content;
    border-radius: 10px;
    top: 46px;
}

.drop-custom.active {
    display: block;
    box-shadow: 0 8px 16px #191E2D99;
    border-radius: 10px;
}

.tab button {
    background: transparent;
    align-items: center;
    color: #fff;

    flex-direction: row;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 20px;

    position: relative;
    text-decoration: none;
    transition: color .2s ease-in-out;
    white-space: nowrap;
}
.tab button:hover, .tab button.active {
    color: unset;
    text-decoration: unset;
    text-shadow: unset;
    background: #c0c0c00f;
}
.entry-content a.ebal-eng.btn.secondary {
    display: block;
    margin: 20px auto;
}
.tab {
      padding: 0px 10px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-image: url(/wp-content/uploads/2024/01/body_strips.svg);
    background-color: #212132;
    box-shadow: inset 0 5px 25px 0 #000c;
}
button.tab-button {
    display: flex;
    flex-direction: row;
    gap: 10px;
	border-radius:15px;
}
input#wp-block-search__input-1 {
    max-width: 240px;
}
.drop-custom button {
    border-top: 1px solid #343232;
    width: 100%;
    text-align: left;
}
label.wp-block-search__label {
    display: none;
}
/*Tab End*/

/*Widgets*/
.widget-area .widget {
    padding: 0px;
    margin: 20px 0;
}
.bonus-widget {
    background-image: url("/wp-content/uploads/2023/05/gift.webp");
    padding: 25px 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
}
.bonus-widget.middle {
    background-image: linear-gradient(rgb(10 10 10 / 70%), rgba(0, 0, 0, 0.8)),url("/wp-content/uploads/2023/05/300x252_vacation.webp");
    border-radius: 10px 10px 0px 0px;
}
.bonus-widget.bottom {
    background-image: linear-gradient(rgb(10 10 10 / 70%), rgba(0, 0, 0, 0.8)),url("/wp-content/uploads/2023/05/608x400-1.webp");
    border-radius: 10px;
}
.middle-widget {
    padding: 20px 20px;
}

.site ul {
    margin: 10px;
}

.site li {
    margin: 10px 0;
}
ol.middle-widget-list {
    margin-top: 20px;
}
aside#block-11 {
    border-radius: 10px;
    background: linear-gradient(180deg,#3c567d,#1c212e);
}
.middle-widget-top {
    display: flex;
    justify-content: space-around;
}

.middle-widget-list li {
    display: flex;
    justify-content: space-between;
}
.bonus-widget p.widget-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    color: white;
}
p.p-title {
    color: hsla(0,0%,100%,.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 20px 0 0;
}

p.p-content {
    color: var(--brand-green);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
p.p-content.white {
    color: white;

}
a.read_more_button {
    text-align: center;
    width: 100%;
    display: inherit;
    margin: 10px auto;
    padding: 0 0 10px;
}
/*Widgets*/
/*MAin screen*/
div#page {
    padding: 0 20px;
}
.main-screen {
   min-height: 380px;
   background-image: url(/wp-content/uploads/2024/01/maxwin.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   box-shadow: 0 6px 30px 0 #000c;
   display: flex;
   align-items: flex-end;
	margin-bottom: 50px;
}
.header-container {
       display: flex;
       min-height: 100%;
       justify-content: center;
       align-items: flex-end;
       padding: 0 20px;
       height: 100%;
     
}
.header-container img {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 400px;
}
.left-content-header {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
         
        border-radius: 20px;
        backdrop-filter: blur(10px);
}
.left-content-header span {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 8px;
}

.left-content-header p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    height: 32px;
    line-height: 28px;
}
nav.nav___zeJO0 {
    margin-top: 20px;
}
.navLink___gKDYE {
    color: #fff;
    font-family: Golos UI,Inter,sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease-in-out;
}

.navLink___gKDYE:hover {
    color: var(--brand-green);
    text-decoration: none;
    text-shadow: 0 0 4px #2a8249, 0 0 8px rgba(42,130,73,.6), 0 0 16px rgba(42,130,73,.6);
}
.menu-toggle {
    padding: 0 10px;
    line-height: 23px;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 27px;
    cursor: pointer;
}
.main-navigation .menu-bar-items {
    color: #ffffff;
}.main-navigation, .main-navigation ul ul {
     background-color: #252d40;
 }
/*MAin screen*/
.slide-item{
    transition: 0.5s;
}
.slide-content {
    display: flex;
    align-items: center;
}

.slide-content-text p {
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 3px;
    max-width: 85px;
    padding: 4px 0 0 12px;
}

p.slide-content-title {
    color: var(--brand-green);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* margin-top: 15px; */
    max-width: 150px;
    padding-left: 12px;
}

.top-five span {
    font-size: 14px;
}

ul.slide {
    margin: 0;
}
.jackpot___Iwgz7 {
    display: flex;
    height: 39px;
    overflow: hidden;
    padding: 9px 0 0;
    width: 304px
}

.jackpot___Iwgz7:before {
    align-self: center;
    color: hsla(0,0%,100%,.6);
    content: attr(data-txt);
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-shadow: 0 1px 0 #000;
    width: 64px
}

.jackpot___Iwgz7 .value___ECzUo {
    align-self: center;
    box-sizing: border-box;
    color: var(--brand-green);
    display: inline-block;
    font-family: Golos UI,Inter,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    line-height: 1;
    margin: 4px 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,100%,.05);
    white-space: nowrap;
    z-index: 1
}

.jackpot___Iwgz7 .value___ECzUo .currencySymbol {
    color: var(--brand-green);
    font-size: 30px;
    font-weight: 400;
    line-height: 31px;
}
.top-pannel {
    display: flex;
    margin: 10px 0 10px;
    justify-content: space-between;
}
.site-footer.footer-bar-active.footer-bar-align-right {
	background: url(/wp-content/uploads/2024/01/blur.png) repeat,#0a0a14;
    flex-direction: column;
    width: 100%;
}
a.img-item.ebal-eng {
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #000;
    text-align: center;
    background-color: #161626;
    border: 1px solid #393a51;
}

.img-item.ebal-eng p {
    margin: 0;
    padding: 10px 20px;
}

a.img-item.ebal-eng:hover {transform: scale(1.05);}
@media screen and (min-width: 1288px) {
    .jackpot___Iwgz7 {
        padding-top: 0px;
        width: 274px;
    }

    .jackpot___Iwgz7:before {
        margin-top: 0;
        position: absolute;
        top: 17px;
        width: auto
    }
}

[class*=mainPromo] .jackpot___Iwgz7:before {
    color: hsla(0,0%,100%,.8)
}

[class*=mainPromo] .jackpot___Iwgz7 .value___ECzUo span {
    font-weight: 500
}
.slide-item-2 img {
    max-width: 113px;
    border-radius: 10px 0 0 10px;
    filter: contrast(0.5);
}

ul.slide2 {
    margin: 0;
    position: relative;
}

li.slide-item-2 {
    position: relative;
    background: linear-gradient(1turn,transparent 0,rgba(0,0,0,.4) 100%),var(--brand-content-background);
    border-radius: 0px 10px 10px 0;
}

.slide2 span {
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 999;
    font-size: 11px;
}

.slide-content-text {
    height: 100%;
}

.slide-item-2 .slide-content-text {
    padding: 12px 10px;
    background: linear-gradient(1turn,transparent 0,rgba(0,0,0,.4) 100%),#252d40;
    border-radius: 0 10px 10px 0;
}
ul.footerPayments {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 30px 0;
}

li.payment {
    max-width: 70px;
}

.list-games {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
	    margin: 36px auto;
}

a.img-item img {
    border-radius: 10px;
}

@media screen and (min-width: 1288px) {
    [class*=mainPromo] .jackpot___Iwgz7 {
        padding-top:22px
    }

    [class*=mainPromo] .jackpot___Iwgz7:before {
        top: 16px
    }

    [class*=mainPromo] .jackpot___Iwgz7 .value___ECzUo {
        margin: 0
    }
}
@media(max-width:990px){
	.tab {
     
    grid-template-columns: repeat(2, 1fr);
    
}
	.header-container img {
    display:none;
}
	.list-games {
    
    grid-template-columns: repeat(3, 1fr);
     
}
    aside#block-13 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .right-content-header{
        display: none;
    }
    #block-13 ul.socials___JCp4i.socialListUserBar___D5IRp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 5px;
    }
    #block-13 a.button___yQbxL {
        display: flex;
        width: 100%;
    }
    #block-13 nav.nav___zeJO0 {
        display: flex;
        flex-direction: column;
        gap: 13px;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }
    #block-13 li.mailru___bNsyP {
        margin: 0!important;
    }
    .header-container {
    padding: 0 20px;
    justify-content: center;
    text-align: center;
}
	.left-content-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
    .header-widget {
        display: none;
    }
    h1 {
        font-size: 30px;
    }
    aside#block-5 {
        display: none;
    }
}
@media(max-width:768px){
	a.img-item.ebal-eng {
    height: 100%;
    width: 100%;
    display: block;
    max-width: 150px;
    margin: 0 auto;
}
	.list-games {
    
    grid-template-columns: repeat(2, 1fr);
     
}
    .top-pannel {
        display: flex;
        margin: 10px 0 10px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .jackpot {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-screen {
        min-height: 328px;
      
    }
    .header-container {
        display: flex;
        min-height: 328px;
        justify-content: center;
    }
    .copy-flex {
        justify-content: center;
    }
    .widget-area .widget {
        padding: 0px 0px;
        margin: 20px 20px;
    }
    .copy-flex {
        justify-content: center;
    }

}
@media(max-width:690px){

}
@media(max-width:500px){
 
}
