﻿/*
Theme Name: PfThem
Theme URI: http:/none.ru
Description: A theme by rb.
Version: 1
Author: Rb
Author URI: http://rb

*/

@font-face {
  font-family: "NotoSans";
  src: url("fonts/NotoSans/NotoSansRegular.eot");
  src: url("fonts/NotoSans/NotoSansRegular.eot?#iefix")format("embedded-opentype"),
  url("fonts/NotoSans/NotoSansRegular.woff") format("woff"),
  url("fonts/NotoSans/NotoSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "NotoSans";
  src: url("fonts/NotoSans/NotoSansBold.eot");
  src: url("fonts/NotoSans/NotoSansBold.eot?#iefix")format("embedded-opentype"),
  url("fonts/NotoSans/NotoSansBold.woff") format("woff"),
  url("fonts/NotoSans/NotoSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* BEGIN of CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.crumbs a {
    color: #fff;
    text-decoration: underline;
}

.crumbs a:hover {
    color: #fff;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

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

/* END of CSS RESET */

/* 1 - END of Including files ("/fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

body {
  min-height: 500px;
  margin: 0 auto;
  background: #000;
  font-family: 'NotoSans', sans-serif;
  font-weight: normal;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a {}

a:hover {
  
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:active {
  opacity: 0.6;
  outline: none;
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
}

button, input, textarea, select {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
  opacity: 0.8;
}

strong {
  font-weight: 700;
}

em {
  font-style:italic;
}

img {
  max-width: 100%;
}

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

.left {
  float: left;
}

.right {
  float: right;
}


/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */
.container {
  width: 1310px;
  margin: 0 auto;
}
.soc-text {
  position: relative;
  top: -9px;
  color: #797979;
  font-size: 10px;
  text-transform: uppercase;
}
.logo {
  /* position: absolute; */
  /* top: 15px; */
  /* left: 50%; */
  margin: 0 0 0 20px;
  width: 260px;
  display: block;
  font-size: 22px;
}

.header-top {
  position: relative;
  padding: 5px 0 10px 0;
}
.header-btn {
    position: absolute;
    top: 45px;
    right: 10px;
    width: 310px;
    height: 82px;
    z-index: 999;
    overflow: hidden;
}

.header-btn a:hover {
  opacity: 1;
}
.soc-buttons {
  float: left;
  margin: 5px 0 0 10px;
}


.btn,.btn-link,.btn-link-gold {
font-weight:700;
font-size:14px;
text-transform:uppercase;
cursor:pointer;
}

.btn-box-center {
clear:both;
text-align:center;
}

.btn-box-center.border-top {
border-top:1px solid #302d28;
}

.btn-box-center.border-bottom {
border-bottom:1px solid #302d28;
}

.content-padding {
padding:30px;
}

.article-game-list__item {
display:inline-block;
box-sizing:border-box;
padding:10px;
}

.btn {
    display: inline-block;
    width: 100%;
    border: none;
    background-color: transparent;
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 37px;
    margin: 0 -2px 0 0;
    padding: 0 15px;
}

.btn:hover {
transition:background .1s ease-in-out;
}

.btn.disabled {
border:1px solid #797979;
background:#797979;
color:#302d28;
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both; animation-iteration-count: 100;}

@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}
}
@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}
}
.pulse{-webkit-animation-name:pulse;animation-name:pulse}
@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
}
@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
}
.tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.btn-green {
border:1px solid #3daa45;
background:#3daa45;
border-radius:50px;
}

.btn-green:hover {
background:#000;
color:#3daa45;
border:1px solid #3daa45;
}

.btn-green-reg {
width: 250px;
height: 50px;
padding: 5px 0 0 0;
display: block;
margin: 10px auto;
border:1px solid #3daa45;
background:#3daa45;
border-radius:50px;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #000;
}
.btn-auth-h {
  width: 125px;
  float: left;
}
.auth-box {
  /* float: left; */
  position: absolute;
  top: 10px;
  right: 44px;
  /* width: 310px; */
  height: 82px;
  z-index: 999;
  /* margin: 10px 10px 0 10px; */
}
.btn-green-reg:hover {
background:#000;
color:#3daa45;
border:1px solid #3daa45;
}


.btn-gold,.btn-gold:hover,.header-exit-link {
border:1px solid #fdc061;
}

.btn-gold:hover {
background:#000;
color:#fdc061;
}

.btn-link,.btn-link-gold {
color:#dcd9d5;
text-decoration:underline;
font-size:1.4rem;
}

.btn-link-gold:hover,.btn-link:hover {
color:#dcd9d5;
text-decoration:none;
}

.btn-link-gold {
letter-spacing:1px;
font-weight:400;
color:#7f6031;
}

.btn-transparent {
display:inline-block;
border-radius:50px;
color:#fdc061;
text-decoration:none;
text-transform:uppercase;
font-weight:700;
border:1px solid #fdc061;
font-size:1.4rem;
}

.btn-transparent.btn-border-dark {
border:2px solid #13100e;
}

.btn-transparent.btn-border-gold {
border:2px solid #fdc061;
}

.btn-transparent:hover {
color:#13100e;
text-decoration:none;
background:#fdc061;
}

.header-register-btn {
  display: block;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}

.header-btn img:hover {
  -webkit-transition: none;
  transition: none;
}

.header-auth-btn {
    float: right;
    width: 110px;
    margin: 0 2px 0 0;
    border-radius: 50px 0 0 50px;
}

.btn-gold {
    background: #fdc061;
}
.lang {
  display: inline-block;
  float: right;
}

.nav-general-box {
    position: relative;
    background: rgba(0,0,0,.5);
    z-index: 100;
    padding: 0 0 5px 0;
}

.nav-general {
  list-style: none;
}

.nav-general a:hover {
  color:  #fdc061;
}

.nav-general__item {
  position: relative;
float:left;
text-align:center;
border-right:1px solid #000;
}

.nav-general__link {
    display: block;
    font-family: "Noto Sans",Arial,Helvetica,sans-serif;
    letter-spacing: 2px;
    color: #fdc061;
    text-transform: uppercase;
    transition: background .1s ease-in-out;
    font-size: 14px;
    padding: 10px 35px;
}

.nav-general__link:hover {
  opacity: 1;
  color: #fdc061;
  cursor: pointer;
}

.drop-menu {
  padding: 5px 10px;
  /* display: none; */
  width: 180px;
  position: absolute;
  list-style: none;
  background: #0D0805;
  text-align: center;
}

.drop-menu li {
  /* border-top: 1px solid #333; */
  /* padding: 4px 0; */
}

.drop-menu li:first-child {
  border-top: none;
}

.drop-menu a {
  /* font-size: 14px; */
  /* color: #fff; */
  /* font-weight: bold; */
}

.nav-general__link.is-active {
color:#000;
background:#fdc061;
}

.nav-general__link:hover {
transition:all .1s ease-in-out;
background:rgba(253,192,97,.1);
}

.burger-menu {
    display: none;
    margin: 0 auto 10px;
    background: transparent;
    width: 50px;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.burger-menu:focus {
    outline: none;
}
.burger-menu span {
    position: relative;
    width: 100%;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    background: #ccc;
    transition: all 500ms ease-in-out;
}

.burger-menu > span:last-child {
  margin-bottom: 0;
}

.burger-menu.active span:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg);
}

.burger-menu.active span:nth-of-type(2) {
    background-color: transparent;
}

.burger-menu.active span:nth-of-type(3) {
    top: -8px;
    transform: rotate(-45deg);
}

.slider {
    position: relative;
}

.slider img {
  display: block;
  margin: 0 auto;
}


/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
  min-height: 200px;
}

.games {
  padding: 0 0 0 0;
  border-bottom: 1px solid #FFC15A;
}

.games ul {
  list-style: none;
   display: -webkit-box;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
  text-align: justify;
  text-align-last: justify;
}

.games ul li {
  display: inline-block;
  vertical-align: top;
}

.games ul li a {
  display: block;
  width: 153px;
  height: 81px;
  text-indent: -9999px;
}

.games ul li a:hover {
  opacity: 1;
}

.game-1 a {
  background: url(img/game-1b.jpg);
}

.game-1 a:hover {
  background: url(img/game-1.jpg);
}

.game-2 a {
  background: url(img/game-2b.jpg);
}

.game-2 a:hover {
  background: url(img/game-2.jpg);
}

.game-3 a {
  background: url(img/game-3b.jpg);
}

.game-3 a:hover {
  background: url(img/game-3.jpg);
}

.game-4 a {
  background: url(img/game-4b.jpg);
}

.game-4 a:hover {
  background: url(img/game-4.jpg);
}

.game-5 a {
  background: url(img/game-5b.jpg);
}

.game-5 a:hover {
  background: url(img/game-5.jpg);
}

.game-6 a {
  background: url(img/game-6b.jpg);
}

.game-6 a:hover {
  background: url(img/game-6.jpg);
}

.game-7 a {
  background: url(img/game-7b.jpg);
}

.game-7 a:hover {
  background: url(img/game-7.jpg);
}

.game-8 a {
  background: url(img/game-8b.jpg);
}

.game-8 a:hover {
  background: url(img/game-8.jpg);
}

.providers {
    margin: 13px 0 0;
}

.game-list {
    margin: 15px -5px 0;
    text-align: center;
}

.game-list__item {
  position: relative;
  display: inline-block;
  margin: 5px;
  width: 242px;
  height: 183px;
}

.game-list__item > a {
  display: block;
}

.game-list__item img {
  display: block;
}

.img-overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(48,45,40,.5);
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.img-overlay a.btn-green {
  display: inline-block;
  width: auto;
  margin: 30px 0 0 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.img-overlay a:hover {
  text-decoration: none;
  opacity: 1;
}

.game-list__item:hover .img-overlay{
  display: block;
  z-index: 1;
}

.game-list .btn-green {
    display: block;
    width: 170px;
    margin: 10px auto 0;
}

article {
    color: #ededed;
    max-width: 1020px;
    margin: 0 auto;
    padding: 38px 0 0 0;
}

.crumbs {
    font-size: 12px;
}

article h1,
.title-page {
  margin: 0 0 10px;
  font-size: 36px;
  color: #ededed;
  font-weight: 700;
}

article h2 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #ededed;
  font-weight: 700;
}

article h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

article h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #ededed;
  font-weight: 700;
}

article p {
    margin: 15px 0 30px;
    line-height: 22px;
    font-size: 14px;
    color: #ededed;
}

article ol, article ul {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
  font-size: 15px;
}

article li {
  font-size: 15px;
  color: #ededed;
}

blockquote {
  padding: 0 0 0 10px;
  margin: 0 0 25px 50px;
  border-left: 4px solid #ededed;
}

.show-all {
    margin: 27px 0 0 0;
    text-align: right;
}

.show-all a {
  color: #fdc061;
  font-size: 13px;
  text-decoration: underline;
}

.show-all a:hover {
  text-decoration: none;
}

.pay {
    margin: 19px 0 0 0;
    display: -webkit-box;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;
}

.provaider-box {
  position: relative;
}

.provaider-list {
  position: absolute;
  top: 32px;
  left: 50%;
  margin: 0 0 0 -120px;
  z-index: 9999;
  display: none;
  width: 241px;
  background: #302d28;
  padding: 10px 0;
  border-radius: 0 0 6px 6px;
  list-style: none;
}

.provaider-box:hover  .provaider-list  {
  display: block;
}

.provaider-list li {
  margin: 0 0 5px 0;
  text-align: center;
}

.provaider-list a {
  color: #fdc061;
  font-size: 13px;
  text-transform: uppercase;
}

.provaider-list a:hover {
  text-decoration: underline;
}
.game-title {
  display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 2px 5px;
    background-color: #000;
    box-sizing: border-box;
}
.news-list  {
  min-height: 700px;
}
.news-list .game-list__item {
  height: 235px;
}

.news-list .game-list__item img {
  border-radius: 8px;
}
.search {
  position: relative;
  float: right;
    width: 235px;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.search__input {
  border: none;
  height: 30px;
    padding: 0 20px;
    background: #302d28;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    width: 202px;
    transition: background .3s ease-in-out;
}

.search__btn {
  position: absolute;
  top: 0px;
    right: 2px;
    width: 60px;
    height: 30px;
    border-radius: 0 25px 25px 0;
    background: #fdc061;
    border: none;
    cursor: pointer;
}

.search-title {
  border-top: 1px solid #fdc061;
  padding: 15px 0 0 0;
  text-decoration: underline;
}
.search-title:hover {
  text-decoration: none;
}

.search-title:first-child {
  border-top: none;
}

/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
  min-height: 80px;
}

.footer__nav-box {
    background: #302d28;
    margin: 38px auto 0;
    padding: 30px 0;
}

.footer-nav {
width:100%;
text-align:center;
color:#dcd9d5;
}

.footer-nav__item {
display:table-cell;
width:1%;
vertical-align: middle;
}

.footer-nav__link {
color:#fdc061;
transition:all .1s ease-in-out;
font-size:14px;
text-transform: uppercase;
font-weight: 700;
}

.footer-nav__link:hover {
  opacity: 1;
}

.certificate {
    margin: 24px 0 0 0;
    text-align: center;
}

.certificate img {
  display: inline-block;
  margin: 0 40px;
  vertical-align: middle;
}

.certificate > div {
    margin: 22px 0 0 0;
}

.certificate > div img {
    margin: 0 12px;
}

.copyright {
    padding: 10px 0 20px 0;
    text-align: center;
}

.copyright p {
  font-size: 13px;
  line-height: 25px;
  color: #dcd9d5;
}

.good-luck {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.good-luck img {
  display: block;
  margin: 0 auto;
}
.desktop-banner {
  display: block;
}

.good-luck:hover {
  opacity: 0.5;
  transform: scale(1.1, 1.1);
  transition: top 1s ease-out 0.5s;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* Comment */
#commentform { margin: 0 0 40px 0;}
.guests-list  { padding: 0;}
.guests-list  li { padding: 10px; margin: 0 0 10px 0;  border-bottom: 1px dotted #000; list-style: none; background: #302d28; border-radius: 6px;}
.guest-info { display:block; padding: 0 0 5px 0; margin: 0 0 10px 0; font-weight: bold; }
.guest-info a,.guest-info span { text-transform: uppercase;}
#feedback-form label,
.wpcf7-form label { padding: 0 0 4px 0; display:block;color: #fff; font-size: 12px;}
#feedback-form  input[type="text"],input[type="email"],
.wpcf7-form  input[type="text"]{ border-radius: 6px; font-size: 15px; font-weight: bold; margin: 0 0 20px 0; width: 198px; height: 32px; padding: 0 10px; border: 1px solid #d2d2d2; background: #fff; }
#feedback-form  input[type="submit"],
.wpcf7-form input[type="submit"]{  border:none; padding: 8px 21px; margin: 0 0 20px 0; color: #fff; font-size: 15px;font-weight: bold;  display:block; cursor: pointer; background: #302d28;  border-radius: 6px;}
#feedback-form textarea,
.wpcf7-form textarea {width:60%; margin: 0 0 15px 0; height: 120px; border: 1px solid #d2d2d2; resize: none; border-radius: 6px; font-size: 15px; font-weight: bold; padding: 10px; text-transform: uppercase; }
.navigation-single { padding: 15px 0;}
#no-comments { padding: 0 0 20px 0;}
.post-realted-box { padding: 20px 0; border-top: 2px solid #ccc; text-transform: uppercase;}
.post-realted-box h3,.rnd-artc{ padding: 0 0 20px 0;  font-size: 17px; font-weight:bold; display:block;}
.wp-pagenavi { overflow:hidden; padding: 10px 0 20px 0; text-align: center;}
.comments-formed-arct,
.comment-this-them {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: -2px;
}
 .wp-pagenavi a,
 .wp-pagenavi span {
  background: #1c6baa;
  width: 20px;
  height: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
}
 .wp-pagenavi a:hover {
  background: #115388;
}
 .wp-pagenavi span {
  background: #fff;
  color: #000;
}

.header-btn-intext {
  position: static;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  float: none;
}

.excerpt .header-btn-intext a {
  color: #333;
}


.excerpt p {  margin: 0 0 20px 0;}
.excerpt b,.excerpt strong { font-weight:  bold;}
.excerpt i, .excerpt em { font-style: italic;}
.excerpt blockquote {color:#fff;user-select:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0;font:inherit;vertical-align:baseline;quotes:none;border:2px solid #ffba00;border-radius:20px;padding:25px;font-style:italic;margin-bottom:20px;}
/*.excerpt blockquote { display: block; margin: 0 0 10px 50px; padding: 5px 0 5px 15px; font: italic 16px Georgia; text-align: center; }*/
.excerpt blockquote p { font-size: 16px; }
.excerpt ul { list-style-type: disc; margin: 0 0 15px 15px;}
.excerpt ol { list-style-type: decimal; margin: 0 0 15px 30px;}
.excerpt li { margin: 0 0 10px 0; line-height: 22px; text-align: left; }
.excerpt .aligncenter { display:block; margin: 10px auto; float: none;}
.excerpt .alignleft { float: left; margin: 10px 10px 10px 0;}
.excerpt .alignright { float: right; margin: 10px 0 10px 10px;}
.content-inner .post {  border-bottom: none;}
/*.excerpt td { border: 1px solid #000; padding: 2px 5px; }*/
/*.excerpt table { margin: 5px auto 10px auto;}*/
/*.excerpt table td { border: 1px solid #fff; padding: 4px; text-align: center;}*/
.excerpt a { color: #fdc061; text-decoration: underline;}
.excerpt a:hover { text-decoration: none;}
.online-help-btn {
  position: fixed;
  right: 17px;
  bottom: -5px;
  z-index: 9999;
  display: block;
  cursor: pointer;
}
.excerpt iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block;
}

.mobile-banner {
  display: none;
}

.welcome-winner-block {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.w-video-comment {
    width: 100%;
    display: table;
}

.w-comment-text {
    position: relative;
    width: 100%;
    padding: 35px 20px 35px 20px;
    background: #302e26;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 16px;
    display: block;
    vertical-align: middle;
    line-height: 20px;
    clear: both;
    box-sizing: border-box;
}

.w-comment-text:after {
    position: absolute;
    bottom: -32px;
    width: 37px;
    height: 33px;
    content: "";
    background: url(img/welcome-comments.png) 0 0 no-repeat;
}

.welcome-winner-block-2 .w-comment-text:after {
    right: 90px;
}

.welcome-winner-block-1 .w-comment-text:after {
    left: 90px;
}

.w-comment-author {
    width: 230px;
    margin: 20px 0 0 0;
    color: #e59f12;
    float: left;
}

.w-comment-author span {
    display: block;
    padding: 30px 0 0 0;
}

.w-comment-avatar {
    float: left;
    margin: 0 10px 0 0;
    border: 4px solid #302e26;
}

.w-video-box {
    border: 4px solid #302e26;
    margin: 0 0 10px 0;
}

.w-video-box img {
    max-width: 100%;
}

.welcome-winner-block-2 .w-comment-avatar {
    float: right;
    margin: 0 0 0 10px;
}

.welcome-winner-block-2 .w-comment-author {
    float: right;
}

.welcome-winner-block-2 .w-comment-text:after {
    right: 130px;
    background: url(img/welcome-comments.png) 0 -37px no-repeat;
}

.reg-after-text  {
  width: 400px;
  display: block;
  margin: 10px auto;
}
.offical-btn {
  position: fixed;
  top: 50%;
  right: 15px;
  width: 286px;
  height: 72px;
  background: url(img/off-site.png) 0 7px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin:-40px 0 0 0;
  display: block;
  z-index: 9999;
  transition: unset;
}
.offical-btn:hover {
  background: url(img/off-site.png) 0 -66px no-repeat;
}
/* * - BEGIN of @media ---------------------------------------------------------- */
@media screen and (max-width: 1600px) {
  .offical-btn {
    display: none;
  }
}

@media screen and (max-width: 1320px) {
.container {
    width: 970px;
}
.header-btn {
    width: 265px;
    height: 70px;
}
.auth-box {
  right: 20px;
}
.soc-buttons,
.btn-auth-h {
    float: none;
}
.games ul li a {
    width: 118px;
    height: 75px;
}
.certificate img {
    margin: 0 20px;
}
}
/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
.container {
    width: 750px;
}
.logo {
    display: block;
    width: 165px;
    margin: 20px 0 0 0;
    top: 10px;

}
.header-btn {
    width: 265px;
    height: 70px;
    top: -28px;
}
.auth-box {
    right: 280px;
}
a.soc-buttons {
    margin: 0 auto 10px auto;
    display: block;
    width: 254px;
}
.games ul {
  display: block;
}
.games ul li a {
    width: 153px;
    height: 81px;
}
.pay {
  display: block;
  text-align: center;
}
.footer-nav__item {
    display: inline-block;
    margin: 0 5px;
    width: auto;
}

.nav-general__link {
  padding: 10px 20px;
}
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
.container {
    width: auto;
}
.logo {
  width: 260px;
  margin: 10px auto 0 auto;
  position: static;
  float: none;
}
.online-help-btn {
  display: none;
}
.auth-box {
  width: 255px;
  float: none;
  display: none;
  margin: 10px auto 0 auto;
}
.btn-auth-h {
  margin: 0 auto 8px auto;
  display: block;
}
a.soc-buttons {
    margin: 0 auto;
    display: block;
    width: 254px;
    float: none;
}
.header-btn {
    float: none;
    margin: 10px auto -15px auto;
     position: static;
}
.burger-menu {
  display: block;
    margin: 10px auto 10px;
}
.slider {
    top: 0;
    margin: 0;
}
.search {
  float: none;
  margin: 5px auto;
}
.nav-general-box {
   background: transparent;
}
.nav-general {
    display: none;
}
.nav-general__item {
    float: none;
}
.games ul {
    display: block;
    text-align: center;
}
.provaider-box.left {
  float: none;
}
.provaider-box.right {
  float: none;
}
.providers img {
  display: block;
    float: none;
    margin: 0 auto 5px;

}
article {
    padding: 18px 10px 0 10px;
}
.drop-menu {
  display: block;
    padding: 5px 0px 5px 15px;
    width: auto;
    position: static;
    text-align: center;
}

article h1,
.title-page {
  font-size: 30px;
  text-align: center;
}

article h2 {
  text-align: center;
}

.excerpt blockquote { margin: 0 0 10px 0; padding: 5px 0 5px 0; font: italic 16px Georgia; text-align: center;  }
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 550px) {
.content {
  overflow: hidden;
}
.header-btn {
  display: block;
}
.reg-after-text {
  width: 280px;
}

.header-auth-btn {
    width: 90px;
}
.excerpt .alignright,
.excerpt .alignleft {
  float: none;
  margin: 0 auto;
  display: block;
}

.excerpt .mobile-hide {
  display: none !important;
}

.game-list__item {
  margin: 5px;
  width: 182px;
  height: 145px;
}
.provaider-box.left {
  float: none;
}
.provaider-box.right {
  float: none;
}
.desktop-banner {
  display: none;
}
.mobile-banner {
  display: block;
}
.mobile-banner img {
  height: 115px;
}
.slider {
  display: none;
}
.footer-nav__item {
  display: block;
}
}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */

.nav-category {
  position: relative;
  height: 68px;
  overflow: hidden; }

.nav-category-wrap {
  /* padding: 0 0 10px 0; */
  overflow-x: auto;
  }
.nav-category-wrap::-webkit-scrollbar {
  height: 5px;
}
.nav-category-wrap::-webkit-scrollbar-track {
  background: #302d28;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #555;; 
}

.nav-category-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  border-bottom: 4px solid transparent;
  box-sizing: content-box;
  /* overflow-x: auto; */
  width: 100%;
  }

.nav-category-list__item {
  position: relative;
  margin: 0 5px;
  transition: opacity .3s; }

.nav-category-list__item:hover {
  cursor: pointer; }

.nav-category-list__item:hover::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  content: "";
  background: rgba(249, 178, 66, 0.3);
  border-radius: 4px; }

.nav-category-list__item.disabled {
  opacity: .3;
  pointer-events: none;
  transition: opacity .3s; }

.nav-category-list__item.is-active {
  pointer-events: none; }

.nav-category-list__item.is-active::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  content: "";
  background: #f9b242;
  border-radius: 4px;
  }


.nav-category-list__link {
  position: relative;
  display: block;
  padding: 0 10px 20px 10px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #f9b242;
  box-sizing: border-box;
  font-size: 18px; }
.nav-category-list__link {
 color: #f9b242;
}
.nav-category-list__link:hover {
  color: #f9b242;
}
.nav-category-list__link:hover::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  content: "";
  background: #f9b242;
  border-radius: 4px; }

.nav-category__link_effect {
  padding: 0;
  overflow: hidden; }

.nav-category__link_effect::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  opacity: 0;
  color: #f9b242;
  transform: translate3d(0, 25%, 0); }

.nav-category__link_effect .nav-category-text {
  display: block; }

.nav-category__link_effect .nav-category-text, .nav-category__link_effect::after {
  padding: 15px 0 20px 0;
  transition: transform 1s,opacity .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  box-sizing: border-box; }

.nav-category__link_effect:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  }

.nav-category__link_effect:hover .nav-category-text {
  opacity: 0;
  transform: translate3d(0, -25%, 0); }

.nav-general {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }

.nav-general__item {
  min-width: 120px;
  margin: 0 5px 0 0;
  white-space: nowrap;
  box-sizing: border-box;
  /* overflow: hidden; */
  }

.nav-general__link {
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 14px; }

.nav-general__link.is-active {
  color: #f9b242;
  background: #13100e;
  border: 1px solid #f9b242;
  pointer-events: none; }

.nav-general__link:hover {
  color: #f9b242;
  background: #302d28; }
@media only screen and (max-width: 768px) {
.nav-general {
    display: none;
}
}



.category-row {
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.category-row.sub-filters {
  opacity: 0;
  padding: 10px 0 40px 0;
  -ms-flex-pack: left;
  justify-content: left;
  height: 0;
  pointer-events: none; }

.category-row.sub-filters.is-active {
  opacity: 1;
  height: auto;
  animation: .2s fadeIn;
  pointer-events: auto; }

.category-row__item {
  margin: 20px 10px 0 0;
  }

.category-row__item:last-child {
  padding: 0; }

.category-row__item.bonus-filters-items {
  margin: 20px 0 0 6%; }

.category-row__item_sort-filter {
  margin: 20px 10px 0 auto; }

.category-row__item_show-more {
  margin: 20px 0 0 auto;
  text-align: right; }

.category-row__item.is-hidden {
  display: none; }

.game-list-new-box {
  width: 97%;
  padding: 10px 0 0 0;
  margin: 0 auto; }

.game-list-new-box.is-hidden {
  display: none; }

.game-list-new-box .owl-nav {
  top: 0; }

.game-list-new-box .owl-nav .owl-next, .game-list-new-box .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  border: 1px solid transparent;
  cursor: pointer;
  text-indent: -9999px; }

.game-list-new-box .owl-nav .owl-next:hover, .game-list-new-box .owl-nav .owl-prev:hover {
  opacity: .5; }

.game-list-new-box .owl-nav .owl-prev {
  left: -20px;
  display: block;
  background-position: 0 -289px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 37px;
  width: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .game-list-new-box .owl-nav .owl-prev {
    background-size: 255px 5461.5px;
    background-position: 0 -282px;
    height: 37px;
    width: 13px; } }

.game-list-new-box .owl-nav .owl-next {
  right: -20px;
  display: block;
  background-position: 0 -465px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 37px;
  width: 13px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .game-list-new-box .owl-nav .owl-next {
    background-size: 255px 5461.5px;
    background-position: 0 -454px;
    height: 37px;
    width: 13px; } }

.game-list-new__item {
  position: relative;
  left: 50%;
  max-width: 240px;
  padding: 10px;
  transform: translateX(-50%);
  border: 1px solid #f9b242;
  background: #302d28;
  border-radius: 10px;
  box-sizing: border-box; }

.game-list-new-box .owl-carousel .game-item-provider {
  padding: 10px 0 0 0;
  text-align: center; }

.game-list-new-box .owl-carousel .game-item-provider__image {
  display: inline-block;
  width: auto;
  height: auto; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .game-list-new-box .owl-nav .owl-prev {
    background-size: 255px 5461.5px;
    background-position: 0 -282px;
    height: 37px;
    width: 13px; } }




.sort-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.sort-filter__item:first-child {
  margin: 0 10px 0 0;
  color: #fff;
  }

.btn-sort {
  padding: 1px 6px;
  min-width: 190px;
  height: 48px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #302d28;
  cursor: pointer;
  font-size: 14px;
  }

.btn-sort_first {
  border-radius: 5px 0 0 5px; }

.btn-sort.is-active {
  color: #f9b242;
  border: 1px solid #f9b242; }

.search-box {
  position: relative;
  overflow: hidden; }

.inpt-search {
  position: relative;
  width: 240px;
  height: 48px;
  padding: 0 40px 0 10px;
  border: none;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  background: #302d28;
  box-sizing: border-box;
  font-size: 18px;
  z-index: 5; }

.icon-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 5; }

.provider-box {
  width: 240px;
  background: #302d28;
  color: #f9b242;
  /* padding: 0 0 10px; */
  border-radius: 3px;
  background: #302d28;
  box-sizing: border-box;
  font-size: 18px;
  height: 48px;
  margin: 0 0 0 15px;
  display: flex;
  align-items: center;
  position: relative;
  }
  .provider-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #f9b342 transparent transparent transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 123123;
    }
.sort-filter__item,
.show-more-filter {
  font-size: 14px
 }
.show-more-filter {
  position: relative;
  margin: 0 0 0 10px;
  color: #3daa45;
  text-transform: uppercase;
  border-bottom: 1px dashed #3daa45;
  cursor: pointer; }

.left-filter-parent {
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

@media (max-width: 1340px) {
 
  .category-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 1180px) {
  .game-hover__btn-onmoney {
    font-size: 12px; } }

@media screen and (max-width: 1100px) {
  .game-hover__btn-onmoney {
    font-size: 12px; } }

@media screen and (max-width: 992px) {
  .game-hover__btn-onmoney {
    font-size: 11px; } }

@media only screen and (max-width: 940px) {
  .nav-category-list {
    min-width: 980px; } }


@media screen and (max-width: 610px) {
  .category-row {
    display: block; }
  .provider-box {
    margin: 10px 0 0 0; }
  .left-filter-parent {
    width: 100%;
    display: block; }
  .sort-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .btn-sort {
    font-size: 12px; }
  .inpt-search, .price-box {
    width: 100%; }
  .provider-box, .search-box {
    width: 100%; } }

.custom-select__choosen::after {
  display: none;
}
.provider-box {
  padding: 0;
}
.custom-select__list {
  margin-bottom: 0;
}
.category-row__item:last-child {
margin-right : 0}
.category-row__item:last-child a {
color: #3daa45;
}
.nav-category-list {
  margin-bottom: 0px;
}

.drop-menu {
  display: none;
    z-index: 10000;
    background-color: #fff;
    width: auto;
    position: absolute;
    display: none;
    top: 100%;
    left: -10px;
    background: rgba(19, 16, 14, 0.9);
    box-shadow: 0 2px 10px #13100e;
    font-size: 14px;
    padding: 10px;}

.drop-menu a {
  color: #fff;
      padding: 5px;
    padding-left: 20px;
    display: block;
}


.custom-select {
  border-radius: 3px 3px 0 0;
  width: 240px;
  background: #302d28;
  color: #fdc061;
  height: 30px;
  position: relative;
  display: block;
  padding: 0 0 0 8px;
  border: 0;
  line-height: unset;}
.custom-select--open .custom-select__dropdown {
  display: block; }
.custom-select__choosen {
  line-height: 30px;
  user-select: none;
  font-size: 14px;
  width: 100%;
  display: block;
  cursor: pointer; }
.custom-select__choosen::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px; }
.custom-select__dropdown {
  box-shadow: 0 2px 5px #13100e;
  background-color: #302d28;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%; }
.custom-select__list {
  height: 100px;
  overflow-y: scroll; }
.custom-select__list::-webkit-scrollbar {
  width: 8px; }
.custom-select__list::-webkit-scrollbar-track {
  background: #13100e; }
.custom-select__list::-webkit-scrollbar-thumb {
  background: #fdc061;
  border-radius: 200px; }
.custom-select__item {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  cursor: pointer; }
.custom-select__item a {
  display: block;
  width: 100%;
  padding: 5px 11px;
  color: #fdc061; }
.custom-select__item a:hover {
  color: #3e3e3e;
  background-color: #fdc061; }

  @media (max-width: 500px) {
    .custom-select {
      width: 100%;
    }
    /*.sort-filter,
    .category-row__item {
      display: none;
    }*/
  }


.slider-general-box {
  position: relative;
   z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 30px; }

.slider-container {
  position: relative;
  width: 100%;
  height: 500px; }

.slider-preloader-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #13100e;
  z-index: 9000; }

.icon-slider-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -25px;
  transform: translate(-50%, -50%); }

.effect-puls {
  animation: 2s zommy infinite; }

@keyframes zommy {
  0% {
    transform: scale(1); }
  17% {
    transform: scale(1.2); }
  34% {
    transform: scale(0.8); }
  51% {
    transform: scale(1.1); }
  68% {
    transform: scale(0.9); }
  85% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

.slider-fadeout {
  animation: 1s fadeOut; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden; }

.slider__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0; }

.slider__item.is-active {
  opacity: 1;
  animation: 1s fadeInDown;
  z-index: 10; }

.slider__link {
  display: block;
  width: 100%;
  height: 100%; }

@keyframes loaderBarAction {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.slider.slider-fadein {
  animation: 1s fadeIn; }

.slider-preview-wrapp {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 1775px;
  margin: 0 auto;
  z-index: 110; }

.slider-preview-nav {
  display: none;
  position: absolute;
  top: -45px;
  right: 0;
  overflow: hidden;
  z-index: 1; }

.slider-preview-nav__left, .slider-preview-nav__right {
  float: left; }

.slider-preview-nav.is-active {
  display: block; }

.svg-elem-slider-arrow-bg {
  fill: #13100e; }

.icon-slider-top-left, .icon-slider-top-right {
  width: 32px;
  height: 32px;
  cursor: pointer; }

.icon-slider-top-left:hover .svg-elem-slider-arrow-bg, .icon-slider-top-right:hover .svg-elem-slider-arrow-bg {
  fill: #13100e;
  fill-opacity: 1; }

.icon-slider-top-left.disabled, .icon-slider-top-right.disabled {
  filter: grayscale(100%);
  cursor: default; }

.icon-slider-top-left.disabled:hover .svg-elem-slider-arrow-bg, .icon-slider-top-right.disabled:hover .svg-elem-slider-arrow-bg {
  filter: grayscale(100%);
  fill-opacity: .5; }

.slider-preview {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: left .2s ease-in-out,right .2s ease-in-out;
  overflow: hidden; }

.slider-preview-row {
  position: relative;
  opacity: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 0;
  transition: opacity .1s linear; }

.slider-preview-row.is-current {
  width: 100%;
  opacity: 1;
  z-index: 1;
  transition: opacity .5s linear; }

.slider-preview__item {
  position: relative;
  -ms-flex-preferred-size: 355px;
  flex-basis: 355px;
  width: 355px;
  height: 120px;
  margin: 0 5px;
  border-radius: 4px 4px 5px 5px;
  cursor: pointer;
  overflow: hidden; }

.slider-preview__image {
  position: relative;
  opacity: .5; }

.slider-preview__image:hover {
  opacity: 1;
  transition: opacity .1s linear; }

.slider-preview-loadbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3daa45;
  border-radius: 100px;
  z-index: 1; }

.slider-preview-loadbar.is-active {
  animation: linear loaderBarAction; }

.item-gereral-thumbs-wrapp {
  position: relative;
  bottom: 0;
  height: 100%;
  transition: all .4s ease-in-out;
  overflow: hidden; }

.item-gereral-thumbs {
  position: relative;
  top: 0;
  transition: all .8s ease-in-out;
  transition-delay: .2s;
  overflow: hidden; }

.slider-preview__item.is-active {
  opacity: 1; }

.slider-preview__item.is-active .item-gereral-thumbs-wrapp {
  bottom: 40px;
  transition: all .8s ease-in-out;
  transition-delay: .2s; }

.slider-preview__item.is-active .item-gereral-thumbs {
  position: relative;
  top: calc(100% - 5px);
  transition: all .8s ease-in-out;
  transition-delay: .2s;
  overflow: hidden; }

.slider-preview__item.is-active .slider-preview__image {
  opacity: 0;
  transition: all .8s ease-in-out;
  transition-delay: .2s; }

.fadeInDown {
  animation-name: fadeInDown; }

.fadeOut {
  animation-name: fadeOut; }

.slider-general-mobile-wrap {
  position: relative; }

.slider-general-mobile .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.slider-general-mobile .owl-dots {
  position: relative;
  bottom: 30px;
  z-index: 100; }

.slider-general-mobile .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.slider-general-mobile .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.slider-general-mobile .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.slider-general-mobile .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.slider-general-mobile .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.slider-general-mobile .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.slider-general-mobile .owl-dots .owl-dot span {
  width: 32px;
  height: 2px;
  margin: 5px 7px;
  background: #797979;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.slider-general-mobile .owl-dots .owl-dot.active span, .slider-general-mobile .owl-dots .owl-dot:hover span {
  background: #3daa45; }

.slider-general-mobile-wrap {
  display: none !important; }

@media screen and (max-width: 1340px) {
  .slider-general-box {
    display: none; }
  .slider-general-mobile-wrap {
    display: block !important; } }
@media screen and (max-width: 767px) {
  .category-row {
    padding: 0 16px;
  }
  .category-row__item {
    margin:10px  0;
  }
  .btn-sort {
    min-width: auto;
  }

  .show-more-filter {
    margin: 0;
  }
  .drop-menu {
    position: static;
  }
}
.drop:not(.mobile):hover .drop-menu {
    display: block;
}  


/* style koleso */

.koleso-body {
  font-size: 16px;
  color: #fff;
  background: url('/uploads/2023/07/bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
#koleso-body__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  z-index: -1;
}
#koleso-body__wrap.koleso-body__wrap-open{
  opacity: 1;
  z-index: 111111111111111111;
}
img.img-girl {
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 1;
}
img.blur-girl {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
img.img-man {
  position: absolute;
  left: 0;
  bottom: 0;
}
img.blur-man {
  position: absolute;
  left: 0;
  bottom: 0;
}
img.blur {
  position: absolute;
  left: 616px;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  img.img-girl{
      width: 500px;
  }
  img.img-man{
      width: 400px;
  }
}
@media screen and (max-width: 1240px){
  img.img-girl{
      width: 400px;
  }
  img.img-man{
      width: 320px;
  }
  img.blur-man{
      width: 300px;
  }
  img.blur-girl{
      width: 450px;
  }
}
@media screen and (max-width: 1199px){
  .bg-girl {
      display: none;
  }
  .bg-man {
      display: none;
  }
}

.main-header {
  color: #FFDF8E;
  display: -webkit-flex;
  display: flex;
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 20px;
  font-size: 18px;
  font-weight: 700
}

@media screen and (max-width: 919.9px) {
  .main-header {
      -webkit-flex-direction:column;
      flex-direction: column;
      padding: 150px 16px 0;
      background: rgba(0,0,0,0.4);
      box-shadow: 0px 35px 29px rgba(0,0,0,0.5);
  }
}

@media screen and (max-width: 479.9px) {
  .main-header {
      padding:14vh 16px 5px;
      font-size: 16px
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-header {
      -webkit-flex-direction:row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      font-size: 14px;
      padding: 14px 16px
  }
}

.header-top__spin {
  max-width: 35%;
  width: 100%;
  padding-right: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  padding-bottom: 20.7px;
}

@media screen and (max-width: 919.9px) {
  .header-top__spin {
      -webkit-align-items:center;
      align-items: center;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      max-width: 100%;
      padding-right: 0
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .header-top__spin {
      -webkit-align-items:flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      max-width: 35%;
      padding-right: 20px
  }
}

.header-top__spin-value {
  margin-left: 4px
}

.header-top__logo {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 40%
}

@media screen and (max-width: 919.9px) {
  .header-top__logo {
      position:absolute;
      left: 50%;
      top: 12px;
      -webkit-transform: translatex(-50%);
      transform: translatex(-50%);
      max-width: 100%
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .header-top__logo {
      position:inherit;
      left: inherit;
      top: inherit;
      -webkit-transform: inherit;
      transform: inherit
  }
}

.header-top__logo>img {
  width: 314px
}

@media screen and (max-width: 479.9px) {
  .header-top__logo>img {
      width:108px
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .header-top__logo>img {
      width:92px
  }
}

.header-top__reg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: right;
  max-width: 35%;
  width: 100%;
  padding-left: 20px;
  justify-content: flex-end;
}

@media screen and (max-width: 919.9px) {
  .header-top__reg {
      -webkit-align-items:center;
      align-items: center;
      max-width: 100%;
      padding: 14px 0
  }
}

@media screen and (max-width: 479.9px) {
  .header-top__reg {
      padding:6px
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .header-top__reg {
      -webkit-align-items:flex-end;
      align-items: flex-end;
      max-width: 35%;
      padding: 0 0 0 20px
  }
}

.header-top__reg>a {
  color: inherit;
  margin-left: 4px
}

.main-koleso {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.main-playFortuna__main__modal {
  background-color: rgba(0,0,0,.8);
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-animation-name: appearing;
  animation-name: appearing;
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.main-playFortuna__main__modal_show {
  display: -webkit-flex;
  display: flex;
  visibility: visible
}

.main__playFortuna-layout {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 628px;
  height: 628px;
  background: url(/uploads/2023/07/wheel-layout.png) 50% 0 no-repeat;
  background-size: 100%;
  padding-bottom: 48px;
  box-sizing: content-box
}

@media screen and (max-width: 1919.9px) {
  .main__playFortuna-layout {
      width:36vw;
      height: 36vw;
      padding-bottom: 34px
  }
}

@media screen and (max-width: 1199.9px) {
  .main__playFortuna-layout {
      width:52vw;
      height: 52vw;
      padding-bottom: 14px
  }
}

@media screen and (max-width: 919.9px) {
  .main__playFortuna-layout {
      width:460px;
      height: 460px;
      padding-bottom: 0
  }
}

@media screen and (max-width: 479.9px) {
  .main__playFortuna-layout {
      height:84vw;
      width: 84vw
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main__playFortuna-layout {
      height:38vw;
      width: 38vw;
      padding-bottom: 0
  }
}

.main__playFortuna-layout.stage-1 .main-playFortuna__spinner-img {
  -webkit-animation-name: wheel-shake-1;
  animation-name: wheel-shake-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.main__playFortuna-layout.spin-to-stage-two .main-playFortuna__spinner-img {
  -webkit-animation-name: spinToStageTwo;
  animation-name: spinToStageTwo;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg)
}

.main__playFortuna-layout.stage-2 .main-playFortuna__spinner-img {
  -webkit-animation-name: wheel-shake-2;
  animation-name: wheel-shake-2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.main__playFortuna-layout.spin-to-stage-three .main-playFortuna__spinner-img {
  -webkit-animation-name: spinToStageThree;
  animation-name: spinToStageThree;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform: rotate(1060deg);
  transform: rotate(1060deg)
}

.main-playFortuna__achievements {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 24px;
  left: -28px;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

@media screen and (max-width: 919.9px) {
  .main-playFortuna__achievements {
      -webkit-flex-direction:row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      top: -95px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 454px
  }
}

@media screen and (max-width: 479.9px) {
  .main-playFortuna__achievements {
      top:-6vw;
      width: 96vw
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__achievements {
      top:-2px;
      width: 76vw
  }
}

.main-playFortuna__achievements-bonus,.main-playFortuna__achievements-spin {
  width: 151px;
  height: 149px;
  -webkit-animation-name: appearing;
  animation-name: appearing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}

@media screen and (max-width: 919.9px) {
  .main-playFortuna__achievements-bonus,.main-playFortuna__achievements-spin {
      width:108px;
      height: 107px
  }
}

@media screen and (max-width: 479.9px) {
  .main-playFortuna__achievements-bonus,.main-playFortuna__achievements-spin {
      width:27vw;
      height: 27vw
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__achievements-bonus,.main-playFortuna__achievements-spin {
      width:15vw;
      height: 15vw
  }
}

.main-playFortuna__achievements-bonus.hide,.main-playFortuna__achievements-spin.hide {
  display: none
}

.main-playFortuna__achievements-bonus {
  background: url(/uploads/2023/07/img-bonus.png) no-repeat 50%;
  background-size: cover
}

.main-playFortuna__achievements-spin {
  background: url(/uploads/2023/07/img-bonus_spin.png) no-repeat 50%;
  background-size: cover;
  margin: 20px 0 0
}

@media screen and (max-width: 919.9px) {
  .main-playFortuna__achievements-spin {
      margin:0 0 0 40px
  }
}

.main-playFortuna__spinner {
  position: relative;
  width: 468px;
  height: 468px;
  margin-bottom: 6px
}
.koleso-body__exit {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 45px;
  top: 45px;
  cursor: pointer;
  z-index: 111111111;
}
.koleso-body__exit span {
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
}
.koleso-body__exit span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  top: 27px;
  left: 10px;
}
.koleso-body__exit span:last-child {
  position: absolute;
  top: 27px;
  transform: rotate(-45deg);
  left: 10px;
}
header.koleso-body__wrap-open{
  height: 0;
  overflow: hidden;
}
.content.koleso-body__wrap-open{
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1500px){
  .koleso-body__exit{
    width: 40px;
    height: 40px;
    right: 35px;
    top: 25px;
  }
  .koleso-body__exit span{
    width: 25px;
  }
  .koleso-body__exit span:first-child{
    top: 18px;
    left: 8px;
  }
  .koleso-body__exit span:last-child{
    top: 18px;
    left: 8px;
  }
  .main-header{
    max-width: 90%;
  }
}
@media screen and (max-width: 1919.9px) {
  .main-playFortuna__spinner {
      width:27vw;
      height: 27vw;
  }
}

@media screen and (max-width: 1199.9px) {
  .main-playFortuna__spinner {
      width:39vw;
      height: 39vw
  }
}

@media screen and (max-width: 919.9px) {
  .main-playFortuna__spinner {
      width:342px;
      height: 342px
  }
  .main-header{
    min-height: 150px;
  }
}

@media screen and (max-width: 479.9px) {
  .main-playFortuna__spinner {
      width:74%;
      height: 74%
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__spinner {
      width:74%;
      height: 74%
  }
}

.main-playFortuna__spinner-img {
  background: url(/uploads/2023/07/spinner-img.png) 50% no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.main-playFortuna__spinner-overlay {
  background: url(/uploads/2023/07/spinner-overlay.png) 50% no-repeat;
  background-size: 100%
}

.main-playFortuna__spinner-button,.main-playFortuna__spinner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.main-playFortuna__spinner-button {
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  width: 190px;
  height: 190px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media screen and (max-width: 1919.9px) {
  .main-playFortuna__spinner-button {
      width:11.6vw;
      height: 11.6vw
  }
}

@media screen and (max-width: 1199.9px) {
  .main-playFortuna__spinner-button {
      width:16.4vw;
      height: 16.4vw
  }
}

@media screen and (max-width: 919.9px) {
  .main-playFortuna__spinner-button {
      width:148px;
      height: 148px
  }
}

@media screen and (max-width: 479.9px) {
  .main-playFortuna__spinner-button {
      width:44%;
      height: 44%
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__spinner-button {
      width:60%;
      height: 60%
  }
}

.main-playFortuna__spinner-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: blink 1.2s ease-in-out infinite;
  animation: blink 1.2s ease-in-out infinite;
  background: url(/uploads/2023/07/fortuna-btn-border.png) no-repeat;
  background-size: 100% auto
}

@media screen and (max-width: 479.9px) {
  .main-playFortuna__spinner-button:before {
      top:50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%)
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__spinner-button:before {
      top:50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      width: 72%;
      height: 72%
  }
}

.main-playFortuna__spinner-button>button {
  cursor: pointer;
  width: 162px;
  height: 162px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00593E;
  border-radius: 50%;
  background: url(/uploads/2023/07/fortuna-btn.png) 0 0 no-repeat;
  background-size: cover;
  box-shadow: 0 5px 18px rgba(0,0,0,.75);
  text-shadow: 0 1px 0 #b5ff63,0 0 9px rgba(132,237,17,.4);
  position: relative;
  opacity: 1 !important;
}

@media screen and (max-width: 1919.9px) {
  .main-playFortuna__spinner-button>button {
      width:10vw;
      height: 10vw;
      font-size: 2vw
  }
}

@media screen and (max-width: 1199.9px) {
  .main-playFortuna__spinner-button>button {
      width:14vw;
      height: 14vw;
      font-size: 2.4vw
  }
}

@media screen and (max-width: 919.9px) {
  .main-playFortuna__spinner-button>button {
      width:126px;
      height: 126px
  }
}

@media screen and (max-width: 479.9px) {
  .main-playFortuna__spinner-button>button {
      width:86%;
      height: 86%;
      font-size: 4.6vw
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__spinner-button>button {
      width:62%;
      height: 62%;
      font-size: 2.2vw
  }
}

.main-playFortuna__win {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  width: 214px;
  height: 310px;
  margin: auto;
  background: url(/uploads/2023/07/wheel-win-frame.png) 50% 0 no-repeat;
  background-size: 100%
}

@media screen and (max-width: 1919.9px) {
  .main-playFortuna__win {
      top:8px;
      width: 12vw;
      height: 50%
  }
}

@media screen and (max-width: 1199.9px) {
  .main-playFortuna__win {
      width:18vw
  }
}

@media screen and (max-width: 919.9px) {
  .main-playFortuna__win {
      top:8px;
      width: 156px;
      height: 230px
  }
}

@media screen and (max-width: 479.9px) {
  .main-playFortuna__win {
      top:4px;
      width: 34%;
      height: 50%
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__win {
      top:5px;
      width: 32%;
      height: 43%
  }
}

@-webkit-keyframes blink {
  0% {
      opacity: 0
  }

  50% {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@keyframes blink {
  0% {
      opacity: 0
  }

  50% {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@-webkit-keyframes appearing {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes appearing {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes wheel-shake-1 {
  0% {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg)
  }

  50% {
      -webkit-transform: rotate(4deg);
      transform: rotate(4deg)
  }

  to {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg)
  }
}

@keyframes wheel-shake-1 {
  0% {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg)
  }

  50% {
      -webkit-transform: rotate(4deg);
      transform: rotate(4deg)
  }

  to {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg)
  }
}

@-webkit-keyframes spinToStageTwo {
  0% {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg)
  }

  70% {
      -webkit-transform: rotate(1086deg);
      transform: rotate(1086deg)
  }

  80% {
      -webkit-transform: rotate(1076deg);
      transform: rotate(1076deg)
  }

  to {
      -webkit-transform: rotate(3turn);
      transform: rotate(3turn)
  }
}

@keyframes spinToStageTwo {
  0% {
      -webkit-transform: rotate(-4deg);
      transform: rotate(-4deg)
  }

  70% {
      -webkit-transform: rotate(1086deg);
      transform: rotate(1086deg)
  }

  80% {
      -webkit-transform: rotate(1076deg);
      transform: rotate(1076deg)
  }

  to {
      -webkit-transform: rotate(3turn);
      transform: rotate(3turn)
  }
}

@-webkit-keyframes wheel-shake-2 {
  0% {
      -webkit-transform: rotate(1980deg);
      transform: rotate(1980deg)
  }

  50% {
      -webkit-transform: rotate(1970deg);
      transform: rotate(1970deg)
  }

  to {
      -webkit-transform: rotate(1980deg);
      transform: rotate(1980deg)
  }
}

@keyframes wheel-shake-2 {
  0% {
      -webkit-transform: rotate(1980deg);
      transform: rotate(1980deg)
  }

  50% {
      -webkit-transform: rotate(1970deg);
      transform: rotate(1970deg)
  }

  to {
      -webkit-transform: rotate(1980deg);
      transform: rotate(1980deg)
  }
}

@-webkit-keyframes spinToStageThree {
  0% {
      -webkit-transform: rotate(3turn);
      transform: rotate(3turn)
  }

  70% {
      -webkit-transform: rotate(1998deg);
      transform: rotate(1998deg)
  }

  80% {
      -webkit-transform: rotate(1976deg);
      transform: rotate(1976deg)
  }

  to {
      -webkit-transform: rotate(1985deg);
      transform: rotate(1985deg)
  }
}

@keyframes spinToStageThree {
  0% {
      -webkit-transform: rotate(3turn);
      transform: rotate(3turn)
  }

  70% {
      -webkit-transform: rotate(1998deg);
      transform: rotate(1998deg)
  }

  80% {
      -webkit-transform: rotate(1976deg);
      transform: rotate(1976deg)
  }

  to {
      -webkit-transform: rotate(1985deg);
      transform: rotate(1985deg)
  }
}

.main-playFortuna__modal {
  margin: auto;
  width: 100%;
  overflow-y: auto
}

.main-playFortuna__modal::-webkit-scrollbar {
  display: none;
  width: 0
}

.main-playFortuna__modal__wrapper {
  background: url(/uploads/2023/07/bg-modal.png) 50% no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 562px;
  padding: 26px 0 32px;
  margin: 0 auto;
  position: relative
}
.btn-bonus {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
@media screen and (max-width: 919.9px) {
  .main-playFortuna__modal__wrapper {
      max-width:450px;
      width: 100%;
      padding: 20px 0 22px
  }
}

@media screen and (max-width: 359.9px) {
  .main-playFortuna__modal__wrapper {
      padding:15px 0 20px
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__modal__wrapper {
      max-width:584px;
      padding: 8px 0 22px
  }
}

.main-playFortuna__modal__title__header {
  box-sizing: border-box;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8px;
  width: 100%
}

.main-playFortuna__modal__title__header>h1 {
  color: #bdf400;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px
}

@media screen and (max-width: 479.9px) {
  .main-playFortuna__modal__title__header>h1 {
      font-size:21px
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .main-playFortuna__modal__title__header>h1 {
      width:322px;
      margin: 0 auto;
      font-size: 20px
  }
}

.modal-title__subheader {
  box-sizing: border-box;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 8px 8px;
  width: 100%
}

@media screen and (max-width: 919.9px) {
  .modal-title__subheader {
      padding:6px 8px
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .modal-title__subheader {
      width:322px;
      margin: 0 auto;
      padding: 2px 8px 0
  }
}

.modal-title__subheader>h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px
}

@media screen and (max-width: 479.9px) {
  .modal-title__subheader>h2 {
      font-size:18px
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .modal-title__subheader>h2 {
      font-size:16px
  }
}

.modal-title__subheader>h2 b {
  font-weight: 400;
  margin-left: 6px
}

.modal-title__subheader>h2>span {
  margin-bottom: 10px
}

@media screen and (max-width: 919.9px) {
  .modal-title__subheader>h2>span {
      margin-bottom:6px
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .modal-title__subheader>h2>span {
      margin-bottom:0
  }

  .modal-title__subheader>h2>span:last-child {
      display: none
  }
}

.modal-title__subheader-accent {
  color: #bdf400
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .modal-title__subheader-accent {
      display:none
  }
}

.playFortuna__modal-title__img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}

@media screen and (max-width: 359.9px) {
  .playFortuna__modal-title__img {
      display:none
  }
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .playFortuna__modal-title__img {
      position:absolute;
      top: -32px;
      left: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      width: 100%;
      -webkit-justify-content: space-between;
      justify-content: space-between
  }
}

.playFortuna__modal-title__img-item {
  height: 80px;
  width: 80px;
  margin: 0 32px
}

.playFortuna__modal-title__img-item_bonus {
  background: url(/uploads/2023/07/img-bonus.png) no-repeat 50%;
  background-size: contain
}

.playFortuna__modal-title__img-item_spin {
  background: url(/uploads/2023/07/img-bonus_spin.png) no-repeat 50%;
  background-size: contain
}


.submit-btn {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  box-shadow: 0 5px 18px rgba(0,0,0,.75);
  color: #245900;
  border-radius: 11px;
  height: 63px;
  width: 232px;
  padding: 0 8px 2px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 600;
  text-shadow: 0 1px 0 #b5ff63,0 0 9px rgba(132,237,17,.4);
  text-transform: uppercase;
  position: relative;
  text-decoration: none
}

@media screen and (orientation: landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
  .submit-btn {
      height:42px;
      font-size: 18px
  }
}

.submit-btn:hover {
  box-shadow: 0 0 16px rgba(114,255,0,.75),0 5px 18px rgba(0,0,0,.75)
}

.submit-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  background-size: 0
}


.table-box {
    overflow: hidden;
    overflow-x: scroll;
}

.table-box table {
    width: 100%;
}

.table-box::-webkit-scrollbar {
    width: 0px;
    height: 0;
}

/* Внутри main — это уже оформление таблицы контента */
.table-box {
    overflow: hidden;
    overflow-x: scroll;
}

.table-box table {
    margin: 0 0 1rem;
    width: 100%;
}

.table-box table td {
    padding: 8px;
    text-align: center;
}

.table-box table tbody tr:nth-of-type(odd) {
    background-color: #000; /* чёрный фон для нечётных строк */
}

.table-box table tbody tr:nth-of-type(even) {
    background-color: #05101f; /* тёмно-синий фон для чётных строк */
}

.table-box table thead tr {
    background-color: #fdc061; /* розовый фон шапки #d51a69 (изменил) */
    color: #000;
    font-weight: bold;
}

.table-box table thead tr th,
.table-box table thead tr td {
    padding: 8px;
}
