.swiper .swiper-pagination {
	bottom: 0;
	line-height: 1;
	font-size: 0;
}

.swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: var(--text);
	opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
	background-color: var(--accent-2);
}

.swiper .swiper-button-disabled {
	display: none;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	top: 0;
	z-index: 100;
	justify-content: flex-end;
	width: 72px;
	height: 100%;
	margin: 0;
	background: var(--lg-6);
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	margin-right: 8px;
	font-size: 20px;
	color: var(--text);
}

.swiper .swiper-button-prev {
	left: 0;
	transform: scaleX(-1);
}

.swiper .swiper-button-prev:after {
	transform: rotate(180deg);
}

.swiper .swiper-button-next {
	right: 0;
}

.swiper-tournaments .swiper-wrapper {
	margin-bottom: 18px;
}

.swiper-tournaments .swiper-pagination-bullet {
	width: 8px;
	height: 2px;
	border-radius: 1px;
	background-color: var(--text);
}

.swiper-tournaments .swiper-pagination-bullet-active {
	width: 24px;
	background-color: var(--accent-1);
}

.swiper-footer-slider .swiper-pagination {
	bottom: 12px;
}

.footer-slider--providers .swiper {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.swiper-footer-slider .swiper-pagination-bullet {
	background-color: var(--stroke);
}

.swiper-footer-slider .swiper-pagination-bullet-active {
	background-color: var(--accent-2);
}

.promotions .swiper-pagination {
	bottom: 0;
}

.promotions .swiper-slide {
	max-width: 384px;
}

.games-slider .swiper-button-prev {
	left: 40px;
}

.jackpot-slider > .swiper-wrapper {
	margin-bottom: 42px;
}


@media screen and (min-width: 1280px) {
	.swiper-tournaments:hover .swiper-button {
		opacity: 1;
	}

	.swiper-tournaments .swiper-wrapper {
		margin-bottom: 0;
	}

	.swiper-tournaments .swiper-button {
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		border-radius: 16px;
		background: var(--bg-2);
		box-shadow: 0 7px 15px rgba(0, 0, 0, .2);
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
	}

	.swiper-tournaments .swiper-button svg {
		fill: var(--title);
	}

	.swiper-tournaments .swiper-button-next,
	.swiper-tournaments .swiper-button-prev {
		width: auto;
		background: unset;
	}

	.swiper-tournaments .swiper-button-next:before,
	.swiper-tournaments .swiper-button-prev:before {
		position: absolute;
		z-index: 1;
		content: '';
		width: 40px;
		height: 152px;
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
		background: var(--lg-7);
	}

	.swiper-tournaments .swiper-button-next:after,
	.swiper-tournaments .swiper-button-prev:after {
		display: none;
	}

	.swiper-tournaments .swiper-button-next:not(.swiper-button-disabled):before,
	.swiper-tournaments .swiper-button-prev:not(.swiper-button-disabled):before {
		opacity: 1;
	}

	.swiper-tournaments .swiper-button-next svg,
	.swiper-tournaments .swiper-button-prev svg {
		width: 7px;
		height: 9px;
	}

	.swiper-tournaments .swiper-button-next:before {
		right: 0;
	}

	.swiper-tournaments .swiper-button-next .swiper-button {
		margin-right: 12px;
	}

	.swiper-tournaments .swiper-button-next svg {
		transform: rotate(180deg);
	}

	.swiper-tournaments .swiper-button-prev {
		left: 0;
		padding-left: 0;
		transform: none;
	}

	.swiper-tournaments .swiper-button-prev:before {
		left: 0;
		transform: scaleX(-1);
	}

	.swiper-tournaments .swiper-button-prev .swiper-button {
		margin-left: 12px;
	}

	.promotions .swiper-slide {
		max-width: 384px;
	}
}


@media screen and (min-width: 1400px) {
	.promotions .swiper-button-prev {
		left: 0;
	}
}
