@charset "UTF-8";/*!
Theme Name: top
Text Domain: top
 */

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

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background: #f5f5f5;
  
	overflow-x:hidden;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}

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

h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h8 {font-size: 16px;}
p {
    margin: 0 0 15px;
}
.go-ref {
  cursor: pointer;
}
abbr[data-bs-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding:0;
	margin:0 0 15px 15px;
}

dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 15px;
	font-style:italic;
	font-size:18px;
	padding-left:14px;
	border-left:4px solid #e2306c;
	color:#000;
}
b,
strong {
    font-weight: 700;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #2e5aff;
    text-decoration: none;
}
a:hover {
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin-bottom:15px;max-width:100%;
}
figcaption {font-size:14px;font-style:italic;opacity:0.8;text-align:center;padding:6px 0 0;}
img,
svg {
    vertical-align: middle;
	max-width:100%;
	height:auto;
}
table {
    
    border-collapse: collapse;
	width:100%;
	margin:0 0 15px;
	border:1px solid rgba(0,0,0,0.1);
}

table td, table th {padding:10px 15px;border:1px solid rgba(0,0,0,0.1);}
@media screen and (max-width: 767px) {
    .ftable {
        width: 100%;
        overflow: auto!important;
       border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .ftable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: block;
}
#comments label {font-size:14px;margin-bottom:7px;}
button {
    border-radius: 0;
}
.screen-reader-text {display:none;}
button:focus:not(:focus-visible) {
    outline: 0;
}
.search-submit {display:none;}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {width:100%;border-radius:0;border:1px solid rgba(0,0,0,0.06);padding:10px;}
textarea {width:100%;border-radius:0;border:1px solid rgba(0,0,0,0.06);padding:10px;max-height:150px;}
input:hover, input:focus, input:active, button:hover, button:focus, button:active, textarea:hover, textarea:focus, textarea:active {box-shadow:none;outline:0;}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.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;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
 
    display: flex;
    flex-wrap: wrap;
  
    margin-right: -15px;
    margin-left: -15px;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {padding-left:15px;padding-right:15px;width:100%;}

@media (min-width: 992px) {


.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
}



.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {padding-top:5px;}
.navbar ul {margin:0;list-style:none;text-align:right;}
.navbar ul li {display:inline-block;margin-left:30px;}
.navbar ul li a {display:block;font-weight:700;color:#999;}
.navbar ul li a:hover {color:#fff;}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}



.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.navbar-toggler-icon {height:3px; width:30px;background:#fff;display:block;margin-bottom:3px;}
#masthead {background:#000;padding:15px 0;}
.logo img {width:90px;height:auto;}
#colophon {text-align:center;padding:30px 0;background:#000;}
.footer-menu {padding:10px 0 40px;}
.footer-menu ul {margin:0;list-style:none;}
.footer-menu ul li {display:inline-block;margin:5px 15px;}
.footer-menu ul li a {color: #999;font-weight:700;}
.footer-menu ul li a:hover {color: #fff;}
.site-info {font-size:13px;color:rgba(255,255,255,0.6);} 
.footer-pay {border-top: 1px solid rgba(255,255,255,0.1);padding:20px 0;}
.footer-dev {border-top: 1px solid rgba(255,255,255,0.1);border-bottom: 1px solid rgba(255,255,255,0.1);padding:20px 0;margin-bottom:30px;}
.footer-pay img, .footer-dev img {margin:10px 15px;vertical-align:middle;filter: invert(45%);}
.footer-btn {padding:0 0 40px;}
.banner {margin:0 0 30px;padding:60px 0 0;position:relative;background:url(/wp-content/uploads/2025/04/cat.jpg) no-repeat center center;background-size:cover;height:390px;}
.bannergo {position:absolute;left:0;top:0;width:100%;height:100%;}
.bt {font-weight:700;color:#fff;font-size:30px;}
.bp {font-weight:700;color:#fff;display:inline-block;position:relative;z-index:9;}
.banner a.fc_2 {display:block;padding:10px;max-width:200px;margin:30px 0;}
.banner a.fc_1 {display:none;padding:10px;max-width:200px;margin:15px auto;}
.bp span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #f8c011;
}

.bp span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/top/images/copy.svg);
    mask: url(/wp-content/themes/top/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f8c011;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:767px) {
.banner {height:auto;text-align:center;padding:30px 0;background-position:left center;}
.bannergo, .home .top_links, .home .navbar {display:none;}
.bt {font-size:24px;}
.banner a.fc_2 {margin:15px auto;}
.banner a.fc_1 {display:block;padding:10px;}
}
@media (max-width:575px) {
.banner {margin:0 -15px 30px;border-radius:0;}
}
.slot_block {border-radius:15px;overflow:hidden;background:#000;margin-bottom:30px;position:relative;text-align:center;}
.slot_block img {width:100%;}
.slot_block span {color:#fff;}
.slot_block:hover img {opacity:0.2;}
.slot_button {position:absolute;left:0;top:25%;display:none;width:100%;}
.slot_block:hover .slot_button {display:block;}
.slot_block a.fc_2 {display:block;margin:10px auto;padding:8px;max-width:170px;}
a.fc_1 {text-align:center;padding:10px 30px;background:#ffc400;border-radius:30px;color:#000;font-weight:700;}

a.fc_2 {text-align:center;padding:10px 30px;border-radius:30px;background:#c700cb;color:#fff;font-weight:700;}
a.fc_3 {text-align:center;padding:10px 30px;border-radius:30px;background:#ffc400;color:#000;font-weight:700;}
.top_links {text-align:center;padding-top:4px;} 
.top_links a.fc_1, .footer-btn a.fc_1 {margin-right:10px;}
.right_links a {display:block;padding:10px!important;}
.right_links a.fc_1 {margin-bottom:15px;}
a.slot_link {color:#fff;font-weight:700;text-transform:uppercase;}
a.slot_link:hover {color: #fdae05;}
.news_box {border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);margin-bottom:30px;}
.news_box img {width:100%;}
.news_link {padding:15px;min-height:60px;}
.news_link a {display:block;line-height:1.3;font-size:16px;font-weight:700;}
.home h2, .home h1, .home .h2 {font-size:22px;font-weight:700;margin:0 0 15px;color:#000;}
.home h3 {font-size:18px;}

.site-info ul {margin:0 0 5px;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px 10px;}

.site-info ul li a:hover {color:#fff;}
.entry-feature-image {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.entry-content ul, .entry-content ol, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content a {font-weight:700;text-decoration:underline;}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
#secondary {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;height:100%;}
#primary {margin:40px 0 30px;}
#secondary ul {list-style:none;margin:0;}
#secondary ul li a {font-weight:700;line-height:1.3;display:block;}
#secondary ul li {margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,0.06);}
#secondary .widget {margin:0 0 30px;}
.widget-title {color:#000;font-weight:700;margin-bottom:15px;font-size:20px;}
.entry-header {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px 0;}
.entry-header h1 {font-size:25px;margin:0;}
.breadcrumbs {font-size:14px;}
.entry-title a {font-weight:700;line-height:1.3;display:block;margin-bottom:10px;font-size:20px;}
.article_box {margin-bottom:15px;}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background:#fff;
	padding: 7px 13px;
	margin-right:5px;
	color:#000;
	font-weight:700;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#472aed;
	color:#fff;
}
.taxonomy-description {margin-top:30px;}
.weight700 {font-weight:700;color:#000;margin-bottom:15px;font-size:22px;}
.error-404.not-found {text-align:center;padding:70px 0;}
.catdevs ul {margin:0 0 10px;list-style:none;}
.catdevs ul li {margin-right:10px;margin-bottom:15px;display:inline-block;}
.catdevs ul li a {padding:5px 15px;background:#e6eff4;font-weight:700;}
.entry-content iframe {width:100%;height:500px;border:none;padding:0;}
.entry-slot-btn {padding:30px 0;text-align:center;}
.comments-title, .comment-reply-title {font-size:20px;font-weight:700;color:#000;margin-bottom:15px;}
ol.comment-list, ol.comment-list ol {list-style:none;margin:0;}
ol.comment-list ol {padding-left:30px;}
.comment-head img {float:left;margin-right:20px;}
.comment-date {font-size:13px;opacity:0.7;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
#comments input[type="submit"] {background:none;border-radius:30px;width:auto;border:0;color:#fff;background:#3430e2;padding:6px 20px;font-weight:700;}
.sidebar_links a {display:block;padding:15px!important;}
.sidebar_links a.fc_1 {margin-bottom:15px;}
.home_about {padding-bottom:30px;}

.fcb {text-align:center;padding:10px 0 20px;} 
span.get_promo { 
position:relative;
margin-right:25px;
cursor:pointer;
color: #fdae05;
}

span.get_promo:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/fc/images/copy.svg);
    mask: url(/wp-content/themes/fc/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fdae05;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.promo-copy {font-weight:700;color:#fff;border-radius: 15px;
background: #2e234a;padding:15px;text-align:center;margin:0 0 15px;}
.promo-top, .promotop {font-weight:700;color:#fff;background: #2e234a;padding:15px;text-align:center;}
.promotop {position:fixed;z-index:99;top:0;left:0;right:0;}
@media (min-width:992px) and (max-width:1199px) {
.top_links a.fc_1 {display:none;}
}
@media (max-width:1399px) {
.slot_button {top:20%;}
}
@media (max-width:1199px) {
.site-header .col-3 {width: 20%;}
.site-header .col-4 {width: 30%;}
.site-header .col-5 {width: 50%;}
.slot_button {top:15%;}
.home_news .col-3 {width: 50%;}
.entry-content iframe {height:400px;}
}
@media (max-width:991px) {
.home_slots .col-3 {width: 50%;}
.slot_button {top:25%;}
.site-header .col-3, .site-header .col-4, .site-header .col-5 {width: 100%;}
.site-header {text-align:center;}
.top_links {padding:30px 0;}
.navbar ul {text-align: center;}
.navbar ul li {margin: 5px 10px;}
#secondary {margin-top:30px;height:auto;}
}
@media (max-width:767px) {
.entry-content iframe {height:300px;}
.slot_button {top:20%;}
.entry-feature-image {width: 100%;margin-right: 0;}
.article_box {margin-bottom:30px;}
}
@media (max-width:520px) {
.slot_button {top:30%;}
.home_slots .col-3, .home_news .col-3 {width: 100%;}
}
@media (max-width:400px) {
.top_links a, .footer-btn a {display:block;}
.top_links a.fc_1, .footer-btn a.fc_1 {margin-right: 0; margin-bottom:15px;}
.entry-content iframe {height:250px;}
}
@media (max-width:330px) {
.slot_button {top:20%;}
}

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