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

.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:#e0e9f0;
	line-height:1.6;
	font-size:15px;
	width:100%;
	overflow-x:hidden;
	
	
}
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
a {
	color: #2979FF;
	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: 15px;

}
p {
    margin: 0 0 15px;
}
blockquote {
	position: relative;
	font-style:italic;
	margin: 0 0 15px;
	padding:0 0 0 15px;
	font-size: 17px;
	color:#000;
	border-left:5px solid #ff00a2;
	
}


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: #576771;
    background: #ecf0f7;
    padding: 10px 30px;
 
    font-weight: 700;
   text-align:center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
  
}




a.green-btn {
    color: #fff;
    background: linear-gradient(269.68deg, #ef008f 0.26%, #a815ed 99.72%);
 padding: 10px 30px;
 
    font-weight: 700;
   text-align:center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
}


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

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

.home-post-content a {color: #fff;
  background: linear-gradient(90deg, #0037ff 0%, #2979ff 100%);
  padding: 10px;
  font-weight: 700;
  text-align: center;
 display:block;max-width:240px;margin:15px auto;
  text-decoration: none;
  border-radius: 10px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	padding: 15px 0;
	
}
.home .site-header {
	
	background: #fff;
}
.site-header .row {
	align-items: center;
}
.main-navigation {padding-left:100px;}
.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 a {
	display: block;
	padding: 10px;
	color: #576771;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}
.logotype img {width:180px;}
.site-header .main-navigation-menu ul a:hover {
	color: #000;
}
.site-header .account-buttons {
	position: absolute;
	right:0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/*--------------------------------------------------------------
# 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: #2979FF;
}
.pagination span.current {
    color: #fff;
    background: #2979FF;
}
.pagination span.current:hover {
    color: #fff;
}
#sidebar { background: #fff;padding:15px;height:100%;}
#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: linear-gradient(90deg, #0037ff 0%, #2979ff 100%);
    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;
    background: linear-gradient(90deg, #0037ff 0%, #2979ff 100%);
}
/* # Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs_wrap {
    padding: 15px 0;
    background: #fff;
}
.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
--------------------------------------------------------------*/
.welcome {margin:0 auto 30px;
padding:60px 0 0;
	position: relative;
	background:url(/wp-content/uploads/2024/05/slot.jpg) no-repeat center center; background-size:cover;height:350px;
}
.welcome-intro {font-weight:900;color:#fff;border-radius: 1.5em;
  margin: 0 0 5px;
  padding: 5px 15px;
  background: rgba(28,28,28,0.64);
  display: inline-block;}
.welcome-bonus {font-weight:900;color:#fff;font-size:35px;}
.welcome-promo {display:inline-block;font-weight:700;color:#fff;position:relative;z-index:9;}
.welcome a.orange-btn {display:block;padding:10px;max-width:200px;margin:30px 0;}
.welcome a.green-btn {display:none;padding:10px;max-width:200px;margin:15px auto;}
.welcome-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #fdf928;
}

.welcome-promo 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: #fdf928;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.welcome-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
@media (max-width:991px) {
.welcome {background-position:left center;}
}
@media (max-width:767px) {
.welcome {height:auto;padding:30px 0;text-align:center;}
.welcome-overlay, .home .main-navigation, .home .site-header .account-buttons {display:none;}
.welcome-bonus {font-size:23px;}
.welcome a.orange-btn {margin:15px auto;}
.welcome a.green-btn {display:block;}
}
@media (max-width:767px) {

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

}
.front-title, .home h1, .home h2 {font-size:22px;color:#000;font-weight:700;margin:0 0 15px;}
.home h3 {font-size:18px;}

.slot {
    position: relative;
 background:#000;
    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;color:#fff;}

.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: linear-gradient(90deg, #0037ff 0%, #2979ff 100%);color:#fff;}
.slot .content .title {
    color: #fff;
    font-size: 14px;
    font-weight:700;
}



.latest-news .new {
    margin-bottom:30px;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
}
.latest-news .new a.title {
    display: block;
    padding: 10px 15px 15px;
    
   
    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;
}

figure {max-width:100%;text-align:center;font-style:italic;font-size:13px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	margin: 25px 0 0;
	background: #fff;
	padding:15px 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: #576771;
	text-decoration: none;
	font-weight:700;
}
footer .navigation-menu ul a:hover {
	color: #000;
}
footer .first-row {
	padding: 15px 0;
	
	
}

.site-header a.orange-btn {margin-right:15px;background:#fff;}
.home .site-header a.orange-btn {background:#ecf0f7;}
footer .first-row .account-buttons {
	text-align:center;
	padding:30px 0 0px;
	
}
footer .first-row .account-buttons .btn {
	margin: 10px;
}
footer .second-row {
	padding: 15px 0;
	
}
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 {

	font-size: 13px;
	text-align: center;
}

@media (max-width:1199px) {
.slot .content {top:18%;}
}
@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) {
.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%;}
}