.topoffers-block {
	background: #E1E1E1;
	background: linear-gradient(180deg, rgba(225, 225, 225, 1) 0%, rgba(241, 241, 241, 1) 50%);
	border-radius: 20px;
}

.topoffers-block h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #1A3C95;
}

.topoffers-block .topoffers-offers {
	display: flex;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 25px;
}

.topoffers-block .topoffers-offers.no_header {
	padding-top: 45px;
}

.topoffers-block .topoffers-offer {
	flex-basis: 335px;
	background: #0057F7;
	background: linear-gradient(90deg,rgba(0, 87, 247, 1) 0%, rgba(0, 87, 181, 1) 100%);
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 15px;
	order: 2;
	flex-shrink: 1;
}

.topoffers-block .topoffers-offer:nth-child(2) {
	flex-basis: 390px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 15px;

}
.topoffers-block .topoffers-offer .topoffers-top {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
	border-bottom: 3px solid #F5FBFF;
	padding-bottom: 15px;
}

.topoffers-block .topoffers-offer:nth-child(2) .topoffers-top {
	padding-bottom: 28px;
}

.topoffers-block .topoffers-offer .casinoNumber {
	color: #000745;
	font-family: 'Baloo 2', sans-serif;
	font-weight: 700;
	font-size: 16px;
	display: block;
	width: 23px;
	height: 26px;
	background-image: url(../img/casinolist-number-bg.webp);
	background-size: contain;
	text-align: center;
	position: absolute;
	left: 0px;
	top: -9px;
	line-height: 28px;
}

.topoffers-block .topoffers-offer:nth-child(2) .casinoNumber {
	width: 30px;
	height: 35px;
	font-size: 22px;
	line-height: 36px;
}

.topoffers-block .topoffers-offer .topoffers-top .imageContainer {
	height: 93px;
	width: 180px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 3px;
  	padding-right: 3px;
	background-color: #FFFFFF;
}

.topoffers-block .topoffers-offer .topoffers-top .imageContainer a,
.topoffers-block .topoffers-offer .topoffers-top .imageContainer a img {
	display: block;
}

.topoffers-block .topoffers-offer:nth-child(2) .topoffers-top .imageContainer {
	width: 205px;
	height: 106px;
}

.topoffers-block .topoffers-offer .casinoName {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	margin-left: 10px;
}

.topoffers-block .topoffers-offer .casinoName a,
.topoffers-block .topoffers-offer .casinoName a:active,
.topoffers-block .topoffers-offer .casinoName a:visited {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 29px;
	text-decoration: none;
}

.topoffers-block .topoffers-offer:nth-child(2) .casinoName a {
	font-size: 20px;
}

.topoffers-block .topoffers-offer .casinoStarsBg {
	background-image: url("../img/stars-small-bg.webp");
	background-repeat: no-repeat;
	width: 115px;
	height: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.topoffers-block .topoffers-offer .casinoStarsBg .casinoStars {
	background-image: url("../img/stars-small.webp");
	background-repeat: no-repeat;
	height: 21px;
}

.topoffers-block .topoffers-offer:nth-child(2) .casinoStarsBg {
	background-image: url("../img/stars-bg.webp");
	background-repeat: no-repeat;
	width: 130px;
	height: 24px;
}

.topoffers-block .topoffers-offer:nth-child(2) .casinoStarsBg .casinoStars {
	background-image: url("../img/stars.webp");
	background-repeat: no-repeat;
	height: 24px;
}

.topoffers-block .topoffers-offer .bulletsContainer {
	width: 100%;
	align-self: center;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

.topoffers-block .topoffers-offer .bulletsContainer ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 18px;
	padding-right: 10px;
}

.topoffers-block .topoffers-offer .bulletsContainer li {
	position: relative;
	padding-bottom: 0;
	line-height: 22px;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 700;
}

.topoffers-block .topoffers-offer .bulletsContainer .offerContainer {
	background-image: url('../img/offer-icon-small.webp');
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 50px;
	font-size: 21px;
	font-weight: 700;
	line-height: 35px;
}

.topoffers-block .topoffers-offer:nth-child(2) .bulletsContainer .offerContainer {
	font-size: 24px;
	line-height: 38px;
	background-image: url('../img/offer-icon.webp');
	padding-left: 70px;
}

.topoffers-block .topoffers-offer .ctaContainer {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	border-top: 3px solid #F5FBFF;
	padding-top: 18px;
}

.topoffers-block .topoffers-offer .ctaContainer button {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.topoffers-block .topoffers-offer .ctaContainer .playCTA {
	font-family: 'Baloo 2', sans-serif;
	border-radius: 20px;
	background: #0EE06E;
	color: #003140;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.topoffers-block .topoffers-offer .ctaContainer .topOpenMoreInfo {
	cursor: pointer;
	font-family: 'Baloo 2', sans-serif;
	border-radius: 20px;
	background: #FFFFFF;
	color: #000746;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	padding: 5px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	margin-top: 10px;
}

@media screen and (max-width: 600px) {
	.topoffers-block .topoffers-offers {
		padding-left: 13px;
		padding-right: 13px;
	}
	.topoffers-block .topoffers-offer .topoffers-top .imageContainer {
		width: 50% !important;
	}
	.topoffers-block .topoffers-offer .casinoName a {
		font-size: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.topoffers-block .topoffers-offer .topoffers-top {
		flex-direction: column;
	}
	.topoffers-block .topoffers-offer .casinoName {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
		align-items: center;
	}
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
	.topoffers-block .topoffers-offer .topoffers-top .imageContainer {
		width: 205px !important;
	}
}

@media screen and (max-width: 1000px) {
	.topoffers-block .topoffers-offers {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.topoffers-block .topoffers-offers .topoffers-offer {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.topoffers-block .topoffers-offer:nth-child(2) {
		order: 1;
	}
	.topoffers-block .topoffers-offer .topoffers-top {
		flex-direction: row;
	}

	.topoffers-block .topoffers-offer .casinoName {
		margin-left: 10px;
		margin-top: unset;
		text-align: unset;
		align-items: unset;
	}
}
