html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
}
.btn {
	border-radius: 100px !important;
	color: #fff !important;
}
.main-button {
	border-radius: 100px !important;
	color: #fff !important;
}
body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

.flex {
	display: flex;
}

.flex-inline {
	display: inline-flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-justify-center {
	justify-content: center;
}

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

.flex-justify-end {
	justify-content: flex-end;
}

.flex-justify-around {
	justify-content: space-around;
}

.flex-justify-between {
	justify-content: space-between;
}

.flex-align-stretch {
	align-items: stretch;
}

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

.flex-align-end {
	align-items: flex-end;
}

.flex-align-center {
	align-items: center;
}

.flex-direction-column {
	flex-direction: column;
}

.flex-direction-row {
	flex-direction: row;
}

body.admin-bar .header,
body.admin-bar .header .header-menu-left {
	margin-top: 32px;
}

@media screen and (max-width: 992px) {
	body.admin-bar .header_menu-wrap {
		top: 102px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar .header,
	body.admin-bar .header .header-menu-left {
		margin-top: 46px;
	}

	body.admin-bar .header_menu-wrap {
		top: 116px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

html {
	margin: 0 !important;
	padding: 0;
}

body {
	background: var(--site-background-color);
	color: var(--container-text-color);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Poppins,
		Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin: 0;
	padding: 70px 0 0;
	position: relative;
}

body.no-scroll {
	overflow: hidden;
}

.nvcasino-de h1,
.nvcasino-de h2,
.nvcasino-de h3 {
	color: var(--container-text-color);
	font-weight: var(--container-h-font-weight);
	text-align: left;
}

.nvcasino-de h1 {
	font-size: var(--container-h1-font-size);
	line-height: 48px;
	margin: 20px 0 16px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de h1 {
		font-size: 32px;
		line-height: 40px;
		margin: 20px 0 12px;
	}
}

.nvcasino-de h2 {
	font-size: var(--container-h2-font-size);
	line-height: 32px;
	margin: 32px 0 12px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de h2 {
		font-size: 28px;
		line-height: 32px;
		margin: 20px 0 8px;
	}
}

.nvcasino-de h2.title_list {
	margin: 32px 0 5px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de h2.title_list {
		margin: 32px 0 6px;
	}
}

.nvcasino-de h3 {
	font-size: var(--container-h3-font-size);
	line-height: 28px;
	margin: 28px 0 12px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

.nvcasino-de h4 {
	font-size: var(--container-h4-font-size);
	font-weight: 700;
	line-height: 24px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de h4 {
		font-size: 12px;
		line-height: 32px;
	}
}

.nvcasino-de .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.nvcasino-de .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.nvcasino-de .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.nvcasino-de a {
	color: var(--container-link-color);
	text-decoration: none;
}

.nvcasino-de a:hover {
	text-decoration: underline;
}

.nvcasino-de a:hover,
.nvcasino-de a:visited {
	color: var(--container-link-hover-color);
}

.nvcasino-de button {
	border: none;
}

.nvcasino-de .text_container p {
	color: var(--container-text-color);
	font-size: var(--container-font-size);
	font-style: normal;
	font-weight: var(--container-font-weight);
	line-height: 22px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .text_container p {
		font-size: var(--container-font-size);
		line-height: 22px;
		margin-bottom: 18px;
	}
}

.nvcasino-de .text_container ol,
.nvcasino-de .text_container ul:not(.slick-dots) {
	list-style-position: inside;
	margin: 12px 0 28px;
	padding-left: 12px;
}

.nvcasino-de .text_container ol li,
.nvcasino-de .text_container ul:not(.slick-dots) li {
	font-size: var(--container-font-size);
	line-height: 22px;
	margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .text_container ol li,
	.nvcasino-de .text_container ul:not(.slick-dots) li {
		line-height: 22px;
	}
}

.nvcasino-de .text_container ol li:last-child,
.nvcasino-de .text_container ul:not(.slick-dots) li:last-child {
	margin: 0;
}

.nvcasino-de .text_container .cover-table {
	overflow-x: auto;
}

.nvcasino-de .text_container .cover-table table {
	margin: 32px 0;
}

.nvcasino-de .text_container .cover-table table tr td,
.nvcasino-de .text_container .cover-table table tr th {
	border-radius: 0;
	box-sizing: border-box;
	color: var(--container-table-text-color);
	font-size: var(--container-font-size);
	line-height: 24px;
	padding: var(--container-table-cell-padding);
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .text_container .cover-table table tr td,
	.nvcasino-de .text_container .cover-table table tr th {
		line-height: 18px;
	}
}

.nvcasino-de .text_container .cover-table table tr td .btn--wrap,
.nvcasino-de .text_container .cover-table table tr th .btn--wrap {
	margin: var(--container-table-cell-button-margin);
}

.nvcasino-de .text_container .cover-table table tr td button,
.nvcasino-de .text_container .cover-table table tr th button {
	background-color: var(--container-table-cell-button-color);
	color: var(--container-table-cell-button-text-color);
	padding: var(--container-table-cell-button_padding-t-b)
		var(--container-table-cell-button_padding-l-r);
}

.nvcasino-de .text_container .cover-table table tr td button:hover,
.nvcasino-de .text_container .cover-table table tr th button:hover {
	background-color: var(--container-table-cell-hover-button-color);
	color: var(--container-table-cell-hover-button-text-color);
}

.nvcasino-de .text_container .cover-table table tr th {
	background: var(--container-table-header-background-color);
	border: 1px solid var(--container-table-header-border-color);
	border-top: none;
	color: var(--container-table-header-text-color);
	font-weight: 800;
	line-height: 18px;
}

.nvcasino-de .text_container .cover-table table tr th:first-child {
	border-left: none;
}

.nvcasino-de .text_container .cover-table table tr th:last-child {
	border-right: none;
}

.nvcasino-de .text_container .cover-table table th,
.nvcasino-de .text_container .cover-table table tr:nth-child(odd) {
	background-color: var(--container-table-odd-row-background-color);
}

.nvcasino-de .text_container .cover-table table tr:nth-child(2n) {
	background-color: var(--container-table-even-row-background-color);
}

.nvcasino-de .text_container .cover-table table td,
.nvcasino-de .text_container .cover-table table th {
	border-bottom: 1px solid var(--container-table-border-color) !important;
}

.nvcasino-de .text_container .cover-table table tr:first-child {
	background-color: var(--container-table-header-background-color);
}

.nvcasino-de .text_container .cover-table ::marker {
	white-space: nowrap;
}

.nvcasino-de img {
	height: auto;
	max-width: 100%;
}

.nvcasino-de .container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 32px;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .container {
		padding: 0 16px;
	}
}

.nvcasino-de .bottom__buttons {
	align-items: center;
	background-color: var(--header-top-background-color);
	bottom: 0;
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: none;
	justify-content: center;
	justify-items: center;
	padding-bottom: 5px;
	padding-top: 5px;
	position: sticky;
	width: 100%;
	z-index: 99;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .bottom__buttons {
		display: flex;
	}
}

.nvcasino-de .bottom__buttons .btn:first-child {
	background: var(--header-login-button-background-color);
	color: var(--header-login-button-text-color);
}

.nvcasino-de .bottom__buttons .btn:first-child:hover {
	background: var(--header-login-button-background-hover-color);
	color: var(--header-login-button-text-hover-color);
}

.nvcasino-de .bottom__buttons .btn:last-child {
	background: var(--header-register-button-background-color);
	color: var(--header-register-button-text-color);
}

.nvcasino-de .bottom__buttons .btn:last-child:hover {
	background: var(--header-register-button-background-hover-color);
	color: var(--header-register-button-text-hover-color);
}

.nvcasino-de .bottom__buttons.menu-opened {
	position: fixed;
	z-index: 99999;
}

.nvcasino-de button {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Poppins,
		Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.nvcasino-de .btn--wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

.nvcasino-de .btn {
	background-color: var(--container-button-background-color);
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--container-button-text-color);
	cursor: pointer;
	display: inline-block;
	font-size: var(--container-button-font-size);
	font-weight: var(--container-button-font-weight);
	line-height: 24px;
	padding: 11px 32px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .btn {
		padding: 13px 32px;
	}
}

@media only screen and (max-width: 575px) {
	.nvcasino-de .btn {
		font-size: 14px;
		line-height: 24px;
	}
}

.nvcasino-de .btn:hover {
	background-color: var(--container-button-hover-background-color);
	color: var(--container-button-hover-text-color);
	text-decoration: none;
}

.nvcasino-de .btn__white {
	background: transparent;
	border: 2px solid #ececec;
	color: #ececec;
}

.nvcasino-de .btn__white:hover {
	background: #ececec;
	color: #000;
}

.nvcasino-de .btn__blue {
	background: #2e53fd;
	color: #ececec;
}

.nvcasino-de .btn__blue:hover {
	background: #8599ff;
	color: #ececec;
}

.nvcasino-de .btn__green {
	background: #0ead2c;
	color: #ececec;
}

.nvcasino-de .btn__green:hover {
	background: #37d354;
	color: #ececec;
}

.nvcasino-de .btn__red {
	background: #cc1433;
	color: #ececec;
}

.nvcasino-de .btn__red:hover {
	background: #a31029;
	color: #ececec;
}

.nvcasino-de .btn:visited {
	color: #ececec;
}

.nvcasino-de .container .btn,
.nvcasino-de .header_banner .btn,
.nvcasino-de header .btn {
	font-size: var(--container-button-font-size);
	font-weight: var(--container-button-font-weight);
}

.nvcasino-de .header {
	background: var(--header-top-background-color);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
	height: 70px;
	left: 0;
	margin: 0;
	padding: 0 32px;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
	width: calc(100% - 64px);
	z-index: 10000;
}

@media only screen and (max-width: 1300px) {
	.nvcasino-de .header {
		padding: 0 10px;
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header {
		margin: 0;
	}
}

.nvcasino-de .header__left {
	max-width: 70%;
}

.nvcasino-de .header__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 3px 32px;
}

@media only screen and (max-width: 1100px) {
	.nvcasino-de .header__top {
		padding: 0 10px;
	}
}

.nvcasino-de .header__top .overlay {
	background: #000;
	height: 110%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s;
	width: 110%;
	z-index: 100;
}

.nvcasino-de .header__top .overlay.active {
	opacity: 0.8;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header__top .for_langs.hide-mobile {
		display: none;
	}
}

.nvcasino-de .header__top .logo {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: flex-start;
	max-width: 110px;
	min-height: 64px;
	min-width: 110px;
}

.nvcasino-de .header__top .logo img {
	max-height: 65px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header__top .logo img {
		max-height: 55px;
	}
}

.nvcasino-de .header__top .logo.empty {
	display: flex;
	flex-grow: 1;
	justify-content: flex-start;
	margin-right: -80px;
	min-height: 64px;
}

@media only screen and (max-width: 1100px) {
	.nvcasino-de .header__top .logo.empty {
		margin-left: 25%;
		margin-right: 25%;
	}
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .header__top .logo.empty {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .logo {
		align-items: center;
		display: flex;
		flex-grow: 0;
		margin-left: 0;
		min-height: 70px;
	}
}

.nvcasino-de .header__top.mobile_active .header-menu-left {
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	visibility: visible;
}

.nvcasino-de .header__top.mobile_active .mobile_menu_icon {
	z-index: 10;
}

.nvcasino-de .header__top.fixed .header-menu-left {
	top: 75px;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top.fixed .header-menu-left {
		top: 152px;
	}
}

.nvcasino-de .header__top.fixed .no-lang-switcher {
	top: 74px;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top.fixed .no-lang-switcher {
		top: 80px;
	}
}

.nvcasino-de .header__top nav .mob_head {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top nav .mob_head {
		align-items: flex-start;
		display: flex;
		flex-grow: 1;
		justify-content: flex-end;
	}

	.nvcasino-de .header__top nav .mob_head__buttons {
		margin: 3px 8px 0 0;
	}

	.nvcasino-de .header__top nav .mob_head__buttons .btn__white {
		padding: 7px 16px;
	}
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header__top nav .mob_head__buttons .btn {
		padding: 11px 34px;
	}

	.nvcasino-de .header__top nav .mob_head__buttons .btn__white {
		padding: 3px 16px;
	}
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .header__top nav .mob_head {
		width: calc(100% - 32px);
	}
}

.nvcasino-de .header__top nav .menu-top-container {
	display: flex;
	margin-left: 20px;
	max-width: 100%;
	overflow: hidden;
}

.nvcasino-de .header__top nav .menu-top-container.no-overflow,
.nvcasino-de .header__top nav .menu-top-container.with-dropdown {
	overflow: visible;
}

@media only screen and (max-width: 1100px) {
	.nvcasino-de .header__top nav .menu-top-container {
		display: block;
		flex-grow: 2;
		margin-left: 0;
	}

	.nvcasino-de .header__top nav .menu-top-container ul {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top nav {
		background-color: var(--header-left-menu-background-color);
		height: 100vh;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		transform: translateX(-100vw);
		visibility: hidden;
		width: 100%;
		z-index: 101;
	}
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .header__top nav {
		left: 0;
		width: 100vw;
	}
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top nav.no-lang-switcher {
		top: 64px;
	}
}

.nvcasino-de .header__top .mobile_menu_icon {
	background-color: var(--header-left-menu-burger-button-background-color);
	border: none;
	border-radius: 10px;
	cursor: pointer;
	height: 46px;
	margin-left: 15px;
	padding: 0;
	position: relative;
	width: 46px;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .mobile_menu_icon {
		cursor: pointer;
		display: flex;
		flex-direction: column;
		margin-left: 0;
		position: relative;
	}
}

.nvcasino-de .header__top .mobile_menu_icon span {
	background-color: var(--header-left-menu-burger-button-icon-color);
	display: flex;
	height: 2px;
	left: 14px;
	margin-bottom: 3px;
	position: relative;
	top: 17px;
	width: 18px;
}

.nvcasino-de .header__top .mobile_menu_icon span:last-child {
	margin: 0;
}

.nvcasino-de .header__top .mobile_menu_icon.active span {
	position: absolute;
	transform: scale(0);
}

.nvcasino-de .header__top .mobile_menu_icon.active span:first-child {
	left: 14px;
	top: 21px;
	transform: rotate(45deg);
}

.nvcasino-de .header__top .mobile_menu_icon.active span:last-child {
	left: 14px;
	top: 21px;
	transform: rotate(-45deg);
}

.nvcasino-de .header__top .hide_burger,
.nvcasino-de .header__top .mobile_only_burger {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .mobile_only_burger {
		display: flex;
	}
}

.nvcasino-de .header__top .header-menu-left ul a,
.nvcasino-de .header__top .header-menu-left ul span {
	font-weight: var(--header-menu-left-link-font-weight);
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .header-menu-left ul a,
	.nvcasino-de .header__top .header-menu-left ul span {
		font-weight: 400;
	}
}

.nvcasino-de .header__top .header-menu-main ul a,
.nvcasino-de .header__top .header-menu-main ul span {
	font-weight: var(--header-menu-main-link-font-weight);
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .header-menu-main ul a,
	.nvcasino-de .header__top .header-menu-main ul span {
		font-weight: 400;
	}
}

.nvcasino-de .header__top .header-menu-left ul,
.nvcasino-de .header__top .header-menu-main ul {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .header-menu-left ul,
	.nvcasino-de .header__top .header-menu-main ul {
		align-items: start;
		flex-direction: column;
		margin-bottom: 28px;
		padding-bottom: 0 !important;
	}
}

.nvcasino-de .header__top .header-menu-left ul li,
.nvcasino-de .header__top .header-menu-main ul li {
	display: block;
	list-style-type: none;
	margin: 0 20px;
	padding: 12px 0;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
	.nvcasino-de .header__top .header-menu-left ul li,
	.nvcasino-de .header__top .header-menu-main ul li {
		margin: 0 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .header-menu-left ul li,
	.nvcasino-de .header__top .header-menu-main ul li {
		text-align: center;
		white-space: normal;
	}
}

.nvcasino-de .header__top .header-menu-left ul li a,
.nvcasino-de .header__top .header-menu-left ul li span,
.nvcasino-de .header__top .header-menu-main ul li a,
.nvcasino-de .header__top .header-menu-main ul li span {
	color: var(--header-top-menu-link-color);
	cursor: pointer;
	display: block;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 24px;
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nvcasino-de .header__top .header-menu-left ul li a:hover,
.nvcasino-de .header__top .header-menu-left ul li span:hover,
.nvcasino-de .header__top .header-menu-main ul li a:hover,
.nvcasino-de .header__top .header-menu-main ul li span:hover {
	color: var(--header-top-menu-link-hover-color);
	text-decoration: none;
}

@media only screen and (max-width: 1100px) {
	.nvcasino-de .header__top .header-menu-left ul li a,
	.nvcasino-de .header__top .header-menu-left ul li span,
	.nvcasino-de .header__top .header-menu-main ul li a,
	.nvcasino-de .header__top .header-menu-main ul li span {
		max-width: none;
	}
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .header-menu-left ul li a,
	.nvcasino-de .header__top .header-menu-left ul li span,
	.nvcasino-de .header__top .header-menu-main ul li a,
	.nvcasino-de .header__top .header-menu-main ul li span {
		color: var(--header-top-menu-link-color);
		white-space: normal;
	}
}

@media only screen and (max-width: 1300px) {
	.nvcasino-de .header__top .header-menu-left ul li a,
	.nvcasino-de .header__top .header-menu-left ul li span,
	.nvcasino-de .header__top .header-menu-main ul li a,
	.nvcasino-de .header__top .header-menu-main ul li span {
		font-size: 14px;
	}
}

.nvcasino-de .header__top .header-menu-left ul li span,
.nvcasino-de .header__top .header-menu-main ul li span {
	opacity: 1;
}

.nvcasino-de .header__top .header-menu-left ul li .sub-menu,
.nvcasino-de .header__top .header-menu-main ul li .sub-menu {
	background-color: var(--header-top-background-color);
	border-radius: 10px;
	display: none;
	height: auto;
	margin: 0;
	min-width: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: -50px;
	text-align: center;
	top: 100%;
	width: auto;
	z-index: 1111;
}

.nvcasino-de .header__top .header-menu-left ul li .sub-menu .sub-menu,
.nvcasino-de .header__top .header-menu-main ul li .sub-menu .sub-menu {
	box-shadow: none;
	left: 100%;
	position: absolute;
	top: 0;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .header-menu-left ul li .sub-menu,
	.nvcasino-de .header__top .header-menu-main ul li .sub-menu {
		background: inherit;
		box-shadow: none;
		display: block;
		position: relative;
	}
}

.nvcasino-de .header__top .header-menu-left ul li .sub-menu a,
.nvcasino-de .header__top .header-menu-main ul li .sub-menu a {
	word-wrap: normal;
	display: block;
	padding: 0 25px;
	text-align: left;
	text-overflow: clip;
	white-space: normal;
}

.nvcasino-de .header__top .header-menu-left ul li .sub-menu li,
.nvcasino-de .header__top .header-menu-main ul li .sub-menu li {
	margin: 0;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top .header-menu-left ul li .sub-menu li,
	.nvcasino-de .header__top .header-menu-main ul li .sub-menu li {
		border: none !important;
		margin: 0;
	}
}

.nvcasino-de .header__top .header-menu-left ul li:hover > .sub-menu,
.nvcasino-de .header__top .header-menu-main ul li:hover > .sub-menu {
	display: block;
	overflow: unset;
}

.nvcasino-de .header__top .header-menu-left ul li {
	text-align: left;
}

.nvcasino-de .header__top .header-menu-left ul li a:hover,
.nvcasino-de .header__top .header-menu-left ul li span:hover {
	color: var(--header-left-menu-link-hover-color);
	opacity: 0.9;
}

.nvcasino-de .header__top .header-menu-left ul li .sub-menu {
	background: inherit;
	box-shadow: none;
	display: block;
	margin-left: 20px;
	position: relative;
	right: 50px;
}

.nvcasino-de
	.header__top
	.header-menu-left
	ul
	li
	.sub-menu
	li:not(:last-child) {
	border-bottom: none;
}

.nvcasino-de .header__top .header-menu-left ul li .sub-menu a,
.nvcasino-de .header__top .header-menu-left ul li .sub-menu span {
	padding: 0;
	text-align: right;
}

.nvcasino-de .header__top .header-menu-left ul li .sub-menu a:hover,
.nvcasino-de .header__top .header-menu-left ul li .sub-menu span:hover {
	color: var(--header-left-menu-link-hover-color);
	opacity: 0.9;
}

.nvcasino-de .header__top_buttons {
	display: flex;
	margin-left: auto;
}

.nvcasino-de .header__top_buttons .btn:first-child {
	background: var(--header-login-button-background-color);
	color: var(--header-login-button-text-color);
}

.nvcasino-de .header__top_buttons .btn:first-child:hover {
	background: var(--header-login-button-background-hover-color);
	color: var(--header-login-button-text-hover-color);
}

.nvcasino-de .header__top_buttons .btn:last-child {
	background: var(--header-register-button-background-color);
	color: #fff;
}

.nvcasino-de .header__top_buttons .btn:last-child:hover {
	background: var(--header-register-button-background-hover-color);
	color: var(--header-register-button-text-hover-color);
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header__top_buttons {
		display: none;
	}
}

.nvcasino-de .header__top_buttons .btn {
	margin-left: 16px;
}

.nvcasino-de .header__top_buttons .btn:hover {
	text-decoration: none;
}

.nvcasino-de .mobile_menu_bg.visible {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 25;
}

.nvcasino-de .header-menu-left {
	background-color: var(--header-left-menu-background-color);
	height: 100vh;
	min-width: 380px;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all 1s;
	visibility: hidden;
	z-index: 101;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .header-menu-left {
		display: flex;
		visibility: visible;
		width: 100%;
	}
}

.nvcasino-de .header-menu-left .icon-wrap {
	align-items: center;
	display: flex;
	height: 70px;
	justify-content: flex-end;
	padding: 10px 20px;
}

.nvcasino-de .header-menu-left .top-wrap {
	align-items: center;
	display: flex;
	justify-content: end;
	margin-bottom: 40px;
	padding: 0 20px;
}

@media only screen and (max-width: 340px) {
	.nvcasino-de .header-menu-left .top-wrap {
		padding: 0 10px;
	}
}

.nvcasino-de .header-menu-left .lang-block-wrapper {
	margin-left: 0;
}

.nvcasino-de .header-menu-left .header__top_buttons {
	display: block;
	margin: 0;
}

.nvcasino-de .header-menu-left .header__top_buttons .btn {
	margin-left: 10px;
	padding: 11px 12px;
}

.nvcasino-de .header-menu-left .gift {
	margin: 0 10px;
}

@media only screen and (max-width: 340px) {
	.nvcasino-de .header-menu-left .gift {
		margin: 0 5px;
	}
}

@media only screen and (max-width: 375px) {
	.nvcasino-de .header-menu-left .gift-icon {
		padding: 0 10px 20px;
	}

	.nvcasino-de .header-menu-left .gift-icon .count {
		right: -6px;
	}
}

.nvcasino-de .header-menu-left .gift-modal {
	left: 75%;
	width: 360px;
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .header-menu-left .gift-modal {
		left: 50%;
		top: 143px;
		transform: translateX(-50%);
		width: calc(100vw - 40px);
	}
}

@media only screen and (max-width: 340px) {
	.nvcasino-de .header-menu-left .gift-modal {
		left: 0;
		transform: none;
		width: 100vw;
	}
}

.nvcasino-de .header__top .header-menu-left ul {
	align-items: end;
	flex-direction: column;
	justify-content: flex-start;
	padding: 8px 8px 15px;
	text-align: right;
}

.nvcasino-de .header__top .header-menu-left ul li a,
.nvcasino-de .header__top .header-menu-left ul li span {
	color: var(--header-left-menu-link-color);
	text-align: right;
}

.nvcasino-de .header__top.with-switcher .header__left {
	max-width: 55%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header__top.with-switcher .header__left {
		max-width: 40%;
	}
}

.nvcasino-de .header__top.with-switcher .header__right {
	max-width: 45%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header__top.with-switcher .header__right {
		max-width: 60%;
	}
}

.nvcasino-de .header__top .header-menu-main {
	align-items: center;
	display: flex;
	min-width: 10vw;
}

.nvcasino-de .header__top .header-menu-main .menu-item-has-children:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	right: -12px;
	top: 20px;
	transform: rotate(45deg);
	transition: all 0.25s ease;
	width: 5px;
}

.nvcasino-de
	.header__top
	.header-menu-main
	.menu-item-has-children:hover:after {
	top: 23px;
	transform: rotate(225deg);
}

.nvcasino-de
	.header__top
	.header-menu-main
	.menu-item-has-children
	.sub-menu
	.menu-item-has-children:after {
	right: 11px;
	top: 15px;
	transform: rotate(-90deg);
}

.nvcasino-de
	.header__top
	.header-menu-main
	.menu-item-has-children
	.sub-menu
	.menu-item-has-children:hover:after {
	transform: rotate(90deg);
}

@media only screen and (max-width: 1100px) {
	.nvcasino-de .header__top .header-menu-main {
		display: none;
	}
}

.nvcasino-de .header__top .dd-menu {
	position: relative;
}

.nvcasino-de .header__top .dd-menu:hover .dd-menu-list {
	display: flex !important;
}

.nvcasino-de .header__top .dd-menu:hover .dd-menu-btn:before {
	top: 28px;
	transform: rotate(225deg);
}

.nvcasino-de .header__top .dd-menu ul.dd-menu-list {
	background: var(--header-top-background-color);
	border-radius: 0 0 10px 10px;
	display: flex;
	display: none !important;
	flex-direction: column;
	padding: 0 15px;
	position: absolute;
	right: -10px;
	top: 100%;
}

.nvcasino-de .header__top .dd-menu ul.dd-menu-list li {
	display: block;
	width: 100%;
}

.nvcasino-de
	.header__top
	.dd-menu
	ul.dd-menu-list
	li.menu-item-has-children:after {
	right: 20px;
	transform: rotate(-45deg);
}

.nvcasino-de
	.header__top
	.dd-menu
	ul.dd-menu-list
	li.menu-item-has-children:hover:after {
	transform: rotate(135deg);
}

.nvcasino-de .header__top .dd-menu ul.dd-menu-list li ul.sub-menu {
	box-shadow: none;
	left: 100%;
	top: 0;
}

.nvcasino-de .header__top .dd-menu-btn {
	cursor: pointer;
	display: block;
	height: 60px;
	padding: 0 10px;
	position: relative;
	width: 40px;
}

.nvcasino-de .header__top .dd-menu-btn:before {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	display: block;
	height: 10px;
	left: 25px;
	position: absolute;
	top: 22px;
	transform: rotate(45deg);
	transform-origin: center;
	transition: all 0.25s ease;
	width: 10px;
}

.nvcasino-de .header__top .dd-menu-btn:after {
	color: #fff;
	content: '...';
	font-size: 28px;
	left: 23px;
	position: absolute;
	top: 20px;
}

.nvcasino-de.single .header {
	margin-bottom: 0;
}

.nvcasino-de .menu-item .icon {
	margin-right: 12px;
	max-height: 20px;
}

.nvcasino-de .menu-item .icon-hover {
	display: none;
	margin-right: 12px;
}

.nvcasino-de .menu-item.current-menu-item span .icon {
	display: none;
}

.nvcasino-de .menu-item.current-menu-item span .icon-hover {
	display: inline-block;
}

.nvcasino-de .menu-item:hover .icon {
	display: none;
}

.nvcasino-de .menu-item:hover .icon-hover {
	display: inline-block;
}

.nvcasino-de .header-top-mobile-menu {
	display: none;
}

@media only screen and (max-width: 1100px) {
	.nvcasino-de .header-top-mobile-menu {
		display: flex;
	}
}

.nvcasino-de .search-button-container {
	align-self: center;
	display: block;
	justify-self: flex-end;
}

.nvcasino-de .search-button-container .search-button {
	background-color: var(--header-search-button-background-color);
	border: none;
	border-radius: 8px;
	cursor: pointer;
	height: 46px;
	margin-left: 40px;
	padding: 0;
	position: relative;
	width: 46px;
}

.nvcasino-de .search-button-container .search-button svg path {
	fill: var(--header-search-button-icon-color);
}

.nvcasino-de .search-button-container .search-button:hover {
	background-color: var(--header-search-button-background-color);
}

.nvcasino-de .search-container {
	display: none;
	position: fixed;
	right: 0;
	top: 75px;
	z-index: 99;
}

.nvcasino-de .search-container form {
	background-color: var(--header-search-container-background-color);
	display: flex;
	padding: 12px 20px;
}

.nvcasino-de .search-container form #search_input {
	background-color: var(--header-search-input-container-background-color);
	border: none;
	border-radius: 8px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: var(--header-search-container-input-text-color);
	padding: 12px;
	width: 100%;
}

.nvcasino-de .search-container form #search_submit {
	display: none;
}

.nvcasino-de .search-container form .submit-label {
	align-items: center;
	background-color: var(--header-search-button-background-color);
	border: none;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	cursor: pointer;
	display: flex;
	height: 46px;
	justify-content: center;
	justify-items: center;
	min-width: 46px;
	padding: 0;
	position: relative;
}

.nvcasino-de .search-container form .submit-label svg path {
	fill: var(--header-search-button-icon-color);
}

.nvcasino-de .search-container .search-result-container {
	align-items: center;
	background-color: var(--header-search-container-background-color);
	cursor: default;
	display: flex;
	flex-direction: column;
	justify-items: center;
	max-height: 400px;
	max-width: 340px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 40px 20px;
}

.nvcasino-de .search-container .search-result-container a {
	color: var(--header-search-container-link-color);
	margin-bottom: 20px;
	width: 100%;
}

.nvcasino-de .search-container .search-result-container a:hover {
	color: var(--header-search-container-link-hover-color);
}

.nvcasino-de .search-container .search-result-container span {
	color: var(--header-search-container-text-color);
}

.nvcasino-de .search-container .search-result-container .result-content {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-items: center;
}

.nvcasino-de .search-container .search-result-container .result-content h2 {
	font-size: var(--container-font-size);
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nvcasino-de .search-container .search-result-container .result-content img {
	border-radius: 6px;
	margin-right: 15px;
	max-height: 125px;
	max-width: 165px;
}

.nvcasino-de .footer {
	background: var(--footer-background-color);
	margin-top: 50px;
	padding-top: 50px;
	width: 100%;
}

@media only screen and (max-width: 1300px) {
	.nvcasino-de .footer .container {
		padding: 0;
	}
}

.nvcasino-de .footer .menu-footer-container {
	display: flex;
}

.nvcasino-de .footer .footer-menu__title {
	color: var(--footer-text-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 8px;
}

.nvcasino-de .footer .footer-menu ul {
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style-type: none;
	margin: 60px 0 20px;
	padding: 0;
	row-gap: 40px;
}

.nvcasino-de .footer .footer-menu ul li a,
.nvcasino-de .footer .footer-menu ul li span {
	color: var(--footer-menu-link-color);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.nvcasino-de .footer .footer-menu ul li a:hover,
.nvcasino-de .footer .footer-menu ul li span:hover {
	color: var(--footer-menu-link-hover-color);
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .footer .footer-menu ul li a,
	.nvcasino-de .footer .footer-menu ul li span {
		font-size: 12px;
	}
}

.nvcasino-de .footer .footer-menu ul li span {
	color: var(--footer-menu-link-color);
	cursor: default;
}

.nvcasino-de .footer-top {
	padding: 32px 0;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .footer-top {
		padding: 32px 0 12px;
	}
}

.nvcasino-de .footer-top .row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .footer-top .row {
		align-items: center;
		flex-direction: column;
	}
}

.nvcasino-de .footer-icons--top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .footer-icons--top {
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
	}
}

.nvcasino-de .footer-icons--top__item {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	min-width: 115px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .footer-icons--top__item {
		margin: 5px;
	}
}

.nvcasino-de .footer-middle {
	border-bottom: 1px solid #c3d1da;
	border-top: 1px solid #c3d1da;
	padding: 24px 0;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .footer-middle {
		padding: 12px 0;
	}
}

.nvcasino-de .footer-icons--middle {
	align-items: center;
	display: flex;
	justify-content: center;
	justify-content: space-around;
}

.nvcasino-de .footer-icons--middle__item {
	margin: 10px 0;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .footer-icons--middle__item {
		margin: 12px 0;
	}
}

.nvcasino-de .footer-icons--middle__item img {
	max-height: 25px;
}

.nvcasino-de .footer-bottom .copyright {
	color: var(--footer-text-color);
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding: 24px 0;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .footer-bottom .copyright {
		font-size: 10px;
	}
}

.nvcasino-de .footer-divider-image {
	margin-bottom: 85px;
}

.nvcasino-de .footer .divider-footer {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 76px;
	margin-bottom: 45px;
	width: 100%;
}

.nvcasino-de .header_banner {
	margin: 0 auto 20px;
	max-height: 580px;
	min-height: 580px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header_banner {
		margin-top: 0;
		max-height: unset;
		text-align: center;
	}
}

.nvcasino-de .header_banner .slick-track {
	height: inherit;
}

.nvcasino-de .header_banner__container {
	max-height: 580px;
	max-width: 100%;
	min-height: 580px;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header_banner__container {
		height: auto;
		max-height: unset;
	}
}

.nvcasino-de .header_banner__container div.render-image {
	align-items: center;
	display: flex !important;
	justify-content: flex-start;
	max-height: 580px;
	min-height: 580px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header_banner__container div.render-image {
		flex-direction: column;
		max-height: unset;
		min-height: unset;
	}

	.nvcasino-de .header_banner__container div.render-image.mobile-reverse {
		flex-direction: column-reverse;
	}
}

.nvcasino-de .header_banner__container div.render-image > .container {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header_banner__container div.render-image > .container {
		max-height: unset;
		min-height: unset;
		padding: 0;
	}
}

.nvcasino-de .header_banner_img_wrap {
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.nvcasino-de .header_banner_img_wrap {
		position: absolute;
		width: 100%;
	}
}

.nvcasino-de .header_banner img {
	height: 100%;
	max-height: 580px;
	min-height: 580px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header_banner img {
		max-height: 270px;
		min-height: 270px;
	}
}

.nvcasino-de .header_banner__text {
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header_banner__text {
		background: var(--banner-background-color);
		border-radius: 0;
		margin-left: 0;
		min-height: unset;
		padding-bottom: 60px;
		padding-top: 35px;
		width: 100%;
	}
}

.nvcasino-de .header_banner__text_top {
	color: var(--banner-text-color);
	font-size: var(--banner-text-font-size);
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}

.nvcasino-de .header_banner__text_main {
	margin-bottom: 0;
	margin-top: 10px;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header_banner__text_main {
		width: 100%;
	}
}

.nvcasino-de .header_banner__text_main h1,
.nvcasino-de .header_banner__text_main h2,
.nvcasino-de .header_banner__text_main h3,
.nvcasino-de .header_banner__text_main h4,
.nvcasino-de .header_banner__text_main h5,
.nvcasino-de .header_banner__text_main h6,
.nvcasino-de .header_banner__text_main p {
	color: var(--banner-text-color);
	font-weight: 400;
	line-height: 29px;
}

.nvcasino-de .header_banner__text .btn {
	background-color: var(--banner-button-background-color);
	color: #ffffff;
	margin-top: 20px;
}

.nvcasino-de .header_banner__text .btn:hover {
	background-color: var(--banner-button-hover-background-color);
	color: var(--banner-button-hover-text-color);
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .header_banner__text .btn {
		margin-top: 30px;
	}
}

.nvcasino-de .header_banner .slick-list {
	background-color: var(--banner-background-color);
	height: inherit;
	position: relative;
}

.nvcasino-de .header_banner .slick-dots {
	bottom: 0;
	position: absolute;
}

@media only screen and (max-width: 575px) {
	.nvcasino-de .header_banner .slick-dots {
		bottom: 0;
	}
}

.nvcasino-de .header_banner .slick-arrow {
	height: 36px;
	width: 24px;
	z-index: 95;
}

.nvcasino-de .header_banner .slick-prev {
	left: 5px;
}

.nvcasino-de .header_banner .slick-prev:before {
	content: url(images/slider_left.svg);
	font-size: 9px;
}

.nvcasino-de .header_banner .slick-next {
	right: 5px;
}

.nvcasino-de .header_banner .slick-next:before {
	content: url(images/slider_right.svg);
	font-size: 9px;
}

.nvcasino-de .menu-banner {
	cursor: default;
	display: none;
	margin-bottom: 215px;
	position: relative;
}

.nvcasino-de .menu-banner-text-container {
	bottom: 25%;
	display: flex;
	flex-flow: column;
	left: 25%;
	position: absolute;
	right: 25%;
}

.nvcasino-de .menu-banner-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.nvcasino-de .menu-banner-text {
	color: var(--header-left-menu-banner-text-color);
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
	text-shadow: 0 2px #000;
}

.nvcasino-de .menu-banner-button {
	background-color: var(--header-left-menu-banner-button-background-color);
	border-radius: 3px;
	color: var(--header-left-menu-banner-button-text-color);
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	padding: 11px 31px;
}

.nvcasino-de .menu-banner-button:active,
.nvcasino-de .menu-banner-button:hover {
	background-color: var(
		--header-left-menu-banner-button-hover-background-color
	);
	color: var(--header-left-menu-banner-button-text-hover-color);
}

.nvcasino-de .mobile_active .menu-banner {
	display: flex;
}

.nvcasino-de .bonus-block--large {
	padding: 0 80px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .bonus-block--large {
		padding: 0;
	}
}

.nvcasino-de .bonus-block--row {
	display: flex;
	margin: 40px -40px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .bonus-block--row {
		margin: 40px 0;
	}
}

.nvcasino-de .bonus-block--row .bonus-item {
	background: transparent;
}

.nvcasino-de .bonus-block--row.bonus-block-slider {
	display: block;
	margin: 40px 0;
}

.nvcasino-de .bonus-block--row.bonus-block-slider .bonus-item {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .bonus-block--row {
		flex-direction: column;
	}
}

.nvcasino-de .bonus-block .slick-slide {
	margin: 0 20px;
}

.nvcasino-de .bonus-item {
	cursor: default;
	display: flex;
	flex-flow: column;
	margin-bottom: 40px;
	margin-top: 40px;
	min-height: 120px;
	padding: 55px 25px 25px;
	position: relative;
}

.nvcasino-de .bonus-item,
.nvcasino-de .bonus-item-content {
	background-color: var(--bonus-background-color);
	border-radius: 16px;
}

.nvcasino-de .bonus-item-content {
	min-height: 180px;
}

.nvcasino-de .bonus-item--small {
	margin: 0 40px;
	padding: 0;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .bonus-item--small {
		margin: 20px 0;
		width: 100%;
	}
}

.nvcasino-de .bonus-item-top {
	display: flex;
	justify-content: space-between;
	min-height: 80px;
}

.nvcasino-de .bonus-item-top--small {
	display: block;
	min-height: auto;
	padding: 20px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .bonus-item-top {
		flex-flow: column;
	}
}

.nvcasino-de .bonus-item-top-img {
	min-width: 225px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .bonus-item-top-img {
		display: flex;
		justify-content: center;
	}
}

.nvcasino-de .bonus-item-top-img img {
	border-radius: 16px;
	height: 220px;
	left: -1%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: -5%;
	width: 260px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .bonus-item-top-img img {
		margin-bottom: 15px;
		position: relative;
		top: 0;
	}
}

.nvcasino-de .bonus-item-top-img--small img {
	display: block;
	height: 220px;
	margin: 0 auto -15px;
	position: relative;
	width: auto;
	z-index: -1;
}

.nvcasino-de .bonus-item-top-titles {
	text-align: center;
}

.nvcasino-de .bonus-item-top-titles .capt {
	color: var(--bonus-text-color);
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 25px;
}

.nvcasino-de .bonus-item-top-titles .capt--small {
	margin-bottom: 15px;
}

.nvcasino-de .bonus-item-top-titles .text {
	color: var(--bonus-text-color);
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 10px;
	text-align: center;
}

.nvcasino-de .bonus-item-top-buttons {
	align-items: center;
	display: flex;
	flex-flow: column;
	justify-items: center;
}

.nvcasino-de .bonus-item-top-buttons .main-button {
	background-color: var(--bonus-button-background-color);
	border-radius: 8px;
	color: var(--bonus-button-text-color);
	cursor: pointer;
	font-size: var(--container-button-font-size);
	font-weight: var(--container-button-font-weight);
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 11px 31px;
}

.nvcasino-de .bonus-item-top-buttons .main-button:active,
.nvcasino-de .bonus-item-top-buttons .main-button:hover {
	background-color: var(--bonus-button-hover-background-color);
	color: var(--bonus-button-hover-text-color);
}

.nvcasino-de .bonus-item-top-buttons .secondary-button {
	background-color: transparent;
	color: var(--bonus-read-more-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.nvcasino-de .bonus-item-top-buttons .secondary-button:active,
.nvcasino-de .bonus-item-top-buttons .secondary-button:hover {
	color: var(--bonus-read-more-hover-color);
}

.nvcasino-de .bonus-item-top-buttons .secondary-button:after {
	content: url(images/menu_dropdown.svg);
	display: flex;
	position: absolute;
	right: -10px;
	top: -1px;
}

.nvcasino-de .bonus-item-top-buttons .secondary-button.active:after {
	top: 1px;
	transform: rotate(180deg);
}

.nvcasino-de .bonus-item-bottom {
	display: flex;
	padding-top: 80px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .bonus-item-bottom {
		padding-top: 20px;
	}
}

.nvcasino-de .bonus-item-bottom--small {
	padding: 0 10px 20px;
}

.nvcasino-de .bonus-item-bottom span,
.nvcasino-de .bonus-item-bottom-text {
	color: var(--bonus-text-color);
}

.nvcasino-de .toc-button {
	display: none;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .toc-button {
		display: block;
	}
}

.nvcasino-de .toc-button button {
	background: transparent;
	color: var(--container-text-color);
	cursor: pointer;
	position: relative;
}

.nvcasino-de .toc-button button:after,
.nvcasino-de .toc-button button:before {
	border-bottom: 1px solid var(--container-text-color);
	border-left: 1px solid var(--container-text-color);
	bottom: 7px;
	content: '';
	display: block;
	height: 7px;
	left: -20px;
	position: absolute;
	transform: rotate(-45deg);
	transition: all 0.25s ease;
	width: 7px;
}

.nvcasino-de .toc-button button:after {
	left: auto;
	right: -20px;
}

.nvcasino-de .toc-button button.active:after,
.nvcasino-de .toc-button button.active:before {
	transform: rotate(135deg);
}

.nvcasino-de .toc.active #toc_container {
	height: auto;
}

.nvcasino-de .toc.active #toc_container:before {
	content: none;
}

.nvcasino-de #toc_container {
	overflow: hidden;
	position: relative;
	transition: all 1s ease-out;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de #toc_container:before {
		bottom: 0;
		content: '';
		display: block;
		height: 60px;
		position: absolute;
		width: 100%;
	}
}

.nvcasino-de #toc_container .ctoc-body {
	display: block !important;
}

.nvcasino-de #toc_container .ctoc-toggle {
	display: none;
	max-height: 36px;
}

.nvcasino-de #toc_container ul {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}

.nvcasino-de #toc_container ul li {
	background-color: var(--toc-background-color);
	border-radius: 8px;
	cursor: pointer;
	margin-bottom: 0;
	padding: 8px 20px 10px;
}

@media only screen and (max-width: 575px) {
	.nvcasino-de #toc_container ul li {
		width: 100%;
	}
}

.nvcasino-de #toc_container ul li:before {
	content: none;
}

.nvcasino-de #toc_container ul li:hover {
	background-color: var(--toc-background-hover-color);
}

.nvcasino-de #toc_container ul li:hover a {
	color: var(--toc-link-hover-color);
}

.nvcasino-de #toc_container ul li a {
	color: var(--toc-link-color);
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}

.nvcasino-de #toc_container ul li a:hover {
	text-decoration: none;
}

.faq {
	-webkit-tap-highlight-color: transparent;
	padding-top: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.faq .faq-title {
	color: var(--container-text-color);
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: capitalize;
}

.faq-list {
	margin: 15px 0 40px;
}

.faq-list .faq-list__item {
	background: var(--faq-background-color);
	border: 1px solid var(--faq-background-color);
	border-radius: 10px;
	margin-bottom: 12px;
	padding: 16px 20px;
}

@media only screen and (max-width: 767px) {
	.faq-list .faq-list__item {
		padding: 12px 15px;
	}
}

.faq-list .faq-question {
	color: var(--faq-text-color);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding-right: 30px;
	position: relative;
	width: calc(100% - 15px);
}

@media (max-width: 768px) {
	.faq-list .faq-question {
		font-size: 18px;
	}
}

.faq-list .faq-question svg {
	position: absolute;
	right: 11px;
	top: 7px;
}

.faq-list .faq-question svg path {
	stroke: var(--faq-arrow-color);
}

.faq-list .faq-list__item.active {
	background: var(--faq-background-color);
}

.faq-list .faq-list__item.active .faq-question {
	color: var(--faq-text-color);
}

.faq-list .faq-list__item.active .faq-question svg {
	transform: rotate(180deg);
}

.faq-list .faq-list__item.active .faq-answer,
.faq-list .faq-list__item.active .faq-answer p {
	color: var(--faq-text-color);
}

.faq-list .faq-answer {
	display: none;
	font-size: 16px;
	overflow: hidden;
	padding-top: 15px;
}

.faq-list .faq-answer p {
	margin: 0;
}

.nvcasino-de .breadcrumbs-content {
	margin-bottom: 25px;
	margin-top: 25px;
}

.nvcasino-de .breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 8px;
	padding: 0 0 13px;
}

.nvcasino-de .breadcrumbs svg {
	position: absolute;
	right: 8px;
	top: 2px;
}

.nvcasino-de .breadcrumbs svg path {
	stroke: var(--container-link-color);
}

.nvcasino-de .breadcrumbs li {
	padding-right: 30px;
	position: relative;
}

@media (max-width: 768px) {
	.nvcasino-de .breadcrumbs li {
		padding-right: 25px;
	}
}

.nvcasino-de .breadcrumbs li a {
	color: var(--container-link-color);
	text-decoration: none;
}

.nvcasino-de .breadcrumbs li a:hover {
	color: var(--container-link-hover-color);
	text-decoration: underline;
}

.nvcasino-de .breadcrumbs li a,
.nvcasino-de .breadcrumbs li span {
	font-size: 14px;
}

@media (max-width: 768px) {
	.nvcasino-de .breadcrumbs li a,
	.nvcasino-de .breadcrumbs li span {
		font-size: 12px;
	}
}

.nvcasino-de .breadcrumbs li > span {
	color: var(--container-link-hover-color);
	font-weight: 500;
}

.nvcasino-de .breadcrumbs li:after {
	content: '';
	height: 12px;
	position: absolute;
	right: 8px;
	top: 3px;
	width: 12px;
}

@media (max-width: 768px) {
	.nvcasino-de .breadcrumbs li:after {
		height: 9px;
		width: 7px;
	}
}

.nvcasino-de .breadcrumbs li:last-child:after {
	content: none;
}

.nvcasino-de.error404 h1 {
	color: #026d36;
	font-size: 96px;
	font-weight: 400;
	margin-bottom: 60px;
	margin-top: 80px;
	text-align: center;
}

.nvcasino-de.error404 .text_container {
	margin-bottom: 110px;
	text-align: center;
}

.nvcasino-de.error404 .text_container p {
	color: var(--container-text-color);
	font-size: var(--container-font-size);
}

.nvcasino-de .lang-block-wrapper {
	-webkit-tap-highlight-color: transparent;
	display: flex;
	height: 46px;
	justify-content: flex-end;
	margin-left: 40px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 110px;
}

.nvcasino-de .lang-block-wrapper.active {
	z-index: 111;
}

.nvcasino-de .lang-block-wrapper.active .lang-toggle-block__item {
	display: flex;
}

.nvcasino-de .lang-block-wrapper.active .lang-toggle-block__item.current-lang {
	display: flex;
	order: 1;
}

.nvcasino-de .lang-block-wrapper.active .lang-toggle-block__item.other-lang {
	order: 2;
}

.nvcasino-de .lang-block-wrapper.active .lang-button svg {
	transform: rotate(180deg);
}

.nvcasino-de .mobile-device .lang-block-wrapper {
	transition: visibility 1s, transform 1s;
}

.nvcasino-de .lang-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: flex-end;
	margin-right: 10px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.nvcasino-de .lang-toggle-block {
	background-color: var(--header-lang-switcher-dropdown-background-color);
	border: 1px solid #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	justify-content: flex-start;
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.nvcasino-de .lang-toggle-block a {
	color: var(--header-lang-switcher-link-color);
	text-decoration: none;
}

.nvcasino-de .lang-toggle-block a:active,
.nvcasino-de .lang-toggle-block a:hover {
	color: var(--header-lang-switcher-link-hover-color);
	text-decoration: underline;
}

.nvcasino-de .lang-toggle-block a:visited,
.nvcasino-de .lang-toggle-block__item {
	color: var(--header-lang-switcher-link-color);
}

.nvcasino-de .lang-toggle-block__item {
	align-items: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: none;
	gap: 10px;
	height: 42px;
	margin: 10px;
	text-decoration: none;
	width: auto;
}

.nvcasino-de .lang-toggle-block__item.en:before {
	background-image: url(images/EN.svg);
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 30px;
	margin-left: 0;
	position: absolute;
	width: 100%;
}

.nvcasino-de .lang-toggle-block__item.current-lang {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	top: 2px;
	width: calc(100% - 40px);
}

.scroll-top {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-position: 50%;
	background-repeat: no-repeat;
	bottom: 100px;
	cursor: pointer;
	display: none;
	height: 58px;
	position: fixed;
	right: 40px;
	text-align: center;
	width: 48px;
	z-index: 99;
}

.scroll-top svg path {
	fill: var(--container-button-scroll-top-color);
}

.scroll-top:hover {
	transition-duration: 0.2s;
}

.scroll-top:hover svg path {
	fill: var(--container-button-scroll-top-hover-color);
}

@media (max-width: 768px) {
	.scroll-top {
		right: 19px;
	}
}

@media (max-width: 576px) {
	.scroll-top {
		bottom: 75px;
	}
}

.nvcasino-de .slot__loop {
	clear: both;
	margin-top: 40px;
}

.nvcasino-de .slots_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	width: 100%;
	overflow-x: auto;
}

.nvcasino-de .slots_list-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.nvcasino-de .slots_list-top a,
.nvcasino-de .slots_list-top a:active,
.nvcasino-de .slots_list-top a:hover,
.nvcasino-de .slots_list-top a:visited {
	color: var(--slots-text-color);
}

.nvcasino-de .slots_list .slick-arrow:before {
	opacity: 1;
	position: relative;
	top: -10px;
}

.nvcasino-de .slots_list .slick-disabled {
	display: none !important;
}

.nvcasino-de .slots_list .slick-prev {
	background: linear-gradient(
		90deg,
		var(--slots-background-color) 0,
		rgba(238, 245, 248, 0) 100%
	);
	height: 100%;
	left: -1px;
	width: 120px;
	z-index: 95;
}

.nvcasino-de .slots_list .slick-prev:before {
	content: url(images/slider_demo_prev.svg);
	padding-left: 20px;
	text-align: left;
}

.nvcasino-de .slots_list .slick-next {
	background: linear-gradient(
		270deg,
		var(--slots-background-color) 0,
		rgba(238, 245, 248, 0) 100%
	);
	height: 100%;
	right: -1px;
	width: 120px;
	z-index: 95;
}

.nvcasino-de .slots_list .slick-next:before {
	content: url(images/slider_demo_next.svg);
	padding-right: 20px;
	text-align: right;
}

.nvcasino-de .slots_list .slot-card {
	border-radius: 16px;
	height: 180px;
	line-height: 0;
	max-width: 240px;
	position: relative;
	width: 240px;
}

@media only screen and (max-width: 1300px) {
	.nvcasino-de .slots_list .slot-card {
		max-width: 220px;
	}
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .slots_list .slot-card {
		max-width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .slots_list .slot-card {
		height: 130px;
		max-width: 170px;
	}
}

@media only screen and (max-width: 575px) {
	.nvcasino-de .slots_list .slot-card {
		height: 110px;
		max-width: 90px;
	}
}

@media only screen and (max-width: 375px) {
	.nvcasino-de .slots_list .slot-card {
		max-width: 90px;
	}
}

.nvcasino-de .slots_list .slot-card .img-wrap {
	overflow: hidden;
	position: relative;
}

.nvcasino-de .slots_list .slot-card .img-wrap:before {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition-duration: 0.2s;
	width: 100%;
}

.nvcasino-de .slots_list .slot-card img {
	border-radius: 6px;
	height: 100%;
	min-height: 80px;
	min-width: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .slots_list .slot-card img {
		height: auto;
		-o-object-fit: fill;
		object-fit: fill;
	}
}

.nvcasino-de .slots_list .slot-card .slot__card-overlay {
	align-items: center;
	background: transparent;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	line-height: 1.3;
	opacity: 0;
	position: absolute;
	top: 0;
	transition-duration: 0.2s;
	width: 100%;
	z-index: 99;
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .slots_list .slot-card .slot__card-overlay {
		max-width: 165px;
	}
}

@media only screen and (max-width: 340px) {
	.nvcasino-de .slots_list .slot-card .slot__card-overlay {
		max-width: none;
	}
}

.nvcasino-de .slots_list .slot-card:hover .slot__card-overlay {
	opacity: 1;
	transition-duration: 0.2s;
}

.nvcasino-de .slots_list .slot-card:hover .img-wrap:before {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	opacity: 1;
	transition-duration: 0.2s;
}

.nvcasino-de .slots_list .slot-card .btn {
	background-color: var(--slots-button-play-background-color);
	border-radius: 50%;
	color: var(--slots-button-play-text-color);
	cursor: pointer;
	font-size: 16px;
	height: 60px;
	margin-bottom: 15px;
	padding: 0;
	position: relative;
	width: 60px;
}

.nvcasino-de .slots_list .slot-card .btn:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10.268c1.333.77 1.333 2.694 0 3.464L3.5 23.258c-1.333.77-3-.192-3-1.732V2.474C.5.934 2.167-.028 3.5.742L20 10.268Z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-40%, -50%);
	width: 30px;
}

.nvcasino-de .slots_list .slot-card .btn:active,
.nvcasino-de .slots_list .slot-card .btn:hover {
	background-color: var(--slots-button-play-hover-background-color);
	color: var(--slots-button-play-hover-text-color);
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .slots_list .slot-card .btn {
		height: 50px;
		margin-bottom: 5px;
		width: 50px;
	}
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .slots_list .slot-card .btn {
		margin-bottom: 10px;
		padding: 8px 25px;
		width: auto;
	}
}

.nvcasino-de .slots_list .slot-card .btn_play {
	border: none;
	box-sizing: border-box;
	color: var(--slots-button-demo-text-color);
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 146px;
}

.nvcasino-de .slots_list .slot-card .btn_play:active,
.nvcasino-de .slots_list .slot-card .btn_play:hover {
	color: var(--slots-button-demo-hover-text-color);
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .slots_list .slot-card .btn_play {
		padding: 8px 18px;
		width: auto;
	}
}

.nvcasino-de .slots_list .demo-name {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center;
	position: relative;
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .slots_list .demo-name {
		line-height: 1;
	}
}

.nvcasino-de .slots_list .demo-name a {
	color: var(--slots-text-color);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.nvcasino-de .slots_list .demo-name a:active,
.nvcasino-de .slots_list .demo-name a:hover,
.nvcasino-de .slots_list .demo-name a:visited {
	color: var(--slots-text-color);
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .slots_list .demo-name a {
		max-height: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.nvcasino-de .slots_list__header {
	align-items: center;
	clear: both;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	padding-top: 20px;
}

.nvcasino-de .slots_list__header .slots_list__title {
	align-items: flex-start;
	color: var(--slots-text-color);
	display: flex;
	font-size: 26px;
	font-weight: 700;
	position: relative;
}

.nvcasino-de .slots_list__header .slots_list__title img {
	margin-right: 14px;
	max-height: 38px;
	vertical-align: top;
}

.nvcasino-de .slots_list__link {
	align-items: center;
	color: var(--slots-text-color);
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
}

.nvcasino-de .slots_list__link:hover {
	color: var(--slots-text-color);
}

.nvcasino-de .slots_list__link.desktop-none {
	display: none;
}

.nvcasino-de .slot-card__demo {
	color: var(--slots-text-color);
	cursor: pointer;
	padding: 10px 0;
}

.nvcasino-de .slot-card__demo:hover {
	color: var(--slots-text-color);
}

@media (max-width: 1024px) {
	.nvcasino-de .single__slot .through-img__mobile {
		margin-top: 10px;
	}

	.nvcasino-de .full-screen-iframe .play-box img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	.nvcasino-de .single__slot h1 {
		padding-right: 40px;
	}
}

@media (max-width: 576px) {
	.nvcasino-de .slots_list__link.desktop-none {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		margin-bottom: 45px;
	}

	.nvcasino-de .slot__loop {
		margin-bottom: 24px;
		margin-top: 0;
	}

	.nvcasino-de .slots_list .slot-card:nth-child(2n) {
		margin-right: 0;
	}
}

.nvcasino-de .slots-list-block {
	background-color: var(--slots-background-color);
	border-radius: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
	max-height: 320px;
	overflow: hidden;
	padding: 20px 45px 40px;
}

.nvcasino-de .slots-list-block.slots-category-page {
	max-height: 100%;
}

.nvcasino-de .slots-list-block.slots-category-page .slots_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	justify-content: center;
	padding-bottom: 25px;
	row-gap: 50px;
}

.nvcasino-de .slots-list-block a {
	color: var(--slots-text-color);
}

.nvcasino-de .slots-list-block-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.nvcasino-de .slots-list-block-top p.title_list {
	color: var(--slots-text-color);
}

.nvcasino-de .slots-list-block .title_list {
	color: var(--container-text-color);
	font-size: var(--container-h2-font-size);
	font-weight: var(--container-h-font-weight);
	line-height: 32px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}

@media only screen and (max-width: 575px) {
	.nvcasino-de .slots-list-block {
		padding: 20px;
	}
}

.nvcasino-de .btn-play {
	background-image: linear-gradient(90deg, #51b139 0, #72b139);
	font-size: 30px;
	padding: 15px 50px;
}

.nvcasino-de .btn-play:hover {
	background-image: linear-gradient(270deg, #51b139 0, #72b139);
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}

.nvcasino-de .single__slot-game {
	margin: 0 auto;
	max-width: 1110px;
}

.nvcasino-de .single__slot-game .iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.nvcasino-de .single__slot-game .iframe iframe {
	height: 100% !important;
	width: 100%;
}

.nvcasino-de .single__slot-game .iframe.show {
	z-index: 1;
}

.nvcasino-de .single__slot-game .play-box {
	line-height: 0;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.nvcasino-de .single__slot-game .play-box img {
	border-radius: 10px;
	height: 692px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 768px) {
	.nvcasino-de .single__slot-game .play-box img {
		height: 550px;
	}
}

@media (max-width: 567px) {
	.nvcasino-de .single__slot-game .play-box img {
		height: 350px;
	}
}

@media (max-width: 411px) {
	.nvcasino-de .single__slot-game .play-box img {
		height: 270px;
	}
}

.nvcasino-de .single__slot-game .play-box .overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	display: flex;
	height: 100%;
	left: 0;
	line-height: 1;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
}

.nvcasino-de .single__slot-game .full-screen {
	background-image: url(images/demo-full.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: -50px;
	width: 28px;
	z-index: 9;
}

@media (max-width: 768px) {
	.nvcasino-de .single__slot-game .full-screen {
		height: 22px;
		top: -40px;
		width: 22px;
	}
}

.nvcasino-de .single__slot-content {
	margin-top: 50px;
}

.nvcasino-de .full-screen-overlay {
	background: rgba(0, 0, 0, 0.9);
	bottom: 0;
	cursor: pointer;
	display: none;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s;
	z-index: -1;
}

.nvcasino-de .overflow-hidden {
	overflow: hidden;
}

.nvcasino-de .full-screen-iframe .full-screen-overlay {
	display: block;
	opacity: 1;
	z-index: 1999;
}

.nvcasino-de .full-screen-iframe .play-box {
	bottom: 0;
	box-shadow: none;
	left: 0;
	margin: 0 auto;
	max-width: 100%;
	min-height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.nvcasino-de .full-screen-iframe .play-box img {
	height: 100%;
	max-height: 100%;
}

.nvcasino-de .full-screen-iframe .play-box-title {
	display: none;
}

.nvcasino-de .full-screen-iframe .play-box-iframe {
	height: 100%;
	margin: 0;
}

.nvcasino-de .full-screen-iframe .play-box .iframe {
	height: 100%;
	max-height: 100%;
}

.nvcasino-de .full-screen-iframe .play-box .preload-img {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

.nvcasino-de .full-screen-iframe .play-box .preload-img img {
	height: 100% !important;
	max-height: 100%;
}

.nvcasino-de .full-screen-iframe .play-box .iframe.active-frame iframe {
	height: 100% !important;
}

.nvcasino-de .full-screen-iframe .play-btn {
	padding: 20px 47px 0;
}

.nvcasino-de .full-screen-iframe .full-screen {
	background-image: url(images/demo-closed.svg);
	right: 20px;
	top: 20px;
}

.nvcasino-de .under-demo {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.nvcasino-de .under-demo .btn {
	border: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding: 13px 32px;
}

.nvcasino-de .button-play-for-free {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 40px;
	font-weight: 700;
	line-height: 2.5;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 1;
}

@media (max-width: 768px) {
	.nvcasino-de .button-play-for-free {
		font-size: 16px;
	}
}

.nvcasino-de .button-play-for-free:hover svg {
	transform: scale(1.1) translateX(5px);
}

.nvcasino-de .button-play-for-free svg {
	height: 60px;
	margin-bottom: 20px;
	text-align: center;
	transform: translateX(5px);
	transition-duration: 0.2s;
	width: 46px;
}

@media (max-width: 768px) {
	.nvcasino-de .button-play-for-free svg {
		height: 70px;
		margin-bottom: 15px;
		width: 70px;
	}
}

.nvcasino-de .popup-overlay {
	background-color: rgba(14, 18, 26, 0.8);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
	z-index: 998;
}

.nvcasino-de .popup-overlay.display-overlay {
	display: block;
}

.nvcasino-de .popup-overlay.fade-overlay {
	opacity: 1;
}

.nvcasino-de .popup-form.display {
	display: flex;
}

.nvcasino-de .popup-form.show {
	opacity: 1;
}

.nvcasino-de .popup-form {
	align-items: center;
	background: var(--popup-background-color);
	border-radius: 16px;
	cursor: default;
	display: none;
	flex-flow: column;
	left: 50%;
	max-width: 660px;
	opacity: 0;
	padding-bottom: 40px;
	padding-top: 40px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s linear 0.3s;
	width: 60vw;
	z-index: 1001;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .popup-form {
		padding-left: 40px;
		padding-right: 40px;
		width: 70%;
	}
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .popup-form .btn {
		width: auto;
	}
}

.nvcasino-de .popup-form-close-button {
	bottom: auto;
	color: var(--popup-text-color);
	cursor: pointer;
	font-size: 40px;
	left: auto;
	line-height: 20px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: opacity 0.2s linear 0.3s;
	z-index: 1005;
}

.nvcasino-de .popup-form-close-button:hover {
	color: var(--popup-text-color);
}

.nvcasino-de .popup-form-popup-title {
	font-size: var(--container-h3-font-size);
	margin: 20px 0 5px;
}

.nvcasino-de .popup-form-popup-text,
.nvcasino-de .popup-form-popup-title {
	color: var(--popup-text-color);
	font-weight: var(--container-h-font-weight);
	text-align: center;
}

.nvcasino-de .popup-form-popup-text {
	font-size: var(--container-h1-font-size);
	margin: 10px 0;
}

.nvcasino-de .popup-form button {
	background-color: var(--popup-button-background-color);
	color: var(--popup-button-text-color);
	margin-top: 15px;
}

.nvcasino-de .popup-form button:hover {
	background-color: var(--popup-button-hover-background-color);
	color: var(--popup-button-hover-text-color);
}

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.slick-list,
.slick-slider {
	display: block;
	position: relative;
}

.slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0);
}

.slick-track {
	align-items: stretch;
	display: block;
	display: flex;
	justify-content: flex-start;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:after,
.slick-track:before {
	content: '';
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	flex: none !important;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-next,
.slick-prev {
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0px;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
	background-size: cover;
	display: block;
	opacity: 0.8;
	transition: all 0.17s ease-in-out;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

.slick-dotted .slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	display: block;
	list-style: none;
	margin: 10px 0 20px;
	padding: 0;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.slick-dots {
		margin: 0 0 20px;
	}
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}

.slick-dots li,
.slick-dots li button {
	cursor: pointer;
	height: 10px;
	width: 10px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	display: block;
	font-size: 0;
	line-height: 0px;
	outline: none;
	padding: 5px;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	background: #ccc;
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #e5e5e5;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: transparent;
	content: '•';
	font-size: 0;
	height: 10px;
	left: 0;
	line-height: 20px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.17s ease-in-out;
	width: 10px;
}

.slick-dots li.slick-active button:before {
	background: #666;
	border-color: #666;
	color: #000;
}

.nvcasino-de .pros-cons {
	display: flex;
	margin: 0 -20px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .pros-cons {
		flex-direction: column;
		margin: 0;
	}
}

.nvcasino-de .pros-cons-side {
	margin: 0 20px;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .pros-cons-side {
		margin: 0;
		width: 100%;
	}
}

.nvcasino-de .pros-cons .capt {
	font-size: 20px;
	margin-top: 25px;
}

.nvcasino-de .pros-cons-item {
	background: var(--pros-cons-bg-color);
	border-radius: 10px;
	color: var(--pros-cons-font-color);
	margin-bottom: 16px;
	padding: 25px 15px 25px 60px;
	position: relative;
}

.nvcasino-de .pros-cons-item:before {
	background: #fff;
	background: var(--pros-cons-right-icon);
	content: '';
	display: block;
	height: 30px;
	left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	z-index: 1000;
}

.nvcasino-de .pros-cons-item--left:before {
	background: var(--pros-cons-left-icon);
}

.nvcasino-de .winners p.winners-title {
	font-size: var(--container-h2-font-size);
	font-weight: var(--container-h-font-weight);
	line-height: 32px;
	margin: 32px 0 12px;
}

.nvcasino-de .winners-list {
	margin: 24px 30px;
}

.nvcasino-de .winners-item {
	background: var(--top-winners-background-color);
	border-radius: 10px;
	color: var(--top-winners-text-color);
	display: flex;
	font-size: 14px;
	margin: 0 8px;
	padding: 8px;
}

.nvcasino-de .winners-item img {
	border-radius: 10px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 60px;
}

.nvcasino-de .winners-item-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 8px;
	padding: 3px 0;
}

.nvcasino-de .winners-item-text .item-sum {
	color: var(--top-winners-text-sum-color);
	font-weight: 700;
}

.nvcasino-de .winners-item-text span {
	display: block;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nvcasino-de .winners .slick-arrow {
	background: var(--container-button-background-color);
	border-radius: 10px;
	height: 25px;
	width: 25px;
}

.nvcasino-de .winners .slick-arrow:hover {
	background: var(--container-button-hover-background-color);
}

.nvcasino-de .winners .slick-arrow:before {
	content: none;
}

.nvcasino-de .winners .slick-arrow:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	height: 5px;
	left: 8px;
	position: absolute;
	top: 9px;
	transform: rotate(-45deg);
	width: 5px;
}

.nvcasino-de .winners .slick-arrow.slick-prev:after {
	left: 11px;
	top: 9px;
	transform: rotate(135deg);
}

.nvcasino-de .gift {
	margin-left: 20px;
	position: relative;
	width: 80px;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .gift {
		margin-right: 20px;
	}
}

.nvcasino-de .gift:hover .gift-modal {
	display: block;
}

.nvcasino-de .gift:hover .gift-icon img {
	transform: translateY(-5px);
}

.nvcasino-de .gift:hover .gift-icon:after {
	bottom: -46px;
	opacity: 1;
	transition: all 0.25s ease;
	visibility: visible;
}

.nvcasino-de .gift-icon {
	cursor: pointer;
	height: 44px;
	margin-bottom: -20px;
	margin-right: -10px;
	padding: 0 20px 20px;
	width: 44px;
}

.nvcasino-de .gift-icon:after {
	background: #fff;
	bottom: -50px;
	content: '';
	height: 15px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: rotate(45deg) translateX(-50%);
	visibility: hidden;
	width: 15px;
}

.nvcasino-de .gift-icon img {
	height: 44px;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	transition: all 0.25s ease;
	width: 44px;
	z-index: -1;
}

.nvcasino-de .gift-icon .count {
	align-items: center;
	background: #dc2f02;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 12px;
	height: 18px;
	justify-content: center;
	position: absolute;
	right: 8px;
	top: 30px;
	width: 18px;
}

.nvcasino-de .gift-icon .count:after {
	background: #dc2f02;
	border-radius: 50%;
	content: '';
	display: block;
	height: 27px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 27px;
	z-index: -1;
}

.nvcasino-de .gift-modal {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
	display: none;
	left: 50%;
	padding: 15px 0;
	position: absolute;
	top: 78px;
	transform: translateX(-50%);
	width: 380px;
	z-index: 10000;
}

@media only screen and (max-width: 1024px) {
	.nvcasino-de .gift-modal {
		left: -80%;
	}
}

@media only screen and (max-width: 425px) {
	.nvcasino-de .gift-modal {
		left: auto;
		position: fixed;
		right: 0;
		top: 90px;
		transform: none;
		width: 100vw;
	}
}

.nvcasino-de .gift-modal:after {
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	top: -20px;
	width: 100%;
}

.nvcasino-de .gift-modal .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0 15px;
}

.nvcasino-de .gift-modal .list {
	max-height: 400px;
	overflow-y: auto;
	padding: 0 15px;
}

.nvcasino-de .gift-modal .list .item {
	align-items: center;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.nvcasino-de .gift-modal .list .item .text {
	color: var(--gift-text-in-modal-color);
	font-weight: 700;
	margin: 0 15px;
}

.nvcasino-de .gift-modal .list .item img {
	border-radius: 10px;
	height: 55px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 55px;
}

.nvcasino-de .gift-modal .list .item .btn {
	max-width: 130px;
	overflow: hidden;
	padding: 11px 10px;
	text-overflow: ellipsis;
	width: 100%;
}

@media only screen and (max-width: 340px) {
	.nvcasino-de .gift-modal .list .item .btn {
		max-width: 110px;
	}
}

@media only screen and (max-width: 425px) {
	body.admin-bar .gift-modal {
		top: 135px;
	}
}

.nvcasino-de .mobile-menu {
	background: var(--mobile-menu-background-color);
	border-radius: 12px 12px 0 0;
	bottom: -100%;
	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.25);
	display: none;
	opacity: 0;
	position: fixed;
	transition: all 1s ease;
	transition-delay: 0.1s;
	width: 100%;
	z-index: 10000;
}

@media only screen and (max-width: 767px) {
	.nvcasino-de .mobile-menu {
		display: block;
	}
}

.nvcasino-de .mobile-menu.show {
	bottom: -1px;
	opacity: 1;
	transition-delay: 0.2s;
}

.nvcasino-de .mobile-menu ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 10px 20px;
}

.nvcasino-de .mobile-menu ul li {
	margin: 0 5px;
	max-width: calc(20% - 10px);
	text-align: center;
}

.nvcasino-de .mobile-menu ul li.large img {
	transform: scale(1.7) translateY(-15px);
}

.nvcasino-de .mobile-menu ul li .icon,
.nvcasino-de .mobile-menu ul li .icon-hover {
	display: block;
	height: 48px;
	margin: 0 auto;
	max-height: 48px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 48px;
}

.nvcasino-de .mobile-menu ul li .icon-hover,
.nvcasino-de .mobile-menu ul li:active .icon,
.nvcasino-de .mobile-menu ul li:hover .icon {
	display: none;
}

.nvcasino-de .mobile-menu ul li.current-menu-item span .icon-hover,
.nvcasino-de .mobile-menu ul li:active .icon-hover,
.nvcasino-de .mobile-menu ul li:hover .icon-hover {
	display: block;
}

.nvcasino-de .mobile-menu ul li a,
.nvcasino-de .mobile-menu ul li span {
	color: var(--mobile-menu-link-color);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

/* latin-ext */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(fonts/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
		U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(fonts/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
		U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
		U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
		U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--site-background-color: #2a0044;
	--container-text-color: #f2f2f2;
	--container-link-color: #ff31c1;
	--container-link-hover-color: #e94560;
	--container-h-color: #ffffff;
	--container-button-background-color: #ff31c1;
	--container-button-hover-background-color: #e94560;
	--container-button-text-color: #010103;
	--container-button-hover-text-color: #ffffff;
	--container-button-scroll-top-color: #ff31c1;
	--container-button-scroll-top-hover-color: #e94560;
	--container-table-background-color: #1a1a2e;
	--container-table-header-background-color: #e94560;
	--container-table-header-border-color: #ffffff;
	--container-table-header-text-color: #ffffff;
	--container-table-odd-row-background-color: #2a2a40;
	--container-table-even-row-background-color: #1a1a2e;
	--container-table-text-color: #f2f2f2;
	--container-table-border-color: #a3a3a3;
	--container-table-cell-button-color: #ff31c1;
	--container-table-cell-hover-button-color: #e94560;
	--container-table-cell-button-text-color: #010103;
	--container-table-cell-hover-button-text-color: #ffffff;
	--container-table-cell-button-margin: 5px;
	--container-table-cell-button-padding-t-b: 13px;
	--container-table-cell-button-padding-l-r: 32px;
	--container-table-cell-padding: 16px;
	--container-font-size: 16px;
	--container-font-weight: 400;
	--container-button-font-size: 16px;
	--container-button-font-weight: 700;
	--container-h1-font-size: 36px;
	--container-h2-font-size: 28px;
	--container-h3-font-size: 24px;
	--container-h4-font-size: 18px;
	--container-h-font-weight: 700;
	--header-top-background-color: #450081;
	--header-top-menu-link-color: #f2f2f2;
	--header-top-menu-link-hover-color: #ff31c1;
	--header-left-menu-background-color: #010103;
	--header-left-menu-link-color: #f2f2f2;
	--header-left-menu-link-hover-color: #e94560;
	--header-left-menu-banner-button-background-color: #ff31c1;
	--header-left-menu-banner-button-hover-background-color: #e94560;
	--header-left-menu-banner-text-color: #ffffff;
	--header-left-menu-banner-button-text-color: #010103;
	--header-left-menu-banner-button-text-hover-color: #ffffff;
	--header-left-menu-burger-button-background-color: #1a1a2e;
	--header-left-menu-burger-button-icon-color: #ff31c1;
	--header-login-button-background-color: #1a1a2e;
	--header-login-button-background-hover-color: #f2f2f2;
	--header-login-button-text-color: #ffffff;
	--header-login-button-text-hover-color: #ffffff;
	--header-register-button-background-color: #ff31c1;
	--header-register-button-background-hover-color: #e94560;
	--header-register-button-text-color: #010103;
	--header-register-button-text-hover-color: #ffffff;
	--header-search-button-background-color: #1a1a2e;
	--header-search-button-icon-color: #ff31c1;
	--header-search-container-background-color: #2a2a40;
	--header-search-input-container-background-color: #1a1a2e;
	--header-search-container-input-background-color: #f2f2f2;
	--header-search-container-input-text-color: #010103;
	--header-search-container-text-color: #a3a3a3;
	--header-search-container-link-color: #ff31c1;
	--header-search-container-link-hover-color: #e94560;
	--header-lang-switcher-background-color: #1a1a2e;
	--header-lang-switcher-dropdown-background-color: #2a2a40;
	--header-lang-switcher-link-color: #f2f2f2;
	--header-lang-switcher-link-hover-color: #ff31c1;
	--gift-text-in-modal-color: #010103;
	--header-menu-main-link-font-weight: 400;
	--header-menu-left-link-font-weight: 400;
	--banner-text-color: #ffffff;
	--banner-background-color: #450081;
	--banner-button-background-color: #ff31c1;
	--banner-button-hover-background-color: #e94560;
	--banner-button-text-color: #010103;
	--banner-button-hover-text-color: #ffffff;
	--banner-text-font-size: 40px;
	--top-winners-background-color: #1a1a2e;
	--top-winners-slider-arrow-background-color: #ff31c1;
	--top-winners-slider-arrow-icon-color: #010103;
	--top-winners-text-color: #ffffff;
	--top-winners-text-sum-color: #e94560;
	--toc-background-color: #450081;
	--toc-background-hover-color: #e94560;
	--toc-link-color: #f2f2f2;
	--toc-link-hover-color: #f2f2f2;
	--slots-text-color: #ffffff;
	--slots-background-color: #450081;
	--slots-button-play-background-color: #ff31c1;
	--slots-button-play-hover-background-color: #e94560;
	--slots-button-play-text-color: #010103;
	--slots-button-play-hover-text-color: #ffffff;
	--slots-button-demo-background-color: #1a1a2e;
	--slots-button-demo-hover-background-color: #2a2a40;
	--slots-button-demo-text-color: #f2f2f2;
	--slots-button-demo-hover-text-color: #ffffff;
	--bonus-text-color: #ffffff;
	--bonus-background-color: #450081;
	--bonus-button-background-color: #ff31c1;
	--bonus-button-hover-background-color: #e94560;
	--bonus-button-text-color: #010103;
	--bonus-button-hover-text-color: #ffffff;
	--bonus-read-more-color: #f2f2f2;
	--bonus-read-more-hover-color: #ff31c1;
	--faq-text-color: #f2f2f2;
	--faq-background-color: #010103;
	--faq-arrow-color: #ff31c1;
	--popup-text-color: #ffffff;
	--popup-background-color: #1a1a2e;
	--popup-button-background-color: #ff31c1;
	--popup-button-hover-background-color: #e94560;
	--popup-button-text-color: #010103;
	--popup-button-hover-text-color: #ffffff;
	--pros-cons-left-icon: url('images/plus.svg');
	--pros-cons-right-icon: url('images/minus.svg');
	--pros-cons-bg-color: #2a2a40;
	--pros-cons-font-color: #f2f2f2;
	--footer-text-color: #f2f2f2;
	--footer-menu-link-color: #ff31c1;
	--footer-menu-link-hover-color: #e94560;
	--footer-background-color: #010103;
	--mobile-menu-link-color: #f2f2f2;
	--mobile-menu-background-color: #010103;
}

#wpadminbar #wp-admin-bar-my-networks > .ab-item:first-child:before {
	content: '\f325';
	top: 3px;
}

body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--duotone--dark-grayscale: url('index.html#wp-duotone-dark-grayscale');
	--wp--preset--duotone--grayscale: url('index.html#wp-duotone-grayscale');
	--wp--preset--duotone--purple-yellow: url('index.html#wp-duotone-purple-yellow');
	--wp--preset--duotone--blue-red: url('index.html#wp-duotone-blue-red');
	--wp--preset--duotone--midnight: url('index.html#wp-duotone-midnight');
	--wp--preset--duotone--magenta-yellow: url('index.html#wp-duotone-magenta-yellow');
	--wp--preset--duotone--purple-green: url('index.html#wp-duotone-purple-green');
	--wp--preset--duotone--blue-orange: url('index.html#wp-duotone-blue-orange');
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

body .is-layout-flow > .alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body
	.is-layout-constrained
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

body .is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

body .is-layout-flex > * {
	margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(
		--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
	) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(
		--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
	) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(
		--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
	) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(
		--wp--preset--gradient--luminous-vivid-orange-to-vivid-red
	) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(
		--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
	) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
	color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

.wp-block-pullquote {
	font-size: 1.5em;
	line-height: 1.6;
}
.table {
	width: 100%;
	overflow: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table thead {
	background: #e94560;
}
.table table td,
.table table th {
	padding: 17px;
	color: #fff;
	border: 2px solid #808080;
	text-align: center;
}
.table table tbody tr:nth-child(odd) {
	background: #450081;
}
.table table tbody tr {
	background: #2a2a40;
}
.img-cov-small {
	width: 200px;
}
.img-cov-small img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.img-cov-small {
		float: none !important;
		margin:20px auto !important;
	}
}