@font-face {
  font-family: "Bebas Neue";
  font-display: swap;
  src: url(../fonts/BebasNeue.woff);
}
@font-face {
  font-family: Montserrat-Bold;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff);
}
@font-face {
  font-family: Montserrat-Regular;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff);
}
body {
  background: #040034;
  color: #fff;
  overflow-x: hidden;
}
body,
li,
ul {
  margin: 0;
  padding: 0;
  font-family: Montserrat-Regular, sans-serif;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
input {
  outline: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: calc(100% - 40px);
}
header {
  padding: 20px 0;
  position: relative;
  width: 100%;
  font-family: Montserrat-Regular, sans-serif;
  background: #231450;
  background: -webkit-linear-gradient(
    top,
    #231450 0,
    #39237a 60%,
    #4527a0 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#231450),
    color-stop(60%, #39237a),
    to(#4527a0)
  );
  background: -o-linear-gradient(top, #231450 0, #39237a 60%, #4527a0 100%);
  background: linear-gradient(to bottom, #231450 0, #39237a 60%, #4527a0 100%);
}
header .container {
  max-width: 1700px;
  width: calc(100% - 40px);
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#selection {
  display: none;
  position: absolute;
  flex-direction: column;
  z-index: 200;
  background: linear-gradient(to bottom, #6732f9 0, #6a51a5 100%);
  border: 1px solid #f0c;
  padding: 15px;
  top: 50px;
  width: 250px;
  border-radius: 10px;
  right: 0;
  max-height: 350px;
  overflow-y: auto;
}
#selection::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f0c;
}
#selection::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#selection::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
#selection a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
}
.search__item {
  border-bottom: 1px solid #f0c;
}
.search__item:last-of-type {
  border-bottom: none;
}
#selection img {
  position: static;
  max-height: 35px;
  width: 50px;
  margin-right: 10px;
}
#selection h4 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
}
.menu ul li {
  display: block;
  font-family: Montserrat-Bold, sans-serif;
}
.menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  opacity: 0.75;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pop-up_close {
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: -20px;
  border: 2px solid #f57c00;
  background: #ffab40;
  border-radius: 50%;
  cursor: pointer;
  z-index: 200;
}
.pop-up_close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.stots-game.full-screen_game {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 80vw;
  height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: box-shadow 0.3s;
  box-shadow: 0 0 10px 2px #e267f9;
  border: 1px solid #f0b;
  z-index: 200;
}
.game-iframe_img {
  max-height: 100%;
}
.games-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.title-games_table {
  text-align: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 30px;
  padding-bottom: 10px;
  margin-top: 0;
  text-shadow: 0 2px 0 #e267f9;
  margin-bottom: 0;
}
.games-info_right {
  background: #763699;
  padding: 40px 25px;
  border: 1px solid #ff00e657;
  border-radius: 10px;
  width: 50%;
  text-align: center;
}
.games-info_left {
  background: #763699;
  padding: 40px 25px;
  border: 1px solid #ff00e657;
  border-radius: 10px;
  width: 40%;
  text-align: center;
  margin-right: 25px;
}
.games-info_left table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  height: 90%;
  margin: 20px 0;
  text-align: left;
}
.games-info_left table tr {
  border-bottom: 1px solid #9348bc;
}
.games-info_left table tr:last-child {
  border-bottom: none;
}
.games-info_left table th {
  color: #fff;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 18px;
}
.games-info_left table td {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
}
.games-info_left table td a {
  color: #ffab40;
  font-size: 18px;
  transition: color 0.3s;
}
.games-info_left table td a:hover {
  color: #fff;
}
@media (max-width: 1100px) {
  .games-info_left {
    width: 50%;
  }
}
@media (min-width: 760px) and (max-width: 900px) {
  .games-info_left {
    width: 70%;
  }
}
@media (max-width: 760px) {
  .games-info_left {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .games-info_right {
    width: 100%;
    box-sizing: border-box;
    background: 0 0;
    border: none;
  }
  .games-info-wrap {
    flex-direction: column;
  }
  .games-info_left table th {
    padding: 15px 0;
  }
}
@media (max-width: 500px) {
  .title-games_table {
    font-size: 20px;
  }
  .games-info_left {
    padding: 20px 10px;
  }
  .games-info_left table td {
    font-size: 12px;
  }
  .games-info_left table th {
    font-size: 11px;
  }
}
.pop-up__wrap {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 50, 55, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.sotialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sotialLinks svg path {
  fill: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sotialLinks a {
  margin: 0 6px;
}
.search {
  position: relative;
  margin: 0 10px;
}
.search input {
  border: none;
  height: 42px;
  border-radius: 20px;
  color: #fff;
  padding: 0 17px;
  font-size: 16px;
  background: #6732f9;
  background: -webkit-linear-gradient(top, #6732f9 0, #6a51a5 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6732f9),
    to(#6a51a5)
  );
  background: -o-linear-gradient(top, #6732f9 0, #6a51a5 100%);
  background: linear-gradient(to bottom, #6732f9 0, #6a51a5 100%);
  width: 160px;
  font-family: Montserrat-Regular, sans-serif;
  padding-right: 40px;
}
.search input::-webkit-input-placeholder {
  color: #fff;
}
.search input:-ms-input-placeholder {
  color: #fff;
}
.search input::-ms-input-placeholder {
  color: #fff;
}
.search img {
  position: absolute;
  top: 13px;
  right: 18px;
}
.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  z-index: 10;
}
.light-lang {
  border-radius: 50%;
  border: 2px solid #ff54d2;
  box-shadow: 0 0 10px #ff54d2;
}
.languages a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.languages__hover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 35px;
  right: 0;
  width: 100%;
  align-items: flex-end;
  display: none;
  z-index: 10;
}
.languages__hover a:first-child {
  margin-top: 7px;
}
.languages__hover a {
  border: 2px solid transparent;
}
.languages p {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.burger__button {
  width: 25px;
  height: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding-right: 10px;
  display: none;
}
.burger__button span {
  width: 100%;
  height: 2px;
  background: #fff;
}
header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 40px;
}
.languages__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.languages__current img,
.languages__current picture {
  width: 35px;
  height: 35px;
}
.languages__hover img,
.languages__hover picture {
  width: 35px;
  height: 35px;
}
#burder:checked + .menu {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.6s;
}
h1 {
  text-align: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 36px;
  padding-bottom: 10px;
  margin-top: 0;
  position: relative;
  text-shadow: 0 2px 0 #e267f9;
  margin-bottom: 0;
}
h2 {
  text-align: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 30px;
  margin-top: 20px;
  position: relative;
  text-shadow: 0 2px 0 #e267f9;
  margin-bottom: 0;
}
h1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f0b;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 0 20px 2px #e267f9;
  box-shadow: 0 0 20px 2px #e267f9;
  z-index: 1;
}
.main__text {
  text-align: center;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 16px;
}
.main__text p {
  margin: 20px 0 0 0;
}
.main__text a {
  color: #ffab40;
}
.main__text li {
  margin: 20px 0 0 40px;
}
.top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer {
  background: #231450;
}
footer .container {
  max-width: 1700px;
  width: calc(100% - 40px);
  padding: 0 20px;
  margin: 0 auto;
}
.clear-container .container {
  max-width: 1200px;
  width: calc(100% - 40px);
  padding: 0 20px;
  margin: 0 auto;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 10px;
}
footer .menu ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
footer .menu ul li {
  margin: 0;
}
footer .menu ul li a {
  padding: 0 10px;
}
.copyright p {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 12px;
  color: #ababab;
  text-transform: capitalize;
}
.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}
.copyright .copyright__sitemap {
  font-family: Montserrat-Bold, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffab40;
}
.logo img {
  height: 78px;
}
.favorite__title {
  text-align: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 24px;
  margin-top: 5px;
  position: relative;
  text-shadow: 0 2px 0 #e267f9;
  margin-bottom: 0;
}
.top-casinos {
  display: none;
}
.gradient__background {
  display: none;
}
.games__wrapper {
  display: none;
}
.casino-month__review {
  display: none;
}
.arrow-up {
  display: none;
}
.back-stars,
.front-stars,
.rating-wrap,
.star-rating {
  display: flex;
}
.rating-wrap {
  align-items: center;
}
.star-rating {
  align-items: center;
  font-size: 25px;
  justify-content: center;
  height: 25px;
  position: relative;
  width: 125px;
}
.back-stars {
  color: #dadada;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../img/star-back.svg);
  background-size: contain;
}
.front-stars {
  color: #f7db06;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  bottom: 0;
  top: 0;
  background: url(../img/star.svg);
  background-size: contain;
}
.text-rating {
  margin-left: 15px;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 22px;
  color: #fff;
}
.animation-banner {
  cursor: pointer;
  z-index: 990;
  position: fixed;
  top: 100px;
  right: -250px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.frame_first,
.frame_second {
  position: absolute;
  top: 0;
  right: 0;
}
.animation-banner img {
  height: 250px;
}
.frame_first {
  display: block;
}
.frame_second {
  display: block;
  visibility: hidden;
  animation: eyes 3s infinite;
}
@keyframes eyes {
  0% {
    visibility: hidden;
  }
  80% {
    visibility: hidden;
  }
  85% {
    visibility: visible;
  }
  87% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
@media (max-width: 900px) {
  .animation-banner img {
    height: 140px;
  }
}
@media (max-width: 500px) {
  .animation-banner img {
    height: 180px;
  }
  .animation-banner {
    top: 30px;
  }
}
.welcome-banner {
  text-align: center;
  background: #231450;
}
.welcome-banner img {
  max-width: 100%;
  max-height: 100%;
}
.welcome-bat-mob {
  display: none;
}
.top-casino__pop-up {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 1, 65, 0.78);
  backdrop-filter: blur(15px);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.top-casino__pop-up.open {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.pop-up__wrp {
  position: relative;
  background: #381f87;
  border-radius: 10px;
  padding: 43px 33px;
  max-width: 900px;
}
.pop-up__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  top: -18px;
  right: -18px;
  background: #fdaa49;
  border: 3px solid #f37b1d;
  border-radius: 50%;
  cursor: pointer;
}
.pop-up__title {
  font-family: Montserrat-Regular, sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.83);
}
.pop-up__casinos {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 5px;
}
.pop-up_casino {
  display: flex;
  flex-direction: column;
  padding: 5px 25px 40px 25px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#420679),
    to(#7e0180)
  );
  background: -o-linear-gradient(top, #420679 0, #7e0180 100%);
  background: linear-gradient(180deg, #420679 0, #7e0180 100%);
  border: 1px solid #ff54d2;
  border-radius: 5px;
  position: relative;
  width: 260px;
  margin: 15px;
  position: relative;
}
.pop-up__casino_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.pop-up__casino_img img {
  max-width: 100%;
  max-height: 100%;
}
.pop-up__casino_btn {
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 100%;
  text-align: center;
}
.pop-up__casino_btn a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #fff;
  height: 100%;
  padding: 5px 55px;
  text-transform: uppercase;
  background: #fdaa49;
  border-radius: 5px;
  width: 80%;
}
.pop-up__casino_btn a:hover {
  background: #f57c00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.pop-up_casino:hover {
  animation: tick 0.6s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pop-up__casino_bonus {
  height: auto;
}
.pop-up__casino_bonus p {
  font-family: Montserrat-Regular, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #feb1e9;
}
.pop-up_casino:last-child::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -73px;
  background: url(../img/bat-pop-up.png) center no-repeat;
  background-size: contain;
  height: 133px;
  width: 208px;
}
.casino-month__info {
  position: relative;
  min-height: 230px;
  justify-content: flex-start;
}
.casino-month__rating.index-bat {
  margin-top: 45px;
}
.casino-month__info.index-bat:before {
  position: absolute;
  content: "";
  width: 415px;
  height: 297px;
  top: -100px;
  left: -140px;
  background: url(../img/reviewbat.png) center no-repeat;
  background-size: contain;
}
.casino-month__info.review-bat:before {
  position: absolute;
  content: "";
  width: 415px;
  height: 297px;
  top: -100px;
  left: -140px;
  background: url(../img/reviewbat.png) center no-repeat;
  background-size: contain;
}
.casino-month__info a,
.casino-month__info img {
  z-index: 99;
}
@media (max-width: 1150px) {
  .casino-month__info.index-bat:before {
    width: 379px;
    height: 260px;
    top: -75px;
    left: 45%;
    transform: translateX(-50%);
  }
  .casino-month__info.review-bat:before {
    width: 379px;
    height: 260px;
    top: -75px;
    left: 45%;
    transform: translateX(-50%);
  }
  .casino-month__info.review-bat img {
    max-height: 60px;
  }
  .casino-month__rating.review-bat {
    margin-top: 45px;
  }
}
@media (max-width: 1050px) {
  .pop-up__wrp {
    max-width: 80vw;
    padding: 33px 33px 43px 33px;
  }
  .pop-up_casino {
    width: 30%;
    margin: 5px;
    padding: 10px 10px 25px 10px;
  }
  .pop-up__casino_img {
    height: 50px;
  }
  .pop-up__title {
    font-size: 18px;
    line-height: 28px;
  }
  .pop-up__casino_btn a {
    font-size: 16px;
  }
  .pop-up__casino_btn {
    bottom: -10px;
  }
  .pop-up__casino_bonus {
    margin-top: 15px;
  }
  .pop-up__casino_bonus p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 650px) {
  .pop-up_casino {
    width: 80%;
  }
  .pop-up__casinos {
    flex-wrap: wrap;
  }
  .pop-up__title {
    font-size: 12px;
    line-height: 16px;
    padding-right: 20px;
  }
  .pop-up__wrp {
    padding: 10px;
    max-height: 90vh;
  }
  .pop-up_casino {
    margin: 15px 0;
  }
  .pop-up__casino_bonus p {
    font-size: 10px;
  }
  .pop-up_casino:last-child::before {
    top: -45px;
    right: -60px;
    height: 83px;
    width: 168px;
  }
  .casino-month__info.index-bat:before {
    left: 40%;
  }
}
.first-layer img {
  width: 16px;
  height: 16px;
}
.sotialLinks img {
  width: 16px;
  height: 16px;
}
.faq-wrap {
  position: relative;
}
.faq-row {
  position: relative;
}
.faq-row.active {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
}
.accordion {
  background: #eef0fa;
  padding: 15px 22px;
  font-family: Montserrat-Bold, sans-serif;
  font-weight: 700;
  border-radius: 9px;
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 25px;
  color: #690dc0;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion:active,
.accordion:focus {
  outline: 0;
}
.accordion:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  color: #ffab40;
}
.faq-row.active .accordion {
  color: #ffab40;
}
.faq-row.active .accordion:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
}
.panel {
  padding: 0 38px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-radius: 14px;
}
.panel p {
  padding: 15px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
.contacts-form_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
}
.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#valid {
  display: none;
}
.contacts-form_left {
  width: 70%;
  margin-right: 20px;
}
.contacts-form_right {
  width: 30%;
  background: 0 0;
}
.form-email input,
.form-name input,
.form-subject input,
.form-theme input {
  margin-top: 5px;
  padding: 12px 20px;
  border-radius: 20px;
  border: none;
  font-size: 16px;
}
#your-message {
  border-radius: 20px;
  margin-top: 5px;
  outline: 0;
  font-size: 16px;
  padding: 13px 20px;
}
.btn.btn_pink {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #fff;
  height: 100%;
  padding: 5px 33px;
  text-transform: uppercase;
  background: #fdaa49;
  border-radius: 5px;
  min-width: 200px;
  margin: 0 auto;
  outline: 0;
  cursor: pointer;
  border: 0;
  transition: background 0.6s;
  margin-top: 20px;
}
.btn.btn_pink:hover {
  background: #f57c00;
  transition: background 0.6s;
}
.top-casino__pop-up.cnt-top {
  background: 0 0;
  max-width: 300px;
  position: relative;
  visibility: visible;
  opacity: 1;
}
.top-casino__pop-up.cnt-top .pop-up_casino {
  width: 80%;
}
.top-casino__pop-up.cnt-top .pop-up__casinos {
  flex-wrap: wrap;
}
.top-casino__pop-up.cnt-top .pop-up__title {
  font-size: 16px;
  line-height: 20px;
}
.top-casino__pop-up.cnt-top .pop-up__wrp {
  padding: 25px;
  border-radius: 20px;
}
.top-casino__pop-up.cnt-top .pop-up_casino {
  margin: 15px 0;
}
.top-casino__pop-up.cnt-top .pop-up__casino_bonus p {
  font-size: 10px;
}
.top-casino__pop-up.cnt-top .pop-up_casino:first-child::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -73px;
  background: url(../img/bat-pop-up.png) center no-repeat;
  background-size: contain;
  height: 133px;
  width: 208px;
}
.top-casino__pop-up.cnt-top .pop-up_casino:last-child::before {
  display: none;
}
.contacts-form_left h1 {
  display: inline-block;
}
.contacts-form_left .contacts-title {
  text-align: center;
  margin: 20px 0;
}
.top-casino__pop-up.cnt-top .pop-up__casino_img {
  height: 80px;
}
.stots-game iframe.full-screen-iframe {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  z-index: 999;
}
.banner {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 40%;
  margin-top: 10px;
}
.banner__style_5 {
  position: relative;
  border-radius: 2px;
  max-height: 35px;
}
.banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner__style_5:after,
.banner__style_5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -o-linear-gradient(
    45deg,
    #ffaff7,
    #f0c,
    #fff2e2,
    #ffbaed,
    #ff5bd3
  );
  background: linear-gradient(45deg, #ffaff7, #f0c, #fff2e2, #ffbaed, #ff5bd3);
  background-size: 400%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 2;
  -webkit-animation: steam 20s linear infinite;
  animation: steam 20s linear infinite;
}
.banner__style_5:after {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.index-banner__style_5 {
  width: 100%;
  max-width: 270px;
  max-height: 69px;
}
.index-banner__style_5 .button__bebas {
  z-index: 5;
}
.table-section {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  header .sotialLinks {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  header .search {
    display: none;
  }
  footer .sotialLinks {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .welcome-bat-mob {
    display: block;
  }
  .welcome-bat {
    display: none;
  }
  header .menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
  }
  .menu ul li {
    width: 200px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  header .languages {
    margin: 20px 0;
  }
  header .search {
    display: flex;
  }
  .burger__button {
    display: flex;
  }
  #burder:checked + .menu {
    flex-direction: column;
    align-items: center;
  }
  footer .sotialLinks {
    display: flex;
  }
  .footer__top {
    flex-direction: column;
  }
  footer .menu ul {
    flex-direction: column;
    margin: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__top {
    flex-direction: column;
  }
  footer .menu {
    width: 100%;
  }
  footer .menu ul {
    margin: 20px 0;
  }
}
@media screen and (min-width: 930px) {
  header .deep-2 {
    display: none;
    top: 102px;
    flex-direction: column;
    position: absolute;
    z-index: 999;
    background: #231450;
    width: auto;
    min-width: 100%;
    left: 0;
  }
  .showmore__wrapper.showmore__wrapper_review-desktop {
    margin-bottom: 5px;
  }
  header .deep-2 li {
    margin: 15px 0;
    padding: 0 30px;
    white-space: nowrap;
    text-align: left;
  }
  .menu ul li:hover .deep-2 {
    display: flex;
  }
  .ddArrow {
    padding-left: 15px;
  }
  .search {
    margin: 0 20px;
  }
  .menu ul .first-layer {
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
  }
  .menu ul .first-layer:hover {
    color: rgba(255, 255, 255, 1);
  }
  .first-layer::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    top: -20px;
    left: 0;
    background: #231450;
    display: none;
  }
  .first-layer::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    bottom: -20px;
    background: #231450;
    display: none;
  }
  .first-layer:hover::after,
  .first-layer:hover::before {
    display: block;
  }
  .first-layer:hover {
    background: #231450;
  }
}
@media screen and (min-width: 930px) and (max-width: 1000px) {
  .menu ul .first-layer {
    padding: 0;
    width: 200px;
  }
  .search {
    margin: 0 10px;
  }
}
footer .menu ul {
  display: block;
  column-count: 3;
  column-gap: 150px;
}
footer .menu ul li a {
  padding: 0;
}
footer .menu ul li {
  margin-bottom: 5px;
}
.sotialLinks {
  flex-direction: column;
  align-items: flex-end;
}
.sotialLinks a {
  border-radius: 50%;
  background: #403366;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.sotialLinks a:hover {
  background: #d22af0;
  transition: all 0.3s;
}
.sotialLinks a i {
  color: #fff;
  font-size: 17px;
}
.soc-top {
  display: flex;
  margin-bottom: 15px;
}
.copyblock span,
.soc-copy span {
  margin-bottom: 15px;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 12px;
  color: #ababab;
  text-transform: capitalize;
}
.logo-wrap {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.footer-bottom-wrap {
  border-top: 1px solid #403366;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aware img,
.dmca img,
.gamecare img {
  opacity: 0.4;
}
.footer-bottom-wrap img {
  max-width: 100%;
  max-height: 62px;
}
.title-article {
  margin-bottom: 10px;
}
@media screen and (max-width: 1150px) {
  footer .menu ul {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__top {
    flex-direction: column;
  }
  .sotialLinks {
    margin-top: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .footer-bottom-wrap div {
    margin: 0 20px;
  }
  footer .menu ul {
    column-count: 2;
  }
}
@media screen and (max-width: 500px) {
  footer .menu ul {
    column-count: 1;
  }
  .footer-bottom-wrap {
    flex-direction: column;
  }
  .footer-bottom-wrap div {
    margin: 5px;
  }
}
.slots-top .bonus__rating-voting {
  font-family: Montserrat-Regular, sans-serif;
}
.slots-top .bonus__rating-voting a {
  font-family: Montserrat-Bold, sans-serif;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.slots-top .bonus__rating-voting a:hover {
  color: #ffab40;
  border-bottom: 2px solid #ffab40;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.stots-game {
  position: relative;
  width: 100%;
  height: 760px;
}
.stots-game iframe {
  width: 100%;
  height: 100%;
  max-height: 80vh;
}
.stots-game__buttons div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: 1;
}
.stots-game__buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stots-game__buttons a {
  z-index: 5;
}
.slots__button {
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
  border: none;
}
.slots__button:hover {
  background: #4527a0;
  background: -webkit-linear-gradient(top, #4527a0 0, #d327f3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4527a0),
    to(#d327f3)
  );
  background: -o-linear-gradient(top, #4527a0 0, #d327f3 100%);
  background: linear-gradient(to bottom, #4527a0 0, #d327f3 100%);
}
.slots__button_trans {
  border: 2px solid #d327f3;
}
.slots__button_trans:hover {
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
}
.slots__button,
.slots__button_trans {
  width: 25%;
  margin: 10px 0;
  text-align: center;
}
.slots-top .button__bebas {
  width: 30%;
  min-width: 280px;
  margin-top: 30px;
}
.bonus__rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.slots-top .casino-month__rating {
  margin-left: 20px;
}
.bonus__rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 19px;
  color: #ffab40;
}
.bonus__rating-voting {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 19px;
}
.table__button {
  background: 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
}
.slots-top .bonus__rating-voting {
  font-family: Montserrat-Regular, sans-serif;
}
.slots-top .bonus__rating-voting a {
  font-family: Montserrat-Bold, sans-serif;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.slots-top .bonus__rating-voting a:hover {
  color: #ffab40;
  border-bottom: 2px solid #ffab40;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.stots-game {
  position: relative;
  width: 100%;
  height: 760px;
}
.stots-game iframe {
  width: 100%;
  height: 100%;
}
.stots-game__buttons div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: 1;
}
.stots-game__buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stots-game__buttons a {
  z-index: 5;
}
.slots__button {
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
  border: none;
}
.slots__button:hover {
  background: #4527a0;
  background: -webkit-linear-gradient(top, #4527a0 0, #d327f3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4527a0),
    to(#d327f3)
  );
  background: -o-linear-gradient(top, #4527a0 0, #d327f3 100%);
  background: linear-gradient(to bottom, #4527a0 0, #d327f3 100%);
}
.slots__button_trans {
  border: 2px solid #d327f3;
}
.slots__button_trans:hover {
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
}
.slots__button,
.slots__button_trans {
  width: 25%;
  margin: 10px 0;
  text-align: center;
}
.bonus__rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.slots-top .casino-month__rating {
  margin-left: 20px;
}
.bonus__rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 19px;
  color: #ffab40;
}
.bonus__rating-voting {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 19px;
}
.table__button {
  background: 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
}
.top-casinos {
  display: block;
}
.gradient__background {
  display: block;
}
.games__wrapper {
  display: block;
}
.casino-month__review {
  display: block;
}
.arrow-up {
  display: block;
}
.gradient__background {
  background: #040034;
  background: -webkit-linear-gradient(
    top,
    #040034 0,
    #1e1a49 75%,
    #4527a0 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#040034),
    color-stop(75%, #1e1a49),
    to(#4527a0)
  );
  background: -o-linear-gradient(top, #040034 0, #1e1a49 75%, #4527a0 100%);
  background: linear-gradient(to bottom, #040034 0, #1e1a49 75%, #4527a0 100%);
  padding-bottom: 30px;
  position: relative;
}
.gradient__background.gradient__background_bonus {
  padding-bottom: 0;
}
.gradient__background.gradient__background_slots {
  padding-bottom: 10px;
}
.gradient__background.gradient__background_review {
  padding-bottom: 10px;
}
.top {
  background: #040034;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#231450),
    to(#040034)
  );
  background: -o-linear-gradient(top, #231450, #040034);
  background: linear-gradient(to bottom, #231450, #040034);
}
.top.bonus-top,
.top.sitemap-top,
.top.slots-top,
.top.top-review {
  padding-top: 30px;
}
.top.sitemap-top {
  padding-bottom: 10px;
}
.menu ul li a:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sotialLinks svg:hover path {
  fill: #ffab40;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.languages.open .languages__hover {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-casinos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.top-casinos__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 20px 30px 20px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 32px;
  max-width: 340px;
  border: 1px solid #f0c;
  border-radius: 10px;
  background: #4e008a;
  background: -webkit-linear-gradient(
    top,
    rgba(78, 0, 138, 0.8) 0,
    #39237a 60%,
    rgba(159, 0, 148, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(78, 0, 138, 0.8)),
    color-stop(60%, #39237a),
    to(rgba(159, 0, 148, 0.8))
  );
  background: -o-linear-gradient(
    top,
    rgba(78, 0, 138, 0.8) 0,
    #39237a 60%,
    rgba(159, 0, 148, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(78, 0, 138, 0.8) 0,
    #39237a 60%,
    rgba(159, 0, 148, 0.8) 100%
  );
}
.top-casinos__block .top-casinos__bonus {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  min-height: 65px;
}
.top-casinos__block .top-casinos__bonus span {
  width: 100%;
  text-align: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 42px;
}
.top-casinos__block .top-casinos__bottomText {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.button__bebas {
  width: 90%;
  background: #ffab40;
  border: none;
  border-bottom: 3px solid #f57c00;
  border-radius: 5px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 3px 0 #aaa;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
}
.button__bebas span {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 12px;
  text-shadow: none;
}
.button__bebas:hover {
  background: #f57c00;
  border-bottom: 3px solid #f53b00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.circle__number {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #f57c00;
  position: absolute;
  top: -31px;
}
.circle__number div {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #ffab40;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  text-shadow: 0 3px 0 #aaa;
}
.arrow-up .circle__number,
.arrow-up .circle__number_svg {
  display: none;
}
.frame_first img,
.frame_second img {
  display: none;
}
.top-casinos__imgwrapper {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-casinos__imgwrapper img {
  max-height: 80px;
  max-width: 100%;
}
.top-casinos__blockwrapper {
  max-width: 380px;
  width: 100%;
}
.top-casinos__blockwrapper:nth-child(2n + 1) {
  margin-top: 150px;
}
.fadein {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.lazyloaded,
.ls-is-cached.lazyloaded {
  opacity: 1;
  transition: opacity 1s ease-in;
}
.aware .lazyloaded,
.aware .ls-is-cached.lazyloaded,
.dmca .lazyloaded,
.dmca .ls-is-cached.lazyloaded,
.gamecare .lazyloaded,
.gamecare .ls-is-cached.lazyloaded {
  opacity: 0.4;
  transition: opacity 1s ease-in;
}
.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 15px 0;
  border: 1px solid #e675db;
  border-radius: 7px 7px 0 0;
  background: #a03ae4;
  background: -webkit-linear-gradient(top, #a03ae4 0, #4527a0 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a03ae4),
    to(#4527a0)
  );
  background: -o-linear-gradient(top, #a03ae4 0, #4527a0 100%);
  background: linear-gradient(to bottom, #a03ae4 0, #4527a0 100%);
}
.table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.table__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #ff00e6;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 10px 0;
  padding: 10px 0;
}
.table__element:hover {
  background: #67017a;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.circle__number_table {
  position: static;
}
.table__number {
  width: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table .table__casinoName {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table__element .table__casinoName {
  height: 110px;
}
.table__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
}
.table__games span,
.table__rating span {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
}
.table__games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
}
.table__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  text-align: center;
}
.table__bonus p {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.table__bonus p span {
  font-size: 28px;
  margin-right: 5px;
}
.table__review {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__visit {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__button {
  background: 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
}
.table__review .table__button {
  border: 2px solid #d327f3;
}
.table__review .table__button:hover {
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
}
.table__visit .table__button {
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
  border: none;
  padding: 12px 35px;
}
.table__visit .table__button:hover {
  background: #4527a0;
  background: -webkit-linear-gradient(top, #4527a0 0, #d327f3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4527a0),
    to(#d327f3)
  );
  background: -o-linear-gradient(top, #4527a0 0, #d327f3 100%);
  background: linear-gradient(to bottom, #4527a0 0, #d327f3 100%);
}
.showmore {
  background: 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  color: #ffab40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
}
.top-games__index .showmore {
  margin-top: 0;
}
.showmore img {
  position: absolute;
  right: -20px;
  top: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.showmore:hover img {
  right: -30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.casino-review .main__text {
  text-align: left;
}
.casino-review {
  padding-top: 0;
}
.casino-review .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.casino-month {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.casino-month.casino-month__index {
  padding-top: 0;
}
h3 {
  text-align: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 24px;
  margin-top: 20px;
  position: relative;
  text-shadow: 0 2px 0 #e267f9;
  margin-bottom: 0;
}
h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  color: #d327f3;
  text-align: center;
  margin: 20px 0 0 0;
}
.casino-month__review {
  background: #4527a0;
  position: relative;
  width: 100%;
}
.casino-month__review .container {
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 80px);
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: normal;
}
.casino-month__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.casino-month__info .casino-month__rating {
  margin-top: 45px;
}
.casino-month__info img {
  max-width: 220px;
  max-height: 60px;
  margin-top: 100px;
}
.casino-month__info p {
  margin: 40px 0;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 21px;
}
.casino-month__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 70%;
}
.casino-month__text {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  width: 80%;
}
.casino-month__text span {
  font-size: 24px;
  color: #ffab40;
}
.casino-month__bottom ul li {
  display: block;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 16px;
}
.casino-month__bottom ul li span {
  color: #ffab40;
  margin-right: 5px;
}
.casino-month__buttons .button__bebas {
  padding: 10px 0;
  width: 100%;
  font-size: 28px;
}
.casino-month__buttons .showmore {
  font-size: 22px;
}
.casino-month__buttons .showmore__wrapper img {
  right: -17px;
  top: 8px;
}
.casino-month__buttons {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}
.casino-month__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.casino-month__bottom ul {
  width: 65%;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.casino-month__line {
  content: "";
  display: inline-block;
  width: 3px;
  background: #f0b;
  -webkit-box-shadow: 0 0 20px 2px #e267f9;
  box-shadow: 0 0 20px 2px #e267f9;
  margin-left: 30px;
}
.casino-month__wrapper {
  position: absolute;
  top: -55px;
  right: 0;
  margin: 0 auto;
  border-bottom: none;
  text-align: center;
}
.casino-month__flag {
  position: relative;
}
.casino-month__flag p {
  position: absolute;
  top: 50px;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
}
.casino-month .main__text {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.games {
  position: relative;
}
.games__game {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 248px;
  height: 182px;
  border: 1px solid #e267f9;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 15px;
}
.games__game img,
.games__game picture {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.games__game:hover {
  -webkit-box-shadow: 0 0 26px -4px #e267f9;
  box-shadow: 0 0 26px -4px #e267f9;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.games__game:hover .games__button {
  display: block;
}
.games__game:hover img {
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.games__button {
  position: absolute;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  padding: 15px 40px;
  background: red;
  border-radius: 30px;
  color: #fff;
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
  border: none;
  cursor: pointer;
  display: none;
}
.games__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.games .main__text {
  text-align: left;
  margin-top: 20px;
}
.favorite {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.favorite__games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 30px;
}
.favorite__game {
  color: #fff;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px 0 15px;
}
.favorite__game:hover {
  color: #f57c00;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.favorite .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.favorite__spinsimg {
  content: "";
  position: absolute;
  width: 407px;
  height: 437px;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.favorite__spinsimg img {
  width: 100%;
}
.favorite__boximg {
  content: "";
  position: absolute;
  width: 422px;
  height: 330px;
  top: 80px;
  right: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.favorite__boximg img {
  width: 100%;
}
.single-casino {
  background: #d327f3;
  z-index: 990;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -100px;
  padding: 7px 0;
}
.single-casino p {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 21px;
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.single-casino .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-casino .button__bebas {
  max-width: 300px;
  width: 100%;
  font-size: 27px;
  margin-right: 20px;
}
.single-casino img {
  max-width: 235px;
  max-height: 60px;
}
.highlight {
  background: red;
  position: absolute;
}
.top-review .casino-month__bottom {
  height: 100%;
}
.top-review .casino-month__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 10px;
  width: 100%;
  height: 100%;
}
.top-review .casino-month__bottom li:last-child {
  color: #ffab40;
  font-family: Montserrat-Regular, sans-serif;
}
.top-review .casino-month__buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-review .casino-month__bonustext {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 32px;
  margin: 0;
}
.top-review .casino-month__bonus {
  font-family: Montserrat-Bold, sans-serif;
  color: #ffab40;
  font-size: 26px;
  text-shadow: 0 0 20px #e267f9;
  margin: 10px 0;
}
.table-review .table__number {
  width: auto;
}
.table-review .table__casinoName {
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-review .table__rating {
  width: auto;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 16px;
}
.table-review .table__rating span {
  font-size: 26px;
  font-family: Montserrat-Regular, sans-serif;
  text-align: center;
}
.table-review .table__bonus {
  width: 220px;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 16px;
}
.table-review .table__bonus p {
  color: #ffab40;
  font-size: 20px;
  font-family: Montserrat-Regular, sans-serif;
  text-align: center;
  display: flex;
  max-width: 220px;
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 0;
  justify-content: center;
}
.table-review .table__visit {
  width: auto;
}
.table-review .table__element {
  -webkit-box-shadow: 0 0 20px 2px #e267f9;
  box-shadow: 0 0 20px 2px #e267f9;
}
.info-table {
  background: #763699;
  padding: 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ff00e657;
  border-radius: 10px;
  margin-top: 25px;
}
.info-table__datablock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-table__payments {
  position: relative;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.info-table__payments:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0 0 20px 2px #fff;
  box-shadow: 0 0 20px 2px #fff;
}
.info-table__platforms {
  position: relative;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.info-table__platforms:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0 0 20px 2px #fff;
  box-shadow: 0 0 20px 2px #fff;
}
.info-table__data {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-table__data tbody {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-table__title {
  width: 33%;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 18px;
}
.info-table__value {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
  width: 67%;
}
.info-table__payments p,
.info-table__platforms p {
  font-family: Montserrat-Bold, sans-serif;
}
.info-table__data {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-table_right {
  width: 50%;
  flex-direction: column;
  text-align: center;
  border-left: 1px solid #9348bc;
  padding-left: 20px;
}
.info-table_right span {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 18px;
}
.info-table_right ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0;
}
.info-table_right ul li {
  font-family: Montserrat-Regular, sans-serif;
  margin: 10px 20px;
  color: rgba(255, 255, 255, 0.75);
}
.info-table_right ul li a {
  color: #ffab40;
  font-size: 18px;
  transition: color 0.3s;
}
.info-table_right ul li a:hover {
  color: #fff;
}
.info-curabitur {
  padding-top: 10px;
  border-top: 1px solid #9348bc;
  border-bottom: 1px solid #9348bc;
  margin-bottom: 10px;
}
.info-table__data tbody {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-table__title {
  width: 55%;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 18px;
}
.info-table__value {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
  width: 70%;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.75);
}
.info-table__payments p,
.info-table__platforms p {
  font-family: Montserrat-Bold, sans-serif;
}
@media screen and (max-width: 930px) {
  .info-table_right {
    width: 100%;
    border-top: 1px solid #9348bc;
    border-left: none;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0;
  }
}
.video {
  padding-bottom: 15px;
  padding-top: 10px;
}
.video .main__text {
  text-align: left;
}
.video__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
.video__block iframe {
  width: 80%;
  height: 500px;
}
.info-table__payments div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;
  align-items: center;
}
.info-table__platforms div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;
}
.bonus__rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.bonus-top .casino-month__rating,
.slots-top .casino-month__rating {
  margin-left: 20px;
}
.bonus__rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 19px;
  color: #ffab40;
}
.bonus__rating-voting {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 19px;
}
.bonus-top .main__text {
  text-align: left;
}
.tabs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#tabs-1 .table__rating a {
  color: #ffab40;
}
#tabs ul {
  background: 0 0;
  margin-bottom: 20px;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-widget-header {
  border: none;
}
.ui-widget-content {
  background: 0 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  background: 0 0;
  outline: 0;
}
#tabs ul li {
  margin: 0;
  border-bottom: 2px solid #f0b;
  background: 0 0;
  margin: 0;
  display: flex;
  padding: 10px;
}
#tabs ul li a {
  background: 0 0;
  color: #fff;
  font-family: Montserrat-Bold, sans-serif;
  outline: 0;
  text-transform: uppercase;
  margin: 0 auto;
}
.bonus-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bonus-info .main__text {
  text-align: left;
  margin-bottom: 20px;
}
.main__text span {
  color: #ffab40;
}
.slots-top .bonus__rating-voting {
  font-family: Montserrat-Regular, sans-serif;
}
.slots-top .bonus__rating-voting a {
  font-family: Montserrat-Bold, sans-serif;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.slots-top .bonus__rating-voting a:hover {
  color: #ffab40;
  border-bottom: 2px solid #ffab40;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.stots-game {
  position: relative;
  width: 100%;
  height: 760px;
}
.stots-game iframe {
  width: 100%;
  height: 100%;
  display: none;
}
.stots-game img {
  width: 100%;
  height: 100%;
}
.stots-game__buttons div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: 0.6;
}
.stots-game__buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stots-game__buttons a {
  z-index: 5;
}
.slots__button {
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
  border: none;
}
.slots__button:hover {
  background: #4527a0;
  background: -webkit-linear-gradient(top, #4527a0 0, #d327f3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4527a0),
    to(#d327f3)
  );
  background: -o-linear-gradient(top, #4527a0 0, #d327f3 100%);
  background: linear-gradient(to bottom, #4527a0 0, #d327f3 100%);
}
.slots__button_trans {
  border: 2px solid #d327f3;
}
.slots__button_trans:hover {
  background: #d327f3;
  background: -webkit-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d327f3),
    to(#e267f9)
  );
  background: -o-linear-gradient(top, #d327f3 0, #e267f9 100%);
  background: linear-gradient(to bottom, #d327f3 0, #e267f9 100%);
}
.slots__button,
.slots__button_trans {
  width: 25%;
  margin: 10px 0;
  text-align: center;
}
.gradient__background .main__text {
  text-align: left;
  position: relative;
}
.slots-games {
  margin: 30px 0;
}
.gradient__background h3 {
  margin-top: 20px;
}
.gradient__background .bonus__title {
  margin-top: 30px;
  margin-bottom: 10px;
}
.casino-month .casino-month__index_title {
  padding-bottom: 15px;
  margin-top: 5px;
}
.slots-top {
  padding-bottom: 5px;
}
.slick-initialized .slick-slide {
  outline: 0;
}
.top-casinos__bonus {
  margin-bottom: 40px;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots li button {
  border: 1px solid transparent;
  background: #4e008a;
  background: -webkit-linear-gradient(
    top,
    rgba(78, 0, 138, 0.8) 0,
    rgba(159, 0, 148, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(78, 0, 138, 0.8)),
    to(rgba(159, 0, 148, 0.8))
  );
  background: -o-linear-gradient(
    top,
    rgba(78, 0, 138, 0.8) 0,
    rgba(159, 0, 148, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(78, 0, 138, 0.8) 0,
    rgba(159, 0, 148, 0.8) 100%
  );
  border-radius: 50%;
}
.slick-dots {
  bottom: 20px;
}
li.slick-active button {
  border: 1px solid #f0c;
}
.main__text span {
  font-family: Montserrat-Regular, sans-serif;
  color: #ffab40;
}
.sitemap {
  width: 100%;
}
.sitemap div {
  margin-left: 50px;
}
.sitemap div p {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-bottom: 10px;
}
.sitemap div li {
  margin-left: 50px;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
}
.sitemap div li a {
  color: #fff;
}
.sitemap div li a:hover {
  text-decoration: underline;
}
.sitemap div li:last-child {
  margin-bottom: 10px;
}
.errorpage__title {
  font-family: Montserrat-Bold, sans-serif;
  font-size: 144px;
  color: #ffab40;
}
.errorpage__content {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 24px;
}
.errorpage {
  width: 55%;
}
.errorpage-top .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}
.errorpage-top .button__bebas {
  max-width: 300px;
  margin-top: 40px;
}
.errorpage-top {
  background: url(../img/404bg.jpg) no-repeat center center/cover;
  padding: 150px 0;
}
footer .menu {
  position: relative;
}
footer .menu .line {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #6730d8;
  bottom: -11px;
}
footer .menu .line div {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  background: #d327f3;
  z-index: 2;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.favorite .main__text {
  text-align: center;
}
.gradient__background-index {
  padding-bottom: 0;
}
.single-casino__closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  cursor: pointer;
}
.single-casino__closebtn svg {
  fill: #fff;
  width: 40px;
}
.arrow-up {
  z-index: 990;
  position: fixed;
  bottom: 55px;
  right: -100px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.showmore__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.showmore__wrapper.showmore__wrapper_review {
  margin-bottom: 0;
}
.gradient__background_bonus .showmore__wrapper {
  margin-bottom: 10px;
}
.casino-month__index .showmore__wrapper {
  margin-bottom: 10px;
}
.title__global-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.title__global-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #6730d8;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}
.table__casinoName a img {
  height: auto;
  max-height: 80px;
  max-width: 100%;
}
.table__casinoName a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-table__value a {
  color: #fff;
}
.top-casinos__bottomText a {
  color: #fff;
}
.info-table__value a:hover {
  border-bottom: 1px solid #fff;
}
.casino-month__ulwrapper {
  display: flex;
  width: 75%;
  flex-direction: column;
  justify-content: space-between;
}
.casino-month__ulwrapper p {
  margin-bottom: 30px;
  font-size: 30px;
}
.top-casinos__bottomText a:hover {
  border-bottom: 1px solid #fff;
}
.main__text-content {
  transition: max-height 1s ease;
}
.casino-month__buttons .showmore__wrapper {
  margin-bottom: 0;
}
img.lazy {
  background: url(../img/lazy.png) no-repeat center center/cover;
}
.logo img {
  height: 78px;
}
.menu ul.submenu {
  display: none;
}

.menu ul li:hover .submenu {
  display: block;
}
.submenu {
  position: absolute;
  top: 100px;
  background: #231450;
}
.submenu li {
  padding: 10px;
}

@media screen and (max-width: 1900px) {
  .favorite__boximg {
    width: 307px;
    height: 337px;
  }
  .favorite__spinsimg {
    width: 322px;
    height: 230px;
  }
}
@media screen and (max-width: 1600px) {
  .search input {
    width: 150px;
  }
}
@media screen and (max-width: 1400px) {
  header .sotialLinks {
    display: none;
  }
  .favorite__boximg {
    width: 207px;
    height: 237px;
    top: 170px;
  }
  .favorite__spinsimg {
    width: 222px;
    height: 160px;
    top: 130px;
  }
}
@media screen and (max-width: 1260px) {
  .favorite__boximg {
    display: none;
  }
  .favorite__spinsimg {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  header .search {
    display: none;
  }
  .casino-month__bottom ul {
    padding-right: 10px;
  }
  .casino-month__review .container {
    flex-direction: column;
  }
  .casino-month__content {
    width: 100%;
  }
  .favorite__game {
    margin: 15px;
  }
  .favorite__games {
    margin-top: 0;
  }
  .favorite {
    padding-bottom: 50px;
  }
  .casino-month__flag {
    top: -260px;
  }
  .casino-month__text {
    width: 100%;
  }
  .casino-month__bottom ul {
    padding-right: 25px;
  }
  footer .sotialLinks {
    display: none;
  }
  .casino-month__content {
    margin-top: 30px;
  }
  .top-review .casino-month__bonus {
    margin: 15px 0;
  }
  .menu ul {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .table__visit .table__button {
    padding: 12px 15px;
  }
  .table__review .table__button {
    padding: 10px 12px;
  }
  .table__review {
    width: 80px;
  }
  .table__visit {
    width: 110px;
  }
  .table .table__casinoName {
    width: 150px;
  }
  .table-review .table__casinoName {
    margin: 15px 0;
  }
  .table-review .table__rating {
    flex-direction: column;
    margin-bottom: 10px;
    max-width: 180px;
  }
  .table-review .table__rating span {
    margin-right: 0;
  }
}
@media screen and (max-width: 930px) {
  header .menu {
    position: absolute;
    right: 0;
    width: 100%;
    background: #4527a0;
    background: -moz-linear-gradient(top, #4527a0 0, #39237a 60%, #231450 100%);
    background: -webkit-linear-gradient(
      top,
      #4527a0 0,
      #39237a 60%,
      #231450 100%
    );
    background: linear-gradient(
      to bottom,
      #4527a0 0,
      #39237a 60%,
      #231450 100%
    );
    bottom: -240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0s;
  }
  .games__game {
    width: 210px;
  }
  header .menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
  }
  .menu ul li {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  header .languages {
    margin: 20px 0;
  }
  header .search {
    display: flex;
  }
  .languages__hover {
    top: 0;
    right: -30px;
    flex-direction: row;
  }
  .languages__hover a:first-child {
    margin-top: 0;
  }
  .burger__button {
    display: flex;
  }
  .top-casinos {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .top-casinos__block {
    margin-top: 100px;
    width: 100%;
  }
  .top-casinos__block:nth-child(2n + 1) {
    margin-top: 60px;
  }
  footer .sotialLinks {
    display: flex;
  }
  .footer__top {
    flex-direction: column;
  }
  footer .menu ul {
    flex-direction: column;
    margin: 20px 0;
  }
  .line {
    display: none !important;
  }
  .copyright {
    flex-direction: column;
    align-items: center;
  }
  .copyright p {
    margin: 10px 0;
  }
  .table__games span,
  .table__rating span {
    font-size: 24px;
    margin-right: 5px;
  }
  .table__bonus p {
    font-size: 16px;
  }
  .table__bonus p span {
    font-size: 24px;
  }
  .table__review .table__button,
  .table__visit .table__button {
    font-size: 20px;
  }
  .circle__number_table div {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }
  .circle__number_table {
    width: 44px;
    height: 44px;
  }
  .info-table {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .info-table__payments:before {
    display: none;
  }
  .info-table__platforms:before {
    display: none;
  }
  .info-table__data {
    width: 100%;
  }
  .info-table__payments {
    display: flex;
    width: 50%;
    align-items: center;
    margin-top: 30px;
  }
  .info-table__platforms {
    display: flex;
    width: 50%;
    align-items: center;
    margin-top: 30px;
  }
  .info-table__title {
    width: 50%;
  }
  .info-table__value {
    width: 50%;
  }
  .top-casinos__blockwrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 0;
    max-width: unset;
  }
  .top-casinos__blockwrapper:nth-child(2n + 1) {
    margin-top: 0;
  }
  .info-table__datablock {
    flex-direction: column;
    text-align: center;
    margin: 10px 0;
    width: 50%;
  }
  .info-table__data tbody {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .info-table__title,
  .info-table__value {
    width: 100%;
  }
  .languages {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .languages__current {
    display: none;
  }
  .languages__hover {
    width: 100%;
    display: flex;
    justify-content: center;
    position: static;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 860px) {
  .table__element {
    flex-direction: column;
  }
  .table__header {
    display: none;
  }
  .table__rating {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .table__games {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .table__bonus {
    margin-bottom: 10px;
  }
  .table__button {
    margin: 10px 0;
    min-width: 170px;
  }
  .table__review .table__button {
    padding: 10px 25px;
    width: 100%;
  }
  .table__review {
    width: 160px;
  }
  .table__games span,
  .table__rating span {
    margin-bottom: 0;
  }
  .table__bonus {
    margin-top: 10px;
  }
  .table__visit .table__button {
    padding: 12px 35px;
  }
  .table__review .table__button,
  .table__visit .table__button {
    text-align: center;
  }
  .table__button {
    min-width: 90px;
  }
  .casino-month__buttons .button__bebas {
    font-size: 30px;
  }
  .single-casino p {
    padding: 0;
  }
  .button__bebas {
    margin-top: 10px;
  }
  .single-casino .button__bebas {
    margin-top: 0;
  }
  .casino-month__buttons .button__bebas {
    margin-top: 0;
  }
  .tabs__links {
    flex-direction: column;
  }
  .ui-tabs .ui-tabs-nav li {
    display: flex;
    justify-content: center;
  }
  .slots__button,
  .slots__button_trans {
    min-width: unset;
  }
  .bonus__rating-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .bonus__rating-block > div {
    margin: 15px;
  }
}
@media screen and (max-width: 800px) {
  .single-casino .container {
    flex-direction: column;
  }
  .single-casino p {
    text-align: center;
  }
  .video__block iframe {
    width: 100%;
  }
  .single-casino {
    display: none;
  }
  .favorite {
    padding-bottom: 0;
  }
  .favorite__games {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 678px) {
  .casino-month__bottom {
    flex-direction: column;
    align-items: center;
  }
  .casino-month__bottom ul {
    padding-right: 0;
    width: 100%;
  }
  .casino-month__buttons {
    width: 100%;
    max-width: 350px;
    margin-top: 25px;
  }
  .casino-month__flag {
    display: none;
  }
  .favorite__game {
    margin-bottom: 20px;
    width: 50%;
    justify-content: space-around;
  }
  .video__block iframe {
    height: 300px;
  }
  .slots__button,
  .slots__button_trans {
    width: 50%;
  }
  .info-table__datablock {
    width: 100%;
  }
  .footer__top img {
    height: 78px;
  }
}
@media screen and (max-width: 500px) {
  .footer__top {
    flex-direction: column;
  }
  .favorite__game {
    width: 100%;
    height: 130px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  .top-casinos.top-casinosindex .button__bebas {
    font-size: 28px;
  }
  .top-casinos.top-casinosindex .top-casinos__bonus {
    font-size: 18px;
  }
  .top-casinos.top-casinosindex .top-casinos__imgwrapper {
    height: 100px;
  }
  .casino-month__buttons .button__bebas {
    font-size: 24px;
  }
  .logo img {
    height: 50px;
  }
  #burder:checked + .menu {
    top: 90px !important;
  }
  .review-info .info-table {
    padding: 10px;
  }
  .info-table__value {
    word-break: break-all;
  }
  #tabs ul li a {
    margin: 0 auto;
  }
  .games-info_left {
    padding: 20px 10px;
  }
  .games-info_left table {
    margin: 0;
  }
  .top-casinos__blockwrapper {
    padding: 0;
  }
  .casino-month {
    padding-top: 0;
  }
  .casino-month__review .container {
    padding: 20px 0;
    width: calc(100% - 30px);
  }
  .favorite__game {
    margin-bottom: 30px;
  }
  .favorite {
    padding-bottom: 0;
    padding-top: 0;
  }
  .footer__top {
    flex-direction: column;
  }
  .casino-month__ulwrapper {
    width: 90%;
  }
  .games-info_right {
    padding: 40px 0;
  }
  .footer__top {
    flex-direction: column;
  }
  footer .menu {
    width: 100%;
  }
  footer .menu ul {
    margin: 20px 0 0 0;
  }
  .copyright {
    align-items: center;
  }
  .slots-top .button__bebas {
    font-size: 30px;
    min-width: 240px;
  }
  .slots-top .bonus__rating-stars {
    flex-direction: column;
    margin-bottom: 0;
  }
  .slots-top .bonus__rating-stars .casino-month__rating {
    margin: 10px 0;
  }
  .slots-top .bonus__rating-voting p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .errorpage-top .container {
    justify-content: center;
  }
  .errorpage {
    width: 100%;
  }
  .errorpage__title {
    font-size: 124px;
  }
  .errorpage-top {
    background: url(../img/back_sky_.jpg) no-repeat center bottom/cover;
  }
  .favorite__game {
    width: 100%;
    height: auto;
    margin: 20px;
  }
  .favorite__game picture {
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .stots-game {
    height: 500px;
  }
  .stots-game img {
    height: 100%;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 400px) {
  .stots-game {
    height: 350px;
  }
  #selection {
    right: -40px;
  }
  .sitemap div {
    margin-left: 0;
  }
}
@media screen and (min-width: 351px) and (max-width: 662px) {
  header .menu {
    bottom: -210px;
  }
}
@media screen and (min-width: 663px) and (max-width: 930px) {
  header .menu {
    bottom: -175px;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1450px) {
  footer .menu ul {
    column-gap: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1250px) {
  footer .menu ul {
    column-count: 2;
  }
}
@media screen and (max-width: 930px) {
  .showmore__wrapper.showmore__wrapper_review-desktop {
    margin-bottom: 0;
  }
  .top-casinos__bonus {
    margin-bottom: 0;
  }
  footer .menu ul li {
    padding: 0;
    margin-bottom: 15px;
  }
  #burder:checked + .menu {
    position: absolute;
    top: 120px;
    bottom: auto;
  }
  .first-layer {
    display: flex;
    position: relative;
    flex-direction: column;
  }
  .ddArrow {
    position: absolute;
    right: -30px;
    top: 10px;
    transform: rotate(0);
    transition: all 0.3s;
  }
  .ddArrow.open {
    transition: all 0.3s;
    transform: rotate(-180deg);
  }
  header .menu {
    justify-content: flex-start;
  }
  header .deep-2 {
    display: none;
  }
  .deep-2.open {
    display: flex;
  }
}
@media (max-width: 590px) {
  .games-info-wrap {
    margin-bottom: 0;
  }
  .games-info_right {
    padding: 20px 0 0 0;
  }
}
