/*!
Theme Name: wins
Text Domain: wins
*/

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
    padding: 0 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

.innerwrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative
}

@media (min-width:576px) {
    .innerwrap {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .innerwrap {
        max-width: 730px
    }
}

@media (min-width:992px) {
    .innerwrap {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .innerwrap {
        max-width: 1170px
    }
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
	color:rgba(0,0,0,0.8);
	background:#f7f7f7;
	line-height:1.6;
	font-size:15px;
	width:100%;
	overflow-x:hidden;
	
	
}
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
a {
	color: #2ecc71;
	text-decoration:none;
}
a:hover {
	color: #000;
}
img {
    width: auto;
    height: auto;
	max-width: 100%;
	max-height: 100%;
}
ul {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style: disc;
}
ol {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style: decimal;
}
h1, h2, h3, h4, h5, h6, .h2 {color:#000;margin:0 0 15px;line-height:1.3;font-weight:700;}
h1 {

  font-size: 25px;
 
}
h2, .h2 {
 
  font-size: 23px;
 
}
h3 {

  font-size: 21px;

}
h4 {

  font-size: 19px;

}
h5 {

  font-size: 17px;

}
h6 {

  font-size: 5;

}
p {
    margin: 0 0 15px;
}
blockquote {
	position: relative;
	font-style:italic;
	margin: 0 0 15px;
	padding:0 0 0 15px;
	font-size: 17px;
	border-left:4px solid #5518d5;
	
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 100%;
    margin: 0 0 15px;
    padding: 10px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
iframe {
    width: 100%;
    height: 500px;
	border:none;padding:0;
}
@media (max-width: 1199px) {
    iframe {
        height: 400px;
    }
}
@media (max-width: 991px) {
    iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    iframe {
        height: 300px;
    }
}
@media (max-width: 500px) {
    iframe {
        height: 200px;
    }
}
table {
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid rgba(0,0,0,0.1);
	border-collapse: collapse; 
	text-indent: initial;
    border-spacing: 0;
	max-width:100%;
	text-indent: inherit;
}
table th, table td {
	padding: 10px 15px;
	
	border: 1px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 767px) {
    .ctable {
        width: 100%!important;
        overflow: auto!important;
        border: 1px solid rgba(0,0,0,0.1);
        box-sizing: border-box;
        margin: 20px 0 20px;
		max-width:100%;
    }
    .ctable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}

.entry-title {
    display: block;
    width: 100%;
    
}


a.orange-btn {
    color: #fff;
    background: #cc572e;
	  padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
   text-align:center;
    text-transform: uppercase;
   
    border-radius: 30px;
    
}

a.orange-btn2 {
	border-radius: 2px;
    background: #3e3e3e;
}

a.orange-btn3 {
	color: #79abf8;
    background: transparent;
	border: solid 1px #79abf8;
}

a.orange-btn4 {
	border: solid 1px #72CA03;
    background: linear-gradient(180deg, #bcd166, #5AA001);
    border-radius: 10px;
}

a.orange-btn5 {
	background: #FFC700;
    color: #000;
    border-radius: 6px;
}

a.orange-btn6 {
	background: #7410c2;
    color: #fff62a;
    border-radius: 20px;
}

a.orange-btn7 {
	background-color: transparent;
    border: 1px solid #999;
}

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

a.green-btn2 {
	border-radius: 2px;
	background: #ff0000;
}

a.green-btn3 {
	color: #fff;
    background: #437fd9;
}

a.green-btn4 {
	border: solid 1px #72CA03;
    border-radius: 10px;
    background: linear-gradient(180deg, #0B3007, #0b30072e);
}

a.green-btn5 {
	border-radius: 6px;
    background: #000000;
    border: solid 1px #2af6ff8a;
    color: #2af6ff;
}

a.green-btn6 {
	border-radius: 20px;
    background: #FFF200;
    color: #290657;
}


.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.front-content a {color: #fff;
border: solid 1px #72CA03;
  background: linear-gradient(180deg, #bcd166, #5AA001);
  border-radius: 10px;
padding: 10px;
font-size: 14px;
font-weight: 700;
text-align: center;
display:block;max-width:240px;margin:15px auto;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	padding: 15px 0;
	background: #000;
}

.site-header2 {
	background: #202227;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
}

.site-header3 {
	background: linear-gradient(180deg, #252525 5%, #010101 95%);
}

.site-header4 {
	background: #121212;
}

.site-header5 {
	background: #08081B;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.site-header6 {
	background: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
    z-index: 2;
    position: relative;
}

.site-header .row {
	align-items: center;
}
.main-navigation {padding-left:100px;}
.main-navigation3 {padding-left:0;}
.site-header .main-navigation .menu-toggle {
	display: none;
}
.site-header .main-navigation-menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-header .main-navigation-menu ul.sub-menu {z-index:11;background:#fff;display:none;position:absolute;right:0;width:280px;text-align:left;margin:0;}
.site-header .main-navigation-menu ul a {
	display: block;
	padding: 10px;
	color: #999;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.site-header .main-navigation-menu2 ul a {
	color: #23175e;
}

.site-header2 .main-navigation-menu ul a {
	color: #fff;
}
.site-header .main-navigation-menu ul.sub-menu li {border-bottom:1px solid rgba(0,0,0,0.1);}
.site-header .main-navigation-menu ul.sub-menu a {line-height:1.3;color:#000;display:block;}
.logotype img {width:180px;}
.site-header .main-navigation-menu ul a:hover {
	color: #fff;
}
.site-header .main-navigation-menu ul.sub-menu a:hover {color:#2ecc71;}
.site-header .main-navigation-menu2 ul a:hover {
	color: #8e7de1;
}

.site-header2 .main-navigation-menu ul a:hover {
	color: #999;
}
.site-header .account-buttons {
	position: absolute;
	right:0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.site-header .account-buttons3 {
	position: inherit;
}
.site-header .main-navigation-menu ul li {position:relative;}
.site-header .main-navigation-menu ul li:hover ul.sub-menu {display:block;}
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

.posts-image {float:left;width:45%;margin-right:20px;}
.posts-image img {display:block;width:100%;}
.archive #content article, .search #content article {padding-bottom:30px;}
#content article a.title {display:block;font-weight:700;font-size:18px;line-height:1.3;margin:0 0 10px;}

.pagination .nav-links {

}
.pagination span,
.pagination a {
    
    margin-right: 5px;
    padding: 4px 10px;
    color: #000;
   
    font-weight: 700;
   
    text-decoration: none;
    background:#fff;
    border-radius: 3px;
   
}
.pagination span:hover,
.pagination a:hover {
    color: #fff;
    background: #5518d5;
}
.pagination span.current {
    color: #fff;
    background: #5518d5;
}
.pagination span.current:hover {
    color: #fff;
}
#sidebar { background: #fff;padding:15px;height:100%;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
#sidebar .widget .screen-reader-text {
	display: none;
}
#sidebar .widget-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin:0 0 15px;
}
#sidebar .widget ul {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}
#sidebar .account-buttons a {display:block;margin:0 0 15px;}
#sidebar .widget ul li {border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:10px;margin-bottom:10px;}
#sidebar .widget ul a {
	display: block;

	
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	
}
.single-image {float:left;width:45%;margin-bottom:15px;margin-right:20px;}
.single-image img {width:100%;}
#main-content {margin:30px 0;}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content ol, #content blockquote, #content p {clear:both;}
#content p:first-of-type {clear:none;}
/* Comments
--------------------------------------------- */
.comments-area {
    margin: 30px 0 0;
}
.comments-title, .comment-reply-title {
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
.comment-content {padding:0 0 20px;}
.comment-author img {float:left;margin-right:15px;}
#comments ol {margin:0;list-style:none;}
#comments ol ol {margin:0;list-style:none;padding-left:30px;}
#comments label {
    display: block;
    font-size: 14px;
    opacity: .7;
    margin-bottom: 7px;
}
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond textarea {
    width: 100%;
    padding: 10px;
    color: #666;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}
#comments input[type="submit"] {
    background: #5518d5;
    border: none;
	font-family:inherit;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
}
#comments input[type="submit"]:hover {
    color: #fff;
   
}
/* # Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs_wrap {
    padding: 15px 0;
    background: #fff;
	box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
}
.breadcrumbs_wrap .breadcrumbs span a {
  
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.breadcrumbs_wrap h1 {
    margin: 0;
   font-size:22px;
}
/* # Banner
--------------------------------------------------------------*/
.bonuses{
  position:relative;
  margin: 0 0 30px 0; 
  padding:182px 12px 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{
    max-width: 1140px;
    margin: 30px auto;
    padding:60px;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
    border-radius: 20px;
  }
  .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;
  }
}

figure {max-width:100%!important;text-align:center;}
.wp-caption-text {font-size:13px;font-style:italic;}
.banner {margin:30px auto;
max-width:1140px;
	position: relative;
	background:url(/wp-content/uploads/2023/05/bonus.jpg) no-repeat left center; background-size:cover;height:300px;
	padding:40px;
	overflow:hidden;
	font-weight:700;color:#fff;
}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.banner2 {
	background:url(/wp-content/uploads/2023/07/hd2.jpg) no-repeat left center; background-size:cover;height:300px;
	border: solid 10px #202227;
}

.banner3 {
	background:url(/wp-content/uploads/2023/07/hd3.jpg) no-repeat left center; background-size:cover;height:300px;
	display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.banner4 {
	background:url(/wp-content/uploads/2024/07/main.jpg) no-repeat left center; background-size:cover;height:300px;
	border-radius: 20px;
	
}

.banner5 {
	background:url(/wp-content/uploads/2023/08/hd5.jpg) no-repeat left center; background-size:cover;height:300px;
	display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.banner6 {
	background:url(/wp-content/uploads/2023/08/hd6.jpg) no-repeat left center; background-size:cover;height:300px;
	color: #000;
}

.banner7 {
	background:url(/wp-content/uploads/2023/08/top.jpg) no-repeat left center; background-size:cover;height:300px;
}
.banner-right {position:absolute;color:#ccc;z-index:8;right:30px;border-radius:10px;top:50px;background:rgba(0,0,0,0.7);
padding:20px;max-width:280px;}
.banner-right b {display:block;color:#fff;}
.banner .h2 {font-size:26px;color:#fff;margin:0;max-width:400px;}
.banner6 .h2 {color:#000}
.banner6 .cru {color:#fff}
.promocode {position:relative;z-index:9;max-width:400px;display:inline-block;}
.banner a.orange-btn {display:block;padding:10px;margin:30px 0;max-width:200px;}
.banner a.green-btn {display:none;padding:10px;margin:15px auto;max-width:260px;}
.banner a.orange-btn2 {border-radius: 2px; background: #ff0000;}
.banner a.green-btn2 {border-radius: 2px; background: #437fd9;}
.banner .banner-right a.orange-btn {margin:20px auto 0;max-width:260px;}
.banner a.orange-btn3 {padding: 10px 30px;}
.banner a.green-btn3 {padding: 10px 30px;}
.banner a.orange-btn4 {padding: 10px 30px;}
.banner a.green-btn4 {padding: 10px 30px;}
.banner a.orange-btn5 {padding: 10px 30px;}
.banner a.green-btn5 {padding: 10px 30px;}
.promocode span { 
position:relative;
margin-right:22px;
cursor:pointer;
color: #ffc104;
display:inline-block;
}

.pokdomcop-header__auth-missions {
    position: relative;
    margin-right: 25px;
    cursor: pointer;
}

.pokdomcop-header__auth-missions .counts {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    right: -4px;
    bottom: auto;
    left: auto;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-color: #f8333c;
    border-radius: 50%;
}

.promocode 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: #ffc104;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.fixedbox {text-align:center;display:none;padding:15px;display:none;position:fixed;bottom:0;left:0;width:100%;background: linear-gradient(to left, #141118 0%,#270082 100%);} 
.fixedbox img {width:170px;}
@media (max-width:1170px) {
.banner {max-width:100%;margin:0 0 30px;}
}
@media (max-width:767px) {
.banner {padding:30px 15px;height:auto;text-align:center;background: linear-gradient(to right, #141118 0%,#270082 100%);}
.banner2 {background: linear-gradient(to right, #2d1919 0%,#9b0e0e 100%);}
.banner3 { display: block; background: linear-gradient(to right, #0c032d 0%,#2f5277 100%); }
.banner4 { display: block; background: linear-gradient(to right, #061e00 0%,#205c00 100%); border-radius: 0; }
.banner5 {background: linear-gradient(to right, #09071c 0%,#764c07 100%);}
.banner6 {background: linear-gradient(to right, #430a75 0%,#8539ac 100%); color: #fff;}
.banner .h2 {font-size:24px;max-width:100%;}
.banner6 .h2 {color: #fff;}
.home .main-navigation, .home .site-header .account-buttons, .overlay {display:none;}
.banner a.orange-btn {margin:15px auto;max-width:260px;}
.banner a.green-btn {display:block;}
.fixedbox { display: flex;
 justify-content: space-between;
 align-items: center;}
  .banner-right {position:static;margin:20px auto 0;max-width:500px;background:rgba(0,0,0,0.2);}
.promocode {max-width:100%;}
}
@media (max-width:395px) {
.fixedbox img {width:120px;}
}
@media (max-width:340px) {
.fixedbox img {display:none;}
.fixedbox {display:block;padding:20px;}
}
.front-title, .home h1, .home h2 {font-size:22px;color:#000;font-weight:700;margin:0 0 15px;}
.home h3 {font-size:18px;}
.slots {padding-top:30px;}
.slot {
    position: relative;
 
    border-radius: 0;
    overflow: hidden;
	margin-bottom:30px;
    
}
.slot img {
    width: 100%;
   display:block;
}
.slot:hover img {opacity:0.2;}
.slot .content {
    position: absolute;
    left: 0;
   width:100%;
    top: 22%;
  text-align:center;
    display: none;
   
   
   
}
a.text-btn {font-weight:700;text-transform:uppercase;}
.slot .btn {padding:10px;display:block;max-width:180px;margin:10px auto;}
.slot:hover .content {
    display: block;
}
.slot-cats ul {margin:0 0 10px;list-style:none;}
.slot-cats ul li {display:inline-block;margin-right:10px;margin-bottom:20px;}
.slot-cats ul li a {font-weight:700;padding:8px 20px;border-radius:6px;background:#344249;color:#fff;}
.slot .content .title {
    color: rgba(0,0,0,0,0.7);
    font-size: 14px;
    font-weight:700;
}



.latest-news .new {
    margin-bottom:30px;
    background: #fff;
	box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
    border-radius: 0;
    overflow: hidden;
}
.latest-news .new a.title {
    display: block;
    padding: 10px 15px 15px;
    
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}


.latest-news .new img {
  display: block;
    width:100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:992px) {

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

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

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
.slot-link {text-align:center;padding:30px 0;}
.page-404-content {text-align:center;padding:100px 0;}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	margin: 25px 0 0;
	background: #f5f5f5;
	padding:20px 0 0;
}
footer .navigation-menu {
	width: 100%;
}
footer .navigation-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .navigation-menu ul a {
	display: block;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	font-weight:700;
}
footer .navigation-menu ul a:hover {
	color: #2ecc71;
}
footer .first-row {
	padding: 30px 0 0;
	background:#000;
	
}

.site-header a.orange-btn {margin-right:15px;}
footer .first-row .account-buttons {
	text-align:center;
	padding:30px 0 0px;
	
}
footer .first-row .account-buttons .btn {
	margin: 10px;
}
footer .second-row {
	padding: 30px 0 15px;
	
}
footer .second-row .navigation-menu ul {margin:0 0 10px;}
footer .second-row .navigation-menu ul a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
footer .copyright {
color:rgba(255,255,255,0.6);
	font-size: 13px;
	text-align: center;
}

@media (max-width:1199px) {
.slot .content {top:18%;}
.main-navigation {
  padding-left: 20px;
}
.banner4 {border-radius:0;}
}

.cru {cursor:pointer;z-index:8;position:absolute;right:20px;top:100px;background:#202227;border-radius:10px;padding:12px;text-align:center;width:100%;max-width:240px;}
.cru .promocode {display:block;background:none;padding:0;}

.cru3 {right:0; left:20px; background: linear-gradient(180deg, #252525 5%, #010101 95%);}

@media (max-width:991px) {
.slot-page .col-3, .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.slot .content {top:30%;}
.main-navigation {padding-left:0;}

.site-header .row {display:block;text-align:center;}
.site-header .account-buttons {padding:30px 15px 20px;position: static;display: block;}
.site-header .main-navigation-menu ul {padding:10px 0 0;display:block;}
.site-header .main-navigation-menu ul li {display:inline-block;}
#sidebar {margin-top:30px;height:auto;}
}
@media (max-width:767px) {
 .cru {position:static;margin:5px auto 0;}
.slot .content {top:20%;}
.single-image {width: 100%;margin-right: 0;}
.posts-image {width: 100%;margin-right: 0;margin-bottom:15px;}
}
@media (max-width:500px) {
.slot-page .col-3, .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slot .content {top:30%;}
h2, .h2 {
    font-size: 23px;
}
}
@media (max-width:400px) {
 
.site-header .account-buttons a, footer .first-row .account-buttons a {display:block;}
.site-header a.orange-btn {margin-bottom:15px;margin-right: 0;}
}
@media (max-width:320px) {

.slot .content {top:20%;}
}
@media (max-width:767px) {
.main-navigation, .site-header .account-buttons {display:none;}
}
.front-content #ez-toc-container a {max-width: 100%;border:none;font-size:15px;text-align:left;background:none;font-weight:400;padding:0;margin:0;text-decoration:none!important;} 
.front-content #ez-toc-container a:hover {color:#2ecc71;}
#ez-toc-container {box-shadow:none!important;border-radius:0!important;border:none!important;padding:0!important;}

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

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

}