/*
Theme Name: win
Text Domain: win
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
* {
        box-sizing: border-box;
    }
body {
    margin: 0;
    padding: 0;
  font-size:15px;
  line-height:1.6;
    font-family:-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
	background:#f5f5f5;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	line-height:1.3;
	
	
	font-weight: 700;
}
h1{
    font-size:24px;
}
h2{
    font-size:22px;
}
h3{
    font-size:20px;
}
h4{
    font-size:18px;
}
h5{
    font-size:16px;
}
h6{
    font-size:15px;
}
p {
    margin: 0 0 15px;
    padding: 0;
}
a {
  color: #2ecc71;

  text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
    margin-bottom: 40px;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}
.middle-align {
    margin: 30px 0;
    padding: 20px;
	background:#fff;
	border-radius:15px;
	box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
}
.wp-caption {
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-width: 100%;
}
.wp-caption-text {
    margin: 0;
    padding: 0;
}
.sticky {
    margin: 0;
    padding: 0;
}
.screen-reader-text,
.bypostauthor,
.gallery-caption {
    margin: 0;
    padding: 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#comments {padding-top:20px;}
.comments-title, .comment-reply-title {font-weight:700;font-size:20px;margin-bottom:15px;}
.comment-author img {float:left;margin-right:20px;}
.comment-date {font-size:13px;opacity:0.6;}
ol.comment-list {margin:0;list-style:none;}
ol.comment-list ol {margin:0;list-style:none;padding-left:30px;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding-bottom:20px;}
.toggleMenu {
    display: none;
}
section {
    padding:0;
    position: relative;
}


.flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.box{
    flex: 1;
}

/******************************
** Top Bar CSS
******************************/
.topbar{
    background-color: #1d2339;
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
}
.topbar a{
    color: #ffffff;
}
.topbar-left{
    margin-right: auto;
}
.topbar-left span:not(:last-child){
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
}
.topbar-left span i{
    margin-right: 8px;
}
.topbar-right{
    margin-left: auto;
}
.topbar-right .topbar-social a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 24px;
    font-size: 13px;
}
.topbar-right .topbar-social a:not(:first-child){
    margin-left: 10px;
}
.section_head{
    text-align: center;
    margin-bottom: 50px;
}


/******************************
** Header CSS
******************************/
#header {
    width: 100%;
    position:relative;
background: #000;
padding:15px 0;

}

.site-logo img{
    display:block;
	max-width:154px;
}



/******************************
** Navigation CSS
******************************/
#navigation{
padding:15px 0;
background: #fff;
box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);

	
}
button.dropdown-toggle{
    display:none;
}
.toggle{
    display: block;
}
.toggle a{
    width:auto; 
    color:#ffffff; 
}
.toggle a:hover{
    color:#ffffff !important;
}
.sitenav { 
    position:relative; 
    z-index:99; 
}
.sitenav ul {
    margin:0; 
    padding:0; 
    font-size:16px; 
   

}
.sitenav ul li{ 
    display:inline-block; 
    position:relative; 
    line-height:normal;
	margin-right:20px;

}
.sitenav ul li a {
display:block; 
color: #999;
position:relative; 
text-decoration: none;
text-transform:uppercase;
}


.sitenav ul li a:hover {color:#000;}
/******************************
** Slider CSS
******************************/
.main-slider{
    position: relative;
	background:url(/wp-content/uploads/2021/12/1000fs.jpg) no-repeat center center;background-size:cover;
	height:267px;
	border-radius: 15px;
	overflow:hidden;
	margin:30px 0;
}

@media (max-width:991px) {
.main-slider{height:200px;}
}
@media (max-width:500px) {
.main-slider{height:140px;}
}
@media (max-width:360px) {
.main-slider{height:100px;}
}
.ms {position:absolute;left:0;top:0;width:100%;height:100%;}

.content-area, .wrap {
   width:100%;
    margin: 0 auto;
	position:relative;
    padding-left:15px;padding-right:15px;
}
@media (min-width:576px) {
.content-area, .wrap {max-width: 530px;}
}
@media (min-width:768px) {
.content-area, .wrap {max-width: 730px;}
}
@media (min-width:992px) {
.content-area, .wrap {max-width: 950px;}
}
@media (min-width:1200px) {
.content-area, .wrap {max-width: 1160px;}
}
#sidebar {
padding:15px;
box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
height:100%;
border-radius:10px;
}
#sidebar ul {list-style:none;margin:0;}
#sidebar ul li {padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,0.08);}
#sidebar ul li a {
	text-decoration: none;
	display:block;
	line-height:1.3;
	font-weight:700;
}
#sidebar .widget-title {font-weight:700;font-size:23px;margin-bottom:15px;}
/* -------- Footer ------- */

.copyright-wrapper{ 
	margin:0; 


}
.copyright-wrapper a{ 

	text-decoration: none;
}
.copyright {padding:30px 0 20px;color:#999;font-size:13px;}
.copyright ul {margin:0 0 15px;list-style:none;}
.copyright ul li {display:inline-block;margin-right:15px;}
.copyright ul li a {color:#999;}
.copyright ul li a:hover {color:#fff;}
.copyright p {opacity:0.7;}
.nav-links {
  
    clear: both;

    width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-links a,
.nav-links .page-numbers {
    background: #3f3f3f;
    color: #fff;
    padding: 5px 13px;
    display: inline-block;
	text-decoration: none;
	font-weight:700;
	border-radius:4px;
}
.nav-links .current,
.nav-links a:hover {
    background: #000;
	
	color:#fff!important;
}


form.search-form {
    margin-bottom: 15px;
}
input.search-field {
   border:1px solid rgba(0,0,0,0.1);
    padding: 10px;
	display: block;
	width:100%;
}
input.search-field:focus, input.search-field:active, input.search-field:hover {border:1px solid rgba(0,0,0,0.1);outline:0;box-shadow:none;}
input.search-submit {
  
    color: #ffffff;
    padding: 4px 10px;
    cursor: pointer;
}
.widget {
    margin-bottom: 30px;
}


#commentform label {
    display: block;
	font-size:14px;opacity:0.7;
	margin-bottom:7px;
}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    
   border:1px solid rgba(0,0,0,0.1);
    padding: 10px;
}
#commentform input, #commentform textarea, #commentform input:focus, #commentform textarea:focus, #commentform input:active, #commentform textarea:active {border:1px solid rgba(0,0,0,0.1);outline:0;box-shadow:none;}
#commentform textarea {width:100%;}
#commentform input#submit {
   font-weight:700;
    border: none;
    padding: 10px 20px;
    color: #fff;
	border-radius:30px;
    background:#3f3f3f;
	
}
p.form-submit {margin:0;}
#commentform input#submit:hover {
    cursor: pointer;
}



select{
	padding:10px;
	width:100%;
}


input[type="submit"].search-submit{
	background-color:#000000;
	color:#ffffff;
	padding:10px 13px;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}
.error-404{
	text-align: center;
	margin: 0;
	padding:70px 0;
}


.dom-col-1, .dom-col-2, .dom-col-3, .dom-col-4, .dom-col-5, .dom-col-6, .dom-col-7, .dom-col-8, .dom-col-9, .dom-col-10, .dom-col-11, .dom-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .dom-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .dom-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .dom-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }


.dom-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
.dom-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.dom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
.dom-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.dom-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
.dom-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.dom-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
.dom-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
.dom-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
.dom-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

 
}
.dom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#footer {
background:#000;
}
#footer .widget-title {color: #fff;text-transform:uppercase;font-size:16px;margin-bottom:10px;}
.widget-wrapper {padding-top:50px;}
.widget-wrapper ul {margin:0;list-style:none;}
.widget-wrapper ul li {margin-bottom:5px;}
.widget-wrapper ul li:last-child {margin-bottom:0;}
.widget-wrapper ul li a {color: #999;text-transform:uppercase;font-size:14px;}
.widget-wrapper ul li a:hover {color: #fff;}
a.go1 { color: #fff;
 font-weight:700;
background: #ffae00;
border-radius:30px;
text-align:center;
padding:10px 30px;
text-transform:uppercase;

}

a.go2 {
 color: #fff;
 font-weight:700;
background: #2ecc71;
border-radius:30px;
text-align:center;
padding:10px 30px;
text-transform:uppercase;
}

a.go3 {text-decoration:none;
display:inline-block;
 color: #fff;
 font-weight:700;
 font-size:15px;
text-shadow: 1px 1px rgba(98, 31, 7, 0.42);  
position:relative;
border-radius:30px;
padding:4px 20px;
background: linear-gradient(to bottom, #f39d3f 0%,#e14314 80%,#e14314 100%);
box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.32);
}


.pics {padding:25px 0;text-align:center;border-bottom:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1);}
.pics img {margin:5px 15px;vertical-align:middle;max-width:120px;}
.links {text-align:center;padding:0 0 40px;}
.links a.go1 {margin-right:10px;}
.articles {border-radius:15px;overflow:hidden;background:#fff;margin-bottom:30px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
.articles img {display:block;width:100%;}
.articles a {display:block;line-height:1.3;font-weight:700;}
.articles span {display:block;padding:10px 15px 15px;min-height:82px;}
.games-content {border-radius:15px;overflow:hidden;background:rgba(0,0,0,0.9);text-align:center;position:relative;margin-bottom:30px;}

.games-content img {display:block;width:100%;}
.games-content:hover img {opacity:0.15;}
.games-play {position:absolute;left:0;top:18%;display:none;width:100%;}
.games-content:hover .games-play {display:block;}
.games-play a.go2 {font-size:14px;padding:10px;display:block;margin:10px auto;max-width:180px;}
a.tl {text-transform:uppercase;color:#999;text-decoration:underline;}
a.tl:hover {color:#fff;}
.games-play span {font-size:14px;color:#fff;}
.post-thumb {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.breadcrumbs {font-size:14px;}
.entry-header h1 {font-size:25px;}
blockquote {margin:0 0 15px;padding-left:15px;border-left:4px solid #ffcf86;color:#000;font-size:17px;font-style:italic;}
table {border-collapse: collapse;margin:0 0 15px;width:100%;border:1px solid rgba(0,0,0,0.1);}
table thead {font-weight:700;}
table td, table th {border:1px solid rgba(0,0,0,0.1);padding:10px 15px;}
@media screen and (max-width: 768px) {
    .domtab {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .domtab table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.side a {display:block;margin:0 auto;}
.side a.go1 {margin-bottom:15px;}
.side {text-align:center;}
.blog-post-repeat {clear:both;padding-bottom:5px;}
.entry-title a {display:block;font-weight:700;margin-bottom:10px;line-height:1.3;font-size:18px;}
.not-found {font-weight:700;margin-bottom:15px;font-size:23px;}
.taxonomy-description {padding-top:20px;}
.dev ul {list-style:none;margin:0 0 5px;}
.dev ul li {display:inline-block;margin-right:10px;margin-bottom:17px;}
.dev ul li:last-child {margin-right:0;}
.dev ul li a {font-weight:700;color:#000;padding:6px 15px;background:#ffcf86;}
.head-right {padding-top:2px;}
.head-right a.go1 {margin-right:10px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {clear:both;}
.front-container h1, .front-container h2 {font-size:20px;text-transform:uppercase;}
.front-container h3 {font-size:17px;}
.front-container ul, .front-container ol {margin:0 0 15px;list-style:none;}
.front-container ul {margin:0 -15px 15px 0;}
.front-container ul li, .front-container ol li {position:relative;}
.front-container ul li {padding-left:16px;padding-bottom:3px;float:left;width:100%;padding-right:15px;}
.front-container ul:nth-of-type(3) li, .front-container ul:nth-of-type(6) li {width:33.3333%;}
.front-container ul:nth-of-type(2) li {width:50%;}
.front-container ul li:last-child {padding-bottom:15px;}
.front-container ul li:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background:#5bc050;}
.front-container ol li {padding-left:40px;padding-bottom:15px;}
.front-container ol li:last-child {padding-bottom:0;}
.front-container ol li:before {line-height:1.7;content:"1";font-weight:700;text-align:center;position:absolute;left:0;top:-4px;width:30px;height:30px;border-radius:50%;border:2px solid #5bc050;color:#000;}
.front-container ol li:nth-child(2):before {content:"2";}
.front-container ol li:nth-child(3):before {content:"3";}
.front-container ol li:nth-child(4):before {content:"4";}
.front-container ol li:nth-child(5):before {content:"5";}
.front-container ol li:nth-child(6):before {content:"6";}
.front-container ol li:nth-child(7):before {content:"7";}
a.front_more {display:block;font-weight:700;color:#000;padding:8px;border-radius:30px;text-align:center;max-width:200px;margin:10px auto 20px;background: #fff;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);}
.home-content {padding-bottom:30px;}
.home-center {text-align:center;padding:0 0 20px;} 
.dom-link {text-align:center;padding:30px 0;}
.entry-content iframe {border:none;padding:0;width:100%;height:450px;}
@media (max-width:1199px) {
.front-container ul:nth-of-type(6) li {
  width: 50%;
}
.front-container ul:nth-of-type(2) li {
  width: 100%;
}
.entry-content iframe {height:400px;}

.blog-post-repeat {padding-bottom: 15px;}
.games-play {top:20%;}
.content_slots .dom-col-3, .games .dom-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.latest .dom-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.articles span {min-height:auto;}
}
@media (max-width:991px) {
.front-container ul:nth-of-type(6) li {
  width: 100%;
}
.front-container ul:nth-of-type(3) li {width:100%;}
#sidebar {margin-top:30px;height:auto;}
.widget-wrapper .dom-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.content_slots .dom-col-3, .games .dom-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width:767px) {
.entry-content iframe {height:300px;}
.games-play {top:14%;}
.post-thumb { width: 100%;margin-right: 0;}
.middle-align {padding: 15px;}
.blog-post-repeat {padding-bottom: 30px;}
.promo-title {line-height: 1.3;font-size: 35px;}

.flexbox { display: block;}
.head-left {text-align:center;}
.head-right {text-align:center;padding: 30px 0 10px;}
.site-logo img {margin:0 auto;}
}
@media (max-width:500px) {
.entry-content iframe {height:250px;}

.widget-wrapper .dom-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.latest .dom-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.content_slots .dom-col-3, .games .dom-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.games-play {top:25%;}
.promo-title {font-size: 27px;}
}

@media (max-width:420px) {
.entry-content iframe {height:200px;}
}



@media (max-width:360px) {
.games-play {top:20%;}
.sitenav ul li {margin: 6px 10px 0;}
.head-right a, .links a {display:block;}
.head-right a.go1, .links a.go1 {margin-right:0;margin-bottom:15px;}
}

.bonuses{
  position:relative;
  margin: 0 0 30px 0; 
  padding:182px 0 24px;
  color:#fff;
}
.bonuses__content{
  position:relative;
  z-index:2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.bonuses__bg{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}
.bonuses__bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:80% 50%;
     object-position:80% 50%;
}
.bonuses .box{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  width:100%;
  padding:12px 12px 66px;
  font-weight:bold;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  border-radius:8px;
}
.bonuses .box__header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:4px;
}
.bonuses .box__text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:6px;
  min-width:47%;
  font-weight:bold;
  font-size: 10px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
  color:#f7d540;
  font-size:24px;
  text-align:right;
  text-shadow:0 2px 0 #e75700;
}
.bonuses .box__footer{
  position:absolute;
  right:12px;
  bottom:12px;
  left:12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:12px;
}
.bonuses .box__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:12px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#fff;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  border:1px dashed;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
  background:-webkit-gradient(linear, left top, left bottom, from(#09B505), to(#004B40));
  background:linear-gradient(180deg, #09B505 0%, #004B40 100%);
}
.bonuses .box--casino .box__button:last-child{
  background:#05D100;
  border-color:#05D100;
  border-style:solid;
}
.bonuses .box--casino .box__button:last-child:hover{
  background:#05ab00;
  border-color:#05ab00;
}
.bonuses .box--poker{
  background:-webkit-gradient(linear, left top, left bottom, from(#FF642E), to(#5F0203));
  background:linear-gradient(180deg, #FF642E 0%, #5F0203 100%);
}
.bonuses .box--poker .box__button:last-child{
  background:#FF2E2E;
  border-color:#FF2E2E;
  border-style:solid;
}
.bonuses .box--poker .box__button:last-child:hover{
  background:#d52424;
  border-color:#d52424;
}

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--casino .box__footer{
  bottom:60px;
}

@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
    width:40%;
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
    padding:60px 0;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
  }
  .bonuses .box{
    font-size:16px;
  }
  .bonuses .box__header{
    gap:16px;
  }
  .bonuses .box__text{
    min-width:0;
	font-size: 12px;
  }
  .bonuses .box__text span{
    width:auto;
    font-size:36px;
    text-align:left;
  }
}

.welcome {position:relative;background:#191c45 url(/wp-content/uploads/2023/04/ggg777.jpg) no-repeat left center;background-size:cover;height:400px;padding:60px 0 0; margin-bottom: 15px;}
.welcome-title {font-size:30px;color:#fff;font-weight:700;max-width:500px;text-shadow: 2px 2px 2px #000;}
a.pd_1 {border-radius:30px;padding:12px;text-align:center;display:block;max-width:200px;margin:30px 0;color:#fff;font-weight:700;text-transform:uppercase;background:#2ecc71;}
.pr-code {display:inline-block;font-weight:700;color:#fff;position:relative;z-index:9;}
a.pd_2 {border-radius:30px;padding:10px;text-align:center;display:block;max-width:260px;margin:15px auto;color:#fff;font-weight:700;text-transform:uppercase;background:#a000fc;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.pr-right {position:absolute;z-index:8;color:#ccc;right:0;top:40px;background:rgba(0,0,0,0.5);border-radius:10px;padding:20px;max-width:280px;}
.pr-right .pr-code {color:#ccc;}
.pr-right b {display:block;color:#fff;}
.pr-right a.pd_1 {max-width:250px;margin:20px auto 0;}
.pr-code span { 
position:relative;
display:inline-block;
cursor:pointer;
color: #ff2c40;
margin-right:22px;
}

.pr-code span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/win/images/copy.svg);
    mask: url(/wp-content/themes/win/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff2c40;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.welcome2 {display:none;text-align:center;margin:0 0 30px;padding:30px 15px;background: linear-gradient(to right, #5e3778 0%,#151a41 100%);}
.welcome2 .welcome-title {font-size:24px;max-width:100%;text-shadow: none;}
.welcome2 .pr-code {background:none;}
.welcome2 a.pd_1 {padding:10px;max-width:260px;margin:15px auto;}
.bottom-promo {position:fixed;bottom:0;left:0;width:100%;display:none;padding:15px;text-align:center;background: linear-gradient(to right, #5d3677 0%,#171a42 100%);} 
.bottom-promo img {max-width:200px;}
.bottom-promo a.pd_1 {padding:10px 30px;max-width:auto;margin:0;display:inline-block;}
@media (max-width:767px) {
.welcome {display:none;}
.welcome2 {display:block;}
.bottom-promo {display: flex;
 justify-content: space-between;
 align-items: center;}
#navigation, .head-right {display:none;}
.pr-right {position:static;margin:20px auto 0;max-width:500px;background:rgba(0,0,0,0.2);}
}

@media (max-width:430px) {
.bottom-promo img {max-width:150px;}
.bottom-promo a.pd_1 {padding:10px 20px;}
}
@media (max-width:355px) {
.bottom-promo img {max-width:100px;}
.bottom-promo a.pd_1 {padding:6px 20px;}
}
@media (max-width:300px) {
.bottom-promo img {max-width:60px;}

}

.mdwhd {
	display: flex;
    flex-direction: row;
	padding-bottom: 20px;
    padding-top: 10px;
	justify-content: space-around;
}

.dwnbtb{
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: space-between;
}

.dwnbtb:nth-child(1){ width: 40%;}
.dwnbtb:nth-child(2){ width: 40%;}
.dwnbtb:nth-child(3){ width: 12%; margin: 0;}

.dwnbtb2{
	display: flex;
    flex-direction: row;
	margin-bottom: 10px;
}

.mbinfo1 {
	display: flex;
    flex-direction: column;
	margin-right: 30px;
	white-space: nowrap;
}

.mbinfo1:not(:first-child)::before {
    background-color: rgb(232,234,237);
    content: "";
    display: block;
    height: 24px;    
    position: absolute;
    margin: 10px 0 0 -20px;
    width: 1px;
}

.mbinfo2 {
	display: block;
    text-align: center;
}
.mbinfo2:nth-child(2) {font-size: 80%;}

.mbinfo3 {
	display: block;
    text-align: center;
}

.mbinfoicons {
	width: 15px;
}

a.mobclick1 {
    border-radius: 30px;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #2ecc71;
    text-align: center;
	width: 85%;
    margin: 0 auto;
	overflow: hidden;
}
a.mobclick1:hover {background:#4dd486;color:#fff;}

a.mobclick2{
	border-radius: 30px;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #999;
    text-align: center;
    width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
a.mobclick2:hover {background: rgba(0,0,0,0.07);color:#999;}

.mblogo{
	width: 100px;
    border-radius: 15px;
    box-shadow: 1px 5px 7px 0px rgb(0 0 0 / 74%);
}
.mblogo2{
	width: 100px;
    border-radius: 15px;
    box-shadow: 1px 5px 7px 0px rgb(0 0 0 / 74%);
	width: 15%;
    height: -webkit-fill-available;
	display:none;
}
.sticky-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.fixed {
		position: fixed;
		z-index: 99;
		top: 0;
		background: #fff;
	}

@media (max-width:1200px) {
	.mbinfo1 {font-size: 80%;}
	.mobclick2 {font-size: 85%;}
	.mobclick1 {font-size: 85%;}
}

@media (max-width:968px) {
	.mbinfo1 {margin:0; margin-bottom: 5px; white-space: break-spaces; font-size: 80%;}
	.dwnbtb:nth-child(1) {width: 40%; margin-right: 0;}
	.dwnbtb:nth-child(2) {width: 40%; margin-right: 0;}
	.dwnbtb:nth-child(3) {width: 12%; margin-right: 0;}
	.dwnbtb2 {flex-direction: column;}
	.mbinfo1:not(:first-child)::before {display: none;}
	.mblogo2 {display: block;}
	.mobclick2 {font-size: 80%;}
	.mobclick1 {font-size: 80%;}
	.hidemobtxt {display: none;}
}

.bonuses .content-area {position:relative;}
.tg {position:absolute;z-index:99;right:30px;bottom:12px;}
.tg a {font-weight:700;padding:15px 65px 15px 20px;color:#000;border-radius:8px;background:#fff url(/wp-content/uploads/2025/04/telegram.png) no-repeat 90% center;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);background-size:30px;}
@media (max-width:991px) {
.tg {text-align:center;left:calc(50% - 130px);right:auto;bottom:-55px;}

.bonuses {padding: 40px 1px 90px;}

}