/*
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:#1a2c38;
}



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 {padding:6px 0 0;font-size:14px;font-style:italic;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;
}


@-ms-viewport { width: device-width; }
@viewport { width: device-width; }



a {
  color: #1475e1;
  text-decoration: none;
  background-color: transparent;
}

a:hover
 { text-decoration: none;
  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;
    }
    .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:#0f212e;}

@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%;
}
.wp-caption {margin-bottom:15px;max-width:100%;}
.wp-caption-text {font-style:italic;font-size:14px;padding:6px 0 0;text-align:center;opacity:0.8;}
/* ====================================================== */
/* Sidebar */
/* --------------------------------------- */
.main-content {margin:30px 0;}
.mainfooter {padding:15px;text-align:center;background:#0f212e;}
.sub_footer {padding:15px;text-align:center;}
.mainfooter ul li a {color: #fff;}
.mainfooter ul li a:hover {color: #1475e1;}
.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 {width:80px;}

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

}
a.hb2 {padding:10px 30px;background: #1475e1;
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:30px;margin:30px auto;position:relative;overflow:hidden;
background:url(/wp-content/uploads/2025/03/stake.jpg) no-repeat left center;background-size:cover;max-width:1140px;}
.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;}
#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:40px;}
.pst-bns span {color:#00ca51;}
.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: #ffbb2c;
}

.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: #ffbb2c;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1190px) {
#section-pst-banner {margin:0 0 30px;max-width:100%;}
}

@media (max-width:767px) {
#section-pst-banner {padding:270px 15px 15px;background:url(/wp-content/uploads/2025/03/stake2.jpg) no-repeat center top;background-size:cover;}
.pst-bns {font-size:30px;}
#section-pst-banner a.hb2 {margin:15px auto;}
#section-pst-banner a.hb1 {display:block;}
.hbtn, .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;}
.section-pst-text a {padding:10px;background: #2f4553;
text-align:center;
font-weight:700;
color: #fff;margin:15px auto;display:block;max-width:240px;
border-radius:4px;}
.pst-block {background:#0f212e;margin-bottom:30px;}
.pst-block img {width:100%;}
.pst-block-title {padding:10px 15px 15px;min-height:90px;}
.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;}
.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:8px;}
.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:#0f212e;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:#2f4553;color:#fff;font-weight:700;padding:10px 20px;}
#comments input[type="submit"]:hover {border:none;background:#2f4553;}
#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:#2f4553;color:#fff;padding:4px 10px;margin-right:5px;font-weight:700;}
.nav-links a:hover, .nav-links span.current {background:#1475e1;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 {font-weight:700;padding:7px 15px;background:#2f4553;color:#fff;border-radius:4px;}

.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;}
}
.section-pst-bonuses {margin:0 0 30px;}
.bonusbox {padding:20px;color:#fff;display: flex;
 justify-content: space-between;
 align-items: center;margin:0 0 15px;border-radius:15px;background: #213743;
  }
.bonusbox b {display:block;}
.bonusbox img {max-width:80px;}
a.blink {display:block;background:#eb3c61;font-weight:700;color: #fff;padding:10px;border-radius:4px;max-width:240px;margin:0 auto;}
.box1 {width:11%;}
.box2 {width:59%;padding:0 15px;}
.box3 {width:30%;text-align:center;}
.section-pst-mirrors {margin:0 0 30px;}
.section-pst-mirrors table {text-align:center;color:#b1bad3;border:none;border-radius:15px;overflow:hidden;}
.section-pst-mirrors table thead {background: #0f212e;text-align:center;color:#fff;}
.section-pst-mirrors table th, .section-pst-mirrors table td {border:none;text-align:center;}
.section-pst-mirrors table th {padding:10px 15px;}
.section-pst-mirrors table tbody tr {background:#253d4a;}
.section-pst-mirrors table tbody tr:nth-child(even) {background:#213743;}
.section-pst-mirrors table tr th:nth-child(1), .section-pst-mirrors table tr td:nth-child(1) {width:20%;}
.section-pst-mirrors table tr th:nth-child(2), .section-pst-mirrors table tr td:nth-child(2) {width:57%;}
.section-pst-mirrors table tr th:nth-child(3), .section-pst-mirrors table tr td:nth-child(3) {width:23%;}
.section-pst-mirrors table tr td:nth-child(1) {font-size:14px;}
.section-pst-mirrors table tr td:nth-child(2) {color:#00e701;font-size:14px;}
a.mr {display:block;background: #ffc400;color:#000;font-weight:700;padding:5px;border-radius:4px;margin:0 auto;}
.section-pst-subscribe {border-radius:15px;background:#0f212e;padding:15px 15px 1px;margin:30px 0 30px;}
.sbrt, .sbrd {text-align:center;}
.sbrt {color:#fff;font-size:19px;font-weight:700;}
.section-pst-comments {border-radius:15px;background:#213743;margin:0 0 30px;padding:30px;}
.section-pst-comments #comments {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.section-pst-contacts {margin:0 0 30px;}
.section-pst-contacts img {float:left;width:35px;margin-right:15px;}
.mct {font-weight:700;color:#fff;font-size:22px;margin:0 0 15px;}
.section-pst-contacts span {text-decoration:underline;color:#1475e1;}
.main_menu .search-form {margin:7px 0 0;}
@media (max-width:991px) {
.site-header .search-form {margin:0 auto 15px;}
}
@media (max-width:767px) {
.bonusbox {padding:15px;display:block;}
.box1 {width:100%;text-align:center;}
.box2 {width:100%;padding:5px 0 20px;text-align:center;}
.box3 {width:100%;}
.section-pst-mirrors table tr th:nth-child(1), .mirrors table tr td:nth-child(1) {width:33.3333%;}
.section-pst-mirrors table tr th:nth-child(2), .mirrors table tr td:nth-child(2) {width:33.3333%;}
.section-pst-mirrors table tr th:nth-child(3), .mirrors table tr td:nth-child(3) {width:33.3333%;}

}

.bonuses{
  position:relative;
  
  color:#fff;
}
.promo__content-text {
  display: block;
  font-weight: 400;
}
.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:14px;
  line-height:1.2;
  margin:0;
  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;
  color:#000;
  min-width:49%;
  font-weight:bold;
  font-size: 18px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
 padding-right:10px;
  font-size:37px;
  text-align:right;
color: #a200e7;
text-shadow: 0px 2px 0px #fff;

}

.bonuses .box--poker .box__text span {color: #FFFFFF;
  text-shadow: 0px 2px 0px #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:10px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#000;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  border:1px dashed;
  border-radius:8px;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
background: #ffd014;
}
.bonuses .box--poker .box__button {color:#fff; border:1px dashed #fff;}
.bonuses .box--casino .box__button:last-child{
  background:#a200e7;
  border-color:#a200e7;
  border-style:solid;color:#fff;
}

.bonuses .box--poker{
background: #a200e7;

}
.bonuses .box--poker .box__button:last-child{
  background:#ffd014;
  border-color:#ffd014;
  border-style:solid;color:#000;
}


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

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--poker .box__footer{
  bottom:60px;
}
.bonuses .box--poker .box__text {color:#fff;}
@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
  
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
    padding: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: 16px;
  }

  .bonuses .box__text span{
    width:auto;
    font-size:37px;
    text-align:left;padding-right:5px;
  }
}
@media (max-width:520px) {
.bonuses .box__text {font-size: 14px;}
.bonuses .box__text span {font-size: 33px;padding-right:0;}
}
@media (max-width:420px) {

.bonuses .box__text {font-size: 13px;}
.bonuses .box__text span {font-size: 27px;padding:0;}
}
@media (max-width:380px) {

.bonuses .box__text span {font-size: 24px;}
}
@media only screen and (min-width: 768px){
#section-pst-banner.scrolling {display:none;}
}
#section-pst-banner.scrolling {border-radius:0;margin:0;position:fixed;bottom:0;left:0;width:100%;z-index:99;text-align:center;padding:8px 15px 18px;background:#000000cc;}
.bonuses.scrolling .box {position:static;padding:0;}
.bonuses.scrolling .box--casino, .bonuses.scrolling .box--poker {background:none;}
.bonuses.scrolling .box__footer {position:static;}
.bonuses.scrolling {max-width:100%;margin:0;}
.bonuses.scrolling .box__text {display:none;}
.bonuses.scrolling .box--poker .box__button {
  color: #fff;
  border: 1px dashed #fff;
}
.bonuses.scrolling .box--casino .box__button {
  color: #fff;
   border: 1px dashed #fff;
}
.bonuses .box--casino .box__button svg {
  stroke: #000;
}
.bonuses.scrolling .box--casino .box__button svg {
  stroke: #fff;
}
.bonuses.scrolling .box--poker .box__button:last-child{
  background:#a200e7;
  border-color:#a200e7;
  border-style:solid;color:#fff;
}
.bonuses.scrolling .box--casino .box__button:last-child{

  border-color:#a200e7;
  border-style:solid;
}
.bonuses .box--poker .box__button svg {stroke:white;}
.bonuses.scrolling .box--poker .box__button svg {stroke:white;}