jdiv#jvlabelWrap {
	display: none;
}

.__jivoMobileButton {
	display: none;
}

/* Banners */
.banners {
	overflow: hidden;
}

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

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

/* Jackpot banner */
.banner-jackpots-content .title {
	font-size: calc(26.66667px + 1.66667vw);
	line-height: normal;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em;
	position: relative;
}
.banner-jackpots-content {
	gap: 10px;
}
.banner-jackpots .item__title {
	text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em;
}
@media (min-width: 800px) and (max-width: 1180px) {
	.banner-jackpots__info .title {
		font-size: 1.8571428571em;
	}
}
@media (max-width: 991px) {
	.banner-jackpots-content
		.jackpots-slider
		.swiper-slide
		.jackpots-slide
		.jackpots-value {
		font-size: calc(14px + 0.625vw);
		color: white;
		text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em;
	}
}
@media (max-width: 991px) {
	.banner-jackpots-content .jackpots-slider .swiper-slide .jackpots-slide {
		max-width: 325px;
		height: 87px;
	}
}
@media (max-width: 991px) {
	.banner-jackpots-content
		.jackpots-slider
		.swiper-slide
		.jackpots-slide
		.jackpots-value {
		font-size: calc(14px + 0.625vw) !important;
	}
}
@media (max-width: 991px) {
	.banner-jackpots-content
		.jackpots-slider
		.swiper-slide
		.jackpots-slide
		.jackpots-title {
		font-size: calc(18.66667px + 0.41667vw);
	}
}
.jackpots-title_diamond {
	background: #b9f2ff;
}
.jackpots-list .jackpots-name_diamond {
	color: #b9f2ff;
}
.jackpots-title_platinum {
	background: #e5e4e2;
}
.jackpots-list .jackpots-name_platinum {
	color: #e5e4e2;
}
.jackpots-title_gold {
	background: #f9d700;
}
.jackpots-list .jackpots-name_gold {
	color: #f9d700;
}
.jackpots-title_silver {
	background: silver;
}
.jackpots-list .jackpots-name_silver {
	color: silver;
}
.jackpots-title_bronze {
	background: #cd7f32;
}
.jackpots-list .jackpots-name_bronze {
	color: #cd7f32;
}
.jackpots-title_iron {
	background: #e2dddf;
}
.jackpots-list .jackpots-name_iron {
	color: #e2dddf;
}

/* Bonuses (marquee) banner */
@media (max-width: 991px) {
	.banner-marquee {
		padding: unset !important;
	}
}
.banner-marquee .slider .swiper-slide {
	border-radius: 10px !important;
}
.banner-marquee .title {
	display: none;
}
.banner-marquee .title {
	position: relative;
}
.banner-marquee-bonuses .slider .swiper-slide {
	font-size: 14px !important;
	font-style: italic;
}
.banner-marquee-bonuses .slider .swiper-slide .link {
	text-transform: capitalize;
}
.providers-bar .swiper-slide {
	max-width: 110px !important;
}

@media (max-width: 991px) {
	.header__logo {
		width: 120px;
		height: 30px;
	}
}

@media (orientation: portrait) and (max-width: 991px) {
    .a2hs {
        bottom: 170px !important;
        height: 150px !important;
    }
}

@media (orientation: landscape) and (max-width: 991px) {
    .a2hs {
        bottom: 100px !important;
        height: 150px !important;
    }
}

.account-btn > .balance > .balance__added {
	background: #9c1616 !important;
}