/*
Theme Name: oxb
Text Domain: oxb

*/


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding:0;
  font-size:15px;
  color: rgba(255,255,255,0.8);
  line-height:1.6;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background:#191919;
}

.go-ref {
  cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

figure {
 margin-bottom:15px;max-width:100%;
}
figcaption {font-size:14px;font-style:italic;padding:6px 0 0;text-align:center;opacity:0.8;}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}
.wp-caption {max-width:100%;margin-bottom:15px;}
.wp-caption-text {padding:6px 0 0; text-align:center;opacity:0.8;font-size:14px;font-style:italic;}
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }



a {
  color: #2dc53a;
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;border: none;text-decoration: none;
  color: #fff;
}

/* Typography */
/* --------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  padding:0;
  margin:0 0 15px;
}




h1 {
  font-size: 26px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

hr {
  box-sizing: content-box;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p {
    margin: 0 0 15px;
}


blockquote {
font-style:italic;font-size:18px;
padding:0 0 0 15px;
margin:0 0 15px;
border-left:4px solid #cbfe02;
}


dfn,
cite,
em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}



address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;

  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var,
samp {

  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin:0 0 15px 15px;
  padding:0;
}



dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

@media only screen and (max-width: 479px){
  h1, .h1{
    font-size: 28px;
  }
}

/* Accessibility */
/* --------------------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
 
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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. */
}

/* Forms */
/* --------------------------------------- */

form {
  position: relative;
}

input {
  outline: 0;
  border: 1px solid #dddddd;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 8px 15px;
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
 
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px 11px;

  -webkit-appearance: button;
  cursor: pointer;
  vertical-align: top;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: none;
  background-color: #F7F7F7; 
  box-sizing: border-box;
  padding: 10px;
}
input:hover, input:focus, input:active, textarea:hover, textarea:active, textarea:focus {border: none;box-shadow:none!important;outline:0!important;}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-form input {width:100%;}
.search-form {margin:0 0 20px;}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  width: 100%;
  max-height:130px;
}

optgroup {
  font-weight: bold;
}
select:focus{
  outline: none;
}
/* Placeholder */
/* --------------------------------------- */

::-webkit-input-placeholder {
  color: #919191;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #919191;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #919191;
}
:-ms-input-placeholder {
  color: #919191;
}

/* Button */
/* --------------------------------------- */

button {
 
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
  border: none;
  overflow: visible;
}

/* Clearings */
/* ----------------------------------------------- */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Table */
/* ----------------------------------------------- */



table {
  border-collapse: collapse;
  border-spacing: 0;
  border:1px solid rgba(255,255,255,0.07);
  margin: 0 0 15px;
 
  width: 100%;
}


th,
td {
padding:10px 15px;
border:1px solid rgba(255,255,255,0.07);
}

@media screen and (max-width: 767px) {
    .xtbl {
        width: 100%;
        overflow: auto!important;
      border:1px solid rgba(255,255,255,0.07);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
	.mirrors-section .xtbl {border:none;margin:0;}
    .xtbl table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
del {
  opacity: 0.8;
}
dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}
dd a{
  text-decoration: underline;
}

/* ====================================================== */
/* 3 Header */
/* --------------------------------------- */

/* Header Top Bar */
/* ----------------------------------------------- */


.site-branding{

  margin: 0;
 padding:15px 0;

 
}

.main_menu {background:#202020;}

@media only screen and (max-width: 1170px){
  .site-branding{
      width: 100%;
      margin: 0 auto;
       
  }
}

@media only screen and (max-width: 767px){
  .site-branding{
    text-align: center;
  }
}


/* header-nav-bar */
/* ----------------------------------------------- */

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;

} 

.main-navigation .nav-menu{
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1170px){
  .main-navigation .nav-menu{
      width: 100%;
      margin: 0 auto;
      padding: 0; 
  }
}





/* Small menu. */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-toggle {
    border: 1px solid #cccccc;
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }



  .main-navigation{
    background: transparent;
  }

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 47%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 47%;
}

/* ====================================================== */
/* Sidebar */
/* --------------------------------------- */
.main-content {margin:30px 0;}
.mainfooter {padding:15px;text-align:center;background:#151515;}
.sub_footer {padding:15px;text-align:center;}
.mainfooter a {color: #999;}
.mainfooter a:hover {color: #fff;}
.mainfooter .widget ul {list-style:none;margin:0;}
.mainfooter .widget ul li {display:inline-block;margin:0 15px 5px;}

.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;
}




.single-post-thumbnail-img {
width:45%;float:left;margin-right:20px;margin-bottom:15px;
}
.single-post-thumbnail-img img {width:100%;}
.mh-logo img {max-width:100px;}

a.hb1 {padding:10px 30px;text-align:center;background:#ffc400;
text-transform: uppercase;
font-weight:700;color:#000;
border-radius:4px;

}
a.hb2 {padding:10px 30px;background: #c700cb;
text-align:center;
text-transform: uppercase;
font-weight:700;
color: #fff;
border-radius:4px;
}
.mainfooter_inner {padding:20px 0;}
.section-pst-banner {color:#fff;font-weight:700;padding:50px 0 0;margin:0 0 30px;position:relative;overflow:hidden;
background: url(/wp-content/uploads/2025/04/vip.jpg) no-repeat center center;background-size:cover;height:390px;}
.section-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.section-pst-banner a.hb2 {display:block;max-width:200px;padding:10px;margin:30px 0;background: #ffc400;color:#000;}
.section-pst-banner a.hb1 {display:none;max-width:200px;padding:10px;margin:15px auto;}
.pst-txt {text-transform:uppercase;font-weight:400;}
.pst-bns {font-size:30px;}
.pst-bns span {color:#ffc400;}
.pst-prm {display:inline-block;position:relative;z-index:9;max-width:400px;}
.pst-prm span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #ffc400;
}

.pst-prm span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/oxb/images/copy.svg);
    mask: url(/wp-content/themes/oxb/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffc400;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}

@media (max-width:767px) {
.section-pst-banner {height:auto;padding:30px 0;background-position:left center;text-align:center;}
.pst-bns {font-size:24px;}
.section-pst-banner a.hb2 {margin:15px auto;}
.section-pst-banner a.hb1 {display:block;}
.home .mh-banner, .home .main_menu {display:none;}
}

.pst-block-row {margin:0 -15px;}
.pst-block-3 {width:25%;padding:0 15px;float:left;}

.section-pst-text {padding:0 0 30px;}
.section-pst-text a {padding:10px;background: #2dc53a;
text-align:center;
font-weight:700;
color: #fff;margin:15px auto;display:block;max-width:240px;
border-radius:4px;}
.pst-block {background:#202020;margin-bottom:30px;}
.pst-block img {width:100%;}
.pst-block-title {padding:10px 15px 15px;min-height:85px;}
.pst-block-title a {font-weight:700;display:block;line-height:1.3;font-size:16px;}
.pst-slots {text-align:center;position:relative;margin-bottom:30px;background:#000;} 
.pst-slots img {width:100%;}
.pst-slots:hover img {opacity:0.3;}
.pst-slot-btn {position:absolute;left:0;top:30%;width:100%;display:none;}
.pst-slots:hover .pst-slot-btn {display:block;}
.pst-slots a.hb2 {display:block;font-size:15px;padding:7px;max-width:170px;margin:10px auto;}
a.demo-link {font-weight:700;text-transform:uppercase;font-size:15px;color:#fff;}
.pst-slots span {font-size:15px;}
.fbtn {padding:15px 0 30px;}
.fbtn a.hb1, .hbtn a.hb1 {margin-right:15px;}
.fbtn a.hb1:hover {color:#000;}
.sub_footer {font-size:14px;}
.sub_footer ul {list-style:none;margin:0 0 5px;padding:0;}
.sub_footer ul li {display:inline-block;margin:0 10px 5px;}
.sub_footer p {margin:0;}
.hbtn {text-align:right;padding-top:4px;}
.breadcrumbs {font-size:14px;}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content ul, .post-content ol, .post-content blockquote, .post-content p {clear:both;}
 .post-content p:first-of-type {clear:none;}
.sbbtn a {display:block;}
.sbbtn a.hb1 {margin-bottom:15px;}
#sidebar {background:#151515;padding:15px;height:100%;}
.h2.title-4 {font-size:20px;}
#sidebar ul {margin:0 0 30px;list-style:none;}
#sidebar ul li {margin-bottom:10px;}
#sidebar ul li a {display:block;font-weight:700;line-height:1.3;}
p.form-submit {margin:0;}
#comments input[type="submit"] {border-radius:4px;border:none;background:#2ab931;color:#fff;font-weight:700;padding:10px 20px;}
#comments input[type="submit"]:hover {border:none;background:#2ab931;}
#comments label {font-weight:400;opacity:0.7;font-size:13px;}
.list .post-content {padding-bottom:15px;}
.h3.title-6 a {font-size:17px;display:block;line-height:1.3;margin-bottom:10px;}
.h3.title-6 {margin:0;}
.pst-block-head h1 {font-size:24px;}
.pst-block-head {border-bottom:1px solid rgba(255,255,255,0.06);margin-bottom:15px;}
.nav-links a, .nav-links span {background:#242424;color:#fff;padding:4px 10px;margin-right:5px;font-weight:700;}
.nav-links a:hover, .nav-links span.current {background:#e26700;color:#fff!important;}
.taxonomy-description {padding-top:20px;clear:both;}
.no-results b {font-size:20px;margin:0 0 15px;}
.error-404 {padding:100px 0;text-align:center;}
ol.comment-list {margin:0;list-style:none;}
ol.comment-list ol {margin:0;list-style:none;padding-left:30px;}
.comment-head img {float:left;margin-right:15px;}
.comment-date {opacity:0.7;font-size:13px;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
.h2.comments-title, .comment-reply-title {font-weight:700;font-size:20px;margin:0 0 15px;color:#fff;}
#comments {border-top:1px solid rgba(255,255,255,0.06);margin-top:10px;padding-top:20px;}
.list-dev-cat ul {margin:5px 0 5px;}
.list-dev-cat ul li {margin-right:10px;margin-bottom:15px;display:inline-block;}
.list-dev-cat ul li a {padding:7px 15px;background:#2ab931;color:#fff;border-radius:4px;}
.list-dev-cat ul li a:hover {background:#2ab931;}
.post-content iframe {border:none;padding:0;width:100%;height:500px;}
.pst-block-btn {text-align:center;padding:30px 0;}
.home .pst-block img {width:100%;}
.home h1, .home h2, .home .h2 {font-size:24px;}
.home h3 {font-size:18px;}

.xbetcenter {text-align:center;padding:10px 0 20px;} 
.xbetcenter a {font-weight:700;padding:8px;color:#fff;background:#262f36;display:block;margin:0 auto;max-width:180px;}
@media (max-width:1199px) {
.post-content iframe {height:400px;}
}
@media (max-width:991px) {

#masthead {text-align:center;}
.hbtn {text-align:center;padding:30px 0 10px;}
#sidebar {margin-top:30px;}
.pst-block-3 {width:50%;}
}
@media (max-width:767px) {
.single-post-thumbnail-img {width:100%;margin-right:0;}
.post-content iframe {height:300px;}

}
@media (max-width:500px) {
.pst-block-3 {width:100%;}
.post-content iframe {height:250px;}
.pst-block-title {min-height: auto;}
}
@media (max-width:400px) {
.post-content iframe {height:200px;}
.hbtn a, .fbtn a {display:block;}
.hbtn a.hb1, .fbtn a.hb1 {margin-right:0;margin-bottom:15px;}
}

.mirrors-section {
  background: linear-gradient(135deg, #20242d 0%, #232D4D 100%);
  border-radius:12px;
  padding:30px 30px 20px;
  
  margin: 30px 0 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.mirrors-subtitle {color:#fff;}
table.mirrors-table {
  width: 100%;text-align:left;
  border-collapse: separate;
  border-spacing: 0 1rem;border:none;
  margin:0;
}
table.mirrors-table td, table.mirrors-table th {
  border:none;
}
.mirror-row {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius:8px;
  transition:all 0.3s ease;
}
.mirror-cell {
  padding:1.5rem;
  vertical-align: middle;
}
.mirror-icon {
  width: 40px;
  height: 40px;
  transition:transform 0.3s ease;
}
.mirror-name {
  font-weight: 700;
  color: #fff;
 
}
.mirror-feature {
  color: #eee;
  line-height: 1.5;
  position: relative;
  padding-left: 1.25rem;
}
.primary .mirror-feature::before {
  color: #00c853;
}
.mirror-feature::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  line-height: 1;
}
.secondary .mirror-feature::before {
  color: #c700cb;
}
.accent .mirror-feature::before {
  color: #ffc400;
}
.mirror-btn {
  background:linear-gradient(135deg, #0067ff 0%, #0052cc 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding:0.75rem 1.5rem;
  border-radius:6px;
  border:none;
  cursor: pointer;
  transition:all 0.3s ease;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration:none;
}
.primary .mirror-btn {
  background:linear-gradient(135deg, #00C853 0%, #009245 100%);
}
.secondary .mirror-btn {
  background:#c700cb;
}
.accent .mirror-btn {
  background:#ffc400;color:#000;
}
.turnir {color:#000;border-radius:10px;overflow:hidden;margin:30px 0 30px;position:relative;padding:20px;}
.turnir b {font-size:20px;font-weight:700;display:block;margin:5px 0 15px;}
.turnir p {font-weight:700;margin:50px 0 30px;}
.box1 {background:url(/wp-content/uploads/2025/05/section-1.webp) no-repeat right center; background-size:cover;}
.box2 {background:url(/wp-content/uploads/2025/05/2_tourn_sec.webp) no-repeat right center; background-size:cover;}
.trn-btn {font-weight:700;z-index:9;display:block;border-radius: 10px 0;background:#ffc400;color:#000;padding:10px;width:200px;text-align:center;position:absolute;left:0;top:0;}
.trn-wrap {
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);

    max-width: 500px;
   
    padding:25px 25px 30px;
    background-color: #ffffff40;
    box-shadow: 3px 4px 16px #00000012;
    border-radius:10px;
    border:2px solid rgba(255,255,255,.5);
    overflow:hidden;
}
span.go1 {font-weight: 700;
  background:#ffc400;
  color: #000;
  border-radius:10px;
  padding:10px 25px;
  text-align: center;
}
span.go2 {font-weight: 700;
  border:2px solid #ffc400;
  color: #000;
  border-radius:10px;
  padding:8px 25px;
  text-align: center;
}
.trn-time {

 max-width:88%;
  padding:10px;
  background: #171824;
  border-radius:10px;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}
.ttime, .prize {display: flex;
  align-items: center;
  justify-content: left;}
.ttime svg {fill:#ffc400;}
.prize svg {fill:#2f2fde;}
.trn-time span {color:#fff;}
.trn-time span.bold {font-weight:700;display:block;}
.tbox {padding-left:10px;}
.ttime {border-right:2px solid #fff;padding-right:30px;}
.prize {padding-left:15px;}


    .timer__item {
      position: relative;display:inline-block;
    }

    .timer__item::after {
      content: attr(data-title);
      
      font-size: 0.875rem;
   
    }
.bonusy {margin:30px 0 30px;}
.wlc-bonuses-list {gap:20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;}

.wlc-bonus-item { position:relative;display: flex;
 justify-content: space-between;
  align-items: flex-start;
 color:#fff;width:100%;height:auto;background: #171824;
  border-radius:10px;
  overflow:hidden;}
.wlc-bonus-item img {max-width:430px;width:100%;display:block;}
.wlc-bonus-item b {display:block;font-weight:900;font-size:20px;}
.wlc-bonus-item span {display:block;margin:15px 0 0;}
.wlc-bonus-item:hover {box-shadow: 0px 0px 0px 3px #2f2fde;}
.wlc-bonus-1 {padding:50px 30px 30px;width:50%;}
.wlc-bonus-2 {width:50%;}
.wlc-bonus-item a.t1 {position:absolute;left:30px;bottom:30px;}
.wlc-bonus-item a.t1 {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
a.t1 {
  font-weight: 700;
  background: #ffc400;
  color: #000;
  border-radius: 10px;
  padding: 10px 25px;
  text-align: center;
}
@media (max-width:991px) {
.wlc-bonuses-list {
  gap:20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
 .mirror-row {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto auto auto;
    gap:0.5rem;font-size: 14px;
    padding:10px;
    margin-bottom: 1.5rem;
  }
   .mirror-cell {
    display: block;
    padding:0.5rem;
  }
   .mirror-cell:nth-child(1) {
    grid-row:1 / span 4;
    align-self: center;
  }
   .mirrors-section .otable {
    width: 100%;
    overflow:auto !important;
    border:none;
    box-sizing: border-box;
    margin:0;
  }
}
@media (max-width:575px) {
.wlc-bonus-item b {font-size:18px;}
.wlc-bonus-1 {padding:30px 15px 15px;}
.wlc-bonus-item a.t1 {left:15px;bottom:0;}
.trn-time {max-width:100%;}
.mirrors-section {padding:15px 15px 1px;}
}
@media (max-width:460px) {
.wlc-bonus-2 {width:100%;}
.wlc-bonus-1 {padding:15px 15px 15px;display:none;}

.wlc-bonus-item a.t1 {left:6%;bottom:15px;padding:15px;display:block;width:100%;max-width:87%;}
span.go1, span.go2 {display:block;margin:10px 0 0;}

.turnir {padding:15px;}
.trn-time {display:block;}
.ttime {
  border-bottom:1px solid #fff;
  border-right:0;padding-bottom:10px;margin-bottom:10px;
  padding-right: 0;
}
.prize {
  padding-left: 0;
}
}
@media (max-width:360px) {
.trn-wrap {padding:25px 15px 15px;}
}