/*normalize*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: \201c \201d \2018 \2019;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
figure {
  margin: 0;
}
legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*normalize end*/
@font-face {
  font-family: "Menuet script"; /* Имя шрифта */
  src: url(img/4YVbmXAH.ttf); /* Путь к файлу со шрифтом */
  font-display: swap;
}

a {
  color: #ffa500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ie-transition: all 0.25s ease-out;
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: url("img/background.png") no-repeat 0 0 #000;
  position: relative;
  width: 100%;
  max-width: 1130px;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  line-height: 1.5em;
}

/* header */
header {
  display: block;
  height: auto;
  /*overflow: hidden;*/
  background: url("img/header_line.png") no-repeat scroll center bottom
    transparent;
  min-height: 155px;
  padding-bottom: 33px;
}
.center {
  display: block;
  height: auto;
  /*overflow: hidden;*/
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.logo {
  text-align: center;
  display: inline-block;
  float: left;
  width: 560px;
  height: 155px;
}
.brand-menu div ul {
  display: table;
  margin: auto;
  padding: 0;
}
.brand-menu div ul li {
  display: inline-block;
  list-style: outside none none;
  margin-right: 7px;
  background: url("img/gold_button-repeat.png") repeat scroll 0px 0px
    transparent;
  height: 25px;
  padding: 16px 10px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.brand-menu div ul li a {
  color: #000;
  text-decoration: none;
  font-size: 26px;
  font-family: "Menuet script";
}
.brand-menu div ul li a:hover {
  color: #ff020a;
}

/* wrapper */
.ln-table {
  display: flex;
  height: auto;
  /*overflow: hidden;*/
}
.ln-right {
  width: 906px;
  /*display: table-cell;*/
  vertical-align: top;
}
.ln-left {
  background: url("img/white_shadow.png") repeat scroll 0px -3px transparent;
  /*display: table-cell;*/
  vertical-align: top;
}

.ln-list-slots {
  text-align: center;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.ln-item {
  display: inline-block;
  width: 220px;
  height: 170px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}
.image-container {
  text-align: center;
  background: url("img/slot_border.png") repeat scroll center 0px transparent;
  width: 192px;
  height: 129px;
  position: relative;
  display: inline-block;
}
.image-container img {
  border: 0px none;
  z-index: -1;
  position: relative;
  margin-top: 5px;
  border-radius: 51px;
  width: 185px;
  height: 120px;
  object-fit: cover;
}
.ln-item:hover .ln-item-title {
  color: #ff020a;
}
.ln-item:hover img {
  opacity: 0.7;
}
.ln-item-title {
  font-family: "Menuet script";
  font-size: 21px;
  height: auto;
  overflow: hidden;
  padding-top: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.share42init {
  display: block;
  float: left;
  margin-top: 14px;
}
.ln-other_games_btn {
  display: block;
  float: right;
  background: url("img/all_games_button.png") no-repeat scroll center 0px
    transparent;
  width: 160px;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-shadow: 0px 0px 4px #000;
  margin-right: 35px;
}
.ln-other_games_btn:hover {
  color: #000;
}
.clear {
  clear: both;
}
.games {
  position: relative;
}

.best-game-of-the-year {
  background: url("img/best_game.png") no-repeat scroll center 0px transparent;
  display: block;
  height: 254px;
  width: 350px;
  float: left;
  position: relative;
  z-index: 0;
}
.best-game-of-the-mounth {
  background: url("img/best_game.png") no-repeat scroll center 0px transparent;
  display: block;
  height: 254px;
  width: 350px;
  float: right;
  position: relative;
  z-index: 0;
}
.block-title {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 12px;
}
.wp-pagenavi span.current {
  background: none repeat scroll 0% 0% #decf88;
  color: #000;
  border: 1px solid #7171aa;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: none repeat scroll 0% 0% #decf88;
  color: #000;
}
.wp-pagenavi {
  text-align: center;
  clear: both;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #decf88;
  padding: 5px 8px;
  margin: 2px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
/* sidebar */
.sidebar {
  height: auto;
  overflow: hidden;
  width: 232px;
}
.par-name {
  text-align: center;
  font-size: 24px;
  text-shadow: 0px 0px 2px #000;
  padding: 0px 15px;
}
.ln-clubs-casino {
  background: url("img/clubs.png") no-repeat scroll center 0px transparent;
  overflow: hidden;
  width: 232px;
  display: block;
  height: 535px;
  margin: 0px auto 15px;
}
.ln-payment {
  background: url("img/pay.png") no-repeat scroll center 0px transparent;
  overflow: hidden;
  width: 232px;
  display: block;
  height: 415px;
  margin: 0px auto 15px;
}
/* footer */
footer {
  background: url("img/footer_line.png") no-repeat scroll center 0px transparent;
  display: block;
  width: 100%;
  height: 100px;
}
.ln-footer-menu {
  display: block;
  padding: 20px 0px;
  margin-top: 25px;
}
.ln-footer-menu div ul {
  display: table;
  margin: auto;
  padding: 0;
}
.ln-footer-menu div ul li {
  display: inline-block;
  margin-right: 20px;
}
.ln-footer-menu div ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.ln-footer-menu div ul li a:hover {
  color: #ffa500;
}
.copy {
  text-align: center;
  font-size: 12px;
}

/* single */
.ln-text iframe {
  width: 850px;
  display: block;
  margin: 15px auto;
  height: 638px;
  border: 0px;
}
.play {
  background: url("img/real_money_button.png") no-repeat scroll center 0px
    transparent;
  display: block;
  width: 100%;
  height: 52px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 25px;
}
.play:hover {
  color: #000;
}
.tb-title-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#breadcrumbs li a {
  color: #b80000;
}
#breadcrumbs li a:hover {
  color: #ff8800;
}
#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #333;
}

.title404_digit {
  font-size: 180px;
  margin: 34px 34px 34px 92px;
  float: left;
  padding-top: 32px;
}
.title404_list {
  margin: 0 0 110px 0;
}
.title404_list li {
  list-style-type: none;
}
.title404_list li a:hover {
  text-decoration: none;
}

a.brand-regform__input--log.sign-in {
  background: linear-gradient(to top, #0b04b9, #0b41c5, #0b04b9);
  border: 1px solid #0146b3;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  outline: 2px solid #000;
  outline-offset: -3px;
  margin: 0px 11px;
}
a.brand-regform__input--log.sign-up {
  background: linear-gradient(to top, #960002, #e20303, #960002);
  border: 1px solid #e37602;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  outline: 2px solid #000;
  outline-offset: -3px;
  margin: 0px 11px;
}

a.brand-regform__input--log.sign-in:hover {
  background: linear-gradient(to top, #0b41c5, #0b04b9, #0b41c5);
}
a.brand-regform__input--log.sign-up:hover {
  background: linear-gradient(to top, #e20303, #960002, #e20303);
}

#log_in {
  position: relative;
  padding: 80px 0 0;
  float: right;
}

ul#menu-main-top li.current-menu-item span {
  color: #ff020a;
  text-decoration: none;
  font-size: 26px;
  font-family: "Menuet script";
}

#true_loadmore {
  border: 1px solid #ac26a5;
  padding: 5px 15px;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
#true_loadmore:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #333;
}

ol.esq-crumbs {
  padding: 0px;
}

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

ol.esq-crumbs {
  padding: 0px;
}

ol.esq-crumbs li {
  display: inline-block;
  list-style-type: none;
  padding: 0px 3px;
  margin: 0px;
}

ul#menu-footer li.current-menu-item span {
  color: #ffa500;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

/* responsive */
@media (max-width: 1160px) {
  .ln-left {
    display: none;
  }
  .ln-right {
    width: 100%;
    padding: 0 35px;
  }
}
/*adapt menu */
.cover-table {
  max-width: 100%;
  overflow: auto;
}
.menu-close-button {
  display: none;
}
.adapt-menu-icon {
  display: none;
}
.media-mob {
  display: none;
}
img {
  max-width: 100%;
  height: initial;
}
body.OverflowHiden {
  overflow: hidden;
}
.cover-menu {
  display: none;
}
@media (max-width: 890px) {
  #log_in {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .logo,
  #log_in {
    float: none;
  }
  .center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  /*displayed none themes menu*/
  .brand-menu #menu-main-top {
    display: none !important;
  }
  /*displayed none themes menu*/

  .adapt-menu-icon {
    display: block;
  }
  .cover-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    right: -320px;
    top: 0px;
    padding: 45px 10px 0;
    overflow: hidden;
    max-width: 320px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3001;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #22227c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .cover-menu .menu-close-button {
    display: block;
    background-color: transparent;
    position: absolute;
    left: 10px;
    top: 3px;
    height: 40px;
    width: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cover-menu .menu-close-button .line-white-menu {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.7s;
    transition: 0.7s;
    display: block;
    height: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 3px;
    right: 3px;
  }
  .cover-menu .menu-close-button .line-white-menu:first-child {
    top: -webkit-calc(25% - 3px);
    top: -moz-calc(25% - 3px);
    top: calc(25% - 3px);
  }
  .cover-menu .menu-close-button .line-white-menu:nth-child(2) {
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .cover-menu .menu-close-button .line-white-menu:last-child {
    top: -webkit-calc(75% - 3px);
    top: -moz-calc(75% - 3px);
    top: calc(75% - 3px);
  }
  .cover-menu.showmenu .line-white-menu:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .cover-menu.showmenu .line-white-menu:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .cover-menu.showmenu .line-white-menu {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .cover-menu > li > a > span.link-text {
    width: auto;
  }
  .cover-menu.showmenu {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
    overflow: auto;
  }
  body .icon-menu-bg {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    -o-transition: 0.5s opacity;
    -moz-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  body .icon-menu-bg.showbg {
    position: fixed;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.65);
  }
  body .show-menu-icon {
    display: block;
    width: 49px;
    height: 49px;
    margin: 0 auto;
    padding: 0;
  }
  .cover-menu li .sub-menu li {
    padding: 0;
  }
  .cover-menu .menu-close-button + ul {
    border-top: 1px solid white;
  }
  .cover-menu li {
    width: 100%;
    text-align: center;
    background-color: transparent;
    height: auto;
    line-height: 1;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .cover-menu li .sub-menu {
    /*display: block;
          position: static;*/

    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    width: 100%;
    position: static;
  }
  .cover-menu li a,
  .cover-menu li span {
    padding: 15px 5px;
    min-height: initial;
    color: white;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
  body .adapt-menu-icon {
    position: absolute;
    right: -webkit-calc(50% - 35px);
    right: -moz-calc(50% - 35px);
    right: calc(50% - 35px);
    top: 150px;
    width: 70px;
    height: 60px;
    z-index: 100;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
  }
  body .adapt-menu-icon .line-white-menu {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.7s;
    transition: 0.7s;
    display: block;
    height: 6px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
  }
  body .adapt-menu-icon .line-white-menu:first-child {
    top: -webkit-calc(25% - 3px);
    top: -moz-calc(25% - 3px);
    top: calc(25% - 3px);
  }
  body .adapt-menu-icon .line-white-menu:nth-child(2) {
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
  }
  body .adapt-menu-icon .line-white-menu:last-child {
    top: -webkit-calc(75% - 3px);
    top: -moz-calc(75% - 3px);
    top: calc(75% - 3px);
  }
  .ln-footer-menu div ul li {
    display: block;
    padding-bottom: 10px;
  }
  .ln-footer-menu div ul {
    text-align: center;
  }
  .ln-text iframe {
    display: none;
  }
  ul.menu {
    margin-left: 0px;
    padding-left: 0px;
  }
  .title404_digit {
    float: none;
    width: 100%;
    text-align: center;
    margin: 100px 0;
    font-size: 18vw;
  }
  .title404,
  .title404_list {
    text-align: center;
    padding-left: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 550px) {
  .ln-text img {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }
  .log-in-top {
    display: flex;
    flex-direction: column;
  }
  .log-in-top a {
    margin: 5px 0 !important;
  }
  .play {
    font-size: 5vw;
  }
  .title404_digit {
    margin: 65px 0;
    font-size: 18vw;
  }
}

.footer_text {
  text-align: center;
}


.download_wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #070b11;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 991px) {
  .download_wrap {
    display: block;
  }
}
a.ttg-apk {
  display: block;
  text-transform: uppercase;
  color: #0146b3;
  border: 1px solid #0146b3;
  padding: 13px 30px;
  width: 200px;
  margin: 5px auto;
  text-align: center;
  text-decoration: none;
}

.up_button {
  position: fixed;
  right: 20px;
  bottom: 62px;
  color: #af3e81;
  z-index: 9999;
}

.up_button:after {
  display:  block;
  content: 'Вверх';
  margin-top: 10px;
}

.up_button:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-bottom: 7px solid #af3e81;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body{
    padding-bottom: 60px;
  }
}
