@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700&display=swap');

* {
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-block-start: 84px;
}

body {
	background: #ffffff;
	color: #11195f;
	font-size: 16px;
	font-family: 'Prompt', sans-serif, arial, "helvetica neue", "nimbus sans l", freesans;
	font-weight: 400;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	max-width: 100%;
	-webkit-text-size-adjust: none;
	padding-top: 84px;
}

button {
	cursor: pointer;
}

a {
	color: #267cd3;
	font-weight: 500;
}

strong,
b {
	font-weight: 500;
}

img,
input[type="image"] {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
	height: auto;
}

img.lazyloaded {
	height: auto;
}

iframe,
video {
	border: 0px;
	max-width: 100%;
}

.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	fill: currentColor;
}

.section {
	padding: 20px 0;
}

.header {
	background: linear-gradient(180deg, #67abf5 0%, #408fdf 50%, #3281d4 100%);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 15;
	padding: 15px 0px 15px 0px;
}

.header .container {
	padding: 0 15px;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}

.logo-link img {
	width: 50px;
	margin-right: 12px;
}

.head {
	margin: 30px 0;
}

.head .content {
	padding: 20px;
	background: #e1f2ff;
	border-radius: 15px;
}

.head .label {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}

.head .info {
	display: flex;
	align-items: center;
}

.head .info .avatar {
	width: 60px;
	border-radius: 10px;
}

.head .info .info-data {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.head .info .author {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 7px;
}

.head .info .date {
	display: flex;
	align-items: center;
}

.head .info .icon-calendar {
	margin: -3px 7px 0 0;
	color: #229df6;
}

.head .info .text {
	font-size: 16px;
	line-height: 1;
}

.head .info .text b {
	font-weight: 500;
}

.content .container {
	padding: 0 15px;
	max-width: 1300px;
	margin: 0 auto;
}

.section h2.label {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 20px;
	line-height: 1;
}

.section h3.label {
	font-size: 24px;
	margin: 0 0 20px;
	line-height: 1;
}

.section.text h2 {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
}

.section.text h3 {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
}

.section.text table {
	border-collapse: separate;
	width: 100%;
	margin: 30px 0 20px;
	border-spacing: 0;
	border-radius: 10px;
	overflow: hidden;
}

.section.text table th {
	background: linear-gradient(180deg, #67abf5 0%, #408fdf 50%, #3281d4 100%);
	font-weight: 500;
	color: #fff;
	border-color: #fff;
	padding: 12px 15px;
	text-align: left;
}

.section.text table th:not(:last-child) { 
	border-right: 1px solid #fff;
}

.section.text table td {
	background: #fff;
	padding: 12px 16px;
	border: 1px solid #67abf5;
	box-sizing: border-box;
}

.section.text table td:first-child {
	border-left: 2px solid #67abf5;
}

.section.text table td:last-child {
	border-right: 2px solid #67abf5;
}

.section.text table tr:last-child td {
	border-bottom: 2px solid #67abf5;
}

.section.text table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

.section.text table tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-scroll table {
	min-width: 700px;
}

.casino_tbl {
	margin: 30px 0;
}

.casino-item {
	display: flex;
	background: #e1f2ff;
	padding: 15px;
	border-radius: 15px;
	margin: 20px 0;
}

.casino-item .logo-box {
	width: 200px;
	display: flex;
	align-items: center;
}

.casino-item .casino-title {
	padding: 0 20px 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	flex-grow: 1;
	max-width: 30%;
	font-weight: 500;
	text-align: center;
}

.casino-item .features {
	padding: 0 40px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.casino-item .advantages-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.casino-item .advantages-list .advantage-item {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 12px 0;
}

.casino-item .advantages-list .advantage-item .icon {
	margin-right: 10px;
	background: #229df6;
	border-radius: 5px;
	color: #fff;
	padding: 5px;
	width: 20px;
	height: 20px;
}

.casino-item .buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 40px;
}

.go-btn {
	width: 150px;
	background: #229df6;
	color: #fff;
	padding: 15px 25px;
	border-radius: 15px;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	transition: background 0.3s ease;
}

.go-btn:hover {
	background: #1a5fa8;
}



.faq-item {
	margin: 20px 0;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.faq-item h3.label {
	background: #c4e6ff;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	cursor: pointer;
}

.faq-item .value {
	padding: 0 20px;
	background: #e9f5fb;
	font-size: 16px;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item .label .open-icon {
	transition: transform 0.3s ease;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.faq-item.open .label .open-icon {
	transform: rotate(180deg);
}

.footer {
	background: linear-gradient(180deg, #67abf5 0%, #408fdf 50%, #3281d4 100%);
	color: #fff;
	padding: 30px 0;
	text-align: center;
}

.footer .container {
	padding: 0 15px;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer .logo-link {
	text-align: left;
}

.footer .gamble-box {
	display: flex;
	align-items: center;
	margin: 40px 0 20px;
}

.footer .gamble-box img {
	margin-right: 15px;
}




.up-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #229df6;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
}

@media (max-width: 1200px) {
	.casino-item .logo-box {
		width: 130px;
	}
	.casino-item .casino-title {
		font-size: 28px;
		line-height: 1;
	}
	.casino-item .advantages-list .advantage-item {
		margin: 10px 0;
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	.head .label {
		font-size: 40px;
	}
	.casino-item {
		flex-direction: column;
		align-items: center;
	}
	.casino-item .casino-title {
		width: 100%;
		max-width: 400px;
		padding: 0;
		margin: 20px 0;
	}
	.casino-item .features {
		padding: 0;
		margin: 0 0 20px;
	}
	.casino-item .buttons {
		padding: 0;
	}
	.go-btn {
		width: 200px;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.head .info .icon-calendar {
		width: 20px;
		height: 20px;
	}
	.head .info .text {
		font-size: 13px;
	}
	.head .content {
		padding: 10px;
	}
	.head .label {
		font-size: 32px;
	}

	.section.text h2 {
		font-size: 26px;
	}

	.section.text h3 {
		font-size: 22px;
	}

	.section.text table th,
	.section.text table td {
		padding: 8px 10px;
	}
}