body {
  font-family: "Tahoma Bold", sans-serif;
  margin: 0 auto;
  background-color: #3d3b3b;
  width: 100%;
  display: -ms-grid;
  display: grid;
}
a {
  color: #fff;
  text-decoration: none;
}
h1,
h2,
h3 {
  color: #fff;
}
p {
  color: #848484;
}
td {
  padding: 10px;
}
table {
  border: 1px solid #d6b078;
  color: #f7f8fa;
  font-family: "Tahoma Regular", sans-serif;
  font-size: 15px;
  margin: 20px auto;
  width: 90%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  overflow: hidden;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  font-weight: normal;
  border-spacing: 0;
  border-collapse: separate;
  text-align: center;
}
.error404 {
  font-family: "Tahoma Bold",sans-serif;
  line-height: 1.12;
  color: #fff;
  font-size: 35px;
  text-align: center;
}
.bord-bot {
  border-bottom: 1px solid #d6b078;
}
.bord-r {
  border-right: 1px solid #d6b078;
}
.color-table {
  color: #d6b078;
}
::-webkit-input-placeholder {
  color: #626161;
}
::-moz-placeholder {
  color: #839fb1;
}
:-moz-placeholder {
  color: #839fb1;
}
:-ms-input-placeholder {
  color: #839fb1;
}
.header {
  height: 575px;
  overflow: hidden;
  border-bottom: 2px solid #bbab93;
}
.bottom-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3deda), color-stop(42%, #aaa399), color-stop(55%, #aaa399), to(#efc384));
  background: linear-gradient(to bottom, #e3deda 0%, #aaa399 42%, #aaa399 55%, #efc384 100%);
  height: 36px;
  max-width: 1360px;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  z-index: 1;
}
.bottom-line:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 17px;
  top: 12px;
  background: url("../img/star.png") no-repeat center;
}
.bottom-line:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 17px;
  top: 12px;
  background: url("../img/star.png") no-repeat center;
}
.aut-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 835px;
}
.form-aut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aut-line:before {
  content: '';
  width: 10px;
  height: 10px;
  left: 17px;
  top: 12px;
  background: url("../img/star-silver.png") no-repeat center;
  padding-right: 45px;
}
.aut-line:after {
  content: '';
  width: 10px;
  height: 10px;
  right: 17px;
  top: 12px;
  background: url("../img/star-silver.png") no-repeat center;
  padding-right: 45px;
}
.button-registrate {
  color: #fff;
  font-family: "Tahoma Bold", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 0 2px #131414, 0 0 0 2px #b89661;
          box-shadow: inset 0 0 0 2px #131414, 0 0 0 2px #b89661;
  padding: 5px 25px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  font-size: 15px;
  height: 17px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbfcb4), color-stop(36%, #21a300), color-stop(63%, #21a300), to(#bbfcb4));
  background: linear-gradient(to bottom, #bbfcb4 0%, #21a300 36%, #21a300 63%, #bbfcb4 100%);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
  margin-right: 20px;
}
.button-registrate:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ccf9b3), color-stop(36%, #20b200), color-stop(63%, #23bf00), to(#d3f9b3));
  background: linear-gradient(to bottom, #ccf9b3 0%, #20b200 36%, #23bf00 63%, #d3f9b3 100%);
}
.button-aut {
  color: #fff;
  font-family: "Tahoma Bold", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 0 2px #131414, 0 0 0 2px #b89661;
          box-shadow: inset 0 0 0 2px #131414, 0 0 0 2px #b89661;
  padding: 5px 25px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  font-size: 15px;
  height: 17px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4ebc4), color-stop(41%, #d4b044), color-stop(58%, #d4b044), to(#f0df83));
  background: linear-gradient(to bottom, #f4ebc4 0%, #d4b044 41%, #d4b044 58%, #f0df83 100%);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}
.button-aut:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf5cc), color-stop(41%, #e2c24a), color-stop(58%, #e0bf4a), to(#fceb8a));
  background: linear-gradient(to bottom, #fcf5cc 0%, #e2c24a 41%, #e0bf4a 58%, #fceb8a 100%);
}
.mail-aut {
  border: 2px solid #313131;
  background: #000;
  color: #a9a9a9;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  font-size: 15px;
  padding: 0 9px 1px 38px;
  width: 90px;
  height: 27px;
  outline: none;
}
.mail-aut-icon {
  position: absolute;
  left: 1px;
  top: 1px;
}
.top-line {
  width: 1190px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-pass {
  position: relative;
  margin-right: 10px;
}
.input-aut {
  position: relative;
  margin-right: 10px;
}
.logo {
  position: absolute;
  width: 158px;
  height: 99px;
  background: url("../img/logo.png") 0 -100px;
  background-size: auto;
  background-position: 0px 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.content-article {
  padding-left: 100px;
  padding-right: 100px;
  color: #848484;
}
.logo:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.video-bg {
  position: relative;
  top: -17px;
}
.header-toper__wrap {
  height: 63px;
  background-color: #1c1c1c;
  border-bottom: 1px solid #bbab93;
  position: relative;
  z-index: 10;
}
.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1c1c1c;
  -webkit-box-shadow: 0px 0px 65px 6px rgba(0,0,0,0.75);
          box-shadow: 0px 0px 65px 6px rgba(0,0,0,0.75);
  width: 1280px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  padding-top: 175px;
  padding-bottom: 50px;
  overflow: hidden;
}
.nav-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3deda), color-stop(42%, #aaa399), color-stop(55%, #aaa399), to(#efc384));
  background: linear-gradient(to bottom, #e3deda 0%, #aaa399 42%, #aaa399 55%, #efc384 100%);
}
.line-yelow-mid {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3deda), color-stop(42%, #aaa399), color-stop(55%, #aaa399), to(#efc384));
  background: linear-gradient(to bottom, #e3deda 0%, #aaa399 42%, #aaa399 55%, #efc384 100%);
  height: 62px;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  width: 1360px;
  top: -30px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.features-item {
  width: 260px;
  height: 223px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.img-block {
  position: absolute;
  z-index: 0;
  width: 95% !important;
  top: 4px !important;
  left: 7px !important;
  -webkit-border-radius: 300px !important;
          border-radius: 300px !important;
}
.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  top: -57px;
}
.features-item-one {
  position: relative;
  background: url("../img/ramka.png");
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.features-item-one:hover {
  background: url("../img/ramka-hover.png");
  background-size: cover;
}
.stars {
  width: 10px;
  height: 10px;
  background: url("../img/star.png") no-repeat center;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -25px;
}
.bord__btn {
  color: #000;
  width: 100%;
  position: absolute;
  bottom: 7px;
  text-align: center;
  font-family: "Tahoma Bold", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.line-sp {
  height: 3px;
  width: 1128px;
  background-color: #bbab93;
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  top: 105px;
}
.slot {
  width: 218px;
  height: 181px;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
}
.img-slot {
  width: 100%;
  height: 145px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #bbab93;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.img-slot:hover {
  -webkit-box-shadow: rgba(0,0,0,0.27) 0px 0px 45px 7px;
          box-shadow: rgba(0,0,0,0.27) 0px 0px 45px 7px;
}
.img-slot img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg1 {
  background: url("../img/12342.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg2 {
  background: url("../img/4365.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg3 {
  background: url("../img/merryfruits.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg4 {
  background: url("../img/54765.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg5 {
  background: url("../img/AztecMagicDeluxe.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg6 {
  background: url("../img/lara-croft-tomb-raider.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg7 {
  background: url("../img/Break-Da-Bank-Again.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg8 {
  background: url("../img/game.mgGodsOfGiza.thumbnail.344x220_v3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg9 {
  background: url("../img/logo-sizzling-hot-deluxe.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg10 {
  background: url("../img/the_twisted_circus_logo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg11 {
  background: url("../img/14242111553575.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg12 {
  background: url("../img/pic1045612.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg13 {
  background: url("../img/547645.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg14 {
  background: url("../img/big_bad_wolf_slot_logo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg15 {
  background: url("../img/Burning-Desire-slot-497x334.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg16 {
  background: url("../img/fruit_cocktail.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg17 {
  background: url("../img/Fire_lightning.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg18 {
  background: url("../img/68756.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg19 {
  background: url("../img/logo-gonzos-quest-netent-slot-game.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg20 {
  background: url("../img/11167937da2bdabe704d426c438e327f.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg21 {
  background: url("../img/f4855362f7ecce4d242be62a4e654c3593.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg22 {
  background: url("../img/immortalromace-slot.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg23 {
  background: url("../img/images.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-slot {
  color: #d6b078;
  font-family: "Tahoma Bold", sans-serif;
  text-transform: uppercase;
  padding-top: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}
.loading {
  position: fixed;
  z-index: 75;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.button-play {
  width: 130px;
  height: 19px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Tahoma Bold", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #fff;
  display: block;
  padding: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e1b8), color-stop(33%, #e3d18e), color-stop(43%, #cca643), color-stop(56%, #cca643), color-stop(64%, #dab845), to(#ebd668));
  background: linear-gradient(to bottom, #e8e1b8 0%, #e3d18e 33%, #cca643 43%, #cca643 56%, #dab845 64%, #ebd668 100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.button-play:hover {
  -webkit-box-shadow: 0px 0px 45px 7px rgba(240,146,53,0.77);
          box-shadow: 0px 0px 45px 7px rgba(240,146,53,0.77);
}
.btn-slot-hide {
  background-color: rgba(0,0,0,0.831);
  width: 218px;
  height: 145px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}
.btn-slot-hide1 {
  background-color: rgba(0,0,0,0.831);
  width: 100%;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.btn-slot-hide1:hover {
  opacity: 1;
}
.btn-slot-hide:hover {
  opacity: 1;
}
.games-list {
  overflow: hidden;
  padding-left: 85px;
  border-right: 2px solid #333;
  padding-right: 17px;
  display: block;
  position: relative;
  float: left;
}
.payment-terms {
  -webkit-border-radius: 35px;
          border-radius: 35px;
  width: 1360px;
  height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3deda), color-stop(42%, #aaa399), color-stop(55%, #aaa399), to(#efc384));
  background: linear-gradient(to bottom, #e3deda 0%, #aaa399 42%, #aaa399 55%, #efc384 100%);
  margin: 0 auto;
  top: -40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-terms-list {
  width: 1110px;
  background-color: #1a1a1a;
  -webkit-border-radius: 29px;
          border-radius: 29px;
  height: 54px;
  border: 2px solid #cbc5bf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer {
  border-top: 2px solid #bbab93;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
.partner {
  background-color: #1c1c1c;
  padding-top: 10px;
  padding-bottom: 15px;
}
.soc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 27;
  position: absolute;
}
.text-soc {
  background: url("../img/enter-in-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 60px;
  margin-left: 250px;
}
.all-soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: 1s;
}
.vk {
  background: url("../img/vk.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.vk:hover {
  background: url("../img/vk-h.png");
}
.google {
  background: url("../img/google.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.google:hover {
  background: url("../img/google-h.png");
}
.fb {
  background: url("../img/fb.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fb:hover {
  background: url("../img/fb-h.png");
}
.mail-ru {
  background: url("../img/mail.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mail-ru:hover {
  background: url("../img/mail-h.png");
}
.yn {
  background: url("../img/yandex.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.yn:hover {
  background: url("../img/yandex-h.png");
}
.google {
  background: url("../img/google.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.google:hover {
  background: url("../img/google-h.png");
}
.search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchinput {
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0 100px 100px #000;
          box-shadow: inset 0 0 100px 100px #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3c798), to(#e3e3e3));
  background: linear-gradient(to bottom, #e3c798 0%, #e3e3e3 100%);
  width: 145px;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  padding: 3px 20px 3px 9px;
  height: 20px;
  cursor: pointer;
  color: #a9a9a9;
  font-size: 15px;
}
.search-icon {
  position: absolute;
  right: 1px;
  cursor: pointer;
}
.nav-top__wrap {
  float: right;
  margin-right: 85px;
}
.nav-top__wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
}
.nav__linker {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Tahoma Bold", sans-serif;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav__linker:hover {
  background: #1a1a1a;
  color: #d6b078;
}
.bord-left {
  border-left: 1px solid rgba(160,142,115,0.412);
}
.bord-right {
  border-right: 1px solid rgba(160,142,115,0.412);
}
.jackpoter {
  position: relative;
  bottom: 117px;
  width: 1200px;
  margin: 0 auto;
}
.line-jack {
  width: 1200px;
  height: 2px;
  background-color: #aba399;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.line-jack:after {
  content: "";
  background: url("../img/circul-for-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 6px;
  width: 6px;
  position: absolute;
  top: -2px;
  right: 0;
}
.line-jack:before {
  content: "";
  background: url("../img/circul-for-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 6px;
  width: 6px;
  position: absolute;
  top: -2px;
  left: 0;
}
.table-jack {
  background: url("../img/jackpot-table.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 247px;
  height: 39px;
  position: absolute;
  right: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  z-index: 1;
}
.table-jack:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.number-jackpoter {
  font-size: 23px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  width: 19px;
  height: 25px;
  text-align: center;
  font-family: "Tahoma Bold", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2px;
  margin-top: 1px;
}
.block-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}
.number-jackpoter3 {
  margin-right: 5px;
}
.number-jackpoter6 {
  margin-right: 5px;
}
.number-jackpoter9 {
  margin-right: 6px;
}
.row-partn {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.payment-terms-item {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 5px;
}
.visa-img {
  width: 75px;
}
.mastercard-img {
  width: 60px;
}
.mts-img {
  width: 90px;
}
.beeline-img {
  width: 95px;
}
.megafon-img {
  width: 95px;
}
.payeer-img {
  width: 90px;
}
.okpay-img {
  width: 95px;
}
.net-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.net-img:hover {
  opacity: 1;
}
.microgaming-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.microgaming-img:hover {
  opacity: 1;
}
.egt-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.egt-img:hover {
  opacity: 1;
}
.amatic-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.amatic-img:hover {
  opacity: 1;
}
.playngo-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.playngo-img:hover {
  opacity: 1;
}
.elk-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.elk-img:hover {
  opacity: 1;
}
.technology-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.technology-img:hover {
  opacity: 1;
}
.belantra-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.belantra-img:hover {
  opacity: 1;
}
.bigtimegaming-img {
  width: 47px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bigtimegaming-img:hover {
  opacity: 1;
}
.endorghine-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.endorghine-img:hover {
  opacity: 1;
}
.evolution-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.evolution-img:hover {
  opacity: 1;
}
.yggdrasil-img {
  width: 65px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.yggdrasil-img:hover {
  opacity: 1;
}
.pragmatic-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pragmatic-img:hover {
  opacity: 1;
}
.spinomenal-img {
  width: 40px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.spinomenal-img:hover {
  opacity: 1;
}
.booming-games-list-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.booming-games-list-img:hover {
  opacity: 1;
}
.by2-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.by2-img:hover {
  opacity: 1;
}
.quickspin-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.quickspin-img:hover {
  opacity: 1;
}
.irondogstudio-img {
  width: 45px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.irondogstudio-img:hover {
  opacity: 1;
}
.genesisgaming-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.genesisgaming-img:hover {
  opacity: 1;
}
.rabcat-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.rabcat-img:hover {
  opacity: 1;
}
.playson-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.playson-img:hover {
  opacity: 1;
}
.oldskool-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.oldskool-img:hover {
  opacity: 1;
}
.x2gaming-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.x2gaming-img:hover {
  opacity: 1;
}
.betsoft-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.betsoft-img:hover {
  opacity: 1;
}
.ainsworth-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ainsworth-img:hover {
  opacity: 1;
}
.isoftbet-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.isoftbet-img:hover {
  opacity: 1;
}
.igrosoft-img {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}
.igrosoft-img:hover {
  opacity: 1;
}
.pooter-text {
  width: 1080px;
  margin: 0 auto;
  padding-top: 35px;
  color: #333;
  font-family: "Tahoma Regular", sans-serif;
}
.foot-txt-one {
  font-size: 30px;
  padding-bottom: 10px;
}
.foot-txt-two {
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 27px;
}
.foot-txt-three {
  font-size: 25px;
  padding-bottom: 10px;
}
.foot-txt-four {
  font-size: 15px;
  line-height: 15px;
}
.side-block {
  float: right;
  padding-right: 85px;
  width: 360px;
  padding-left: 30px;
}
.win-txt {
  text-transform: uppercase;
  color: #fff;
  font-family: "Tahoma Bold", sans-serif;
  text-align: center;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
}
.row-sliding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 360px;
  width: 360px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.now-price {
  font-size: 25px;
  font-family: "Tahoma Bold", sans-serif;
  color: #d6b078;
  font-weight: 800;
  border-left: 2px solid #333;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.one-now {
  font-size: 14px;
  font-family: "Tahoma Bold", sans-serif;
  color: #fff;
  font-weight: 700;
}
.game-now {
  font-size: 14px;
  font-family: "Tahoma Bold", sans-serif;
  color: #d6b078;
  font-weight: 700;
}
.text-now {
  width: 125px;
}
.img-now1 {
  height: 62px;
  width: 102px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #bbab93;
  margin-right: 15px;
}
.img-now1 img {
  width: 100%;
  height: 100%;
}

#slider-now-win {
  height: 358px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.win-list {
  overflow: hidden;
  height: 255px;
}
.line-win {
  height: 3px;
  background-color: #bbab93;
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  top: 25px;
}
.tour-txt {
  text-transform: uppercase;
  color: #fff;
  font-family: "Tahoma Bold", sans-serif;
  text-align: center;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
}
.tourn-list {
  width: 353px;
}
.tourner {
  width: 353px;
  padding-top: 47px;
  margin: 0 auto;
}
.tour-head {
  width: 351px;
  height: 163px;
  border: 1px solid #d6b078;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.tour-head2 {
  width: 351px;
  height: 203px;
  border: 1px solid #d6b078;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.tour-head:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.tour-head1:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.tour-head1 {
  width: 351px;
  height: 202px;
  border: 1px solid #d6b078;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.tour-img {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  height: 125px;
}
.tour-img img {
  width: 100%;
  height: 100%;
}

.tour-grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3deda), color-stop(42%, #aaa399), color-stop(55%, #aaa399), to(#efc384));
  background: linear-gradient(to bottom, #e3deda 0%, #aaa399 42%, #aaa399 55%, #efc384 100%);
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
  z-index: 3;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.black-line-tour {
  background-color: #000;
  -webkit-border-radius: 29px;
          border-radius: 29px;
  height: 29px;
  width: 345px;
  border: 2px solid #cbc5bf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.black-line-txt {
  color: #d6b078;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Tahoma Bold", sans-serif;
  font-weight: 800;
}
.all-bgr-grey {
  background: radial-gradient(ellipse at center, #252f32 0%, #253438 100%);
  border-right: 1px solid #d6b078;
  border-left: 1px solid #d6b078;
  border-bottom: 1px solid #d6b078;
  -webkit-border-bottom-right-radius: 7px;
          border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
          border-bottom-left-radius: 7px;
  margin: -3px auto 0px;
  width: 341px;
  z-index: 0;
  position: relative;
}
.block-tour-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  border-right: 1px solid #d6b078;
  border-left: 1px solid #d6b078;
  border-bottom: 1px solid #d6b078;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  padding: 10px 0;
  margin: 0 auto;
  background: #1a1a1a;
  position: relative;
  top: 0;
  width: 335px;
}
.block-left-fond {
  width: 50%;
}
.zagolovok-block-left {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-family: "Tahoma Bold", sans-serif;
  font-weight: 800;
}
.rox-point {
  text-transform: uppercase;
  color: #d6b078;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
.block-number-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.block-number-one {
  border: 1px solid #d6b078;
  padding: 0 1px;
  margin: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: -1px;
  color: #d6b078;
  font-family: "Tahoma Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.pdng {
  margin-left: 5px;
}
.block-right-fond {
  width: 50%;
}
.zagolovok-timer {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-family: "Tahoma Bold", sans-serif;
  font-weight: 800;
}
#timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
}
#timer1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
}
#timer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-time1 {
  color: #fff;
  font-size: 11px;
}
.style-time {
  color: #d6b078;
  font-family: "Tahoma Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.text-time {
  color: #fff;
  font-size: 11px;
  margin-top: 3px;
}
.tim {
  color: #d6b078;
  font-family: "Tahoma Bold", sans-serif;
  font-size: 21px;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
}
.mrg-r {
  margin-right: 10px;
}
.uchastn-tour {
  text-transform: uppercase;
  color: #fff;
  font-family: "Tahoma Bold", sans-serif;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  border-bottom: 1px solid #353535;
  padding-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 7px;
}
.info-table {
  border-bottom: 1px solid #353535;
  padding-bottom: 2px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 800;
  font-family: "Tahoma Bold", sans-serif;
  display: inline-block;
  width: -webkit-fill-available;
}
.number-info {
  float: left;
  width: 25px;
}
.nik-name {
  float: left;
  margin-left: 30px;
}
.ochki {
  float: right;
}
.info-row {
  border-bottom: 1px solid #353535;
  padding-bottom: 2px;
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  color: #fff;
  font-family: "Tahoma Bold", sans-serif;
  display: inline-block;
  width: -webkit-fill-available;
}
.number-inf {
  float: left;
  width: 25px;
}
.name-inf {
  float: left;
  margin-left: 30px;
}
.ochki-inf {
  float: right;
}
.btn-more {
  color: #d6b078;
  font-family: 'Tahoma', sans-serif;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
  margin-top: 10px;
  display: block;
}
.mesto-tour {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Tahoma Bold', sans-serif;
  font-size: 12px;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.prinyat-uch {
  display: block;
  color: #d6b078;
  font-family: 'Tahoma', sans-serif;
  font-size: 14px;
  text-align: left;
  margin-left: 40px;
  margin-bottom: 15px;
}
.content-slider-side {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: "Tahoma Bold", sans-serif;
  font-weight: 500;
  padding: 5px;
}
.crosh {
  position: relative;
  width: 1090px;
  margin: 0 auto;
  top: 95px;
  z-index: 1;
  color: #5d5d5d;
}
.crosh a {
  color: #626262;
}
.content-block__text {
  position: relative;
  top: -15px;
  color: #848484;
}
.content-block__text1 {
  position: relative;
  color: #848484;
}
.content-block__text-st {
  position: relative;
  top: -15px;
  padding-left: 100px;
  padding-right: 100px;
}
.content-block__text-st1 {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.slots {
  overflow: hidden;
  display: block;
}
.icon-4 {
  background: url("../img/arrow-left.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  left: -10px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-4:hover {
  background: url("../img/arrow-left-h.png") !important;
  background-size: cover !important;
}
.icon-5 {
  background: url("../img/arrow-right.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  right: -10px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-5:hover {
  background: url("../img/arrow-right-h.png") !important;
  background-size: cover !important;
}
.content-free {
  border: 2px solid #d6b078;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-cont-free {
  width: 50%;
  height: 84px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.left-cont-free img {
  width: 100%;
  height: 100%;
}
.right-cont-free {
  text-align: center;
  width: 50%;
}
.btn-receive {
  background: url("../img/star-block.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Tahoma Bold", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 700;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 153px;
  margin: 0 auto;
  margin-top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn-receive:hover {
  background: url("../img/star-block-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-all-akc {
  background: url("../img/star-block.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Tahoma Bold", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn-all-akc:hover {
  background: url("../img/star-block-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.img-slider-top1 {
  background: url("../img/slide-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #cfb48d;
  -webkit-border-radius: 125px;
          border-radius: 125px;
  width: 443px;
  height: 212px;
}
.img-slider-top2 {
  background: url("../img/hotspin.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #cfb48d;
  -webkit-border-radius: 125px;
          border-radius: 125px;
  width: 443px;
  height: 212px;
}
.img-slider-top3 {
  background: url("../img/neuderzhimye.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #cfb48d;
  -webkit-border-radius: 125px;
          border-radius: 125px;
  width: 443px;
  height: 212px;
}
.img-slider-top4 {
  background: url("../img/rox-chart-eur.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #cfb48d;
  -webkit-border-radius: 125px;
          border-radius: 125px;
  width: 443px;
  height: 212px;
}
.img-slider-top5 {
  background: url("../img/igrosoft.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #cfb48d;
  -webkit-border-radius: 125px;
          border-radius: 125px;
  width: 443px;
  height: 212px;
}
.img-slider-top6 {
  background: url("../img/slide-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #cfb48d;
  -webkit-border-radius: 125px;
          border-radius: 125px;
  width: 443px;
  height: 212px;
}
.img-slider-top7 {
  background: url("../img/slide-7.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #cfb48d;
  -webkit-border-radius: 125px;
          border-radius: 125px;
  width: 443px;
  height: 212px;
}
.top-sliding {
  position: absolute;
  z-index: 1;
}
.pooter-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
.txt-bottom-info {
  font-size: 10px;
  color: #7e7e7e;
  width: 350px;
  padding-left: 28px;
}
.pooteк__link {
  display: block;
  color: #8f8f8f;
  font-size: 14px;
  font-family: "Tahoma Regular", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pooteк__link:hover {
  color: #b3b3b3;
  text-decoration: underline;
}
.nav-bot1 {
  padding-right: 28px;
}
.nav-bot11 {
  border-left: 2px solid #ababab;
  padding-left: 28px;
  padding-right: 28px;
}
.nav-bot111 {
  border-left: 2px solid #ababab;
  border-right: 2px solid #ababab;
  padding-left: 28px;
  padding-right: 28px;
}
.copyr {
  color: #ababab;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.img-bot-logo {
  background: url("../img/bottom-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 83px;
  height: 45px;
}
.logo-bot {
  width: 82px;
  padding-left: 28px;
}
.bonus-img {
  background: url("../img/bonus-page-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 301px;
  margin-bottom: 5px;
  position: relative;
  top: -25px;
}
.bonus-img1 {
  background: url("../img/bonus-page-banner-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 301px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 45px;
}
.block-bonus-card {
  width: 325px;
  border: 1px solid #dad8d7;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  background-color: #1d1d1d;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.block-bonus-card2 {
  width: 325px;
  border: 1px solid #dad8d7;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  background-color: #1d1d1d;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.block-bonus-card3 {
  width: 500px;
  border: 1px solid #dad8d7;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  background-color: #1d1d1d;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.block-bonus-card4 {
  border: 1px solid #dad8d7;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  background-color: #1d1d1d;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.root-gold-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
}
.block-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7px;
  padding-right: 7px;
}
.img-stars {
  background: url("../img/star-gold.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
}
.bonus-cont-txt {
  color: #fff;
  font-size: 14px;
  padding: 20px;
}
.bonus-logo {
  background: url("../img/deposit-100.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo1 {
  background: url("../img/deposit-150.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo2 {
  background: url("../img/deposit-200.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo3 {
  background: url("../img/deposit-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo4 {
  background: url("../img/deposit-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo5 {
  background: url("../img/deposit-4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo6 {
  background: url("../img/deposit-5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo7 {
  background: url("../img/bonus-10-rox.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo8 {
  background: url("../img/bonus-15-rox.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo9 {
  background: url("../img/bonus-20-rox.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo10 {
  background: url("../img/reload.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo11 {
  background: url("../img/weekly-fs.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-logo12 {
  background: url("../img/birthday.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 70px;
  margin: 0 auto;
  margin-bottom: -60px;
}
.bonus-btn-center {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.bonus-btn {
  background: url("../img/star-block.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Tahoma Bold", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 700;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin-bottom: -20px;
  bottom: 7px;
}
.bonus-btn:hover {
  background: url("../img/star-block-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 26px;
}
.pdng1 {
  margin-top: 50px;
}
.block-bonus-card1 {
  width: 325px;
  border: 1px solid #dad8d7;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  background-color: #1d1d1d;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.bonus-root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
}
.bonus-zag {
  font-size: 16px;
  line-height: 1.3;
  color: #d6b078;
  text-transform: uppercase;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.content-blocks {
  background-color: #1c1c1c;
  -webkit-box-shadow: 0px 0px 65px 6px rgba(0,0,0,0.75);
          box-shadow: 0px 0px 65px 6px rgba(0,0,0,0.75);
  width: 1280px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  padding-top: 175px;
  padding-bottom: 50px;
  overflow: hidden;
}
.game-mid {
  border: 0;
  width: 100%;
  height: 600px;
}
.game-slot {
  padding-left: 100px;
  padding-right: 100px;
}
.pohozhing-txt {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Tahoma Regular", sans-serif;
  padding-bottom: 20px;
}
.pohozhing {
  overflow: hidden;
  width: 705px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 15px;
}
.contact1 {
  padding-left: 100px;
  padding-right: 100px;
  color: #848484;
  font-size: 15px;
}
.antiblock-cont {
  padding-left: 100px;
  padding-right: 100px;
}
.root-zag {
  background-color: rgba(231,194,139,0.09);
  color: #fff;
  font-size: 18px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-family: "Tahoma Bold", sans-serif;
  font-weight: 700;
}
.font-color {
  color: #d6b078;
  font-size: 21px;
}
.txt-cont-mid {
  font-size: 14px;
  font-family: "Tahoma Bold", sans-serif;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 45px;
}
.txt-cont-mid-loy {
  font-size: 14px;
  text-align: center;
  font-family: "Tahoma Bold", sans-serif;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 45px;
}
.txt-cont-mid-bon {
  font-size: 14px;
  font-family: "Tahoma Bold", sans-serif;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 45px;
}
.txt-cont-mid a {
  color: #d6b078;
  text-decoration: underline;
}
.wdth {
  width: 650px;
  margin: 0 auto;
}
.text-block-hover {
  height: 35px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-block-show.activ-opn {
  display: block;
}
.text-block-show {
  display: none;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.text-pravil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1c1c1c;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #fff;
}
.accordion {
  color: #d6b078;
  padding-left: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.accordion-s {
  color: #fff;
  padding-left: 5px;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.accordion-s1 {
  color: #fff;
  padding-left: 5px;
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 5px;
  padding-left: 45px;
  padding-right: 20px;
}
.circle {
  color: #d6b078;
  padding-left: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.circle1 {
  color: #d6b078;
  padding-left: 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.circles {
  color: #d6b078;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 45px;
}
.block-st {
  cursor: pointer;
  background-color: #232525;
}
.link-7 {
  display: block;
  width: 245px;
  padding-left: 20px;
  position: relative;
  top: -15px;
}
.link75 {
  color: #d6b078;
}
.block-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #fff;
}
.btn-lang {
  padding-right: 10px;
  padding-left: 10px;
}
.btn-lang {
  color: #d6b078;
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-lang:hover {
  color: #ffdba5;
}
.status-block-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.img-status-top {
  background: url("../img/qwo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 304px;
  height: 129px;
  margin-right: 35px;
  margin-top: 20px;
}
.status-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
}
.status-left {
  width: 35%;
}
.right-status-top {
  width: 250px;
}
.btn-stat {
  background: url("../img/star-block.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Tahoma Bold", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 800;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.btn-stat:hover {
  background: url("../img/star-block-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 26px;
}
.img-stat-left {
  background: url("../img/status-new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 128px;
  height: 127px;
  margin: 0 auto;
  position: relative;
  top: 60px;
}
.img-stat-left1 {
  background: url("../img/status-regular.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 202px;
  height: 127px;
  margin: 0 auto;
  position: relative;
  top: 60px;
}
.img-stat-left2 {
  background: url("../img/status-grand.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 225px;
  height: 127px;
  margin: 0 auto;
  position: relative;
  top: 60px;
}
.img-stat-left3 {
  background: url("../img/status-premium.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 105px;
  height: 127px;
  margin: 0 auto;
  position: relative;
  top: 60px;
}
.img-stat-left4 {
  background: url("../img/status-vip.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 67px;
  height: 127px;
  margin: 0 auto;
  position: relative;
  top: 60px;
}
.img-stat-left5 {
  background: url("../img/status-elite.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 120px;
  height: 127px;
  margin: 0 auto;
  position: relative;
  top: 60px;
}
.border-status {
  background: url("../img/status_layer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 270px;
  height: 270px;
}
.btn-stat-left {
  display: block;
  top: 97px;
  color: #000;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Tahoma Bold", sans-serif;
  position: relative;
  font-weight: 800;
}
.block-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #e8c183;
  padding-bottom: 35px;
  padding-top: 35px;
}
.stat-cont-right {
  font-size: 14px;
  font-family: "Tahoma Bold", sans-serif;
  color: #fff;
  width: 450px;
  padding-left: 65px;
}
.block-news {
  position: relative;
  min-height: 185px;
  border: 1px solid #e1c392;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #181919;
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-img1 {
  background: url("../img/news-41.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 365px;
  height: 132px;
  margin-left: 35px;
  border: 1px solid #e1c392;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.news-img2 {
  background: url("../img/news-40.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 365px;
  height: 132px;
  margin-left: 35px;
  border: 1px solid #e1c392;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.news-img3 {
  background: url("../img/news-39.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 365px;
  height: 132px;
  margin-left: 35px;
  border: 1px solid #e1c392;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.news-img4 {
  background: url("../img/news-34.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 365px;
  height: 132px;
  margin-left: 35px;
  border: 1px solid #e1c392;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.news-img5 {
  background: url("../img/news-35.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 365px;
  height: 132px;
  margin-left: 35px;
  border: 1px solid #e1c392;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.right-news {
  width: 600px;
  padding-left: 25px;
}
.data-time {
  font-size: 16px;
  color: #d6b078;
}
.news-zag {
  font-size: 16px;
  color: #d6b078;
  text-transform: uppercase;
  margin-top: 10px;
  padding-bottom: 17px;
  font-weight: 800;
}
.news-cont {
  font-size: 14px;
  color: #fff;
  padding-bottom: 17px;
}
.more-news {
  font-size: 14px;
  color: #e1c492;
  text-decoration: underline;
  cursor: pointer;
}
.top-sliding{
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  height: 400px;
}
.slid-man{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#slider-top-img {
  width: 448px;
}
.border-slid-top {
  border: 2px solid #cfb48d;
  border-radius: 150px;
  width: 468px;
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@keyframes spin {
  0% {
   transform: scaleY(1);
  }
  25% {
   transform: scaleY(-1);
  }
  50% {
   transform: scaleY(1);
  }
  75% {
   transform: scaleY(-1);
  }
  100% {
   transform: scaleY(1);
  }
}
.spins {
  animation-name: spin;
  animation-duration: 0s;
  animation-timing-function: linear;
  animation-delay: 0s;
}
.icon-4 {
  display: none;
}
.icon-5 {
  display: none;
}
.navigate-mob {
  display: none;
}
.mobile-line-bgr {
  width: 100%;
  height: 50px;
  background-color: #111;
  position: relative;
  z-index: 1;
  display: none;
  align-items: center;
}
.mobile-line-bgr1 {
  width: 100%;
  height: 50px;
  background-color: #111111a6;
  position: relative;
  z-index: 25;
  display: none;
  align-items: center;
  position: fixed;
  bottom: 0;
}
.mobile-features-item {
  position: relative;
  z-index: 1;
  display: flex;
  width: 514px;
  margin: 0 auto;
}
.bord-item1 {
  width: 117px;
  height: 26px;
  background: linear-gradient(to bottom, rgba(54,54,54,1) 0%,rgba(65,65,65,1) 45%,rgba(51,51,51,1) 55%,rgba(34,34,34,1) 100%);
  border-radius: 7px;
  border: 2px solid #efc688;
  color: #efc688;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
.circle-item1 {
  background: url(../img/li1.png);
  background-size: cover;
  left: -46px;
  width: 32px;
  height: 32px;
  position: relative;
}
.circle-item2 {
  background: url(../img/li3.png);
  background-size: cover;
  left: -46px;
  width: 32px;
  height: 32px;
  position: relative;
}
.circle-item3 {
  background: url(../img/li2.png);
  background-size: cover;
  left: -46px;
  width: 32px;
  height: 32px;
  position: relative;
}
.circle-item4 {
  background: url(../img/li4.png);
  background-size: cover;
  left: -46px;
  width: 32px;
  height: 32px;
  position: relative;
}
.text-item-mobile {
  font-size: 11px;
  color: #efc688;
  text-transform: uppercase;
  font-family: "Tahoma Bold", sans-serif;
  position: absolute;
  width: 82px;
  margin-left: 11px;
  text-align: center;
}
.text-item-mobile1 {
  font-size: 11px;
  color: #efc688;
  text-transform: uppercase;
  font-family: "Tahoma Bold", sans-serif;
  position: absolute;
  width: auto;
  margin-left: 0;
  text-align: center;
}
.dots-slider1 {
  background-color: #cfb48d;
  width: 6px;
  height: 6px;
  border-radius: 75px;
  position: absolute;
  left: -4px;
}
.dots-slider2 {
  background-color: #cfb48d;
  width: 6px;
  height: 6px;
  border-radius: 75px;
  position: absolute;
  right: -4px;
}
.dots-slider3 {
  background-color: #cfb48d;
  width: 6px;
  height: 6px;
  border-radius: 75px;
  position: absolute;
  top: -4px;
}
.dots-slider4 {
  background-color: #cfb48d;
  width: 6px;
  height: 6px;
  border-radius: 75px;
  position: absolute;
  bottom: -4px;
}
.line-slider-top {
  height: 2px;
  background-color: #cfb48d;
  width: 635px;
  position: relative;
}
.dots-line-slider {
  background-color: #cfb48d;
  width: 6px;
  height: 6px;
  border-radius: 75px;
  position: absolute;
  right: -2px;
  top: -2px;
}
.dots1 {
  background: url("../img/star-slider.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  width: 20px;
  height: 20px;
  outline: none;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0 !important;
  cursor: pointer;
  transition: 1s;
}
.dots1.active {
  background: url("../img/star-slider-hover.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  width: 20px;
  height: 20px;
  outline: none;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0 !important;
  cursor: pointer;
}
.dots {
  position: absolute;
  right: -645px;
  bottom: -45px;
}
.tour-img1 {
  height: 165px;
}
.tour-img1 img {
  width: 100%;
  height: 100%;
}
#slider-top-txt {
  position: absolute;
  right: 50px;
  width: 650px;
}
.top-txt-slider {
  font-family: "Tahoma Bold",sans-serif;
  font-weight: 600;
  line-height: 1.12;
  color: #d6b078;
  font-size: 34px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 0;
}
.bot-txt-slider {
  font-family: "Tahoma Bold",sans-serif;
  line-height: 1.12;
  color: #fff;
  font-size: 23px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.txt-slider-top {
  height: 100px;
  position: relative;
  top: -7px;
}
.btn-slider {
  background: linear-gradient(to bottom, #e2dedb 0%,#ada496 32%,#ada496 66%,#e8c38a 100%);
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50px;
  font-family: "Tahoma Bold", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  position: absolute;
  right: 60px;
  bottom: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.btn-slider:hover {
  filter: brightness(120%);
}
.back-line111 {
  height: 3px;
  width: 100%;
  background-color: #d8c5a9;
  position: absolute;
  z-index: 1;
}
.mobile-bord-item1 {
  position: relative;
  z-index: 1;
  display: flex;
  width: 425px;
  margin: 0 auto;
}
.bord-item11 {
  width: 117px;
  height: 26px;
  background: linear-gradient(to bottom, rgba(54,54,54,1) 0%,rgba(65,65,65,1) 45%,rgba(51,51,51,1) 55%,rgba(34,34,34,1) 100%);
  border-radius: 7px;
  border: 2px solid #efc688;
  color: #efc688;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}

.video-block {
  background: url(../img/MobLasVegas962px.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 450px;
}

@media (max-width: 1380px) {
  .line-yelow-mid {
    border-radius: 0;
    width: 100%;
  }
  .slot {
    width: 205px;
  }
  .btn-slot-hide {
    width: 205px;
  }
  .bottom-line {
    max-width: 100%;
    border-radius: 0;
  }
  .payment-terms {
    border-radius: 0;
    width: 100%;
  }
  .top-line {
    width: 1180px;
  }
  .jackpoter {
    width: 1180px;
  }
  .line-jack {
    width: 1180px;
  }
  .content-block {
    width: 1180px;
  }
  .games-list {
    padding-left: 25px;
  }
  .bottom-line:after {
    display: none;
  }
  .bottom-line:before {
    display: none;
  }
  .content-blocks {
    width: 1180px;
    padding-top: 175px;
  }
}
@media (max-width: 1180px) {
  .content-blocks {
    width: 100%;
    padding-top: 125px;
  }
  .line-yelow-mid {
    border-radius: 0;
    width: 100%;
  }
  .all-soc {
    display: none;
    left: 250px;
    position: absolute;
    background: linear-gradient(to bottom, #e3deda 0%, #aaa399 42%, #aaa399 55%, #efc384 100%);
    box-shadow: 71px 0px 100px 10px rgba(0,0,0,0.75);
    transition: 1s;
  }
  .video-bg {
    display: none;
  }

  .bottom-line {
    max-width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
  }
  .payment-terms {
    border-radius: 0;
    width: 100%;
  }
  .soc-wrap {
    position: relative;
    float: left;
  }
  .logo {
    width: 128px;
    height: 99px;
    background-position: 0px -99px;
  }
  .bottom-line:before {
    display: none;
  }
  .bottom-line:after {
    display: none;
  }
  #slider-now-win {
    height: 250px;
  }
  .one-now {
    font-size: 10px;
  }
  .game-now {
    font-size: 7px;
  }
  .now-price {
    font-size: 15px;
    padding-left: 7px;
  }
  .text-now {
    width: 75px;
  }
  .win-list {
    height: 240px;
  }
  .row-sliding {
    height: 231px;
    width: 245px;
  }
  .img-now1 {
    height: 35px;
    width: 65px;
    border-radius: 5px;
    margin-right: 7px;
  }
  
  .text-soc {
    margin-left: 175px;
    cursor: pointer;
  }
  .flex-block {
    display: flex;
  }
  .nav-top__wrap {
    float: left;
    margin-left: 65px;
    margin-right: 0;
  }
  .aut-line {
    padding-left: 128px;
    width: inherit;
    margin: 0;
  }
  .aut-line:before {
    padding-right: 30px;
  }
  .aut-line:after {
    padding-right: 30px;
  }
  .button-registrate {
    font-size: 13px;
    padding: 5px 10px;
    margin-right: 10px;
  }
  .button-aut {
    padding: 5px 10px;
    font-size: 13px;
  }
  .mail-aut {
    width: 75px;
  }
  .searchinput {
    display: none;
  }
  .search-icon {
    position: absolute;
    right: 1px;
    cursor: pointer;
    border: 1px solid #b8a995;
    border-radius: 45px;
    background-color: #aaa399;
  }
  .nav__linker {
    padding-left: 7px;
    padding-right: 7px;
  }
  .border-slid-top {
    width: 333px;
    height: 168px;
  }
  .img-slider-top1 {
    width: 320px;
    height: 155px;
  }
  .img-slider-top2 {
    width: 320px;
    height: 155px;
  }
  .img-slider-top3 {
    width: 320px;
    height: 155px;
  }
  .img-slider-top4 {
    width: 320px;
    height: 155px;
  }
  .img-slider-top5 {
    width: 320px;
    height: 155px;
  }
  .img-slider-top6 {
    width: 320px;
    height: 155px;
  }
  .img-slider-top7 {
    width: 320px;
    height: 155px;
  }
  #slider-top-img {
    width: 324px;
    height: 160px;
  }
  .line-slider-top {
    width: 360px;
  }
  .top-txt-slider {
    width: 360px;
    font-size: 18px;
    top: 25px;
  }
  .bot-txt-slider {
    font-size: 15px;
    width: 370px;
    bottom: 17px;
  }
  .top-txt-slider {
    top: 20px;
  }
  .btn-slider {
    font-size: 13px;
  }
  .dots {
    right: -365px;
  }
  .jackpoter {
    width: 100%;
  }
  .line-jack {
    width: 100%;
  }
  .line-jack:before {
    display: none;
  }
  .line-jack:after {
    display: none;
  }
  .features-item {
    width: 174px;
    height: 145px;
  }
  .img-block {
    width: 92% !important;
    top: 0px !important;
    left: 5px !important;
  }
  .features-item-one {
    width: 169px;
    height: 145px;
  }
  .slid-man {
    width: 740px;
  }
  .bord__btn {
    bottom: 4px;
    font-size: 10px;
  }
  .line-yelow-mid {
    height: 40px;
  }
  .features-list {
    top: -38px;
  }
  .stars {
    top: -15px;
  }
  .line-sp {
    top: 60px;
    width: 738px;
  }
  .crosh {
    width: 738px;
    top: 50px;
  }
  .content-block {
    width: 100%;
    justify-content: center;
    padding-top: 130px;
  }
  .top-line {
    width: 740px;
  }
  #slider-top-txt {
    right: 20px;
  }
  .games-list {
    width: 465px;
    padding-left: 10px;
  }
  .side-block {
    width: 250px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .tourner {
    width: 240px;
  }
  .header {
    height: 480px;
  }
  .top-sliding {
    height: 290px;
  }
  .tourn-list {
    width: 240px;
  }
  .tour-head {
    width: 240px;
    height: 100px;
  }
  .tour-img {
    height: 80px;
  }
  .tour-grad {
    height: 21px;
  }
  .black-line-tour {
    height: 15px;
    width: 227px;
  }
  .black-line-txt {
    font-size: 11px;
  }
  .block-tour-content {
    width: 229px;
  }
  .all-bgr-grey {
    width: 235px;
  }
  .zagolovok-block-left {
    font-size: 9px;
  }
  .zagolovok-timer {
    font-size: 9px;
  }
  .style-time {
    font-size: 14px;
  }
  .tim {
    font-size: 14px;
  }
  .uchastn-tour {
    font-size: 13px;
  }
  .info-table {
    font-size: 9px;
  }
  .info-row {
    font-size: 8px;
  }
  .btn-more {
    font-size: 8px;
  }
  .mesto-tour {
    font-size: 9px;
  }
  .prinyat-uch {
    font-size: 9px;
  }
  .tour-txt {
    font-size: 15px;
  }
  .tour-head1 {
    width: 240px;
    height: 135px;
  }
  .tour-img1 {
    height: 115px;
  }
  .left-cont-free {
    height: 57px;
  }
  .btn-receive {
    height: 13px;
    width: 100px;
    font-size: 8px;
  }
  .btn-all-akc {
    height: 17px;
    font-size: 9px;
    width: 132px;
  }
  .tour-head2 {
    width: 238px;
    height: 140px;
  }
  .tour-img3 {
    height: 119px;
  }
  .tour-img2 {
    height: 119px;
  }
  .tour-img4 {
    height: 119px;
  }
  .content-slider-side {
    font-size: 9px;
  }
  .btn-slot-hide1 {
    height: 120px;
    position: relative;
    z-index: 2;
  }
  .button-play {
    width: 90px;
    height: 10px;
    font-size: 9px;
  }
  .payment-terms-list {
    width: 735px;
  }
  .visa-img {
    width: 55px;
  }
  .mastercard-img {
    width: 45px;
  }
  .mts-img {
    width: 65px;
  }
  .beeline-img {
    width: 75px;
  }
  .megafon-img {
    width: 75px;
  }
  .payeer-img {
    width: 75px;
  }
  .okpay-img {
    width: 75px;
  }
  .pooter-info {
    width: 740px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .txt-bottom-info {
    padding-top: 40px;
  }
  .logo-bot {
    padding-top: 40px;
  }
  .row-partn {
    width: 740px;
  }
  .accordion {
    font-size: 11px;
  }
  .circle {
    font-size: 11px;
  }
  .circle1 {
    font-size: 11px;
    padding-left: 5px;
  }
  .accordion-s {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
  .circles {
    padding-left: 20px;
    font-size: 11px;
  }
  .accordion-s1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }
  .wdth {
    width: 100%;
  }
  .bonus-root {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .block-bonus-card {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card1 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card2 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card3 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card4 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .root-gold-stars {
    flex-wrap: wrap;
  }
  .block-stars {
    padding-bottom: 15px;
  }
  .font-color {
    font-size: 13px;
  }
  .root-zag {
    font-size: 13px;
  }
  .antiblock-cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  .status-left {
    width: 50%;
  }
  .status-right {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
  }
  .block-news {
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .right-news {
    width: 100%;
  }
}
@media (max-width: 804px) {
  .tourner {
    padding-top: 20px;
  }
  .content-block {
    display: flex;
    flex-wrap: wrap;
  }
  .content-blocks {
    width: 100%;
    padding-top: 60px;
    top: -25px;
  }
  .pohozhing {
    width: 507px;
  }
  .tour-head {
    height: 100px;
  }
  .side-block {
    float: none;
    width: 514px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .tour-head1 {
    height: 136px;
  }
  .dots1 {
    background-color: #d6b078 !important;
    background-size: cover !important;
    width: 4px;
    height: 4px;
    outline: none;
    margin-left: 6px;
    border-radius: 150px;
    margin-right: 6px;
    transition: none;
  }
  .dots1.active {
    background: none !important;
    background-size: cover !important;
    border: 2px solid #d6b078 !important;
    width: 8px;
    height: 8px;
    outline: none;
    margin-left: 6px;
    border-radius: 150px;
    margin-right: 6px; 
  }
  .info-table,
  .btn-more,
  .win-list,
  .info-row,
  .mesto-tour,
  .prinyat-uch,
  .uchastn-tour,
  .slider-side,
  .tour-txt,
  .content-free,
  .btn-all-akc,
  .line-win {
    display: none;
  }
  .block-tour-content,
  .all-bgr-grey {
    border-right: none;
    border-left: none;
    border-bottom: none;
    background: none;
  }
  .games-list {
    padding-left: 0;
    border-right: none;
    padding-right: 0;
    width: 514px;
    margin: 0 auto;
  }
  .slot {
    width: 157px;
    height: 131px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 10px;
  }
  .btn-slot-hide {
    width: 157px;
    height: 105px;
  }
  .img-slot {
    height: 105px;
  }
  .text-slot {
    font-size: 10px;
  }
  .form-aut {
    display: none !important;
  }
  .aut-line:before {
    display: none;
  }
  .aut-line:after {
    display: none;
  }
  .top-line {
    width: 514px;
    height: 47px;
    align-items: center;
  }
  .logo {
    width: 74px;
    height: 37px;
    background: url(../img/bottom-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .search {
    display: none;
  }
  .bottom-line {
    display: none;
  }
  .header-toper__wrap {
    height: 47px;
    border-bottom: none;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .border-slid-top {
    width: 328px;
    height: 162px;
  }
  .img-slider-top1 {
    width: 316px;
    height: 150px; 
  }
  .img-slider-top2 {
    width: 316px;
    height: 150px; 
  }
  .img-slider-top3 {
    width: 316px;
    height: 150px;    
  }
  .img-slider-top4 {
    width: 316px;
    height: 150px;  
  }
  .img-slider-top5 {
    width: 316px;
    height: 150px; 
  }
  .img-slider-top6 {
    width: 316px;
    height: 150px; 
  }
  .img-slider-top7 {
    width: 316px;
    height: 150px; 
  }
  #slider-top-img {
    width: 320px;
    height: 154px; 
  }
  .slid-man {
    width: 514px;
  }
  .line-slider-top {
    width: 180px;
  }
  .top-txt-slider {
    width: 155px;
    font-size: 15px;
  }
  #slider-top-txt {
    right: 0;
    width: 180px;
  }
  .bot-txt-slider {
    bottom: 8px;
    font-size: 13px;
    width: 185px;
  }
  .top-txt-slider {
    top: 18px;
  }
  .btn-slider {
    padding-left: 45px;
    padding-right: 45px;
    right: 0;
    bottom: -17px;
    border: 3px solid #000;
    text-transform: uppercase;
  }
  .line-sp {
    width: 514px;
    top: 25px;
  }
  .crosh {
    width: 514px;
    top: 10px;
  }
  .dots {
    left: 197px;
    bottom: -60px;
  }
  .jackpoter {
    display: none;
  }
  h1,h2 {
    font-size: 30px;
  }
  p {
    font-size: 15px;
  }
  .payment-terms-list {
    width: 514px;
    border-radius: 75px;
    height: 85px;
    flex-wrap: wrap;
  }
  .payment-terms {
    height: 106px;
  }
  .visa-img {
    width: 55px;
  }
  .mastercard-img {
    width: 50px;
  }
  .mts-img {
    width: 75px;
  }
  .beeline-img {
    width: 70px;
  }
  .payeer-img {
    width: 75px;
  }
  .okpay-img {
    width: 75px;
  }
  .payment-terms-item {
    margin-left: 13px;
    margin-right: 13px;
  }
  .pooter-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 540px;
    padding-bottom: 10px;
  }
  .txt-bottom-info {
    width: 360px;
    padding-left: 15px;
  }
  .logo-bot {
    padding-left: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
  .img-bot-logo {
    background: url(../img/footer-star.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 82px;
    height: 22px;
  }
  .copyr {
    padding-top: 7px;
  }
  .row-partn {
    width: 514px;
  }
  .partner {
    background-color: #3d3b3b;
  }
  .net-img {
    width: 65px;
    opacity: 0.8;
  }
  .microgaming-img {
    width: 65px;
    opacity: 0.8;
  }
  .egt-img {
    width: 65px;
    opacity: 0.8;
  }
  .amatic-img {
    width: 65px;
    opacity: 0.8;
  }
  .playngo-img {
    width: 65px;
    opacity: 0.8;
  }
  .elk-img {
    width: 65px;
    opacity: 0.8;
  }
  .technology-img {
    width: 65px;
    opacity: 0.8;
  }
  .belantra-img {
    width: 65px;
    opacity: 0.8;
  }
  .endorghine-img {
    width: 65px;
    opacity: 0.8;
  }
  .evolution-img {
    width: 65px;
    opacity: 0.8;
  }
  .yggdrasil-img {
    width: 55px;
    opacity: 0.8;
  }
  .pragmatic-img {
    width: 75px;
    opacity: 0.8;
  }
  .booming-games-list-img {
    width: 65px;
    opacity: 0.8;
  }
  .by2-img {
    width: 75px;
    opacity: 0.8;
  }
  .quickspin-img {
    width: 65px;
    opacity: 0.8;
  }
  .genesisgaming-img {
    width: 65px;
    opacity: 0.8;
  }
  .playson-img {
    width: 75px;
    opacity: 0.8;
  }
  .oldskool-img {
    width: 75px;
    opacity: 0.8;
  }
  .x2gaming-img {
    width: 75px;
    opacity: 0.8;
  }
  .betsoft-img {
    width: 75px;
    opacity: 0.8;
  }
  .ainsworth-img {
    width: 75px;
    opacity: 0.8;
  }
  .isoftbet-img {
    width: 75px;
    opacity: 0.8;
  }
  .igrosoft-img {
    width: 75px;
    opacity: 0.8;
  }
  .content-block {
    width: 100%;
    padding-top: 85px;
  }
  .top-sliding {
    height: 185px;
  }
  .header {
    height: 345px;
    border-bottom: none;
    top: 46px;
    position: relative;
  }
  .line-yelow-mid {
    display: none;
  }
  .back-line {
    height: 3px;
    width: 100%;
    background-color: #d8c5a9;
    position: absolute;
    z-index: 1;
  }
  .video-bg {
    display: none;
  }
  .video-block {
    background: url(../img/MobLasVegas962px.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 335px;
  }
  .mobile-line-bgr {
    display: flex;
  }
  .mobile-line-bgr1 {
    display: flex;
  }
  .mobile-features-item {
    justify-content: center;
  }
  .icon-4 {
    display: block;
    bottom: -64px;
    top: auto;
    left: 160px;
    z-index: 1;
  }
  .icon-5 {
    display: block;
    bottom: -64px;
    top: auto;
    right: -14px;
    z-index: 1;
  }
  .navigate-mob {
    display: none;
    position: fixed;
    background-color: #171717;
    border-bottom: 3px solid #bbab93;
    width: 100%;
    height: 333px;
    z-index: 25;
  }
  .nav__linker-m {
    color: #e1bf8c;
    text-transform: uppercase;
    font-size: 15px;
    background: linear-gradient(to bottom, #363636 0%,#222 100%);
    width: 360px;
    height: 33px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 40px;
    border-radius: 5px;
    margin-top: 1px;
    position: relative;
  }
  .nav-top__wraps-m {
    padding-top: 10px;
  }
  .search-m {
    position: relative;
    display: flex;
    align-items: center;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .searchinput1 {
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border: 2px solid transparent;
    outline: 0;
    box-shadow: inset 0 0 100px 100px #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3c798), to(#e3e3e3));
    background: linear-gradient(to bottom, #e3c798 0%, #e3e3e3 100%);
    width: 400px;
    border-radius: 18px;
    padding: 3px 20px 3px 9px;
    height: 20px;
    cursor: pointer;
    color: #a9a9a9;
    font-size: 14px;
    padding-left: 15px;
    }
  .help-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    height: 29px;
    width: 130px;
    background: linear-gradient(to bottom, #363636 0%,#222 100%);
    color: #d6b078;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    text-decoration: none;
  }
  .block-btn {
    display: flex;
    width: 400px;
    margin: 0 auto;
  }
  .nav-mobile {
    position: relative;
    width: 24px;
    top: 12px;
  }
  .btn-mobile-nav {
    display: block;
    height: 2px;
    background: #d6b078;
  }
  .btn-mobile-nav:after {
    position: absolute;
    bottom: -7px;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d6b078;
    content: "";
  }
  .btn-mobile-nav:before {
    position: absolute;
    top: -7px;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d6b078;
    content: "";
  }
  .click-nav {
    width: 25px;
    height: 25px;
    overflow: hidden;
  }
  .blur {
    filter: blur(8px);
    transition: filter .6s;
  }
  .prom-m:before {
    content: '';
    position: absolute;
    background-image: url(../img/promo.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 7px;
    top: 4px;
  }
  .slot-m:before {
    content: '';
    position: absolute;
    background-image: url(../img/strawberry.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 7px;
    top: 4px;
  }
  .rulet-m:before {
    content: '';
    position: absolute;
    background-image: url(../img/slot-icon.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 7px;
    top: 4px;
  }
  .live-m:before {
    content: '';
    position: absolute;
    background-image: url(../img/blackman.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 7px;
    top: 4px;
  }
  .news-m:before {
    content: '';
    position: absolute;
    background-image: url(../img/news.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 7px;
    top: 4px;
  }
  .nastol-m:before {
    content: '';
    position: absolute;
    background-image: url(../img/card.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 7px;
    top: 4px;
  }
  .help-m:before {
    content: '';
    position: absolute;
    background-image: url(../img/help.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 7px;
    top: 4px;
  }
  .partn-m:before {
    content: '';
    position: absolute;
    background-image: url(../img/link-partners.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 7px;
    top: 4px;
  }
  .search-icon{
    right: 1px;
    left: inherit;
  }
  .antiblock-cont {
    padding-left: 35px;
    padding-right: 35px;
  }
  .content-block__text-st {
    padding-left: 35px;
    padding-right: 35px;
  }
  .content-block__text-st1 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .contact1 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .accordion {
    font-size: 10px;
  }
  .circle {
    font-size: 10px;
  }
  .circle1 {
    font-size: 10px;
    padding-left: 5px;
  }
  .accordion-s {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }
  .circles {
    padding-left: 20px;
    font-size: 10px;
  }
  .accordion-s1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }
  .wdth {
    width: 100%;
  }
  .bonus-root {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .block-bonus-card {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card1 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card2 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card3 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card4 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .root-gold-stars {
    flex-wrap: wrap;
  }
  .block-stars {
    padding-bottom: 15px;
  }
  .font-color {
    font-size: 13px;
  }
  .root-zag {
    font-size: 13px;
  }
    .status-block-top {
    flex-wrap: wrap;
  }
  .block-status {
    flex-wrap: wrap;
  }
  .status-right {
    flex-wrap: wrap;
    padding-left: 0;
    width: 300px;
    margin: 0 auto;
  }
  .img-status-top {
    width: 270px;
    height: 115px;
    margin: 0 auto;
  }
  .stat-cont-right {
    padding-left: 0;
    padding-top: 40px;
  }
  .status-left {
    width: 100%;
  }
  .right-status-top {
    width: 250px;
    margin: 0 auto;
  }
  .btn-stat {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 573px) {
  #slider-top-txt {
    display: none;
  }
  .line-slider-top {
    display: none;
  }
  .top-line {
    width: 320px;
  }
  .button-aut {
    padding: 5px 7px;
    font-size: 13px;
  }
  .button-registrate {
    padding: 5px 7px;
    font-size: 13px;
    margin-right: 15px;
  }
  .aut-line {
    width: auto;
    left: -35px;
    position: relative;
  }
  #slider-top-img {
    width: 259px;
    height: 124px;
  }
  .border-slid-top {
    width: 270px;
    height: 130px;
  }
  .img-slider-top1 {
    width: 255px;
    height: 120px;
  }
  .img-slider-top2 {
    width: 255px;
    height: 120px;
  }
  .img-slider-top3 {
    width: 255px;
    height: 120px;
  }
  .img-slider-top4 {
    width: 255px;
    height: 120px;
  }
  .img-slider-top5 {
    width: 255px;
    height: 120px;
  }
  .img-slider-top6 {
    width: 255px;
    height: 120px;
  }
  .img-slider-top7 {
    width: 255px;
    height: 120px;
  }
  .slid-man {
    width: 100%;
  }
  .btn-slider {
    right: auto;
    z-index: 1;
  }
  .dots {
    bottom: -30px;
    width: 105px;
    position: relative;
    margin: 0 auto;
    left: 0;
  }
  .icon-4 {
    top: 52px;
    left: -22px;
  }
  .icon-5 {
    top: 52px;
    right: -22px;
  }
  .header {
    height: 265px;
  }
  .crosh {
    width: 90%;
  }
  .line-sp {
    width: 95%;
  }
  .games-list {
    padding-left: 10px;
    border-right: none;
    padding-right: 10px;
    width: 100%;
  }
  .mobile-features-item {
    width: 320px;
    flex-wrap: wrap;
  }
  .mobile-line-bgr {
    height: 80px;
  }
  .back-line {
    top: 20px;
  }
  .back-line1 {
    height: 3px;
    width: 100%;
    background-color: #d8c5a9;
    position: absolute;
    z-index: 1;
    bottom: 20px;
  }
  .bord-item1 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .circle-item1,
  .circle-item2,
  .circle-item3,
  .circle-item4 {
    left: -53px;
  }
  .mobile-bord-item1 {
    position: relative;
    z-index: 1;
    display: flex;
    width: 300px;
    margin: 0 auto;
    justify-content: center;
  }
  .bord-item11 {
    width: 75px;
    height: 26px;
    background: linear-gradient(to bottom, rgba(54,54,54,1) 0%,rgba(65,65,65,1) 45%,rgba(51,51,51,1) 55%,rgba(34,34,34,1) 100%);
    border-radius: 7px;
    border: 2px solid #efc688;
    color: #efc688;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .back-line111 {
    top: 24px;
    height: 3px;
    width: 100%;
    background-color: #d8c5a9;
    position: absolute;
    z-index: 1;
  }
  .tourner {
    width: 300px;
  }
  .tour-head {
    width: 300px;
    height: 125px;
  }
  .tourn-list {
    width: 300px;
  }
  .block-tour-content {
    width: 300px;
  }
  .all-bgr-grey {
    width: 300px;
  }
  .tour-head1 {
    height: 152px;
    width: 300px;
  }
  .tour-img1 {
    height: 132px;
  }
  .payment-terms-list {
    width: 305px;
  }
  .visa-img {
    width: 40px;
  }
  .mastercard-img {
    width: 40px;
  }
  .mts-img {
    width: 50px;
  }
  .beeline-img {
    width: 50px;
  }
  .megafon-img {
    width: 55px;
  }
  .payeer-img {
    width: 50px;
  }
  .okpay-img {
    width: 60px;
  }
  .txt-bottom-info {
    width: 300px;
  }
  .row-partn {
    width: 300px;
  }
  .net-img {
    width: 35px;
  }
  .microgaming-img {
    width: 35px;
  }
  .egt-img {
    width: 35px;
  }
  .amatic-img {
    width: 50px;
  }
  .playngo-img {
    width: 40px;
  }
  .elk-img {
    width: 45px;
  }
  .technology-img {
    width: 45px;
  }
  .belantra-img {
    width: 45px;
  }
  .bigtimegaming-img {
    width: 20px;
  }
  .endorghine-img {
    width: 30px;
  }
  .evolution-img {
    width: 35px;
  }
  .yggdrasil-img {
    width: 25px;
  }
  .pragmatic-img {
    width: 35px;
  }
  .spinomenal-img {
    width: 15px;
  }
  .booming-games-list-img {
    width: 35px;
  }
  .by2-img {
    width: 40px;
  }
  .quickspin-img {
    width: 35px;
  }
  .irondogstudio-img {
    width: 20px;
  }
  .genesisgaming-img {
    width: 45px;
  }
  .rabcat-img {
    width: 45px;
  }
  .playson-img {
    width: 45px;
  }
  .oldskool-img {
    width: 50px;
  }
  .x2gaming-img {
    width: 45px;
  }
  .betsoft-img {
    width: 40px;
  }
  .ainsworth-img {
    width: 40px;
  }
  .isoftbet-img {
    width: 45px;
  }
  .igrosoft-img {
    width: 45px;
  }
  .side-block {
    width: 300px;
  }
  .pooter-info {
    width: 300px;
  }
  .click-nav {
    right: 7px;
    position: relative;
  }
  .slot {
    width: 47%;
    height: 130px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .slots {
    width: 100%;
    margin: 0 auto;
  }
  .btn-slot-hide {
    width: 100%;
    height: 105px;
  }
  .button-play {
    width: 85px;
    height: 10px;
    font-size: 10px;
  }
  .text-slot {
    font-size: 9px;
  }
  .nav__linker-m {
    width: 285px;
  }
  .search-m {
    width: 285px;
  }
  .block-btn {
    width: 320px;
  }
  .help-btn {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-blocks {
    width: 100%;
    top: -25px;
    padding-top: 70px;
  }
  .content-block__text-st {
    padding-left: 10px;
    padding-right: 10px;
  }
  .game-slot {
    padding-left: 10px;
    padding-right: 10px;
  }
  .game-mid {
    height: 400px;
  }
  .pohozhing {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .crosh a {
    font-size: 12px;
  }

  .pohozhing-txt {
    width: 100%;
  }
  .antiblock-cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text-block-hover {
    padding-left: 5px;
    padding-right: 5px;
  }
  .accordion {
    font-size: 9px;
  }
  .circle {
    font-size: 9px;
  }
  .circle1 {
    font-size: 9px;
    padding-left: 5px;
  }
  .accordion-s {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
  }
  .circles {
    padding-left: 20px;
    font-size: 9px;
  }
  .accordion-s1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 9px;
  }
  .antiblock-cont {
    padding-left: 5px;
    padding-right: 5px;
    width: 90%;
    margin: 0 auto;
  }
  .wdth {
    width: 100%;
  }
  .bonus-root {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .block-bonus-card {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card1 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card2 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card3 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .block-bonus-card4 {
    width: 100%;
    margin-top: 120px;
    height: inherit;
    padding-bottom: 15px;
  }
  .root-gold-stars {
    flex-wrap: wrap;
  }
  .block-stars {
    padding-bottom: 15px;
  }
  .tour-img {
    height: 105px;
  }
  .font-color {
    font-size: 13px;
  }
  .root-zag {
    font-size: 13px;
  }
  .status-block-top {
    flex-wrap: wrap;
  }
  .block-status {
    flex-wrap: wrap;
  }
  .status-right {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .img-status-top {
    width: 270px;
    height: 115px;
    margin: 0 auto;
  }
  .stat-cont-right {
    padding-left: 0;
    padding-top: 40px;
  }
  .status-left {
    width: 100%;
  }
  .right-status-top {
    width: 250px;
    margin: 0 auto;
  }
  .btn-stat {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .pooter-col {
    display: none;
  }
  .news-img1{
    width: 300px;
    margin-left: 0;
  }
  .news-img2{
    width: 300px;
    margin-left: 0;
  }
  .news-img3{
    width: 300px;
    margin-left: 0;
  }
  .news-img4{
    width: 300px;
    margin-left: 0;
  }
  .news-img5{
    width: 300px;
    margin-left: 0;
  }
  .right-news {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  td {
    padding: 3px;
  }
  .stat-cont-right {
    width: 100%;
  }
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.lazyloaded,.ls-is-cached.lazyloaded {
  opacity: 1;
  transition: opacity .3s ease-in
}
.slot_img {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.btn-slot-hide{
  z-index: 2;
  position: relative;
}

@media (max-width: 450px) {
  .tourner {
    padding-top: 20px;
  }
  .txt-bottom-info {
    padding: 10px 0 0 0;
  }
  .logo-bot {
    padding-top: 0;
  }
  .row-partn {
    margin-top: 0;
  }
}