@charset "UTF-8";
*,
button,
input,
textarea {
	font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
.glory-casino-container .glory-casino-container,
.sub-submenu.active span {
	padding-right: 0;
	padding-left: 0;
}
.has-submenu > svg,
.scroll-top__button svg {
	fill: currentColor;
}
:root {
	--height: 0px;
	--offsets: 20px;
	--width-container: 1420px;
	--star-color: lightgray;
	--star-background-review: #ffc700;
	--ff: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
		Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--clr-header: #eef0f8;
	--clr-menu-item: #fff;
	--clr-menu-item-hover: #fff;
	--clr-bg-accent: #fff;
	--clr-accent: #d96939;
	--button-green: linear-gradient(103.42deg, #fc4665 6.06%, #d96939 77.61%);
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
:after,
:before {
	box-sizing: border-box;
}
:active,
:focus,
a:active,
a:focus {
	outline: 0;
}
aside,
footer,
header,
nav {
	display: block;
}
body,
html {
	min-height: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.about-table__row,
.wp-block-table tbody tr:not(:last-child),
.wp-block-table thead {
	border-bottom: 1px solid #cbd2ed;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
img {
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 1rem;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	object-fit: contain;
}
h1 {
	font-size: 52px;
	line-height: 62px;
}
h2 {
	font-size: 40px;
	line-height: 52px;
}
h3,
h4,
h5,
h6 {
	font-size: 28px;
	line-height: 36px;
}
ol,
ul {
	padding-left: 24px;
}
* + .glory-casino-bonuses-list,
* + .glory-casino-gallery,
* + .glory-casino-links-list,
* + .glory-casino-mp-promocode,
* + .glory-casino-pros-cons,
* + .glory-casino-providers-list,
* + .glory-casino-text-image,
p {
	margin-top: 16px;
}
* + .about-table,
* + .glory-casino-categories-list,
* + .glory-casino-faq,
* + .glory-casino-promocode,
* + .list-reset,
* + .wp-block-heading,
* + .wp-block-list,
* + .wp-block-table {
	margin-top: 1rem;
}
.wp-block-heading span {
	color: var(--clr-accent);
}
.wp-block-heading {
	color: #1e293b;
}
.glory-casino-wrapper {
	overflow: hidden;
	margin: 50px auto;
}
.glory-casino-container > :first-child,
.header__buttons .btn,
.wp-block-table td > :first-child {
	margin-top: 0;
}
.glory-casino-wrapper--gradient {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	margin-top: 0;
	background: #ebebf9;
}
.glory-casino-container {
	padding: 0 var(--offsets);
	max-width: calc(var(--width-container) + var(--offsets) * 2);
}
.btn svg,
.hidden_svg,
.sub-submenu.active::after {
	display: none;
}
.no-scroll {
	overflow: hidden;
}
.error404,
.page,
.post {
	background: #d3d3ee;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	color: #334155;
	font-family: var(--ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.page-main {
	flex-grow: 1;
}
.btn,
.get-image {
	justify-content: center;
}
.list-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}
.get-image {
	margin: 0;
	display: flex;
	align-items: center;
}
* + .last-modified-date {
	margin-top: 2rem;
}
.wp-block-list {
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
	counter-reset: olNum;
}
ol.wp-block-list li {
	position: relative;
	padding-left: 28px;
}
ol.wp-block-list li::before {
	counter-increment: olNum;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: 2px;
	left: 0;
	content: counter(olNum);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	background-color: #d96939;
}
.wp-admin ol.wp-block-list li::before {
	color: #000;
}
.wp-admin .wp-block-list li {
	margin: 0 !important;
}
ul.wp-block-list li {
	position: relative;
	padding-left: 18px;
}
ul.wp-block-list li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 10px;
	height: 5px;
	border-radius: 14px;
	background: #d96939;
	content: '';
}
.wp-block-table {
	overflow: auto;
	border-radius: 10px;
}
.wp-block-table table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 18px;
	font-weight: 500;
	background-color: #fff;
}
.wp-block-table table:has(img) td:not(:has(img)),
.wp-block-table table:has(img) th {
	text-align: center;
}
.wp-block-table th {
	font-weight: 400;
	color: #000;
	padding: 18px 20px;
}
.wp-block-table td:not(:last-child),
.wp-block-table th:not(:last-child) {
	border-right: 1px solid #cbd2ed;
}
.wp-block-table td {
	padding: 14px 20px;
}
.wp-block-table td img {
	margin-right: 20px;
	width: 80px !important;
	object-fit: contain;
}
.wp-block-table td:has(img) {
	white-space: nowrap;
	text-align: left;
	min-width: 200px;
}
.about-table {
	overflow: auto;
}
.about-table table {
	background: 0 0;
	width: 100%;
}
.about-table tbody {
	display: block;
	column-count: 2;
	column-gap: 40px;
}
.about-table__row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 12px;
}
.about-table__cell,
.btn {
	border: none;
	display: flex;
}
.about-table__cell {
	align-items: center;
	gap: 6px;
	text-align: right;
	justify-content: flex-end;
	padding: 16px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}
.about-table__cell--img {
	text-align: left;
	justify-content: flex-start;
	font-weight: 400;
}
.btn,
.header-nav__link {
	text-align: center;
	line-height: 136%;
	font-style: normal;
}
.about-table__cell .get-image {
	flex-shrink: 0;
}
.about-table__cell img {
	margin: 0;
	max-width: 20px;
	object-fit: contain;
}
.btn {
	position: relative;
	width: fit-content;
	padding: 10px 28px;
	gap: 10px;
	border-radius: 100px;
	margin-top: 16px;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	transition: 0.2s;
	cursor: pointer;
}
.btn--green {
	background: linear-gradient(90deg, #ff9900 0%, #995c00 100%);
}
.btn--green:hover {
	background: linear-gradient(90deg, #995c00 0%, #ff9900 100%);
}
.btn--black {
	background: 0 0;
	color: #d96939;
	border: 1px solid #d96939;
}
.btn--black:hover {
	background: #c4cdf4;
}
.btn--white {
	display: inline-flex;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: 0 0;
	color: #fff;
}
.btn--white::after {
	transition: 0.2s;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='12' viewBox='0 0 23 12' fill='none'%3E%3Cpath d='M22.5303 6.35162C22.8232 6.05873 22.8232 5.58385 22.5303 5.29096L17.7574 0.517988C17.4645 0.225095 16.9896 0.225095 16.6967 0.517988C16.4038 0.810882 16.4038 1.28576 16.6967 1.57865L20.9393 5.82129L16.6967 10.0639C16.4038 10.3568 16.4038 10.8317 16.6967 11.1246C16.9896 11.4175 17.4645 11.4175 17.7574 11.1246L22.5303 6.35162ZM0 6.57129H22V5.07129H0V6.57129Z' fill='white'/%3E%3C/svg%3E");
}
.btn--white:hover::after {
	transform: translateX(5px);
}
.btn--fill-white {
	background-color: #fff;
	border: 1px solid #fff;
	color: #1b241c;
}
.btn--fill-white:hover {
	background-color: #ffffffba;
}
.btn--full-width {
	width: 100%;
	max-width: 100%;
}
.btn--aligh-center {
	margin-left: auto;
	margin-right: auto;
}
.btn--with-svg {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.btn--with-svg svg {
	display: inline-block;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
}
.header {
	position: sticky;
	top: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 100%;
	z-index: 99;
	background: #00002e;
}
.header__content {
	display: flex;
	align-items: flex-start;
	align-items: center;
	gap: 30px;
}
.header__logo {
	margin-top: 8px;
	display: flex;
	align-items: flex-start;
	margin-right: auto;
	max-width: 135px;
	min-width: 135px;
}
.header__logo-link {
	width: fit-content;
}
.header__logo-link img {
	width: fit-content;
	object-fit: contain;
	max-height: 35px;
}
.header-nav {
	flex: 1 0 auto;
	display: flex;
	align-items: flex-start;
	max-width: 60%;
}
.header-nav__list {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.header-nav__item {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 10px 16px;
}
.header-nav__item img {
	max-height: 16px;
	object-fit: contain;
}
.header-nav__link {
	word-break: break-all;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	transition: color 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
}
.sub-submenu__link,
.submenu__link {
	text-align: left;
	letter-spacing: 0.25px;
	text-decoration: none;
}
.header-nav__link .get-image img,
.header-nav__link svg {
	max-height: 18px;
	width: fit-content;
	object-fit: contain;
}
.has-submenu {
	position: relative;
	padding-right: 30px;
}
.has-submenu > svg {
	position: absolute;
	right: 0;
	width: 18px;
	height: 18px;
	transition: transform 0.2s;
}
.submenu {
	display: none;
	position: absolute;
	width: 234px;
	padding: 8px 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 10px;
	background: #cbd2ed;
	box-shadow: 0 2px 3px #00000026;
	right: 50%;
	top: 50px;
	transform: translateX(50%);
	z-index: 99;
	list-style: none;
}
.submenu::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	background: 0 0;
	top: -20px;
	left: 0;
}
.submenu__item {
	width: 100%;
}
.submenu__link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 8px 16px;
	gap: 10px;
}
a.submenu__link:hover {
	background: #e1e4ed;
}
.glory-casino-faq,
.has-sub-submenu {
	position: relative;
}
.has-sub-submenu::after {
	position: absolute;
	top: 10px;
	right: 0;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
	transition: 0.2s;
}
.header__burger span,
.header__burger::after,
.header__burger::before {
	position: absolute;
	height: 3px;
	background-color: currentColor;
	border-radius: 4px;
	transition: 0.3s;
	width: 100%;
}
.sub-submenu {
	margin: 0;
	padding: 8px 0;
	width: 100%;
	display: none;
	flex-direction: column;
	position: absolute;
	top: -8px;
	right: -234px;
	border-radius: 10px;
	overflow: hidden;
	background: #343a36;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.glory-casino-slots-popup._active,
.glory-casino-toc-section.active .glory-casino-toc-section__list,
.sub-submenu.active {
	display: flex;
}
.sub-submenu.active span {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
}
.sub-submenu__link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 8px 16px;
}
a.sub-submenu__link:hover {
	background: #e1e4ed;
	color: #d96939;
}
.header__buttons {
	display: flex;
	justify-content: flex-end;
	align-self: flex-start;
	gap: 8px;
	flex-wrap: wrap;
	margin-left: auto;
}
.header__burger {
	display: none;
	position: relative;
	width: 27px;
	height: 21px;
	margin-top: 10px;
	cursor: pointer;
	color: #ff9d00;
}
.header__burger::before {
	content: '';
	top: 0;
	right: 0;
}
.header__burger::after {
	content: '';
	bottom: 0;
	right: 0;
}
.header__burger span {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.header.burger-active .header__burger span {
	display: none;
}
.header.burger-active .header__burger::before {
	transform: rotate(45deg);
	top: 10px;
	right: 5px;
	width: 100%;
}
.header.burger-active .header__burger::after {
	transform: rotate(-45deg);
	bottom: 8px;
	right: 5px;
	width: 100%;
}
@media (max-width: 1671px) {
	.header__buttons {
		flex: 1 0 auto;
	}
}
@media (min-width: 1460px) and (hover: hover) {
	.has-submenu:hover svg {
		transform: rotate(-90deg);
	}
	.has-submenu:hover .submenu {
		display: flex;
	}
	.has-sub-submenu:hover .sub-submenu {
		display: block;
	}
}
.languages-switcher {
	position: relative;
	flex-shrink: 0;
	border-radius: 10px;
	padding: 4px;
	background-color: var(--clr-bg-accent);
	display: flex;
	min-width: 40px;
	width: fit-content;
	color: #ccc;
	z-index: 15;
}
.languages-switcher__list-wrapper {
	position: absolute;
	right: 0;
	top: calc(100% + 24px);
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: max-content;
	border-radius: 10px;
	background: var(--clr-bg-accent);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.languages-switcher__list-title {
	margin: 0 0 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
}
.languages-switcher__list {
	margin: 0;
	padding: 4px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	max-width: 272px;
	gap: 4px;
}
.languages-switcher__item {
	width: 84px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	gap: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	padding: 8px 2px;
	border-radius: 5px;
	transition: 0.2s ease-in-out;
}
.languages-switcher__item[data-lg-switcher-action] {
	gap: 6px;
	min-width: 40px;
	width: fit-content;
	border-radius: 0;
}
.languages-switcher__lang {
	display: flex;
	align-items: center;
	gap: 5px;
}
.languages-switcher__lang:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.languages-switcher._show .languages-switcher__list-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.glory-casino-text-image {
	margin-top: 16px;
	display: grid;
	gap: 20px;
	grid-template-columns: 1.1fr 1fr;
	align-items: center;
}
.glory-casino-text-image.reversed .get-image {
	order: -1;
}
.glory-casino-text-image:not(:has(.get-image))
	.glory-casino-text-image__content {
	grid-column: 1/-1;
}
.glory-casino-text-image .get-image img {
	width: 100%;
	border-radius: 10px;
}
.glory-casino-links-list {
	padding: 0;
	margin: 0;
	width: 100%;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.glory-casino-links-list__item {
	position: relative;
	padding: 16px 100px 16px 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}
.glory-casino-links-list__item img {
	max-width: 104px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
}
.glory-casino-links-list__item--blue {
	background: linear-gradient(90deg, #0076e5 0, #3b00eb 100%);
}
.glory-casino-links-list__item--green {
	background: linear-gradient(90deg, #04ce00 0, #00ad30 100%);
}
.glory-casino-links-list__item--orange {
	background: linear-gradient(90deg, #f90 0, #ff4c00 100%);
}
.glory-casino-links-list__item--purple {
	background: linear-gradient(90deg, #a300ef 0, #6a00f1 100%);
}
.glory-casino-links-list__item-name {
	margin-top: 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 24px;
}
.glory-casino-links-list__item-description {
	line-height: 18px;
	flex: 1 1 auto;
}
.glory-casino-links-list__item-link {
	max-width: 200px;
	margin-top: 40px;
	width: 100%;
}
.glory-casino-toc-section__title {
	padding-bottom: 20px;
	border-bottom: 1px solid #cbd2ed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.25rem;
	position: relative;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
	font-size: 40px;
	line-height: 52px;
}
.glory-casino-toc-section__title svg {
	pointer-events: none;
}
.glory-casino-toc-section.active .glory-casino-toc-section__title svg {
	rotate: 180deg;
	transition: 0.2s ease-in-out;
}
.glory-casino-toc-section__list {
	display: none;
	flex-wrap: wrap;
	justify-content: start;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.glory-casino-toc-section__item {
	transition: 0.3s;
}
.glory-casino-toc-section__link {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 8px 14px;
	border-radius: 10px;
	background: #fff;
	color: #3f4250;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	transition: 0.2s;
	text-decoration: none;
}
.glory-casino-toc-section__link::before {
	content: '';
	width: 10px;
	height: 5px;
	border-radius: 14px;
	background: #d96939;
}
.glory-casino-toc-section__link:hover {
	background: #f4e9ee;
}
.glory-casino-categories-list {
	padding-top: 40px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	column-gap: 20px;
	row-gap: 60px;
	list-style: none;
}
.glory-casino-categories-list__item {
	position: relative;
	width: 100%;
	cursor: pointer;
}
.glory-casino-categories-list__item p {
	margin: 0;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	background: var(--clr-bg-accent);
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	word-break: break-all;
	transition: 0.2s;
	color: #fff;
}
.glory-casino-categories-list__item:hover
	.glory-casino-categories-list__item-img,
.glory-casino-categories-list__item:hover p {
	background: rgba(52, 58, 54, 0.6);
}
.glory-casino-events-list__item .btn::after,
.glory-casino-events-list__item-head::after {
	position: absolute;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.4) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	left: 0;
	content: '';
}
.glory-casino-categories-list__item-img {
	position: absolute;
	top: -40px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	padding: 10px 20px 0;
	border-radius: 30px 30px 0 0;
	background: var(--clr-bg-accent);
	transition: 0.2s;
}
.glory-casino-categories-list__item-img img,
.glory-casino-categories-list__item-img > svg {
	max-width: 33px;
	max-height: 33px;
	object-fit: contain;
}
@media (max-width: 576px) {
	.glory-casino-container {
		padding: 0 16px;
	}
	.header__content {
		padding-left: 16px;
		padding-right: 16px;
	}
	.header__logo {
		max-width: 100px;
	}
	.header-nav__link {
		font-size: 16px;
	}
	.glory-casino-links-list {
		grid-template-columns: 1fr;
	}
	.glory-casino-toc-section__list {
		flex-direction: column;
		align-items: flex-start;
	}
	.glory-casino-categories-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
.glory-casino-events-list {
	margin-top: 1rem;
	padding: 0;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: 20px;
}
.glory-casino-events-list__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border-radius: 10px;
	background: var(--clr-bg-accent);
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}
.glory-casino-events-list__item-head {
	position: relative;
	margin-top: 0;
	text-align: center;
	color: var(--text, #e2e2e2);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding-bottom: 16px;
}
.glory-casino-events-list__item-head::after {
	bottom: 0;
	width: 100%;
}
.glory-casino-events-list__item-main {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1.2fr;
	align-items: center;
}
.glory-casino-events-list__item-date,
.glory-casino-events-list__item-team {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.glory-casino-events-list__item-team img {
	max-width: 66px;
	object-fit: contain;
}
.glory-casino-events-list__item-date img {
	max-width: 21px;
	object-fit: contain;
}
.glory-casino-games-list__item-img img,
.glory-casino-winners-section__item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.glory-casino-events-list__item-date-time {
	margin-top: 10px;
	color: var(--title, #fff);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}
.glory-casino-events-list__item-date-day {
	margin-top: 6px;
	color: var(--text, #e2e2e2);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	word-break: break-all;
}
.glory-casino-events-list__item .btn {
	grid-column: 1/-1;
	max-width: 100%;
	margin-top: 16px;
	position: relative;
}
.glory-casino-events-list__item .btn::after {
	top: -16px;
	width: 100%;
}
.glory-casino-games-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 20px;
}
.glory-casino-games-list__item {
	width: 100%;
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.glory-casino-games-list__item-img {
	text-align: center;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.glory-casino-games-list__item-img:hover
	.glory-casino-games-list__item-img-buttons {
	left: 0;
}
.glory-casino-games-list__item-img-buttons {
	position: absolute;
	padding: 10px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	left: -100%;
	transition: 0.3s;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.glory-casino-games-list__item-img-buttons .btn {
	display: block;
	border-radius: 36px;
	width: 100%;
	margin: 5px auto 0;
	padding: 8px;
	text-wrap: balance;
	text-transform: none;
}
.glory-casino-games-list__item-img img {
	position: relative;
	z-index: 1;
	min-height: 160px;
}
.glory-casino-games-list__item-name {
	margin-top: 0;
	padding: 8px;
	font-weight: 500;
	text-align: center;
}
.glory-casino-slots-popup {
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	margin: 0 !important;
}
.glory-casino-bonuses-list__item,
.glory-casino-gallery,
.glory-casino-slots-popup__body,
.glory-casino-winners-section__wrapper {
	position: relative;
	overflow: hidden;
}
.glory-casino-slots-popup__frame {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto 1fr;
	width: 100%;
	height: 100%;
	max-width: 1380px;
	max-height: 720px;
	margin: auto;
	border-radius: 12px;
	background: #2f2f2f;
	padding: 8px 12px 0;
}
.glory-casino-slots-popup__title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	padding: 10px;
}
.glory-casino-slots-popup__cross {
	background: 0 0;
	border: none;
	cursor: pointer;
}
.glory-casino-slots-popup__body {
	grid-column: 1/3;
	grid-row: 2/3;
	margin: 8px -10px 2px;
	border-radius: 10px;
	background: #d9d9d9;
}
.glory-casino-slots-popup__body iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: none;
}
.glory-casino-slots-popup__buttons {
	display: flex;
	justify-content: center;
	grid-column: 1/3;
	padding: 8px 0;
}
.glory-casino-winners-section__wrapper::after,
.glory-casino-winners-section__wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	z-index: 2;
}
.glory-casino-winners-section__wrapper::before {
	left: 0;
	background: linear-gradient(90deg, #d3d3ee, transparent);
}
.glory-casino-winners-section__wrapper::after {
	right: 0;
	background: linear-gradient(270deg, #d3d3ee, transparent);
}
.glory-casino-winners-section__list {
	width: 100%;
	max-width: 100%;
	margin-top: 16px;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 20px;
}
.glory-casino-winners-section__item {
	background: var(--clr-bg-accent);
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
	display: grid;
	grid-template-columns: 130px 1fr;
}
.glory-casino-winners-section__content {
	padding: 12px 16px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.glory-casino-winners-section__game {
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.glory-casino-winners-section__nickname {
	margin: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.glory-casino-winners-section__value {
	margin-top: auto;
	color: #d96939;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.glory-casino-winners-section__value svg {
	margin-right: 8px;
}
.glory-casino-providers-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}
.glory-casino-providers-list__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 16px 8px;
	border-radius: 10px;
	background: var(--clr-bg-accent);
}
.glory-casino-providers-list__item img,
.glory-casino-providers-list__item > svg {
	object-fit: contain;
	max-height: 45px;
}
.glory-casino-providers-list__item-name {
	margin: 0;
	color: #d96939;
}
@media (max-width: 550px) {
	.glory-casino-providers-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
.glory-casino-bonuses-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 20px;
	padding-bottom: 4px;
}
.glory-casino-bonuses-list__item {
	display: flex;
	flex-direction: column-reverse;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 3px #00000026;
}
.glory-casino-bonuses-list__item img {
	width: 100%;
	object-fit: contain;
}
.glory-casino-bonuses-list__item-tag {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 17px;
	border-radius: 10px 0;
	color: var(--txt-btn, #1b241c);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 136%;
	word-break: break-all;
	background: #faff02;
}
.glory-casino-bonuses-list__item-content {
	flex: 1 1 auto;
	padding: 16px;
	display: flex;
	flex-direction: column;
}
.glory-casino-bonuses-list__item-content ul {
	margin-top: 10px;
}
.glory-casino-bonuses-list__item-name {
	margin-top: 0;
	color: #1e293b;
	text-align: left;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.glory-casino-bonuses-list__item-description {
	margin-top: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 136%;
}
.glory-casino-bonuses-list__item .btn {
	margin-top: 20px;
	padding: 10px;
}
.glory-casino-banner {
	position: relative;
	margin-top: 80px !important;
	width: 100%;
	min-height: 260px;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	padding: 20px 50% 20px 20px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/assets/images/banner-bg.png);
}
.glory-casino-banner__title {
	position: relative;
	z-index: 2;
	margin-top: 0;
	color: #1b241c;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.glory-casino-banner__description {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #1b241c;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.glory-casino-banner__buttons {
	position: relative;
	z-index: 2;
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 10px;
}
.glory-casino-banner__button {
	display: grid;
	grid-template-columns: min-content 1fr;
	align-items: start;
	column-gap: 10px;
	padding: 7px 58px 7px 18px;
	border-radius: 10px;
	border: 1px solid var(--title, #fff);
	background: #000;
	color: var(--title, #fff);
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 136%;
	transition: 0.2s;
}
.glory-casino-banner__button:hover {
	background: rgba(0, 0, 0, 0.7);
}
.glory-casino-banner__button span {
	grid-column: 2;
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
}
.glory-casino-banner__button svg {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	align-self: center;
	width: 30px;
	height: 30px;
}
.glory-casino-banner .get-image {
	position: absolute;
	bottom: 0;
	right: 10px;
}
.glory-casino-list {
	width: 100%;
	display: grid;
	gap: 20px;
}
.glory-casino-list__item-title {
	margin-top: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 500;
}
.glory-casino-list__item-title img,
.glory-casino-list__item-title > svg {
	width: 35px;
	height: 35px;
	object-fit: contain;
}
.glory-casino-list__item-description {
	margin-top: 10px;
	color: #e2e2e2;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.glory-casino-advantages-list {
	margin-top: 16px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 20px;
	padding-bottom: 4px;
}
.glory-casino-advantages-list__item {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 3px #00000026;
}
.glory-casino-advantages-list__item img {
	max-height: 70px;
	object-fit: contain;
	margin-right: auto;
}
.glory-casino-advantages-list__item-name {
	font-size: 20px;
	font-weight: 500;
}
.glory-casino-advantages-list__item-description {
	margin-top: 12px;
}
.glory-casino-pros-cons {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.glory-casino-pros-cons__inner {
	padding: 16px;
	border-radius: 10px;
	background: var(--clr-bg-accent);
}
.glory-casino-pros-cons__title {
	width: 100%;
	padding: 10px 20px;
	border-radius: 8px;
	text-align: center;
	color: var(--txt-btn, #1b241c);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 136%;
}
.glory-casino-pros-cons__title.plus {
	background: linear-gradient(103.42deg, #fc4665 6.06%, #d96939 77.61%);
	color: #fff;
}
.glory-casino-pros-cons__title.minus {
	background: #e2e2e2;
}
.glory-casino-pros-cons__list {
	margin-top: 16px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.glory-casino-pros-cons__item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.glory-casino-pros-cons__item.plus::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0.821289C8.89543 0.821289 8 1.71672 8 2.82129V8.82129L2 8.82129C0.89543 8.82129 0 9.71672 0 10.8213C0 11.9259 0.895431 12.8213 2 12.8213H8V18.8213C8 19.9259 8.89543 20.8213 10 20.8213C11.1046 20.8213 12 19.9259 12 18.8213V12.8213H18C19.1046 12.8213 20 11.9259 20 10.8213C20 9.71672 19.1046 8.82129 18 8.82129L12 8.82129V2.82129C12 1.71672 11.1046 0.821289 10 0.821289Z' fill='url(%23paint0_linear_2065_858)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2065_858' x1='20' y1='10.8213' x2='0' y2='10.8213' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2305FF5A'/%3E%3Cstop offset='1' stop-color='%23ADFF00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.glory-casino-pros-cons__item.minus::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='5' viewBox='0 0 20 5' fill='none'%3E%3Cpath d='M2 4.82129C0.895431 4.82129 4.82823e-08 3.92586 0 2.82129C-4.82823e-08 1.71672 0.895431 0.82129 2 0.82129L18 0.821289C19.1046 0.821289 20 1.71672 20 2.82129C20 3.92586 19.1046 4.82129 18 4.82129L2 4.82129Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
}
.glory-casino-faq:last-child {
	margin-bottom: 4px;
}
.glory-casino-faq:not(:last-child) {
	margin-bottom: 16px;
}
.glory-casino-faq__summary {
	position: relative;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0 2px 3px #00000026;
	padding: 20px;
	width: calc(100% - 74px);
	margin-left: auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
}
.glory-casino-faq__summary::marker {
	content: '';
}
.glory-casino-faq__summary::before {
	position: absolute;
	left: -74px;
	top: 0;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 0.821289C10.1321 0.821289 9.42857 1.52484 9.42857 2.39272V10.2499H1.57143C0.703552 10.2499 0 10.9534 0 11.8213C0 12.6892 0.703552 13.3927 1.57143 13.3927H9.42857V21.2499C9.42857 22.1177 10.1321 22.8213 11 22.8213C11.8679 22.8213 12.5714 22.1177 12.5714 21.2499V13.3927H20.4286C21.2964 13.3927 22 12.6892 22 11.8213C22 10.9534 21.2964 10.2499 20.4286 10.2499H12.5714V2.39272C12.5714 1.52484 11.8679 0.821289 11 0.821289Z' fill='%231e293b'/%3E%3C/svg%3E");
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0 2px 3px #00000026;
	height: 100%;
	width: 60px;
	transition: 0.2s;
}
.glory-casino-faq__details[open] .glory-casino-faq__summary {
	background: linear-gradient(90deg, #ff9900 0%, #995c00 100%);
	color: var(--txt-btn, #1b241c);
}
.glory-casino-faq__details[open] .glory-casino-faq__summary:before {
	padding-bottom: 10px;
	background: linear-gradient(90deg, #ff9900 0%, #995c00 100%);
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='4' viewBox='0 0 22 4' fill='none'%3E%3Cpath d='M1.57143 3.39286C0.703552 3.39286 3.7936e-08 2.6893 0 1.82143C-3.7936e-08 0.953553 0.703552 0.250001 1.57143 0.250001L20.4286 0.25C21.2964 0.25 22 0.953553 22 1.82143C22 2.6893 21.2964 3.39286 20.4286 3.39286L1.57143 3.39286Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.glory-casino-faq__title {
	margin: 0;
	color: #1e293b;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.glory-casino-faq__details[open] .glory-casino-faq__title {
	color: #fff;
}
.social {
	display: grid;
	gap: 14px;
}
.payments-gallery,
.social__list {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.social__title {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.social__list {
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px 1rem;
}
.social__link {
	width: 30px;
	height: 30px;
	transition: 0.2s;
}
.footer-nav__link,
.footer-submenu__link {
	white-space: nowrap;
	transition: 0.2s ease-in-out;
	text-decoration: none;
}
.social__link img {
	width: 100%;
	height: 100%;
}
.payments-gallery {
	align-items: center;
	justify-content: center;
	gap: 14px 34px;
	flex-wrap: wrap;
}
.payments-gallery img {
	max-height: 1.1875rem;
	object-fit: contain;
}
.footer-nav {
	flex-grow: 1;
	max-width: 50%;
}
.footer-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 3;
	column-gap: 10%;
}
.footer-nav__list:not(:has(.footer-submenu)) {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	gap: 16px 10%;
}
.footer-nav__item.has-submenu,
.footer-submenu {
	padding: 0;
	gap: 16px;
	display: grid;
}
.footer__right .footer__line,
.glory-casino-breadcrumbs__item:last-child::after {
	display: none;
}
.footer-nav__item.has-submenu > .footer-nav__link {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.footer-nav__link {
	color: #ff9d00;
}
span.footer-nav__link {
	color: #000;
}
.footer-submenu {
	margin: 0;
	list-style: none;
}
.footer-submenu__link {
	color: #e2e2e2;
}
.footer {
	margin-top: 2rem;
	padding-top: 50px;
	padding-bottom: 32px;
	background: #00002e;
	border-top: 1px solid #cbd2ed;
}
.footer__container {
	display: grid;
	gap: 32px;
}
.footer__container > .get-image {
	margin-right: auto;
}
.footer__container > .get-image img {
	max-height: 28px;
	width: fit-content;
	object-fit: contain;
}
.footer__line {
	padding: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(255, 255, 255, 0) 100%
	);
}
.footer__body {
	display: flex;
	justify-content: space-between;
}
.footer__right {
	display: grid;
	gap: 20px;
}
.footer__app-button {
	min-width: 15.625rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem;
	border-radius: 100px;
	border: 1px solid var(--title, #fff);
	background: #ffffff1a;
	transition: 0.2s;
}
.footer__app-button:hover {
	background: rgba(0, 0, 0, 0.7);
}
.footer__app-button-text {
	flex: 1 1 auto;
	color: var(--title, #fff);
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 136%;
}
.footer__app-button-text span {
	display: block;
	color: var(--title, #fff);
	font-size: 16px;
	font-weight: 500;
}
.footer__app-button svg {
	margin-right: 4px;
}
.footer__copyright,
.footer__text p {
	margin: 0;
	color: #9c9a9a;
	letter-spacing: 0.25px;
}
.footer__text p {
	font-size: 14px;
	font-weight: 300;
}
.footer__copyright {
	text-align: center;
}
.footer__buttons {
	display: flex;
	align-items: center;
	gap: 8px;
}
.glory-casino-breadcrumbs {
	padding: 6px 0;
}
.glory-casino-breadcrumbs__list {
	display: flex;
	align-items: center;
	gap: 3px;
	flex-wrap: wrap;
}
.glory-casino-breadcrumbs__item {
	display: flex;
	align-items: center;
	padding-right: 4px;
	gap: 8px;
}
.glory-casino-breadcrumbs__item::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='currentColor'/%3E%3C/svg%3E");
	width: 22px;
	height: 22px;
}
.glory-casino-breadcrumbs__link {
	text-align: center;
	font-style: normal;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
.glory-casino-breadcrumbs__link--no-active {
	color: #d96939;
	cursor: default;
}
* + .glory-casino-app-specs {
	margin-top: 70px;
}
.glory-casino-app-specs {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 12px;
	row-gap: 14px;
	padding: 20px 20px 20px 250px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 3px #00000026;
}
.glory-casino-app-specs > .get-image {
	position: absolute;
	bottom: 0;
	left: 20px;
	max-width: 230px;
	object-fit: contain;
}
.glory-casino-app-specs > .get-image img {
	margin-right: 10px;
}
.glory-casino-app-specs__main {
	grid-column: 1/-1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
}
.glory-casino-app-specs__main > .btn {
	max-width: unset;
	grid-column: 1/-1;
	width: 100%;
	margin-top: 0;
	padding: 16px;
	color: #fff;
	font-weight: 500;
}
.glory-casino-app-specs__main > .btn svg {
	width: 25px;
	height: 25px;
	fill: #fff !important;
}
.glory-casino-app-specs__info {
	grid-column: 1/-1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.glory-casino-app-specs__downloads,
.glory-casino-app-specs__rating,
.glory-casino-app-specs__size {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.2px;
}
.glory-casino-app-specs__downloads span:not([class]),
.glory-casino-app-specs__rating span:not([class]),
.glory-casino-app-specs__size span:not([class]) {
	color: #fc4665;
}
.glory-casino-app-specs__downloads svg,
.glory-casino-app-specs__rating svg,
.glory-casino-app-specs__size svg {
	max-width: 20px;
	max-height: 18px;
}
.glory-casino-app-specs__description {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.554px;
	letter-spacing: -0.16px;
}
@media (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 44px;
	}
	.glory-casino-toc-section__title,
	h2 {
		font-size: 26px;
		line-height: 36px;
	}
	h3,
	h4,
	h5,
	h6 {
		font-size: 22px;
		line-height: 32px;
	}
	.wp-block-table table {
		line-height: 22px;
		font-weight: 400;
		font-size: 16px;
	}
	.wp-block-table table:has(img) {
		font-size: 16px;
	}
	.wp-block-table table b,
	.wp-block-table table strong {
		font-size: 16px;
		font-weight: 500;
	}
	.about-table__cell,
	.glory-casino-games-list__item-name {
		font-size: 16px;
	}
	.glory-casino-games-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.glory-casino-winners-section__game {
		font-size: 16px;
		font-weight: 600;
	}
	.glory-casino-winners-section__nickname {
		font-size: 14px;
		line-height: 18px;
	}
	.glory-casino-winners-section__value {
		font-size: 18px;
		line-height: 24px;
	}
	.glory-casino-bonuses-list {
		gap: 16px;
	}
	.payments-gallery {
		justify-content: flex-start;
	}
	.footer-nav__list {
		display: grid;
		gap: 16px;
	}
	.footer-nav__item.has-submenu,
	.footer-submenu {
		gap: 10px;
	}
	.footer__buttons {
		flex-direction: column;
	}
	.footer__app-button {
		min-width: auto;
		width: 100%;
	}
	* + .glory-casino-app-specs {
		margin-top: 0;
		box-shadow: none;
	}
	.glory-casino-app-specs {
		padding: 0;
		background: 0 0;
		grid-template-columns: 1fr;
		gap: 0;
	}
	.glory-casino-app-specs .get-image {
		position: static;
		justify-self: center;
		max-width: 65%;
	}
	.glory-casino-app-specs > .get-image img {
		margin-right: 0;
	}
	.glory-casino-app-specs__main {
		padding: 16px;
		border-radius: 10px;
		margin-top: -60px;
		background: #fff;
		box-shadow: 0 2px 3px #00000026;
	}
}
@media (max-width: 575px) {
	.glory-casino-banner__title {
		font-size: 26px;
		line-height: 24px;
	}
	.glory-casino-banner__description {
		font-size: 16px;
	}
	.glory-casino-banner__buttons {
		flex-direction: column;
	}
	.glory-casino-banner__button {
		width: 100%;
	}
	.glory-casino-banner__button span {
		font-size: 18px;
	}
	.glory-casino-app-specs__downloads,
	.glory-casino-app-specs__rating,
	.glory-casino-app-specs__size {
		font-size: 16px;
		max-width: 88px;
	}
	.glory-casino-app-specs__description {
		font-size: 14px;
		line-height: 15px;
	}
}
.glory-casino-mp-promocode {
	padding: 25px 150px 25px 20px;
	border-radius: 10px;
	position: relative;
	gap: 32px;
	background: #fff;
	box-shadow: 0 2px 3px #00000026;
	backdrop-filter: blur(2px);
	z-index: 2;
}
.glory-casino-mp-promocode > .get-image {
	position: absolute;
	bottom: 20px;
	right: -20px;
	max-width: 127px;
	object-fit: contain;
}
.glory-casino-mp-promocode__text {
	margin-top: 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 120%;
}
.glory-casino-mp-promocode__text span {
	color: #d96939;
}
.glory-casino-mp-promocode__description {
	margin-top: 10px !important;
}
.glory-casino-mp-promocode__input {
	margin-top: 16px;
	width: 100%;
	padding-right: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	border: 1px solid #fc4665;
	background: #fff;
}
.glory-casino-mp-promocode__input input {
	width: 60%;
	padding: 15px 4px 15px 20px;
	background: 0 0;
	color: #fc4665;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.glory-casino-mp-promocode__copy-btn {
	padding: 14px 20px;
	border-radius: 7px;
	background: 0 0;
	word-break: break-all;
	display: inline-flex;
	gap: 5px;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	transition: 0.2s;
}
.glory-casino-mp-promocode__copy-btn._active {
	background: linear-gradient(103.42deg, #fc4665 6.06%, #d96939 77.61%);
	color: #fff;
}
.glory-casino-mp-promocode__copy-btn._active > svg {
	stroke: #000;
}
.glory-casino-mp-promocode__copy-btn > svg {
	width: 22px;
	height: 22px;
	transition: 0.2s;
}
@media (hover: hover) {
	.header-nav__item:hover > .header-nav__link {
		color: #ff9d00;
	}
	.languages-switcher__item:has(> a:hover) {
		background-color: #1e211e;
	}
	.social__link:hover {
		filter: drop-shadow(0 0 5px #d96939);
	}
	.footer-nav__item.has-submenu > a.footer-nav__link:hover,
	a.footer-nav__link:hover,
	a.footer-submenu__link:hover {
		color: #000;
	}
	.glory-casino-breadcrumbs__link:hover {
		color: #d96939;
	}
	.glory-casino-mp-promocode__copy-btn:hover {
		background: linear-gradient(103.42deg, #fc4665 6.06%, #d96939 77.61%);
	}
}
.mp-hero-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding-bottom: 6px;
}
.mp-hero-section .wp-block-heading,
.mp-hero-section p {
	grid-column: 1/-1;
	margin-top: 0;
}
@media (max-width: 2560px) {
	.has-sub-submenu.active::after,
	.header-nav__list.active-l3 > li.active .submenu__item:not(.active),
	.header-nav__list.active-l3 > li.active > a,
	.header-nav__list.active-l3 > li.active > svg,
	.header-nav__list.active-l3 > li:not(.active),
	.header__nav,
	.submenu::after,
	.submenu::before {
		display: none;
	}
	.header__content {
		margin: 0 auto;
		position: relative;
		align-items: center;
		flex-wrap: wrap;
	}
	.header__logo-link {
		margin-right: auto;
	}
	.header__nav {
		border-top-right-radius: 12px;
		background: #cbd2ed;
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translate(0, calc(100% + 14px));
		height: fit-content;
		z-index: 5;
		padding-bottom: 20px;
		overflow-y: auto;
		width: 100%;
		max-width: 100%;
		box-shadow: 10px 5px 20px 0 rgba(0, 0, 0, 0.5);
	}
	.header-nav__list {
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 10px;
	}
	.header-nav__list.active-l3 {
		gap: 0;
	}
	.header-nav__item {
		padding: 8px 16px;
		margin: 0;
		width: 100%;
		position: relative;
		cursor: pointer;
	}
	.sub-submenu,
	.submenu {
		position: static;
		width: 100%;
		box-shadow: none;
	}
	.header-nav__item.has-submenu svg {
		right: 20px;
		top: 12px;
	}
	.header-nav__item.active {
		flex-direction: column;
		margin: 0;
		background: #e1e4ed;
	}
	.header-nav__item.active > .header-nav__link {
		align-self: flex-start;
		padding-left: 0;
	}
	.header-nav__item.has-submenu.active svg {
		transform: rotate(-90deg);
	}
	.has-sub-submenu.active .sub-submenu,
	.header-nav__item.has-submenu.active .submenu {
		display: flex;
	}
	.header-nav__link,
	.header.burger-active .header__nav,
	.header__burger {
		display: block;
	}
	.header-nav__item:not(:has(.has-submenu)) .header-nav__link {
		width: 100%;
		text-align: left;
	}
	.submenu {
		transform: none;
		background: 0 0;
		padding: 0;
	}
	.submenu__item {
		border: none;
	}
	.submenu__item.has-sub-submenu .submenu__link {
		width: fit-content;
	}
	.sub-submenu {
		border-radius: 0;
		background-color: transparent;
	}
	.sub-submenu__link {
		padding: 8px 0;
	}
	.has-sub-submenu.active::before {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M0.469669 7.03033C0.176777 6.73744 0.176777 6.26256 0.469669 5.96967L5.24264 1.1967C5.53553 0.903806 6.01041 0.903806 6.3033 1.1967C6.59619 1.48959 6.59619 1.96447 6.3033 2.25736L2.06066 6.5L6.3033 10.7426C6.59619 11.0355 6.59619 11.5104 6.3033 11.8033C6.01041 12.0962 5.53553 12.0962 5.24264 11.8033L0.469669 7.03033ZM19 7.25H1V5.75H19V7.25Z' fill='white'/%3E%3C/svg%3E");
		position: absolute;
		top: 8px;
		left: 0;
	}
	.has-sub-submenu.active > .submenu__link {
		font-size: 18px;
		line-height: 24px;
		margin-left: 30px;
	}
	.header__buttons {
		flex-direction: row;
		margin-left: 0;
		gap: 8px;
		order: 3;
		flex: none;
	}
	.header__lang {
		margin-left: 0;
		margin-top: 0;
		border-left: none;
	}
	.glory-casino-mp-promocode {
		padding: 16px 130px 16px 16px;
	}
	.glory-casino-mp-promocode__text {
		font-size: 22px;
		font-weight: 500;
	}
	.glory-casino-mp-promocode__text span {
		font-size: 22px;
	}
	.mp-hero-section {
		grid-template-columns: 1.4fr 1fr;
		gap: 10px;
	}
}
@media (max-width: 1079px) {
	.glory-casino-wrapper--gradient {
		background: #ebebf9;
	}
	.about-table tbody {
		column-count: 1;
	}
	.about-table__row {
		grid-template-columns: minmax(100px, max-content) 1fr;
	}
	.glory-casino-pros-cons,
	.glory-casino-text-image,
	.mp-hero-section {
		grid-template-columns: 1fr;
	}
	.glory-casino-text-image.reversed .get-image {
		order: 2;
	}
	.glory-casino-text-image .get-image img {
		max-height: 500px;
	}
	.glory-casino-banner {
		margin-top: 0 !important;
		padding: 20px 20px 0;
		gap: 10px;
		overflow-x: hidden;
	}
	.glory-casino-banner .get-image {
		position: static;
	}
	.footer__container {
		gap: 22px;
	}
	.footer__body {
		display: grid;
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.footer-nav {
		max-width: 100%;
	}
	.footer__right .footer__line {
		display: block;
	}
}
.glory-casino-gallery::after,
.glory-casino-gallery::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	z-index: 2;
}
.glory-casino-gallery::before {
	left: 0;
	background: linear-gradient(90deg, #d3d3ee 10%, transparent);
}
.glory-casino-gallery::after {
	right: 0;
	background: linear-gradient(270deg, #d3d3ee 10%, transparent);
}
.glory-casino-gallery__list {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 20px;
}
.glory-casino-gallery__item {
	width: calc(100% / 5 - 80px);
	background: var(--clr-bg-accent);
	display: flex;
	overflow: hidden;
	flex-shrink: 0;
}
.glory-casino-gallery__link {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.glory-casino-gallery__link img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.glory-casino-how-to-list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding-bottom: 4px;
}
.glory-casino-how-to-list__item {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 3px #00000026;
}
.glory-casino-how-to-list__item-title {
	margin-top: 0;
	color: #1e293b;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 136%;
}
.glory-casino-how-to-list__item img {
	max-width: 100%;
	object-fit: contain;
	border-radius: 10px;
	overflow: hidden;
}
.glory-casino-how-to-list__item-description,
.glory-casino-how-to-list__item > .btn {
	margin-top: 0;
}
.glory-casino-promocode {
	padding: 16px;
	border-radius: 10px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	background: #ffffff4d;
	border: 1px solid #ffffff;
	backdrop-filter: blur(2px);
	overflow: hidden;
	margin-top: 16px;
	z-index: 2;
	align-items: center;
}
.glory-casino-promocode__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.glory-casino-promocode:not(:has(.glory-casino-promocode__text))
	.glory-casino-promocode__main {
	grid-column: 1/-1;
}
.glory-casino-promocode:not(:has(.glory-casino-promocode__text)) {
	width: fit-content;
}
.glory-casino-promocode__main > .btn {
	width: 100%;
	margin-top: 0;
	max-width: 100%;
}
.glory-casino-promocode__input {
	width: 100%;
	padding-right: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 100px;
	border: 1px solid #ff9d00;
	background: #fff;
	backdrop-filter: blur(2px);
}
.glory-casino-promocode__input input {
	width: 60%;
	padding: 15px 4px 15px 20px;
	background: 0 0;
	color: #d96939;
	flex-grow: 1;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.glory-casino-promocode__copy-btn {
	padding: 14px 20px;
	border-radius: 100px;
	background: #d96939;
	word-break: break-all;
	display: inline-flex;
	gap: 5px;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	transition: 0.2s;
}
.glory-casino-promocode__copy-btn:hover {
	opacity: 0.8;
}
.glory-casino-promocode__copy-btn._active {
	background: linear-gradient(103.42deg, #fc4665 6.06%, #d96939 77.61%);
	color: #000;
}
.glory-casino-promocode__copy-btn > svg {
	width: 22px;
	height: 22px;
	transition: 0.2s;
}
.glory-casino-promocode__text {
	position: relative;
}
.glory-casino-promocode__text::before {
	position: absolute;
	content: '';
	top: 0;
	left: -16px;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
}
.glory-casino-promocode__text-value {
	margin-top: 0;
	color: #d96939;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 28px;
}
.glory-casino-promocode__text-description {
	margin-top: 10px;
	color: #d96939;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
@media (max-width: 768px) {
	.header__burger {
		order: 2;
	}
	.header__content {
		gap: 15px;
	}
	.header__logo {
		margin-right: 0;
	}
	.header__buttons {
		align-self: center;
		justify-content: center;
		margin: 0;
		width: 100%;
		max-width: unset;
	}
	.header__buttons .btn {
		flex: 1;
		max-width: 100%;
		padding: 10px;
	}
	.glory-casino-how-to-list__item,
	.glory-casino-mp-promocode {
		padding: 16px;
	}
	.glory-casino-mp-promocode img {
		display: none;
	}
	.mp-hero-section {
		gap: 16px;
	}
	.glory-casino-gallery::after,
	.glory-casino-gallery::before {
		width: 20px;
	}
	.glory-casino-how-to-list,
	.glory-casino-promocode {
		grid-template-columns: 1fr;
	}
	.glory-casino-how-to-list__item-title {
		font-size: 20px;
	}
	.glory-casino-promocode:not(:has(.glory-casino-promocode__text)) {
		width: 100%;
	}
	.glory-casino-promocode__text::before {
		top: -16px;
		left: 0;
		width: 100%;
		height: 1px;
	}
	.glory-casino-promocode__text-value {
		text-align: center;
		font-size: 18px;
	}
	.glory-casino-promocode__text-description {
		text-align: center;
	}
}
.scroll-top {
	position: fixed;
	bottom: 80px;
	right: var(--offsets);
	z-index: 90;
}
.scroll-top__button {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: none;
	background: #d96939;
	color: #fff;
}
.mobile-button {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 50;
	padding: 8px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #d96939;
	border-bottom: none;
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #1e211e;
}
.mobile-button--v2 {
	border: 1px solid #d96939;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 3px #00000026;
	bottom: 6px;
	right: 4px;
	left: 4px;
}
.mobile-button .get-image {
	max-width: 50px;
}
.mobile-button .get-image img {
	width: 100%;
	object-fit: contain;
}
.mobile-button__text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-grow: 1;
}
.mobile-button__title {
	margin: 0;
	color: #1e293b;
	font-size: 18px;
	font-weight: 600;
}
.mobile-button__bonus {
	margin: 0;
	color: #334155;
	font-size: 12px;
	font-weight: 400;
}
.mobile-button__btn {
	margin: 0;
	padding: 12px 16px;
}
.mobile-button--v2 .mobile-button__btn {
	background: linear-gradient(103.42deg, #fc4665 6.06%, #d96939 77.61%);
	color: #fff;
}
@media (min-width: 768px) {
	.mobile-button {
		display: none;
	}
}
.other-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.page-404 {
	text-align: center;
}
.img-cov {
	width: 100%;
	height: 100%;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
