@font-face {
	font-family: "Montserrat";
	src: url("../../fonts/Montserrat.ttf");
}

* {
	box-sizing: border-box;
}

:root {
	--main-bg: linear-gradient(to bottom, #1a0cb7, rgba(0, 0, 0, 0)),
		linear-gradient(to bottom, #061a23, #061a23),
		linear-gradient(to bottom, #000000, #000000);
	--main-text-color: #0000;
	--description-text-color: #ffc90f;
	--button-color: linear-gradient(38deg, #16e3ff 12%, #d1000000a 84%);
	--bonus-text-color: #33e9c6;
	--borderImage: linear-gradient(to right, #D9D9D9 0%, #000000 52%, #D9D9D9 100%);
}

/* GENERAL STYLE */

.container {
	width: 375px;
	margin: 0 auto;
	padding: 20px 16px;
}

/* HEADER */

.header {
	width: 100%;
}

.header__logo {
	height: 24px;
}

.header__promo {
	text-align: center;
	color: #000;
}

.promo__title {
	font-family: "Montserrat", sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
}

.promo__subtitle {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

/* MAIN && OFFER LIST */

.main {
	width: 100%;
}

.offers {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.offers__card {
	width: 343px;
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	padding: 16px;
	margin-top: 70px;
	background: #3586F6;
	border-radius: 20px;
}

.card__header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -60px;
}

.card__header-indicator {
	width: 40px;
	height: 40px;
	flex-grow: 0;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	position: absolute;
	left: -15%;
	top: 20px;
}

.card__header-logo {
	width: 203px;
	flex-grow: 0;
}

.card__body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 12px;
}

.stars img {
	width: 20px;
	height: 20px;
}

.body__stats {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.stats__money {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.stats__freespins {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mob-none {
	display: none;
}

.stats__icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.stats__icon-subtitle {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
}

.money__text {
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 26px;
}

.money__text span {
	font-family: "Montserrat", sans-serif;
	flex-grow: 0;
	color: #fff;
	text-shadow: 0 0 6px rgba(117, 237, 115, 0.5);

	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
}

.freespins__text {
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 26px;
}

.freespins__text span {
	font-family: "Montserrat", sans-serif;
	flex-grow: 0;
	color: #fff;

	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
}

.body__bonus {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: -30px;
}

.bonus__text {
	display: flex;
	justify-content: space-between;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}

.bonus__summary {
	flex-grow: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.86;
	letter-spacing: normal;
	text-align: left;
	color: #fa00ff;
}

.body__reviews {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reviews__icons-stars {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.reviews__icons-users {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.users__quantity {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.payment__type {
	align-self: stretch;
	flex-grow: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.card__button {
	padding: 14px 70px;
	background-image: linear-gradient(to left, #0D0D0D 100%, #84f582 2%);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	border-radius: 90px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.card__button img {
	margin-left: 16px;
}

@keyframes gradient {
	0% {
		background-position: 80% 0%;
	}

	50% {
		background-position: 20% 100%;
	}

	100% {
		background-position: 80% 0%;
	}
}

/* TERMS/PRIVACY/RESPONSIBLE */

.content {
	align-self: stretch;
	flex-grow: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #000;
}

/* FOOTER */

.footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #000;
	margin-top: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
}

.footer__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	gap: 12px;
}

.footer__images {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.link__gamble {
	text-decoration: none;
	color: #000;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	position: relative;
}

.link__gamble:hover {
	color: #000;
	transition: 1s;
}

.link__gamble::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 350px;
	height: 1px;
	background-color: #D9D9D9;
	box-shadow: 0 0 10px 2px #D9D9D9;
	/* Задаем начальную тень */
	animation: shimmer 3s infinite linear;
	/* Запускаем анимацию shimmer */
}

@keyframes shimmer {
	0% {
		box-shadow: 0 0 10px 2px #D9D9D9;
	}

	50% {
		box-shadow: 0 0 20px 4px #D9D9D9;
	}

	100% {
		box-shadow: 0 0 10px 2px #D9D9D9;
	}
}

.footer__content p {
	margin: 0;
	color: #000;
}

.footer__links {
	display: flex;
	flex-direction: column;
	color: #000;
}

.disclaimer__title {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #000000;
}

.disclaimer__text {
	text-align: left;
	color: #000;
}

.footer__nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
}

.footer__nav a {
	text-decoration: none;
	flex-grow: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.footer__nav a:hover {
	color: #000;
	transition: 0.5s;
}

.footer__copyright {
	flex-grow: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	margin: 0;
}

/* MEDIA */

@media (min-width: 720px) {
	body {
		background-image: url(assets/img/bg.jpg.html);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.container {
		width: 100%;
		max-width: 1110px;
		padding: 20px 0;
		background: transparent;
	}

	.offers {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.offers__card {
		width: 100%;
		height: 150px;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	.stats-money {
		display: flex;
		flex-direction: column;
	}

	.body__bonus {
		width: 30%;
		flex-direction: column;
	}

	.stats-money {
		display: flex;
		flex-direction: column;
	}

	.card__button {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.footer__images {
		justify-content: flex-start;
	}

	.card__header {
		top: -55px;
	}

	.card__header-indicator {
		top: 70px;
		left: -130%;
	}

	.footer {
		margin-top: 56px;
	}

	.pre__footer {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.footer__content {
		width: 33%;
	}

	.footer__disclaimer {
		width: 67%;
	}

	.reviews__icons-stars {
		width: 20%;
		justify-content: space-between;
		gap: 20px;
	}

	.stars {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.users__quantity {
		font-size: 20px;
	}

	.disclaimer__title {
		margin-top: 0;
	}

	.footer__links {
		flex-direction: column;
		justify-content: space-around;
		gap: 24px;
	}

	.footer__nav {
		width: 100%;
		justify-content: flex-start;
		gap: 40px;
		padding-top: 24px;
		border-top: 1px solid #000000;
	}

	.footer__copyright {
		margin-left: auto;
	}

	.mob-none {
		display: flex;
	}

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

	.stats__money {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.stats__icon span {
		font-size: 36px;
	}

	.desk-none {
		display: none;
	}

	.stats__freespins {
		align-items: flex-start;
	}
}