input[type=checkbox],
td,
th {
	padding: 0
}

.custom-table,
table {
	border-collapse: collapse
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

footer,
header {
	display: block
}

b {
	font-weight: 700
}

img {
	vertical-align: middle
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

button,
input {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0
}

button {
	overflow: visible
}

.modal {
	overflow: hidden
}

button {
	text-transform: none
}

button {
	cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

table {
	border-spacing: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

button,
input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

label {
	margin: 0
}

.text-danger {
	color: #a94442
}

.btn,
.close,
a,
button {
	cursor: pointer
}

.modal {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.modal {
	position: fixed;
	z-index: 1050;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	transition: transform .3s ease-out
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.close {
	float: right;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	color: inherit;
	padding: 0;
	background: 0 0;
	border: 0
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
}

.clearfix:after,
.clearfix:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
	display: table;
	content: " "
}

.clearfix:after,
.modal-footer:after,
.modal-header:after {
	clear: both
}

body,
h1,
h2,
h3,
p {
	margin: 0
}

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/font.woff2) format('woff2'), url(../fonts/font.woff) format('woff'), url(../images/font.svg) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body,
h3 {
	font-size: 14px
}

.fa-times:before {
	content: '\e80e'
}

.fa-list:before {
	content: '\ed6d'
}

.fa-copy:before {
	content: '\ef78'
}

.fa-search:before {
	content: '\f002'
}

.fa-check-circle:before {
	content: '\f058'
}

.fa-thumbs-up:before {
	content: '\f087'
}

.fa-thumbs-down:before {
	content: '\f088'
}

.fa-sign-in:before {
	content: '\f090'
}

.fa-twitter:before {
	content: '\f099'
}

.fa-facebook:before {
	content: '\f09a'
}

.fa-caret-down:before {
	content: '\f0d7'
}

.fa-comment-o:before {
	content: '\f0e5'
}

.fa-angle-down:before {
	content: '\f107'
}

.fa-google:before {
	content: '\f1a0'
}

.bonus-tooltip__text:before,
.footer .title--line:before {
	content: ""
}

body {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 400;
	line-height: 1.25
}

h1 {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
}

b,
h2,
h3 {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

a {
	outline: 0 !important;
	text-decoration: none;
	transition: all .2s
}

a:focus,
a:hover {
	text-decoration: none
}

a:hover img {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}

a img {
	transition: -webkit-filter .2s;
	transition: filter .2s;
	transition: filter .2s, -webkit-filter .2s;
	transform: translateZ(0)
}

button {
	outline: 0;
	transition: all .2s
}

.bonus-tooltip__text,
.btn {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 400;
}

.dark-description-box {
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 12px;
	padding: 15px 40% 15px 15px;
	color: #fff
}

@media screen and (max-width:1217px) {
	.dark-description-box {
		padding-right: 15px
	}
}

.dark-description-box.material-body a:hover {
	color: #fff
}

.dark-description-box.material-body b {
	color: #0F54B3
}

.bonus-tooltip {
	position: relative
}

.bonus-tooltip:hover .bonus-tooltip__text {
	visibility: visible;
	opacity: 1
}

.bonus-tooltip__text {
	visibility: hidden;
	opacity: 0;
	max-width: 150px;
	text-align: center;
	border-radius: 4px;
	padding: 5px 10px;
	z-index: 1;
	position: absolute;
	bottom: 120%;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity .3s;
	font-size: 12px;
	word-break: initial
}

.bonus-tooltip__text:before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #3b4164 transparent transparent
}

.field-validation-valid {
	display: none
}

.container {
	max-width: 1366px;
	margin: 0 auto
}

.page-container {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	position: relative;
	max-width: 1366px;
	margin: 0 auto
}

.main-container {
	flex: 1 1 auto;
	position: relative;
	max-width: 1080px;
	min-width: 0
}

@media screen and (max-width:1380px) {
	.page-container {
		padding: 15px
	}
}

@media screen and (max-width:1217px) {

	.page-container {
		-webkit-box-orient: vertical
	}

	.container,
	.page-container {
		max-width: 780px
	}

	.main-container {
		margin-right: 0
	}

	.page-container {
		flex-direction: column;
		padding: 15px 0
	}
}

@media screen and (max-width:800px) {
	.page-container {
		padding: 15px;
		flex-direction: column
	}
}

.btn {
	-webkit-box-align: center
}

.btn,
.btn--default {
	background: #384266;
	color: #fff
}

.btn i+span {
	margin-left: 5px
}

.btn {
	border: none;
	outline: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 11px 15px;
	transition: all .2s
}

.btn-login {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

.btn:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #fff
}

.btn--block {
	display: flex;
	width: 100%
}

.btn--default:hover {
	color: #fff
}

.btn-login {
	background: #181c30
}

.btn-login {
	color: #fff;
	padding: 7px 10px;
	border: 1px solid rgba(218, 44, 72, .8)
}

.btn-login:hover {
	color: #fff
}

.btn-login i {
	color: #da2c48;
	font-size: 24px
}

.btn-default-red {
	padding: 8px 12px;
	color: #fff;
	background: linear-gradient(90deg, #7F1F48, #C12949)
}

.btn-default-red:focus,
.btn-default-red:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

.btn-play {
	display: -ms-flexbox
}

.btn-play {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 8px;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	white-space: nowrap;
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
	background: #3aa045
}

.btn-play:focus,
.btn-play:hover {
	color: #fff;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}

.btn-play i {
	font-size: 24px;
	margin-right: 6px
}

.modal-form .forgot-pass,
.modal-form__link {
	border-bottom: 1px solid #596387
}

.footer__link {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 100;
}

.footer__top {
	padding: 15px 0;
	background: #0e101b
}

.footer__cols {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px
}

.footer__col {
	padding: 0 15px;
	margin-top: 15px
}

.footer__col.col--fg {
	flex-grow: 1
}

.footer__link {
	margin-top: 5px
}

.footer__link a {
	color: #c5d0ec
}

.footer__link a:hover {
	color: #73adff
}

.footer__info {
	display: flex;
	margin: 30px -15px 0
}

.footer__info-links {
	display: flex;
	flex-wrap: wrap
}

.footer__bottom-container,
.footer__logo {
	display: -ms-flexbox
}

.footer__info-link {
	margin-right: 15px
}

.footer__title {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px
}

.footer .title--line {
	position: relative;
	padding-bottom: 10px
}

.footer .title--line:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #ae2843
}

.footer__bottom {
	background: #090a11;
}

.footer__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 20px 15px;
}

.footer__logo {
	display: flex;
	position: relative;
	margin: 10px 10px 0 0
}

.social-links {
	display: -ms-flexbox
}

.footer__logo img {
	height: auto
}

@media screen and (max-width:1380px) {
	.footer__cols {
		margin: 0
	}

	.footer__info {
		margin: 30px 0 0
	}
}

@media screen and (max-width:1217px) {

	.footer__cols,
	.footer__info {
		flex-wrap: wrap
	}

	.footer__col {
		width: 50%
	}
}

@media screen and (max-width:549px) {
	.footer__col {
		width: 100%
	}
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	justify-content: space-between
}

.social-links__label {
	width: 100%;
	font-size: 12px;
	color: #525B7D;
	margin: 15px 0;
	text-align: center
}

.social-links__item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 50px;
	height: 50px;
	padding: 0;
	color: #fff;
	background: #181B2D;
	border-radius: 12px;
	border: none
}

.avatar,
.avatar__img {
	position: relative;
	display: inline-block
}

.social-links__item+.social-links__item {
	margin-left: 15px
}

.bonus-card__promo-code i {
	margin-left: 5px
}

.social-links__item:focus,
.social-links__item:hover {
	color: #fff;
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15)
}

.social-links .facebook-link i {
	color: #1872eb
}

.social-links .google-link i {
	color: #ce3f30
}

.social-links .twitter-link i {
	color: #1f96e8
}

.avatar.avatar--smaller .avatar__img {
	width: 30px;
	height: 30px
}

.avatar__img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.avatar__progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.label-admin {
	background: #3662fc
}

.label-admin .circle-progress__value {
	stroke: #3662fc
}

.circle-progress {
	display: none;
	background: 0 0
}

.circle-progress__bg {
	stroke: #2d314a
}

.circle-progress.circle--dark .circle-progress__bg {
	stroke: #181c30
}

.data-info__item-prop,
.gift-checkbox__label {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 100;
}

.gift-checkbox {
	font-size: 12px;
	color: #aeaeae
}

.gift-checkbox__label {
	padding-left: 25px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.gift-checkbox input[type=checkbox] {
	outline: 0;
	cursor: pointer;
	box-shadow: none;
	display: inline-block;
	position: absolute;
	padding: 7px;
	margin: 1px 0 0 -25px;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #aeaeae
}

.gift-checkbox input[type=checkbox]:checked:after {
	content: '\2713';
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	top: -2px;
	left: 3px;
	color: #aeaeae
}

.shake-lr {
	-webkit-animation: shake-lr 7s cubic-bezier(.455, .03, .515, .955) infinite both;
	animation: shake-lr 7s cubic-bezier(.455, .03, .515, .955) infinite both
}

@-webkit-keyframes shake-lr {

	0%,
	11% {
		transform: rotate(0) scale(1);
		transform-origin: 50% 50%
	}

	1%,
	10% {
		transform: rotate(8deg)
	}

	2%,
	4%,
	6% {
		transform: rotate(-10deg)
	}

	3%,
	5%,
	7% {
		transform: rotate(10deg)
	}

	8% {
		transform: rotate(-8deg)
	}

	12%,
	53% {
		transform: scale(1)
	}

	14%,
	50% {
		transform: scale(0)
	}
}

@keyframes shake-lr {

	0%,
	11% {
		transform: rotate(0) scale(1);
		transform-origin: 50% 50%
	}

	1%,
	10% {
		transform: rotate(8deg)
	}

	2%,
	4%,
	6% {
		transform: rotate(-10deg)
	}

	3%,
	5%,
	7% {
		transform: rotate(10deg)
	}

	8% {
		transform: rotate(-8deg)
	}

	12%,
	53% {
		transform: scale(1)
	}

	14%,
	50% {
		transform: scale(0)
	}
}

.modal-form {
	position: fixed;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 40
}

.modal-form__wrapp {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	z-index: 35;
	padding: 15px
}

.modal-form__container {
	display: flex;
	background: #272d49;
	border-radius: 6px;
	flex: 1 1 100%
}

.modal-form__content {
	display: none;
	background-color: #272d49;
	padding: 15px 60px;
	flex-grow: 1;
	border-radius: 4px
}

.modal-form__content.is-active {
	display: block
}

.modal-form__col {
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column
}

.modal-form__img {
	display: none;
	width: 100%;
	height: 100%;
	position: relative
}

.modal-form__img img {
	border-radius: 6px;
	position: relative;
	z-index: 1
}

.modal-form__img.img-entry {
	margin-left: -54px
}

.modal-form__img.is-active {
	display: block
}

.modal-form__block-title {
	display: flex;
	background-color: #1e2238;
	border-radius: 4px 4px 0 0
}

.modal-form__title {
	width: 50%;
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
	color: #596387;
	transition: all .2s ease-in-out
}

.modal-form__title.border-radius-left {
	border-radius: 4px 0 0
}

.modal-form__title.border-radius-right {
	border-radius: 0 4px 0 0
}

.modal-form__title.is-active {
	background: #272d49;
	color: #c5d0ec
}

.modal-form__title.is-active:before {
	display: none
}

.modal-form__title:hover {
	color: #c5d0ec
}

.modal-form__field {
	margin-bottom: 15px;
	position: relative
}

.modal-form label {
	font-size: 14px;
	font-weight: 400;
	color: #596387;
	margin-bottom: 0
}

.modal-form input[type=password] {
	letter-spacing: 8px
}

.modal-form__input {
	background: 0 0;
	outline: 0;
	border: none;
	border-bottom: 1px solid rgba(89, 99, 135, .5);
	border-radius: 0;
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 2px 0;
	color: #c5d0ec
}

.modal-form .field-checkbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px
}

.modal-form .field-checkbox label {
	position: relative;
	padding-left: 25px;
	font-size: 12px;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #596387
}

.modal-form .field-checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	background-color: transparent;
	border: 1px solid #596387;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	box-shadow: none
}

.modal-form .field-checkbox input[type=checkbox]:checked:after {
	content: '\2713';
	font-size: 14px;
	position: absolute;
	top: -1px;
	left: 3px;
	color: #c5d0ec
}

.modal-form .forgot-pass {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #596387
}

.modal-form .forgot-pass:hover {
	color: #73adff
}

.modal-form__link {
	color: #c5d0ec
}

.modal-form__link:hover {
	color: #73adff
}

.modal-form__btn {
	height: 50px
}

.modal-form .text-danger {
	font-size: 12px
}

.modal-form input:-webkit-autofill,
.modal-form input:-webkit-autofill:focus,
.modal-form input:-webkit-autofill:hover {
	-webkit-text-fill-color: #c5d0ec;
	-webkit-box-shadow: 0 0 0 1000px #272d49 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s
}

@media screen and (max-width:900px) {
	.modal-form__wrapp {
		max-width: 500px
	}

	.modal-form .col-left {
		display: none
	}

	.modal-form .col-right {
		width: 100%
	}
}

.casino-top-header {
	display: -ms-flexbox;
	display: -webkit-box
}

@media screen and (max-width:419px) {
	.modal-form__content {
		padding: 15px
	}
}

.modal_info_container {
	z-index: 10000;
	padding: 0 !important
}

.modal_info_container .modal_info_content {
	background-color: #272d49;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.modal_info_container .modal_info_content .modal-header {
	border: none;
	padding-bottom: 10px
}

.modal_info_container .modal_info_content .modal-header .modal-title {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

.modal_info_container .modal_info_content .modal-body[data-text-modal] {
	text-align: center
}

.modal_info_container .modal_info_content .close {
	color: #596387;
	opacity: 1;
	margin-top: -5px
}

.modal_info_container .modal_info_content .close:hover {
	color: #fff
}

.modal_info_container .modal_info_content .modal-footer {
	border: none
}

.modal_info_container .modal_info_content .modal-footer button {
	padding: 0 15px;
	line-height: 36px;
	background-color: #384266;
	border: none;
	color: #fff
}

.modal_info_container .modal_info_content .modal-footer button:hover {
	background-color: #3e4972;
	color: #fff
}

@media screen and (max-width:1217px) {
	.modal_info_container .modal-dialog {
		width: 500px
	}
}

@media screen and (max-width:797px) {
	.modal_info_container .modal-dialog {
		width: auto !important;
		margin: 0 15px
	}
}

.casino-top-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between
}

.data-info {
	display: -ms-flexbox;
	border-radius: 8px
}

.data-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.data-info__avatar {
	margin-right: 5px;
	max-width: 30px
}

.data-info__item-row {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	min-height: 30px;
	padding-right: 15px;
	margin: 5px 0;
	font-size: 12px;
	line-height: 1.25
}

.data-info__item-prop {
	color: #525b7d
}

.data-info a {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
}

@media screen and (max-width:500px) {
	.data-info__item-row {
		padding: 0 5px
	}
}

.bonus-card__desc-text,
.category__icon {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
	color: #fff
}

.category {
	display: -ms-flexbox
}

.category {
	display: flex;
	align-items: center
}

.category__icon {
	font-size: 17px;
	min-width: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 4px;
	margin-right: 5px
}

.category__icon.category-icon--a {
	background: #34a243
}

.category__text {
	font-size: 12px;
	color: #C5D0EC
}

.bonuses-description {
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 15px
}

.bonuses-description-top {
	border-radius: 12px 12px 0 0
}

.bonus-card {
	display: -ms-flexbox
}

.bonus-card {
	display: flex;
	gap: 15px;
	padding: 15px;
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(171, 0, 45, .7) -7%, rgba(171, 0, 45, 0) 35%), #1B1F33
}

.bonus-card__desc-top,
.bonus-card__logo {
	display: -ms-flexbox
}

.bonus-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #111422;
	border-radius: 10px;
	width: 120px;
	height: auto;
	flex: 0 0 120px
}

.bonus-card__logo img {
	height: auto;
	max-width: 100%;
	border-radius: 0
}

.bonus-card__desc {
	flex-grow: 1;
	padding: 15px;
	border: 1px solid #384266;
	border-radius: 10px
}

.bonus-card__desc-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.bonus-card__available-country {
	font-size: 12px;
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.bonus-card__available-country img {
	width: 20px;
	height: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 5px
}

.bonus-card__desc-category {
	margin-bottom: 10px
}

.bonus-card__desc-text {
	font-size: 20px
}

.bonus-card__block-promo {
	min-width: 200px;
	display: flex;
	flex-shrink: 0;
	flex-direction: column
}

.bonus-card__links,
.bonus-card__links a {
	display: -ms-flexbox
}

.bonus-card__promo {
	text-align: center;
	border-radius: 8px;
	border: 1px dashed #fff;
	padding: 18px 10px 12px
}

.bonus-card__promo-text {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

.bonus-card__promo-code {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
	font-size: 24px
}

.bonus-card__promo-code {
	color: #0F54B3;
	cursor: pointer;
	transition: all .2s
}

.bonus-card__promo-code:hover,
.bonus-info__title {
	color: #fff
}

.bonus-card__links {
	display: flex;
	flex-grow: 1;
	align-items: flex-end;
	justify-content: space-around;
	margin-top: 10px;
	width: 100%
}

.bonus-card__links a {
	display: flex;
	align-items: center;
	line-height: 30px
}

.bonus-card__links i {
	margin-right: 5px
}

.bonus-card__btn-group {
	min-width: 200px;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: space-between
}

.bonus-card__rating {
	margin-top: 10px
}

.bonus-card__rating-title {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px
}

.bonus-card__rating-btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px
}

.bonus-card__rating-btn {
	width: 100%;
	height: 30px;
	padding: 5px;
	border: 1px solid;
	border-radius: 6px;
	background: 0 0
}

.bonus-card__rating-btn i {
	font-size: 16px;
	margin-right: 5px
}

.bonus-card__rating-btn.like i {
	color: #4DDB56
}

.bonus-card__rating-btn.dislike i {
	color: #FE4118
}

@media screen and (max-width:1217px) {
	.bonus-card {
		flex-direction: column
	}

	.bonus-card__logo {
		margin: 0 auto
	}

	.bonus-card__links {
		margin-bottom: -5px
	}
}

.bonus-info,
.bonus-info__item+.bonus-info__item {
	margin-top: 10px
}

.bonus-info__item {
	overflow: hidden
}

.bonus-info__item:last-child {
	border-bottom: none
}

.bonus-info__title {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
	display: flex;
	align-items: center;
	background: #1B1F33;
	padding: 10px 15px;
	transition: all .3s;
}

.material-body {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 100;
}

.bonus-info__desc,
.bonus-info__title:hover,
.casino-container .fact__body {
	background: #222740
}

.bonus-info__title img {
	margin-right: 5px
}

.bonus-info__title i {
	font-size: 18px;
	font-weight: 700;
	margin-left: 5px;
	transition: all .3s
}

.bonus-info__desc {
	padding: 10px 15px
}

.casino-container .step {
	background: #181c30
}

.casino-container .material-body {
	width: 100%
}

.casino-container .material-body h1 {
	margin: 10px 0 20px
}

.casino-container .material-body h2,
.casino-container .material-body h3 {
	display: flex;
	align-items: center;
	flex-grow: 1;
	position: relative;
	margin: 30px 0
}

@media screen and (max-width:649px) {
	.material-body h2:before {
		display: none
	}

	.bonus-card__btn-group {
		order: -1;
	}

	.bonus-card__logo {
		order: 1;
	}
}

.material-body {
	font-size: 18px;
	word-break: break-word
}

.material-body>:last-child {
	margin-bottom: 0
}

.material-body p {
	margin-bottom: 15px
}

.material-body p:last-child {
	margin-bottom: 0
}

.material-body h1 {
	font-size: 36px
}

.material-body h2 {
	font-size: 28px
}

.material-body h3 {
	font-size: 24px
}

.material-body h1,
.material-body h2,
.material-body h3 {
	margin: 20px 0
}

.material-body b {
	color: #f0f3fb;
	transition: color .2s
}

.material-body a {
	color: #73adff
}

.material-body a:hover {
	color: #fff
}

.material-body ul {
	margin: 0 0 15px
}

.material-body li+li {
	margin-top: 10px
}

.material-body img {
	display: block;
	width: auto;
	height: auto !important;
	max-width: 100%;
	max-height: 600px;
	border-radius: 12px
}

.anchor-links__title {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

@media screen and (max-width:649px) {
	.material-body img {
		float: none;
		display: block;
		margin: 0 auto 15px
	}
}

@media screen and (max-width:549px) {

	.material-body h2 {
		font-size: 26px
	}

	.material-body h3 {
		font-size: 22px
	}
}

.anchor-links {
	margin: 15px 0;
	border-radius: 12px
}

.anchor-links__title {
	font-size: 18px
}

.anchor-links.anchor-list--string .anchor-links__title {
	display: flex;
	align-items: center;
	padding: 15px;
	line-height: 1;
	border-radius: 12px 12px 0 0
}

.anchor-links.anchor-list--string .anchor-links__title i {
	margin-right: 10px;
	font-size: 20px
}

.anchor-links.anchor-list--string .anchor-links__list {
	font-size: 16px;
	-moz-column-count: 3;
	column-count: 3;
	padding: 15px;
	border-radius: 0 0 12px 12px
}

.anchor-links.anchor-list--string .anchor-links__link {
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
	position: relative
}

.anchor-links.anchor-list--string .anchor-links__link:before {
	content: "•";
	position: absolute;
	top: -1px;
	left: 0
}

@media screen and (max-width:750px) {
	.anchor-links.anchor-list--string .anchor-links__list {
		-moz-column-count: 1;
		column-count: 1
	}
}

.fact__title {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

.fact {
	padding: 15px
}

.fact {
	margin: 40px 0;
	border-radius: 12px;
	border: 1px solid #3B4164;
	display: flex
}

.fact__content {
	flex-grow: 1
}

.fact__img {
	flex: 0 0 120px;
	margin-right: 15px
}

.fact__img img {
	max-width: 100%
}

.fact__title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #c5d0ec
}

.fact__body {
	background: #272d49;
	border-radius: 8px;
	padding: 10px 15px;
	display: block
}

@media screen and (max-width:499px) {
	.fact__img {
		flex: 0 0 70px
	}

	.fact__body {
		font-size: 16px
	}
}

@media screen and (max-width:399px) {
	.fact__img {
		display: none
	}
}

.step {
	border-radius: 12px
}

.step__title {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

.step {
	background: #272d49
}

.steps {
	margin: 15px 0
}

.step {
	display: flex;
	padding: 15px;
	margin-bottom: 15px;
	color: #c5d0ec
}

.step__img {
	flex: 0 0 60px;
	margin-right: 15px;
	text-align: center
}

.step__img img {
	max-width: 100%;
	margin: 0 auto
}

.step__content {
	flex-grow: 1
}

.step__title {
	font-size: 20px;
	margin-bottom: 10px
}

.step__body {
	font-size: 16px
}

@media screen and (max-width:1217px) {
	.step__img {
		flex: 0 0 50px
	}
}

@media screen and (max-width:499px) {
	.step__title {
		font-size: 18px
	}

	.step__body {
		font-size: 14px
	}
}

@media screen and (max-width:399px) {
	.step__img {
		display: none
	}
}

.dark-bg {
	background: #181c30;
	padding: 15px;
	border-radius: 12px;
	margin-bottom: 15px
}

.material-body .faq h3 {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 400;
	font-size: 18px;
	flex-grow: 0;
	margin: 0
}

.faq {
	margin-top: 30px
}

.faq__title {
	display: flex;
	align-items: center;
	flex-grow: 1;
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 25px
}

.faq__icon,
.faq__question,
.faq__question-text {
	font-size: 18px
}

.faq__block {
	background-color: #181c30;
	border-radius: 12px
}

.faq__block+.faq__block {
	margin-top: 15px
}

.faq__question {
	display: flex;
	align-items: center;
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 400;
	line-height: 20px;
	padding: 15px;
	cursor: pointer
}

.faq__icon {
	font-weight: 700;
	margin-left: 10px;
	transition: all .3s
}

.faq__answer {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 100;
	font-size: 16px;
	display: none;
	color: #8a93ac;
	padding: 0 15px 15px 38px
}

.custom-table th {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

.custom-table {
	font-size: 16px;
	width: 100%;
	margin-bottom: 15px;
	border-style: hidden;
	border-radius: 12px;
	overflow: hidden;
	word-break: initial
}

.custom-table thead {
	background-color: #3a4267
}

.custom-table thead th {
	border: 1px solid #596387
}

.custom-table tbody {
	background-color: #181c30
}

.custom-table tbody tr:nth-child(even) {
	background-color: #1f243c
}

.custom-table td,
.custom-table th {
	text-align: center;
	padding: 8px 10px;
	border: 1px solid #3b4056
}

.table-overflow {
	width: 100%;
	overflow-x: auto;
	scrollbar-color: #596387 #282d4a;
	scrollbar-width: thin
}

.table-overflow::-webkit-scrollbar {
	height: 4px
}

.table-overflow::-webkit-scrollbar-track {
	background: #282d4a;
	border-radius: 2px
}

.table-overflow::-webkit-scrollbar-thumb {
	background: rgba(89, 99, 135, .5);
	border-radius: 2px
}

.table-overflow::-webkit-scrollbar-thumb:hover {
	background: #596387
}

@media screen and (max-width:649px) {
	.custom-table {
		font-size: 14px
	}
}

@media screen and (max-width:419px) {
	.custom-table {
		font-size: 12px
	}
}

a,
body {
	color: #000
}

body {
	background: #ededed
}

.light-box {
	background: #fff;
	border-radius: 12px;
	border: 1px solid silver;
	padding: 15px
}

a:hover {
	color: #287FF0
}

.bonus-tooltip__text {
	background-color: #fff;
	border: 1px solid silver;
	color: #000
}

.bonus-tooltip__text:before {
	border-color: silver transparent transparent
}

.dark-description-box {
	color: #fff
}

.dark-description-box.material-body a {
	color: #0F54B3
}

.dark-description-box.material-body a:hover,
.dark-description-box.material-body b {
	color: #fff
}

.btn--default {
	color: #000;
	background: unset;
	border: 1px solid silver
}

.btn--default:hover {
	color: #000
}

.btn-login {
	color: #fff;
	border: none;
	padding: 8px 10px;
	background: 0 0
}

.btn-login:hover {
	color: #FF9D00;
	background: #2B233C
}

.btn-login:hover i {
	color: #FF9D00
}

.btn-login i {
	color: #fff;
	font-size: 24px;
	transition: all .2s
}

.btn-default-red {
	background: #0F54B3
}

.btn-default-red:focus,
.btn-default-red:hover {
	color: #fff;
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2)
}

.btn-play,
.btn-play:focus,
.btn-play:hover {
	color: #fff
}

.btn-play {
	background: #0F54B3
}

.header-ua {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 40;
	background-color: #11071E;
	color: #fff
}

.header-ua__container {
	position: relative;
	border-bottom: 1px solid #3F3F3F
}

.header-ua__mobile-links {
	display: none;
	align-items: center;
	justify-content: center;
	flex-grow: 1
}

.header-ua__mobile-link {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #fff
}

.header-ua__mobile-link:hover {
	color: #FF9D00 !important
}

.header-ua__mobile-link:hover svg path {
	stroke: #FF9D00
}

.header-ua__mobile-link svg {
	margin-right: 5px;
	transition: all .2s
}

.header-ua__mobile-link svg path {
	stroke: #fff
}

.header-ua__mobile-link+.header-ua__mobile-link {
	margin-left: 15px
}

.header-ua__top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	min-height: 60px;
	justify-content: flex-end;
}

.header-ua .logo_container {
	display: inline-block;
	margin-right: 0;
	z-index: 10
}

.header-ua .logo_container img {
	display: inline-block;
	height: auto
}

.header-ua .logo_container_wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.header-ua .user_btns_container {
	display: flex;
	margin-left: 5px;
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
	position: relative;
	flex-grow: 0;
	justify-content: flex-end
}

@media screen and (max-width:1380px) {
	.header-ua__container {
		padding: 0 15px
	}
}

@media screen and (max-width:1217px) {
	.header-ua {
		padding-bottom: 0;
		border-bottom: none
	}

	.header-ua__mobile-links {
		display: flex
	}

	.header-ua .logo_container_wrap {
		position: relative;
		left: 0;
		transform: translateX(0)
	}

	.header-ua__top {
		padding: 0 15px
	}

	.header-ua .logo_container {
		margin-right: 10px
	}

	.header-ua .user_btns_container {
		margin: 0 10px 0 0;
		flex-grow: 0
	}
}

@media screen and (max-width:797px) {
	.header-ua__container {
		padding: 0
	}
}

@media screen and (max-width:699px) {
	.header-ua .logo_container {
		width: 60px;
		overflow: hidden
	}
}

.menu-gift-ua {
	z-index: 40;
	min-width: 80px;
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .3s
}

.menu-gift-ua__img-mobile {
	display: none
}

.menu-gift-ua__img {
	cursor: pointer;
	width: 40px
}

.menu-gift-ua__img img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.gift-checkbox__label {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 100;
}

.menu-gift-ua__container {
	display: none;
	padding-top: 60px;
	position: absolute;
	top: 35px;
	right: 15px;
	width: 500px
}

.menu-gift-ua__content {
	background: url(../images/24_3_5_keano.jpeg) left bottom no-repeat #000;
	width: 100%;
	border-radius: 10px;
	padding: 10px 10px 15px;
	position: relative
}

.menu-gift-ua__content:before {
	content: "";
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	background: linear-gradient(135deg, #FFBE04, #E75F55);
	z-index: -1;
	border-radius: 12px
}

.menu-gift-ua__wrap {
	max-width: 300px;
	text-align: center;
	padding-top: 35px;
	margin-left: 14px
}

.menu-gift-ua .bonus-tooltip {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	color: #00ddbe;
	margin: 4px 0;
	cursor: pointer
}

.menu-gift-ua .bonus-tooltip i {
	margin-left: 5px
}

.menu-gift-ua__gradient-text,
.menu-gift-ua__link {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
}

.menu-gift-ua__text {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase
}

.menu-gift-ua__gradient-text {
	font-size: 20px;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #FFEA8C, #FED156)
}

.menu-gift-ua__link {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dc2909;
	padding: 10px;
	border-radius: 8px;
	margin: 0 auto;
	color: #fff;
	max-width: 200px
}

.menu-gift-ua__link:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	color: #fff
}

.menu-gift-ua__checkbox {
	margin-top: 10px
}

.menu-gift-ua__close {
	font-size: 20px;
	position: absolute;
	top: 3px;
	right: 6px;
	transition: color .2s;
	cursor: pointer
}

.menu-gift-ua__close:hover {
	color: #ffd900
}

.gift-checkbox {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 12px;
	color: #fff
}

.gift-checkbox__label {
	font-size: 14px;
	padding-left: 25px;
	line-height: 20px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.footer__link,
.material-body {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 400;
}

.gift-checkbox input[type=checkbox] {
	outline: 0;
	cursor: pointer;
	box-shadow: none;
	display: inline-block;
	position: absolute;
	padding: 7px;
	margin: 1px 0 0 -25px;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #aeaeae
}

.gift-checkbox input[type=checkbox]:checked:after {
	content: '\2713';
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	top: -2px;
	left: 3px;
	color: #fff
}

@media screen and (max-width:1217px) {
	.menu-gift-ua {
		position: fixed;
		left: 15px;
		bottom: 15px;
		margin: 0;
		min-width: auto
	}

	.menu-gift-ua:hover .menu-gift-ua__container,
	.menu-gift-ua__img {
		display: none
	}

	.menu-gift-ua__img-mobile {
		display: block;
		max-width: 70px
	}

	.menu-gift-ua__img-mobile img {
		max-width: 100%;
		height: auto
	}

	.menu-gift-ua__container {
		bottom: 45px;
		top: inherit;
		left: 0;
		padding: 0 0 40px;
		max-width: 500px;
		min-width: 310px;
		width: 100%
	}

	.menu-gift-ua__wrap {
		padding-top: 50px;
		margin-left: 0
	}

	.menu-gift-ua__content {
		background-size: cover;
		background-position: 18% 0
	}

	.menu-gift-ua__gradient-block {
		margin-top: 5px
	}

	.menu-gift-ua__gradient-text {
		font-size: 18px
	}

	.menu-gift-ua .gift-checkbox {
		position: relative;
		bottom: 0;
		left: 0
	}
}

.shake-lr {
	-webkit-animation: 3s shake-lr 1s cubic-bezier(.455, .03, .515, .955) infinite both;
	animation: 3s shake-lr 1s cubic-bezier(.455, .03, .515, .955) infinite both
}

.shake {
	-webkit-animation: shake 6s cubic-bezier(.455, .03, .515, .955) infinite both;
	animation: shake 6s cubic-bezier(.455, .03, .515, .955) infinite both
}

@-webkit-keyframes shake-lr {

	0%,
	22% {
		transform: rotate(0) scale(1);
		transform-origin: 50% 50%
	}

	2%,
	20% {
		transform: rotate(8deg)
	}

	12%,
	4%,
	8% {
		transform: rotate(-10deg)
	}

	10%,
	14%,
	6% {
		transform: rotate(10deg)
	}

	16% {
		transform: rotate(-8deg)
	}
}

@keyframes shake-lr {

	0%,
	22% {
		transform: rotate(0) scale(1);
		transform-origin: 50% 50%
	}

	2%,
	20% {
		transform: rotate(8deg)
	}

	12%,
	4%,
	8% {
		transform: rotate(-10deg)
	}

	10%,
	14%,
	6% {
		transform: rotate(10deg)
	}

	16% {
		transform: rotate(-8deg)
	}
}

@-webkit-keyframes shake {

	0%,
	11% {
		transform: rotate(0) scale(1);
		transform-origin: 50% 50%
	}

	1%,
	10% {
		transform: rotate(8deg)
	}

	2%,
	4%,
	6% {
		transform: rotate(-10deg)
	}

	3%,
	5%,
	7% {
		transform: rotate(10deg)
	}

	8% {
		transform: rotate(-8deg)
	}
}

@keyframes shake {

	0%,
	11% {
		transform: rotate(0) scale(1);
		transform-origin: 50% 50%
	}

	1%,
	10% {
		transform: rotate(8deg)
	}

	2%,
	4%,
	6% {
		transform: rotate(-10deg)
	}

	3%,
	5%,
	7% {
		transform: rotate(10deg)
	}

	8% {
		transform: rotate(-8deg)
	}
}

.footer__top {
	background: #12071e
}

.footer__link a {
	cursor: pointer;
	color: #bdbdbd
}

.footer__link a:hover {
	color: #FF9D00
}

.footer__title {
	color: #fff
}

.footer .title--line:before {
	background: #FF9D00
}

.footer__bottom {
	background: #12071e;
	border-top: 1px solid #3F3F3F
}

.social-links__label {
	color: #000
}

.social-links__item {
	color: #000;
	background: #fafafa;
	border: 1px solid silver
}

.social-links__item:focus,
.social-links__item:hover {
	color: #000;
	background: #fff
}

.social-links .facebook-link i,
.social-links .google-link i,
.social-links .twitter-link i {
	color: #000
}

.modal-form__link {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 500;
}

.modal-form__title.is-active:before {
	display: none
}

.modal-form__container {
	background: #fff;
	border: 1px solid silver;
	border-radius: 12px
}

.modal-form__content {
	background-color: #fff;
	border-radius: 12px
}

.modal-form__img img {
	border-radius: 12px
}

.modal-form__img.img-entry {
	margin-left: -45px
}

.modal-form__img.img-reg {
	margin-left: -38px
}

.modal-form__block-title {
	background-color: #FAFAFA;
	border-radius: 12px 12px 0 0
}

.modal-form__title {
	color: #000;
	border-bottom: 1px solid silver
}

.modal-form__title.border-radius-left {
	border-radius: 12px 0 0
}

.modal-form__title.border-radius-right {
	border-radius: 0 12px 0 0;
	border-left: 1px solid silver
}

.modal-form__title.is-active {
	background: #fff;
	color: #000;
	border-bottom: none
}

.modal-form .forgot-pass,
.modal-form__input,
.modal-form__link {
	border-bottom: 1px solid #7B7B7B
}

.modal-form__title:hover {
	color: #000;
	background: #fff
}

.modal-form label {
	color: #7B7B7B
}

.modal-form input[type=password] {
	letter-spacing: 8px
}

.modal-form__input {
	color: #000
}

.modal-form .field-checkbox input[type=checkbox]:checked:after,
.modal-form .field-checkbox label {
	color: #7B7B7B
}

.modal-form .field-checkbox input[type=checkbox] {
	border: 1px solid #7B7B7B
}

.modal-form .forgot-pass {
	color: #000
}

.modal-form .forgot-pass:hover {
	color: #73adff
}

.modal-form__link {
	color: #000
}

.modal-form__link:hover {
	color: #73adff
}

.modal-form__btn {
	background: #287FF0
}

.modal-form .text-danger {
	font-size: 12px
}

.modal-form input:-webkit-autofill,
.modal-form input:-webkit-autofill:focus,
.modal-form input:-webkit-autofill:hover {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s
}

.modal_info_container .modal_info_content {
	background-color: #fff;
	border: 1px solid silver;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.modal_info_container .modal_info_content .modal-header .modal-title {
	color: #000
}

.modal_info_container .modal_info_content .modal-body[data-text-modal] {
	text-align: center
}

.modal_info_container .modal_info_content .close {
	color: #596387
}

.modal_info_container .modal_info_content .close:hover {
	color: #000
}

.modal_info_container .modal_info_content .modal-footer {
	border: none
}

.modal_info_container .modal_info_content .modal-footer button {
	color: #000;
	background: #EDEDED;
	border: 1px solid silver
}

.modal_info_container .modal_info_content .modal-footer button:hover {
	color: #000;
	background: #fafafa
}

.data-info__item-prop,
.data-info__item-value {
	color: #474747
}

.data-info__item-value:hover {
	color: #0F54B3
}

.data-info__item-value.value-color:hover {
	color: #000
}

.category__text {
	color: #000
}

.bonus-card__desc-category,
.bonus-card__desc-text,
.bonus-card__promo-text,
.bonus-card__rating-btn {
	color: #000
}

.bonus-card {
	padding: 0;
	background: #fff
}

.bonus-card__logo {
	background: #11071E
}

.bonus-card__desc {
	border: 1px solid silver;
	background: #F9F9F9
}

.bonus-card__promo {
	border: 1px dashed silver
}

.bonus-card__promo-code {
	color: #0F54B3
}

.bonus-card__promo-code:hover {
	color: inherit
}

.bonus-card__rating-btn {
	background: #F9F9F9;
	border-color: silver
}

.bonus-card__rating-btn.like i {
	color: #3EB046
}

.bonus-card__rating-btn.dislike i {
	color: #E73009
}

.bonus-info {
	margin-top: 15px;
	width: 100%;
}

.bonus-info__item {
	border-bottom: 1px solid silver;
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.bonus-info__title {
	color: #000;
	background: #fff;
}

.bonus-info__title:hover {
	background: #fff
}

.bonus-info__desc {
	background: unset;
}

.material-body {
	font-size: 16px
}

.anchor-links__title,
.material-body h1,
.material-body h2,
.material-body h3 {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
}

.material-body b {
	color: #000
}

.material-body a {
	color: #0F54B3
}

.material-body a:hover {
	color: initial
}

.anchor-links__title {
	color: #000
}

.faq__answer {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 400;
}

.anchor-links.anchor-list--string {
	border: 1px solid silver
}

.anchor-links.anchor-list--string .anchor-links__title {
	background: #fafafa;
	color: #000;
	border-bottom: 1px solid silver
}

.anchor-links.anchor-list--string .anchor-links__title i {
	color: #000
}

.anchor-links.anchor-list--string .anchor-links__list {
	background: #fff
}

.anchor-links.anchor-list--string .anchor-links__link {
	color: #000
}

.anchor-links.anchor-list--string .anchor-links__link:hover {
	color: #38A0FF
}

.anchor-links a {
	color: #000
}

.anchor-links a:hover {
	color: #38A0FF
}

.fact {
	border: 1px solid silver
}

.fact__title,
.faq__answer,
.step {
	color: #000
}

.casino-container .fact__body {
	background: 0 0
}

.fact {
	background: #fafafa
}

.fact__body {
	background: 0 0
}

.fact__body {
	padding: 0
}

.faq__icon {
	fill: #000
}

.casino-container .step {
	background: 0 0
}

.faq__block,
.step,
.table-overflow {
	border: 1px solid silver
}

.step {
	background: #fafafa
}

.dark-bg {
	background: #ededed
}

.faq__title {
	font-family: 'Arial Rounded', sans-serif;
	font-weight: 700;
}

.faq__block {
	background-color: transparent
}

.custom-table td,
.custom-table th,
.custom-table thead th {
	border-color: silver
}

.custom-table {
	margin: 0
}

.custom-table thead {
	background-color: #ededed
}

.custom-table tbody,
.custom-table tbody tr:nth-child(even) {
	background-color: #fff
}

.table-overflow {
	border-radius: 12px;
	margin-bottom: 15px
}

.table-overflow::-webkit-scrollbar {
	display: none
}

.bonus-info__item.open .bonus-info__title {
	border-radius: 12px 12px 0 0
}

.bonus-info__item.open i {
	padding-bottom: 3px;
	transform: scale(1, -1)
}

.bonus-info__item.open .bonus-info__desc {
	display: block;
}

.faq__block.open .faq__answer {
	display: block;
}

.faq__block.open i {
	padding-bottom: 3px;
	transform: scale(1, -1)
}

.footer__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.breadcrumbs {
	padding: 5px 10px;
	margin: 3px 0;
	font-size: 12px;
	line-height: 130%;
	background: #fff;
	border-radius: 12px;
	border: 1px solid silver;
}

.to-top {
	position: fixed;
	bottom: 2%;
	right: 4%;
	border-radius: 50%;
	background: #000;
	text-transform: uppercase;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.to-top a {
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	color: #fff;
}

.decimal-list {
	list-style-type: decimal;
}

ul>ol {
	list-style: decimal;
	padding-left: 0;
	margin-bottom: 10px;
}

.age {
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 2px solid;
	border-radius: 50%;
	justify-content: center;
	font-weight: 700;
}

footer .nav {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
	padding: 0;
}

footer .nav a {
	color: #fff;
	text-decoration: none;
}

main {
	margin: 50px 0;
	min-height: calc(100vh - 258px);
}

.info {
	margin-top: 40px;
	display: grid;
	grid-template-columns: minmax(-webkit-max-content, 2fr) minmax(-webkit-max-content, 2fr) minmax(-webkit-max-content, 2fr);
	grid-template-columns: minmax(max-content, 2fr) minmax(max-content, 2fr) minmax(max-content, 2fr);
	gap: 20px;
}

.info-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.info-text {
	display: flex;
	flex-direction: column
}

.info-text .title {
	font-weight: 700;
	font-size: 18px;
}

@media(max-width: 991px) {
	.info {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media(max-width: 767px) {
	.info {
		grid-template-columns: 1fr
	}

	main {
		margin: 30px 0;
	}
}