jdiv#jvlabelWrap {
  bottom: -40px !important;
}

.__jivoMobileButton {
  display: none;
}

body,
.header *,
.view {
  font-family: "Montserrat", sans-serif !important;
}

.ButtonClose svg path {
  fill: var(--menu__close-icon) !important;
}

.header .user {
  padding: 0 !important;
}

.header .user,
.nav-game .Search,
.filter__item span,
.games__category-title .show-all,
.layout .handle-back,
.games .handle-back {
  border-radius: 24px !important;
}

.header .nav-btn__text,
.header .user span,
.nav-game .Search input,
.filter__item span,
.games__category-title .title,
.games__category-title .show-all,
.layout .handle-back span,
.games__container--slider .games__category:nth-child(2) .games__category-title::before,
.games .handle-back {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  padding: 4px 16px !important;
}

.header .user span {
  padding: unset !important;
}

.games .grid-title {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 150% !important;
}

.games .handle-back {
  padding-left: 12px !important;
  color: #161A25 !important;
}

.game-card__img .play-button .real {
  color: #161A25 !important;
}

.game-card__img .fs {
  color: #161A25 !important;
  background: #FDD300 !important;
}

.layout .handle-back {
  padding: 0 !important;
  padding-left: 12px !important;
}

.layout .handle-back span {
  padding-left: 0 !important;
}

.account-btn .user:not(.user--reg) {
  background: linear-gradient(90deg, #FDD300 0%, #F2BD29 100%) !important;
  padding: 4px 16px !important;
}

.ScrollToTopButton button {
  background: linear-gradient(90deg, #FDD300 0%, #F2BD29 100%) !important;
}

.layout-container .Auth .forms .form .submit-button[data-disabled="false"] span {
  color: #161A25 !important;
}

.ScrollToTopButton button svg path{
  fill: #161A25 !important;
}

.nav-game .Search {
  background: none !important;
}

.nav-game .Search input {
  background-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 5.5px 30px !important;
}

.filter .filter__title, .Search .search-input, .Search .search-input::placeholder {
  color: #fff !important;
}

.filter__item span {
  box-shadow: none !important;
}

.providers-bar {
  border-radius: 48px !important;
  padding: 8px 20px !important;
  border: 1px solid #FDD300;
}

.providers-bar .swiper-slide .label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.providers-bar .swiper-slide {
  max-width: 110px;
}

@media (max-width: 500px) {
  .providers-bar .swiper-slide .label{
    font-size: 10px !important;
  }
}

.games__category-title .title,
.games__container--slider .games__category:nth-child(2) .games__category-title::before {
  padding: 0 !important;
}

.games__category-title .show-all {
  background: linear-gradient(90deg, #FDD300 0%, #F2BD29 100%) !important;
}

.games .nav .swiper-button-next,
.games .nav .swiper-button-prev {
  background: transparent !important;
}

@media (min-width: 991px) {
  .games .nav .swiper-button-next,
  .games .nav .swiper-button-prev {
    border: 1px solid #FDD300;
  }
}

.abstact-image .light,
.jackpots-lobby_info .title span {
  display: none !important;
}

.jackpots-lobby.v2 .jackpots-lobby_list .item .image-block img {
  height: 90% !important;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .jackpots-lobby_list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 992px) {
  .jackpots-lobby_info .abstact-image .monets {
    object-position: center top !important;
  }

  .jackpots-page .jackpots-lobby_info {
    min-height: 150px;
  }
}

@media (max-width: 768px) {
  .jackpots-lobby_info .title span {
    display: flex !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 32px !important;
  }
}

.jackpots-lobby_info .title::before {
  content: url("images/jackpots/total_jackpots.png");
}

@media (max-width: 768px) {
  .jackpots-lobby_info .title::before {
    content: none;
  }
}

.jackpots-lobby_info .show {
  margin-top: 10px !important;
  font-size: 18px !important;
}

.jackpots-lobby.v2 .jackpots-lobby_list .item .image-block,
.jackpots-list.v2 .item .icon{
  right: -5px !important;
}

.jackpots-lobby.v2 .jackpots-lobby_list .item span,
.jackpots-list.v2 .item__title {
  font-size: 34px !important;
  line-height: 56px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  text-shadow: none !important;
}

@media (max-width: 1300px) {
  .jackpots-lobby.v2 .jackpots-lobby_list .item span,
  .jackpots-list.v2 .item__title {
    font-size: 28px !important;
    line-height: 42px !important;
  }
}

.jackpots-lobby.v2 .jackpots-lobby_list .item .value,
.jackpots-list.v2 .item__content {
  font-size: 30px !important;
  line-height: 48px !important;
  font-weight: 500 !important;
}

@media (max-width: 1300px) {
  .jackpots-lobby.v2 .jackpots-lobby_list .item .value,
  .jackpots-list.v2 .item__content {
    font-size: 24px !important;
    line-height: 38px !important;
  }
}

.jackpots-lobby.v2 .jackpots-lobby_list .item {
  padding: 30px 24px !important;
  overflow: hidden;
}

@media (max-width: 991px) {
  .jackpots-lobby.v2 .jackpots-lobby_list .item {
    padding: 30px 16px !important;
  }
}

.jackpots-list.v2 .item {
  padding: 30px 36px !important;
  overflow: hidden;
}

@media (max-width: 991px) {
  .jackpots-list.v2 .item {
    padding: 30px 16px !important;
  }
}

.footer .logo {
  max-width: 120px !important;
}

.menu-section .menu .group-title span {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.menu-section .menu .item a, .menu-section .menu .item span {
  font-weight: 600 !important;
}

.account-btn .balance__added {
  background: linear-gradient(90deg, #FDD300 0%, #F2BD29 100%) !important;
}

.account-btn .balance__added:before, .account-btn .balance__added:after {
  background: #161A25 !important;
}

@media (max-width: 768px) {
  .layout-container {
    padding: 40px 20px !important;
  }
}

.banners {
  min-height: 23.5vw !important;
}


@media (max-width: 991px) and (orientation: portrait) {
  .banners {
    min-height: 82vw !important;
  }
}

@media (max-width: 991px) {
  .banners .banner {
    height: auto !important;
  }

  .banner-custom .custom-slide {
    padding: 0 !important;
  }
}

@media (max-width: 500px) and (orientation: portrait) {
  .header .user span {
    font-size: 12px !important;
  }
}
.alerts .btn-nav--switch{
  background: none !important;
}
.alerts .btn-nav--switch .inline-block {
  visibility: hidden;
}
.banners-mobile{
  display: inline !important;
}

.btn-nav--switch .nav-switch.login {
  display: none;
}

.banner-custom .custom-slide {
  cursor: pointer;
}

.banner-custom .custom-slide-first {
  cursor: unset !important;
}