::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #303a5a;
  border-radius: 9px;
  margin: 0;
}

::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  border-radius: 9px;
  background: transparent;
}

div, section, p, a, ul, input, textarea, button, ol, form, article, span, h1, h2, h3, h4, h5, img, i, strong {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, .big-title {
  font-family: "Montserrat", sans-serif;
}

.breadcrumbs {
  position: relative;
  z-index: 35;
}

.flex {
  display: flex;
}

.f-al-center {
  align-items: center;
}

.f-gap-6 {
  gap: 6px;
}

.f-gap-24 {
  gap: 24px;
}

.f-gap-12 {
  gap: 12px;
}

.f-jc-between {
  justify-content: space-between;
}

.f-jc-center {
  justify-content: center;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-jc-around {
  justify-content: space-around;
}

.f-jc-end {
  justify-content: flex-end;
}

.p-32 {
  padding: 0 32px;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 32px;
}

.btn {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 10px 16px;
  min-height: 40px !important;
  min-width: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  outline: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  color: #fff;
  text-shadow: none;
  border-radius: 8px;
  background-color: transparent;
  margin: 0;
}

.btn__outline {
  border: 1px solid hsla(0deg, 0%, 100%, 0.16);
}

.btn__primary {
  background: linear-gradient(180deg, #47db79, #138f53);
  border: none;
}

.btn__danger, .btn-red {
  background: linear-gradient(180deg, #ffdf6e, #ffa12b);
  color: #141b34;
  font-size: 20px;
  line-height: 30px;
  padding: 17px 24px;
  margin: 40px 0 20px 0;
}

.btn-red {
  padding: 10px 16px;
  font-size: 16px;
  margin: 16px 0;
  border: none;
}

body {
  background: #141b34;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.layout {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.layout__sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  background: #1b2341;
  z-index: 10;
  padding: 80px 16px 0 16px;
}

.menus {
  overflow: auto;
  max-height: calc(100vh - 80px);
}

.layout__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 16px 0;
  background: transparent;
  transition: 0.3s;
}

.layout__header_bg {
  background: #1b2341;
}

.logo {
  width: 100%;
  max-width: 240px;
  color: #fff;
}

.search {
  gap: 10px;
  width: 100%;
  max-width: 240px;
  background: #232944;
  padding: 8px 0 8px 20px;
  margin: 0 24px;
  border-radius: 8px;
  color: hsla(0deg, 0%, 100%, 0.4);
  font-size: 16px;
}

.sidebar__menu {
  list-style: none;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.4);
}
.sidebar__menu .current-menu-item a {
  background: #0e1325;
}
.sidebar__menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: hsla(0deg, 0%, 100%, 0.65);
  border-radius: 8px;
  transition: 0.3s;
}
.sidebar__menu a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.sidebar__menu a:hover {
  background: #0e1325;
}

.simple-sidebar__menu {
  border-bottom: none;
}
.simple-sidebar__menu a {
  color: hsla(0deg, 0%, 100%, 0.4);
}
.simple-sidebar__menu a:hover {
  background: transparent;
  color: #fff;
}

.controls {
  width: 100%;
  max-width: 100%;
}

.layout {
  width: 100%;
}

.layout__wrapper {
  width: 100%;
  padding-left: 240px;
}

.mainSlider {
  height: 536px;
}

.mainSlider__slide {
  padding: 78px 56px 72px;
  width: 100%;
  height: 100%;
}

.title {
  color: #fff;
  display: block;
}

.slider__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.slider__descr {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-top: 16px;
  font-weight: lighter;
}

.slider__big-title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.cats {
  padding: 40px 0;
}

.categories a {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
}

.providers {
  width: 100%;
  max-width: 200px;
}

.providers__search {
  padding: 12px;
  margin: 0;
  width: 100%;
  max-width: 50px;
}

.provs {
  border-radius: 8px;
  padding: 16px 16px;
  font-size: 14px;
  width: 100%;
  background: #232944;
  cursor: pointer;
}

.prov__dropdown {
  color: #fff;
}

.games__title {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  width: 100%;
  line-height: 32px;
  margin-bottom: 20px;
}
.games__title span {
  width: 100%;
  max-width: 600px;
}

.prev-btn {
  transform: rotate(-180deg);
  border-radius: 8px;
}

.prev-btn, .next-btn {
  cursor: pointer;
}

.game__slide {
  border-radius: 8px;
  position: relative;
  width: 100%;
  height: 248px;
}
.game__slide:hover .overlay {
  opacity: 0.65;
}
.game__slide:hover .game__caption {
  opacity: 1;
}

.slider-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  opacity: 0;
  z-index: 35;
  border-radius: 8px;
  transition: 0.3s opacity;
}

.game__caption {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  gap: 20px;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s opacity;
}

.game__title {
  font-weight: 900;
}

.mystery-drops__banner {
  margin: 50px 0;
  border-radius: 8px;
  padding: 0 20px 0 0;
  background: #0e1325;
}

.mystery-drops__banner-left {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  max-width: 376px;
}
.mystery-drops__banner-left img {
  display: block;
  margin: 0 auto;
}

.mystery-drops__bonuses {
  width: 100%;
  padding: 0 100px;
}

.gray__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: hsla(0deg, 0%, 100%, 0.4);
}

.prize {
  font-size: 20px;
  margin-top: 2px;
  font-weight: 900;
  color: #fff;
}

.games {
  margin: 20px 0;
}

.games-container .game__slide {
  width: 100%;
  max-width: 248px;
}

.partners {
  width: 100%;
  margin: 80px 0;
}
.partners img {
  width: 100%;
  height: 25px;
  object-fit: contain;
  opacity: 0.45;
  transition: 0.3s opacity;
  filter: grayscale(1);
}
.partners img:hover {
  opacity: 0.75;
}

.entry-content {
  width: 100%;
  margin: 24px 0;
  color: hsla(0deg, 0%, 100%, 0.65);
  line-height: 1.5;
}
.entry-content h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
}
.entry-content a {
  color: #ffdf6e;
}
.entry-content p {
  margin: 0 0 20px 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  color: #fff;
  margin-bottom: 15px;
}
.entry-content ul, .entry-content ol {
  padding: 0 0 0 15px;
  display: flex;
  flex-direction: column;
}
.entry-content .alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
.entry-content .alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}

.promotions {
  margin: 40px 0;
}
.promotions .item {
  position: relative;
  width: 100%;
  height: 432px;
  border-radius: 20px;
}
.promotions .item .promo-image {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px;
}
.promotions .item .only-image {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.promotions .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promotions .item .top, .promotions .item .bottom {
  display: flex;
  flex-direction: column;
}
.promotions .item span {
  color: #fff;
  position: relative;
  z-index: 10;
}
.promotions .item a {
  position: relative;
  z-index: 10;
}
.promotions .item .upper {
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 20px 20px 28px 20px;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  color: hsla(0deg, 0%, 100%, 0.65);
}
.promotions .item .upper i {
  background: #fff;
  color: #222;
  border-radius: 50%;
  padding: 3px 8px;
  font-size: 10px;
  opacity: 0.75;
}
.promotions .item .big_text {
  padding: 0 20px;
  font-size: 64px;
  margin: 0 0 16px 0;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
.promotions .item .under_big_text {
  padding: 0 0 0 20px;
  max-width: 65%;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
}
.promotions .item .promo {
  max-width: 200px;
  text-align: center;
  margin: 10px 20px;
  display: block;
  padding: 6px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: hsla(0deg, 0%, 100%, 0.65);
  background: hsla(0deg, 0%, 100%, 0.12);
}
.promotions .item .promo span {
  font-weight: 900;
}
.promotions .item .button {
  width: 90%;
  margin-bottom: 16px;
  background-color: hsla(0deg, 0%, 100%, 0.12);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  font-size: 13px;
}
.promotions .item .bottom {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}
.promotions .fullwidth .item .promo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-row-politic {
  width: 100%;
  max-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-row-politic .img {
  margin-right: 12px;
}

.footer-row-politic .text {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-row-politic .text .text-title {
  margin-bottom: 12px;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  color: #FFFFFF;
}

.footer-row-politic .text .text-subtitle {
  margin-bottom: 32px;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.4);
}

.footer-row-politic .text .lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-row-politic .text .lang.active .lang-top .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-row-politic .text .lang.active .lang-drop {
  display: block;
}

.footer-row-politic .text .lang .lang-top {
  width: 160px;
  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;
  padding: 10px 12px;
  background: rgba(77, 82, 100, 0.4);
  border-radius: 8px;
  cursor: pointer;
}

.footer-row-politic .text .lang .lang-top span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  color: #FFFFFF;
}

.footer-row-politic .text .lang .lang-top span img {
  width: 24px;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-row-politic .text .lang .lang-top .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-row-politic .text .lang .lang-drop {
  width: 100%;
  min-width: 216px;
  max-width: 216px;
  padding: 8px 0;
  background: #1b2341;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  z-index: 2;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 8px;
  position: absolute;
  bottom: 100%;
  display: none;
}

.footer-row-politic .text .lang .lang-drop .item {
  width: 100%;
  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-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 8px 16px;
}

.footer-row-politic .text .lang .lang-drop .item:hover {
  background: #373A47;
}

.footer-row-politic .text .lang .lang-drop .item.active .name span {
  font-weight: 500;
}

.footer-row-politic .text .lang .lang-drop .item.active .check {
  display: block;
}

.footer-row-politic .text .lang .lang-drop .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-row-politic .text .lang .lang-drop .item .name img {
  width: 24px;
  margin-right: 16px;
}

.footer-row-politic .text .lang .lang-drop .item .name span {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  color: #FFFFFF;
}

.footer-row-politic .text .lang .lang-drop .item .check {
  display: none;
}

.footer-row-menu {
  width: 100%;
  max-width: 707px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-row-menu .item {
  width: 30%;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-row-menu .item span {
  display: block;
  margin-bottom: 12px;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.footer-row-menu .item .content {
  width: 100%;
}

.footer-row-menu .item a {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-row-menu .item a:hover {
  color: #fff;
}

.cats_with_providers .container {
  position: relative;
}

.providersDropped {
  position: absolute;
  top: 100%;
  left: 1%;
  width: 100%;
  padding: 24px;
  display: none;
  background: #0e1325;
  z-index: 50;
}

.providersDropped_active {
  display: flex;
}

.dropped_provider {
  color: #FFFFFF;
  font-size: 12px;
  width: 100%;
  max-width: calc(10% - 12px);
}

.layout__page {
  padding: 128px 0 0 0;
}

.welcome-pack__entry-content {
  width: 100%;
  margin: 0 auto 100px;
  max-width: 680px;
}
.welcome-pack__entry-content h1 {
  font-size: 40px;
  font-weight: 900;
}

.bonus__page {
  position: relative;
}
.bonus__page:before {
  content: "";
  display: block;
  left: 50%;
  top: 56px;
  background: url(img/bg-before.webp) 50% no-repeat;
  background-size: 100% 100%;
  width: 1440px;
  height: 820px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
}

.upper__bonus {
  width: 100%;
  max-width: 380px;
}

.upper-bonus__bg {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 146px 40px 112px;
  position: relative;
  backdrop-filter: blur(30px);
}

.person__image {
  position: absolute;
  top: -15%;
}

.item-suptitle {
  font-size: 12px;
  line-height: 16px;
  color: hsla(0deg, 0%, 100%, 0.65);
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: block;
}

.item-info {
  position: absolute;
  top: 3%;
  right: 3%;
  opacity: 0.45;
}

.item-percent {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  display: block;
  line-height: 50px;
  z-index: 4;
  color: #fff;
  margin-bottom: 10px;
}

.item-subtitle {
  color: #fff;
}

.btn__danger.smaller {
  font-size: 14px;
  height: auto;
  padding: 10px 16px;
  margin: 12px 0;
}

.middle__content {
  text-align: center;
  margin: 40px auto;
  width: 100%;
  max-width: 680px;
}

.title-h3 {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: 900;
  text-align: center;
}

.reload-pack-row {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.reload__bonus {
  width: 100%;
  max-width: 380px;
  border-radius: 0 0 8px 8px;
}

.reload__image {
  width: 100%;
  max-width: 100%;
  border-radius: 12px 12px 0 0;
  height: 212px;
}
.reload__image img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reload__text {
  background: #232944;
  padding: 20px 16px;
  border-radius: 0 0 12px 12px;
}

.text-wrap span {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  white-space: pre-line;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.text-wrap p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  color: hsla(0deg, 0%, 100%, 0.65);
}

.read {
  font-weight: 900;
  font-size: 14px;
  color: hsla(0deg, 0%, 100%, 0.65);
}

.simple__page .container {
  position: relative;
}
.simple__page:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 100%;
  background: url(img/bgPage.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: translateX(-50%);
  z-index: 0;
  height: 496px;
}

.breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.breadcrumbs ul a {
  color: #FFFFFF;
}
.breadcrumbs ul .current {
  color: #808191;
}

.frame__preloader {
  width: 360px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single__game {
  background: url("img/bg.jpeg") no-repeat;
  background-size: cover;
  width: 100%;
}
.single__game:before {
  top: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(20, 27, 52, 0), rgba(20, 27, 52, 0.8));
  transform: matrix(1, 0, 0, -1, 0, 0);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
}
.single__game:after {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 256px;
  background: linear-gradient(180deg, rgba(20, 27, 52, 0), #141b34);
}

.single__iframe {
  background: #0e1325;
  width: 100%;
  height: 70vh;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 0 0 12px 12px;
  z-index: 5;
}
.single__iframe iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0 0 12px 12px;
}

.single__game {
  padding: 128px 0 0 0;
}

.single__game_content {
  margin: 48px 0;
}
.single__game_content:before {
  content: "";
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  height: 256px;
  background: linear-gradient(180deg, rgba(20, 27, 52, 0), #141b34);
  z-index: 0;
  color: #fff;
}

.game-panel {
  padding: 24px;
  background: #1b2341;
  border-radius: 12px;
}

.game-thumb {
  border-radius: 12px;
  object-fit: contain;
}

.circled__dropdown {
  border-radius: 50%;
  border: 1px solid #808191;
  cursor: pointer;
}

.dropped-down {
  border-top: 1px solid #808191;
  padding: 24px 0 0 0;
}
.dropped-down h1 {
  font-size: 24px;
}

.dropped-down_disabled {
  display: none;
}

.frame__title {
  font-size: 16px;
  border-radius: 12px 12px 0 0;
  padding: 12px;
  margin: 12px 0 0 0;
  background: #1b2341;
}

.tabs {
  width: 100%;
  max-width: 800px;
}

.tab {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  color: hsla(0deg, 0%, 100%, 0.65);
  transition: color 0.3s;
  cursor: pointer;
  text-transform: uppercase;
}

.tab__active {
  color: #fff;
  border-bottom: 2px solid #ffa12b;
}

.sep {
  display: block;
  width: 1px;
  background: #808191;
  height: 16px;
}

.go__to_lobby {
  font-family: "Montserrat", sans-serif;
}

.wpcf7 {
  width: 100%;
  max-width: 630px;
}
.wpcf7 .form-item {
  width: 100%;
  position: relative;
}
.wpcf7 span {
  position: absolute;
  top: 28px;
  color: #808191;
  left: 12px;
}
.wpcf7 input, .wpcf7 textarea {
  outline: none !important;
  border-radius: 8px;
  width: 100%;
  appearance: none;
  border: 0;
  font-family: inherit;
  padding: 16px 16px 0;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  background: #222b49;
  color: #fff;
  transition: all 0.15s ease;
}
.wpcf7 textarea {
  min-height: 140px;
}

.contact__info {
  width: 100%;
  max-width: 805px;
}

.contact__item {
  width: 100%;
  max-width: 360px;
  margin-bottom: 24px;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__item .text {
  color: #808191;
  font-size: 14px;
  line-height: 22px;
}
.contact__item .text a {
  color: #ffdf6e;
}
.contact__item .text span {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}

.com_block_star {
  margin: 10px 0;
}

.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
  font-size: 18px;
}

.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #FB9C30;
  text-shadow: 0 0 1px #888;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}

.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #FB9C30;
  text-shadow: 0 0 1px #888;
}

.comment-respond {
  margin: 1.5rem 0 0 0;
}

.comment-respond h3 {
  margin-bottom: 0.75rem;
}

.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}

.comments-area .comment-form input,
.comments-area .comment-form textarea {
  background: #1b2341;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: none;
}

.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}

.comments-area .comment-form input {
  width: 50%;
}

.comments-area .comment-form .submit {
  background: linear-gradient(180deg, #ffdf6e 0%, #ffa12b 100%);
  border-radius: 8px;
  color: #222;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
}

.comments-area .comment-notes {
  display: none;
}

.comments-area .comment-list {
  list-style: none;
  padding: 0;
}

.comments-area .comment-list li {
  padding: 1.5rem;
  background: #1b2341;
  margin-bottom: 0.75rem;
}

.comments-area .comment-list li time {
  display: none;
}

.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}

.dashicons-star-filled {
  color: #fb9c30 !important;
}

#reply-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 900;
}

.comment-form-author {
  display: none;
}

#commentform p, #commentform label {
  margin: 14px 0;
  color: #808191;
}

.registers_section {
  margin: 40px 0;
}

.registers_section .row {
  display: flex;
  width: 60%;
  margin: 0 auto;
  border: 1px solid #1b2341;
  border-radius: 20px;
}

.registers_section .r_item {
  width: 50%;
  min-height: 600px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.registers_section .login_details {
  background: #151b34;
  border-radius: 0 20px 20px 0;
}

.registers_section .login_details .btn {
  width: 100%;
  margin: 0 0 16px 0;
}

.registers_section .login_details a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: hsla(0deg, 0%, 100%, 0.5);
  text-align: center;
}

.registers_section .login_details a strong {
  color: #ffd653;
  font-width: normal;
}

.registers_section .login_details .form-item {
  position: relative;
}

.registers_section .login_details .cur {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.registers_section .login_details .dropdown_currencies {
  position: absolute;
  top: 110%;
  z-index: 50;
  left: 0;
  width: 100%;
  background: #1b2441;
  display: none;
  flex-direction: column;
  height: 140px;
  overflow-y: scroll;
  padding: 18px;
  border-radius: 8px;
}

.registers_section .login_details .dropdown_currencies .currency {
  padding: 10px;
  color: #fff;
}

.registers_section .login_details .dropdown_currencies.active {
  display: flex;
}

.registers_section .welcome_block {
  border-radius: 20px 0 0 20px;
  background: url("img/Mask_Group.jpeg") no-repeat;
  background-size: cover;
  text-align: center;
}

.registers_section .r_item_header {
  text-align: center;
}

.registers_section .r_item_header p {
  margin: 0 0 20px 0;
  color: hsla(0deg, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.registers_section span {
  color: #fff;
  display: block;
}

.registers_section .title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

.registers_section .big_title {
  color: #ffd653;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.registers_section .sub_big_title {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 800;
}

.registers_section ul {
  list-style: none;
  margin: 40px 0 0 0;
  text-align: left;
}

.registers_section ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: hsla(0deg, 0%, 100%, 0.5);
  position: relative;
  padding-bottom: 38px;
  padding-left: 45px;
  text-align: left;
}

.registers_section ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  z-index: 2;
}

.registers_section ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 12px);
  bottom: -5px;
  left: 14px;
  background-color: #fff;
}

.registers_section ul li:first-child {
  color: #fff;
}

.registers_section ul li:first-child:before {
  background: #FFD653;
  border: 2px solid #ffd653;
}

.registers_section ul li:last-child:before {
  content: "";
  width: 32px;
  height: 40px;
  background-image: url(img/Frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: 0 !important;
  border: none !important;
  top: -12px;
  left: 0;
}

.registers_section ul li:last-child:after {
  display: none;
}

.contact-forms {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.contact-forms .form {
  width: 100%;
  max-width: 612px;
}

.contact-forms iframe {
  width: 100%;
}

.contact-forms .form .form-item {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  padding: 16px;
  background: #1b2441;
  border-radius: 8px;
}

.contact-forms .form .form-item.active span {
  font-size: 12px;
  top: 7px;
}

.contact-forms .form .form-item span {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 17px;
}

.contact-forms .form .form-item input,
.contact-forms .form .form-item textarea {
  background: transparent;
  border: none;
  width: 100%;
  resize: none;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
  margin-bottom: -5px;
}

.contact-forms .form .btn {
  margin-top: 24px;
}

.contact-forms .info {
  width: 100%;
  max-width: 655px;
  padding-left: 20px;
}

.contact-forms .info .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}

.contact-forms .info .item .img {
  margin-right: 20px;
  width: 38px;
  height: 38px;
}
.contact-forms .info .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-forms .info .item .text {
  width: auto;
}

.contact-forms .info .item .text span {
  display: block;
  margin-bottom: 4px;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}

.contact-forms .info .item .text p {
  margin: 0;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.65);
}

.contact-forms .info .item .text p a,
.contact-forms .info .item .text p b {
  color: #ffd653;
  font-weight: 400;
}

.contact-forms .info .item .text .text-chat {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 14px;
  line-height: 143%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-forms .info .item .text .text-chat img {
  margin-right: 8px;
}

.tournaments .entry-content h1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

.tournaments .entry-content.top {
  max-width: 50%;
  margin-bottom: 40px;
}

.tournaments .tournaments-row {
  display: flex;
  gap: 12px;
}

.tournaments .tournaments-row .item {
  flex-basis: 32%;
}

.tournaments .tournaments-row .item .img {
  position: relative;
  width: 100%;
  height: 246px;
  border-radius: 20px 20px 0 0;
}

.tournaments .tournaments-row .item .img img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tournaments .tournaments-row .item .img .name {
  color: #fff;
  position: absolute;
  font-size: 32px;
  line-height: 40px;
  bottom: 34px;
  left: 24px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

.tournaments .tournaments-row .item .caption {
  background: #1a2241;
  padding: 4px 24px;
}

.tournaments .tournaments-row .item .caption .row {
  min-height: 64px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
}

.tournaments .tournaments-row .item .caption .row:last-child {
  border-bottom: 0;
}

.tournaments .tournaments-row .item .caption .row strong {
  color: #fff;
}

.tournaments .tournaments-row .item .caption .counter {
  display: flex;
  flex-basis: 40%;
  justify-content: flex-end;
}

.tournaments .tournaments-row .item .caption .counter .c-item {
  color: hsla(0deg, 0%, 100%, 0.4);
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  display: flex;
  margin: 0 5px;
  width: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.tournaments .tournaments-row .item .caption .counter .c-item:nth-child(1) {
  margin-right: 10px;
}

.tournaments .tournaments-row .item .caption .counter .c-item:nth-child(2) strong,
.tournaments .tournaments-row .item .caption .counter .c-item:nth-child(3) strong {
  position: relative;
}

.tournaments .tournaments-row .item .caption .counter .c-item:nth-child(2) strong:after,
.tournaments .tournaments-row .item .caption .counter .c-item:nth-child(3) strong:after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
}

.tournaments .tournaments-row .item .caption .counter .c-item strong {
  display: flex;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.tournaments .tournaments-row .item .caption .row-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: hsla(0deg, 0%, 100%, 0.65);
}

.tournaments .tournaments-row .item .caption .row-name .dot {
  background: #33D672;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
}

.tournaments .tournaments-row .item a {
  background: #222b49;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  min-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 20px;
}

.faq .title-h5 {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 40px;
}

.faq-items {
  width: 100%;
}

.faq-items .item {
  margin-bottom: 8px;
}

.faq-items .item.active .drop-top .img span {
  border: 1px solid #ffdf6e;
}

.faq-items .item.active .drop-top .img span:nth-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}

.faq-items .item.active .drop-top p {
  color: #ffdf6e;
}

.faq-items .item.active .drop-content {
  display: block;
}

.faq-items .item .drop-top {
  padding: 16px;
  background: #1b2341;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-items .item .drop-top:hover {
  background: #373A47;
}

.faq-items .item .drop-top .img {
  margin-right: 16px;
  width: 16px;
  height: 16px;
  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;
}

.faq-items .item .drop-top .img span {
  display: block;
  width: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-items .item .drop-top .img span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}

.faq-items .item .drop-top p {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.faq-items .item .drop-content {
  padding: 20px 0 24px 0;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  display: none;
}

.wp-block-table {
  width: 100%;
  margin: 2rem 0 0 0;
  border-collapse: collapse;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.wp-block-table .payment-table__image-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 8px 16px;
  height: 54px;
  width: 130px;
  border-radius: 5px;
  background-color: #fff;
}

.wp-block-table tr th {
  height: 48px;
  color: hsla(0deg, 0%, 100%, 0.65);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.wp-block-table .payment-table-row {
  height: 71px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.wp-block-table img {
  max-width: 75px;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0 10px 0 24px;
  background: rgb(22, 27, 53);
  border-bottom: 1px solid #1c1e26;
}

.wp-block-table th {
  text-align: left;
  background-color: #1d2440;
}

.payment-table__table th {
  background-color: #1d2440;
  text-align: left;
}

.payment-table__table td,
.payment-table__table th {
  padding: 0 10px 0 24px;
}

.payment-table__table td,
.payment-table__table th {
  padding: 0 10px 0 16px;
  background: rgb(22, 27, 53);
  border-bottom: 1px solid #1c1e26;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
}

.vip__banner {
  position: relative;
}

.vip__banner img {
  width: 100%;
  height: 504px;
  object-fit: cover;
}

.vip__banner_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vip__banner_caption span {
  display: block;
  text-align: center;
}

.vip__banner_caption .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  color: hsla(0deg, 0%, 100%, 0.65);
}

.vip__banner_caption .title-all {
  margin-bottom: 64px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.vip__banner_caption .counter .counter-title {
  margin-bottom: 16px;
  color: #fff;
}

.vip__banner_caption .counter-inner {
  max-width: 248px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px;
  background: rgba(14, 19, 37, 0.65);
  justify-content: space-between;
  border-radius: 8px;
}

.vip__banner_caption .counter-inner .c-item {
  text-align: center;
  color: hsla(0deg, 0%, 100%, 0.4);
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0.01em;
}

.vip__banner_caption .counter-inner .c-item strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.vip__levels_section {
  padding: 72px 0 0 0;
  position: relative;
}

.vip__levels_section:before {
  background: url(img/vip-section.png) no-repeat;
  background-size: cover;
  content: "";
  height: 820px;
  width: 100%;
  top: -50px;
  position: absolute;
  background-position: 50%;
}

.vip__levels_section .container {
  width: 1368px;
  max-width: 100%;
}

.entry-content.upper {
  width: 50%;
  margin: 0 auto 80px auto;
  text-align: center;
}

.entry-content.upper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: hsla(0deg, 0%, 100%, 0.65);
}

.vip_levels_list .levels_heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  color: #fff;
  display: block;
  margin-bottom: 16px;
}

.vip_levels_list .l-item {
  width: 179px;
}

.vip_levels_list .l-item span {
  display: block;
}

.vip_levels_list .l-item .name {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 900;
}

.vip_levels_list .l-item .sub-name {
  color: hsla(0deg, 0%, 100%, 0.4);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.vip_levels_list .l-item .head {
  padding: 10px 0 12px;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 8px;
  background: hsla(0deg, 0%, 100%, 0.04);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.vip_levels_list .l-item .body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0 57px;
  min-height: 362px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 8px;
  text-align: center;
  background: url(img/l-item.svg) no-repeat;
}

.vip_levels_list .l-item .divider {
  margin: 24px 0 28px;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, hsla(0deg, 0%, 100%, 0.0001), hsla(0deg, 0%, 100%, 0.12) 49.49%, hsla(0deg, 0%, 100%, 0.0001));
}

.providers-front .swiper-slide {
  padding: 40px;
  height: 148px;
  width: 100%;
  background: #1b2341;
  border-radius: 8px;
  transition: 0.3s;
}

.providers-front .swiper-slide:hover {
  background: #222b49;
}

.providers-front .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.langs {
  border-radius: 8px;
  cursor: pointer;
}
.langs img {
  border-radius: 8px;
}

.langs__dropped_content {
  display: none;
  background: #1b2341;
  position: absolute;
  flex-direction: column;
  width: 100%;
  top: 100%;
  right: 0;
  border-radius: 8px;
  max-width: 180px;
}
.langs__dropped_content a {
  color: #fff;
  padding: 8px 16px;
  border-radius: 0;
  font-size: 14px;
  display: flex;
  gap: 12px;
  z-index: 50;
  line-height: 1.5;
  align-items: center;
}
.langs__dropped_content a img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.langs__dropped_content_active {
  display: flex;
}

.mobile {
  display: none;
}

.comment-body .comment-author {
  color: #FFFFFF;
}
.comment-body .comment-content {
  color: #808191;
  line-height: 1.5;
}

.error-404 {
  width: 100%;
  min-height: 100vh;
  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;
  position: relative;
}

.error-404::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 41px;
  z-index: -5;
  background: url("img/error-40.jpg") center no-repeat;
  background-size: cover;
}

.error-404-block {
  width: 100%;
  max-width: 461px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.error-404-block .suptitle {
  font-weight: 900;
  font-size: 48px;
  line-height: 125%;
  color: #373A47;
}

.error-404-block .title {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 48px;
  line-height: 125%;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}

.error-404-block .subtitle {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1900px) {
  .container {
    width: 1620px;
    max-width: 97%;
  }
  .layout__sidebar {
    width: 100%;
    max-width: 12%;
  }
  .layout__wrapper {
    padding-left: 13%;
  }
  .games-container .game__slide {
    max-width: calc(16.6666666667% - 12px);
  }
}
@media (max-width: 1800px) {
  .categories a {
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  .categories {
    gap: 12px;
  }
  .categories a {
    font-size: 12px;
  }
  .mystery-drops__bonuses {
    padding: 0 42px;
  }
  .game__slide {
    height: 174px;
  }
  .games-container .game__slide {
    max-width: calc(16.6666666667% - 12px);
  }
}
@media (max-width: 1490px) {
  .dropped_provider {
    max-width: calc(16.6666666667% - 12px);
  }
  .reload__bonus {
    max-width: calc(33.3333333333% - 12px);
  }
  .reload__bonus .text-wrap p {
    height: 60px;
    margin: 12px 0 0 0;
  }
  .categories a img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1380px) {
  .providers {
    max-width: 180px;
  }
  .slider__big-title {
    font-size: 42px;
    line-height: 48px;
  }
  .mainSlider {
    height: 440px;
  }
  .search {
    margin: 0 42px;
  }
  .providers__search {
    margin: 0;
  }
  .sidebar__logo {
    max-width: 131px;
  }
  .sidebar__logo img {
    object-fit: contain;
    width: 100%;
  }
  .layout__sidebar {
    padding: 60px 16px 0 16px;
  }
  .mystery-drops__bonuses {
    padding: 0 12px;
  }
  .md-bonus {
    gap: 12px;
  }
  .md-bonus img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }
  .prize {
    font-size: 16px;
  }
  .tournaments .tournaments-row {
    flex-wrap: wrap;
  }
  .tournaments .tournaments-row .item {
    flex-basis: calc(50% - 12px);
  }
}
@media (max-width: 1290px) {
  .container {
    max-width: 98%;
  }
  .categories {
    gap: 8px;
  }
  .categories a {
    gap: 6px;
  }
  .categories a img {
    width: 18px;
    height: 18px;
  }
  .games-container .game__slide {
    max-width: calc(20% - 12px);
  }
}
@media (max-width: 1160px) {
  .mainSlider__slide {
    padding: 78px 32px 72px;
  }
  .categories {
    flex-wrap: wrap;
  }
  .categories a {
    max-width: calc(20% - 6px);
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .desktop {
    display: none;
  }
  .sidebar__logo {
    display: none;
  }
  .layout__sidebar {
    display: none;
  }
  .layout__wrapper {
    padding-left: 0;
  }
  .slider__big-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .slider__title {
    text-align: center;
  }
  .mainSlider__slide {
    padding: 64px 12px;
  }
  .mainSlider__slide .btn {
    justify-content: center;
    margin: 24px auto;
    display: flex;
    width: 100%;
    max-width: 180px;
    white-space: nowrap;
    font-size: 16px;
  }
  .payments {
    justify-content: center;
    flex-wrap: wrap;
  }
  .mobile {
    display: block;
  }
  .sidebar__logo.mobile {
    width: 100%;
    max-width: 32px;
    height: 32px;
  }
  .sidebar__logo.mobile img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .layout__header {
    padding: 8px 0;
  }
  .header__flex {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .header__search {
    display: none;
  }
  .header__controls {
    width: 100%;
    max-width: 240px;
  }
  .cats_with_providers .flex {
    flex-wrap: wrap;
  }
  .cats_with_providers .swiper-slide.flex {
    flex-wrap: nowrap;
    font-size: 10px;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
  }
  .cats_with_providers .swiper-slide.flex img {
    width: 24px;
    height: 24px;
  }
  .providers {
    margin: 24px 0 0 0;
    max-width: 100%;
  }
  .providers__search {
    display: none;
  }
  .dropped_provider {
    max-width: 45%;
  }
  .mainSlider {
    height: 530px;
  }
  .games .controls .flex {
    display: none;
  }
  .game__slide {
    height: 165px;
  }
  .game__caption {
    justify-content: center;
    gap: 12px;
  }
  .games-container .game__slide {
    max-width: calc(50% - 12px);
  }
  .mystery-drops__banner-left {
    display: none;
  }
  .mystery-drops__banner {
    overflow-x: scroll;
  }
  .mystery-drops__bonuses {
    padding: 10px;
    gap: 42px;
  }
  .prize {
    white-space: nowrap;
  }
  .btn__outline {
    white-space: nowrap;
  }
  .layout__page {
    padding: 84px 0 0 0;
  }
  .menu-m {
    width: 100%;
    position: fixed;
    background: #1b2341;
    bottom: 0;
    padding: 6px 12px;
    z-index: 55;
  }
  .menu-m .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-m li {
    list-style: none;
  }
  .menu-m a {
    color: #fff;
    display: block;
    text-align: center;
  }
  .menu-m a img {
    display: block;
    text-align: center;
    margin: 0 auto 6px;
  }
  .menu-m a span {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .footer-row {
    flex-direction: column-reverse;
  }
  .footer-row-menu {
    flex-wrap: wrap;
    margin: 0 0 24px 0;
  }
  .footer-row-menu .item {
    width: 100%;
    max-width: 100%;
  }
  .menu-name-dropdown {
    width: 100%;
    padding: 6px;
    border-bottom: 1px solid #808191;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .menu-name-dropdown:after {
    content: "";
    background: url(img/down.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
  }
  .menu-dropdown-content {
    display: none;
  }
  .menu-dropdown-content-visible {
    display: block;
  }
  .single__game {
    padding: 84px 0 0 0;
  }
  .single__iframe {
    height: 50vh;
  }
  .single__game_content:before {
    bottom: 26%;
  }
  .frame__title {
    font-size: 14px;
  }
  .tabs {
    gap: 12px;
  }
  .tab {
    font-size: 12px;
    white-space: nowrap;
  }
  .go__to_lobby {
    display: flex;
    font-size: 12px;
  }
  .go__to_lobby .sep {
    display: none;
  }
  .go__to_lobby img {
    display: none;
  }
  .btn {
    white-space: nowrap;
  }
  .tournaments .tournaments-row {
    flex-wrap: wrap;
  }
  .tournaments .tournaments-row .item {
    flex-basis: 100%;
    width: 100%;
  }
  .tournaments .tournaments-row .caption .row {
    margin: 12px 0;
    flex-wrap: wrap;
  }
  .tournaments .tournaments-row .caption .row strong {
    font-size: 14px;
  }
  .tournaments .tournaments-row .caption .caption {
    margin: 12px 0;
  }
  .tournaments .tournaments-row .caption .counter {
    margin: 12px 0;
  }
  .entry-content.upper {
    width: 100%;
  }
  .footer-row-menu {
    max-width: 100%;
  }
  .entry-content .alignright, .entry-content .alignleft, .entry-content .aligncenter {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }
  .entry-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .contact-forms {
    flex-wrap: wrap;
  }
}
@media (min-width: 550px) and (max-width: 960px) {
  .games-container .game__slide {
    max-width: calc(33.3333333333% - 12px);
  }
  .game__slide {
    height: 245px;
  }
}
