/*!
Theme Name: National Casino Slovenia
Theme URI: http://underscores.me/
Author: Vladymyr
Author URI: https://hudzhal.com.ua
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: national-casino
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NationalCasino is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0!important;
}
html.error{
	min-height: 100%;
	height: 100vh;
}
body.error-body{
	background: #322E2F;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../imgs/error-bkg.jpg') no-repeat top left;
	background-size: cover;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.error-body::before{
	content: '';
	display: block;
	background-image: url("../imgs/error-after.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	max-width: 689px;
	height: 100%;
	max-height: 678px;
	bottom: 0;
	right: 0;
	z-index: 10;
	/*transform: translateX(-50%) translateY(-50%);*/
}
.error-body #page{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	min-height: 100%;
	width: 100%;
	max-width: 100%;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1{
	clear: both;
	color: #FFFFFF;
}
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #FEC882;
}

p {
	margin-bottom: 1.5em;
	color: #FFFAF3;

}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
background: linear-gradient(180deg, #FEC882 0%, #FF9F6C 100%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);	position: relative;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;*/
	/*border-color: #ccc #ccc #bbb;*/
	/*border-radius: 3px;*/
	/*background: #e6e6e6;*/
	/*color: rgba(0, 0, 0, 0.8);*/
	color: #322E2F;
	/*padding: 3px;*/
	background: linear-gradient(180deg, #FEC882 0%, #FF9F6C 100%);
	border-radius: 5px;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	display: flex;
/* 	margin-right: 25px; */
}
/*#primary-menu li:first-child::after{*/
/*	content: url("data:image/svg+xml,%0A%3Csvg width='28' height='10' viewBox='0 0 28 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M7.77778 5L-4.76837e-07 5M28 5L20.2222 5' stroke='url(%23paint0_linear_65_985)'/%3E%3Cpath d='M13.9497 0.707107L18.1923 4.94975L13.9497 9.19239L9.70707 4.94975L13.9497 0.707107Z' stroke='%23FEC882'/%3E%3Cpath d='M14.7071 5L14 5.70711L13.2929 5L14 4.29289L14.7071 5Z' stroke='%23FEC882'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_985' x1='0' y1='5' x2='28' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFAF3' stop-opacity='0'/%3E%3Cstop offset='0.1875' stop-color='%23FFFAF3'/%3E%3Cstop offset='0.796875' stop-color='%23FFFAF3' stop-opacity='0.972603'/%3E%3Cstop offset='1' stop-color='%23FFFAF3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");*/
/*	margin-left: 5px;*/
/*	display: block;*/
/*	position: relative;*/
/*	width: 20px;*/
/*	height: 7px;*/
/*	margin-right: 10px;*/
/*	margin-top: -1px;*/
/*}*/
.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: "Poppins Semibold", sans-serif;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #FFFAF3;
	padding: 7px 5px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled ul#primary-menu li:first-child::after{
display: none;
	content: '';
}
/*Mobile button*/
.menu-toggle{
	height: 44px;
	width: 44px;
	padding: 3px;
	justify-content: center;
	align-items: center;
	display: none;
}
.menu-toggle span:after, .menu-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
.menu-toggle span:after {
	top: 18px;
}
.menu-toggle span {
	position: absolute;
	display: block;
	left: 9px;
	top: 9px;
}
.menu-toggle span, .menu-toggle span:after, .menu-toggle span:before {
	width: 22px;
	height: 2px;
	background-color: #000;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
.main-navigation.toggled .menu-toggle span {
	background-color: transparent;
}
.main-navigation.toggled .menu-toggle span:before {
	transform: rotate(45deg) translate(-1px, 0px);
}
.main-navigation.toggled .menu-toggle span:after {
	transform: rotate(-45deg) translate(6px, -7px);
}
@media screen and (min-width: 37.5em) {


}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.text-center{
	text-align: center;
}
.text-end{
	text-align: right;
}
@font-face {
	font-family: 'Poppins Bold';
	src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/Poppins-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins Semibold';
	src: local('Poppins Poppins-BoldSemiBold'), local('Poppins-SemiBold'), url('../fonts/Poppinspoppins-boldsemibold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
.site-header{
	display: flex;
	flex-flow: row;
	justify-content: center;
	height: 69px;
	max-height: 69px;
	position: relative;
	align-items: center;
	background: rgba(41, 37, 38, .9);
	/*opacity: 0.9;*/
}
.site-header .container{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: initial;
	z-index: 99;
}

/*.site-header::after, .head-section::after, .block-with-border::after{*/
/*	content: '';*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 50%;*/
/*	width: 100%;*/
/*	height: 2px;*/
/*	max-width: 1215px;*/
/*	background: linear-gradient(90deg, rgba(254, 200, 130, 0) 1.44%, #FEC882 50.08%, rgba(254, 200, 130, 0) 98.72%);*/
/*	!* shadow drop *!*/

/*	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.2);*/
/*	transform: matrix(1, 0, 0, -1, 0, 0) translate(-50%, -50%);*/
/*}*/
.light-text{
	color: #FFFAF3!important;
}
.error-header::after{
	content: '';
	display: none;
}
#site-navigation, .site-branding{
	max-width: 100%;
}
.site-branding{
	position :absolute;
	left: 50%;
	top: 50%;
	transform :translateX(-50%) translatey(-50%);
}
#site-navigation{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.error-header.container{
	max-width: 100%;
	position: relative;
}
section.error-404{
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
}
section.error-404 .page-content{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	max-width: 100%;
}
.error-404 p{
	font-family: Poppins Bold, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 80px;
	line-height: 110%;
	color: #FFFAF3;
	text-align: center;
	width :100%;
	max-width: 100%;
	position: relative;
	z-index: 9;
	margin-top: 0;
}
.container{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.container-2{
	width: 100%;
	max-width: 1215px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	padding-left: 60px;
}
.breadcrumbs{
	display: flex;
	flex-flow: row;
	/*margin-top: 12px;*/
	color: #FFFFFF;
	position: absolute;
	top: 40px;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs span a{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */
	text-align: center;
	/* white */
color: #D4C5B1;	/* shadow drop */
	text-shadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
}
.breadcrumbs span:last-child a{
color: #FFFAF3;}
.breadcrumbs span.line{
	max-height: 24px;
	display: flex;
	align-items: flex-start;
	padding: 1px 2px 0 2px;
}
.log-reg-buttons{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: max-content;
	margin-right: 30px;
}
.flag-ico{
	width: 38px;
	height: 38px;
	margin-left: 30px;
}
#reg-btn{
	margin-right: 11px;
	color: #322E2F;
	margin-bottom: 0;
	padding-top: 9px;
	font-family: "Poppins Semibold", sans-serif;
}
a:focus{

}
.light-btn{
	background: linear-gradient(180deg, #B9FE82 0%, #6CFFB8 100%);
	border-radius: 5px;
	font-family: "Poppins Bold", sans-serif;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */
	text-align: center;
	/* dark */
	color: #322E2F;
	width: 160px;
	max-width: 100%;
	height: 40px;
	text-decoration: none;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.dark-btn{
	background: #8D8275;
	border-radius: 5px;
	border: 2px solid transparent;
	border-image: linear-gradient(#B9FE82 100%, #6CFFB8 100%);
	-moz-border-image: -moz-linear-gradient(#B9FE82 100%, #6CFFB8 100%);
	-webkit-border-image: -webkit-linear-gradient(#B9FE82 100%, #6CFFB8 100%);
	border-image-slice: 1;
	box-sizing: border-box;
	font-family: "Poppins Semibold", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */
	text-align: center;
	/* light */
	color: #FEC882;
	width: 160px;
	max-width: 100%;
	height: 40px;
	text-decoration: none;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*First section*/
.head-section{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	max-width: 100%;
	height: 100%;
	/*background-image: url("../imgs/avalon-fs-background-2.png");*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-height: 328px;
	margin: 0 auto;
	position: relative;
}
.head-section .container{
	display :flex;
	flex-flow :column;
	align-items :flex-start;
		padding: 67px 0 67px 0!important;
}

footer::before{
	content: url("data:image/svg+xml,%0A%3Csvg width='1204' height='32' viewBox='0 0 1204 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 31H573.916L602 11.1695L587.598 1L560.955 19.8136H381.651' stroke='url(%23paint0_linear_65_897)'/%3E%3Cpath d='M1204 31H630.084L602 11.1695L616.402 1L643.045 19.8136H822.349' stroke='url(%23paint1_linear_65_897)'/%3E%3Cpath d='M958 20H262' stroke='%23FEC882'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_897' x1='0' y1='1' x2='602' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2394897A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2394897A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_65_897' x1='1204' y1='1' x2='602' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2394897A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2394897A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	top: -33px;
	left: 50%;
	width: 100%;
	max-width: 1204px;
	transform: translateX(-50%);
}
/* .head-section::after{
	content: url("data:image/svg+xml,%0A%3Csvg width='1204' height='32' viewBox='0 0 1204 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 31H573.916L602 11.1695L587.598 1L560.955 19.8136H381.651' stroke='url(%23paint0_linear_65_897)'/%3E%3Cpath d='M1204 31H630.084L602 11.1695L616.402 1L643.045 19.8136H822.349' stroke='url(%23paint1_linear_65_897)'/%3E%3Cpath d='M958 20H262' stroke='%23FEC882'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_897' x1='0' y1='1' x2='602' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2394897A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2394897A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_65_897' x1='1204' y1='1' x2='602' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2394897A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2394897A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	bottom: 22px;
	left: 50%;
	width: 100%;
	max-width: 1204px;
	transform: translateX(-50%) rotate(180deg);
} */
/* .head-section.bonuses-head::after{
	bottom: 27px;
}
/*.bonuses-head{*/
/*	padding-top: 20px;*/
/*}*/
	.head-section .img-right-after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 352px;
	height: 100%;
	max-height: 300px;
}
.head-section .register-btn{
	margin-right: auto;
	margin-left: 0;
}
#primary-menu li:first-child::after{
	content: url("data:image/svg+xml,%0A%3Csvg width='28' height='10' viewBox='0 0 28 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M7.77778 5L-4.76837e-07 5M28 5L20.2222 5' stroke='url(%23paint0_linear_65_985)'/%3E%3Cpath d='M13.9497 0.707107L18.1923 4.94975L13.9497 9.19239L9.70707 4.94975L13.9497 0.707107Z' stroke='%23FEC882'/%3E%3Cpath d='M14.7071 5L14 5.70711L13.2929 5L14 4.29289L14.7071 5Z' stroke='%23FEC882'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_985' x1='0' y1='5' x2='28' y2='5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFFAF3' stop-opacity='0'/%3E%3Cstop offset='0.1875' stop-color='%23FFFAF3'/%3E%3Cstop offset='0.796875' stop-color='%23FFFAF3' stop-opacity='0.972603'/%3E%3Cstop offset='1' stop-color='%23FFFAF3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	margin-left: 5px;
	display: block;
	position: relative;
	width: 20px;
	height: 7px;
	margin-right: 10px;
	margin-top: 5px;
}
#banner-title{
	font-family: "Poppins Bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 110%;
	text-align: left;
	color: #FEC882;
	margin-bottom: 30px;
	width: 100%;
	max-width: 952px;
	margin-top: 0;
	z-index: 10;
}
#banner-descr p{
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	color: #FFFAF3;
	width: 100%;
	max-width: 575px;
	margin-top: 0;
	height: 100%;
	max-height: 135px;
	margin-bottom: 36px;
}
/*End header*/
/* Welcome block start*/
.welcome-section{
background: #FFFAF3;	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 427px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
}
.welcome-section .container{
	max-width: 1440px;
	position: relative;
	height: 347px;

border-radius: 90px;
	overflow: hidden;
}
.welcome-section .img-welcome-after{
	display: block;
	position: absolute;
	right: 40px;
	bottom: 32px;
	width: 100%;
	max-width: 500px;
	height: auto;
	/*max-height: 100%;*/
	z-index: 0;
}
.welcome-block{
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
	/*margin-top: 35px;*/
	/*margin-bottom: 75px;*/
	width: 100%;
	max-width: 613px;
	height: 100%;
	max-height: 347px;
	padding: 16px 0 24px 0;
	margin-left: auto;
	margin-right :auto;
	position: relative;
	z-index: 10;
}
.welcome-block .light-btn{
	margin-top: 24px;
}
.welcome-block h1, .welcome-block p,.welcome-block h3{
	color: #FFFAF3;
	margin-top: 0;
	text-align :center;
}
.top-content.decor-top{
	position :relative;
	padding-bottom: 0;
}
.top-content.decor-top::after{
	display: block;
	content: '';
	background-image: url("../imgs/welcome-after.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	width: 100%;
	max-width: 820px;
	height: 100%;
	max-height: 100%;
	top: 0;
	right: 0;
}
.welcome-block #welcome-title, .welcome-block #welcome-subtitle,.welcome-block #welcome-share{
	font-family: Poppins Bold, sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 110%;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: #FFFAF3;
	margin-top: 0;
	text-align: center;
}
/*Welcome block end*/

h2.welcome-title{
	font-family: Poppins Bold, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 110%;
color: #292526;
	margin: 20px auto 20px auto;
	width: 100%;
	max-width: max-content;
	text-align: center;
}
.welcome-title.bonus{
	max-width: 1205px!important;
}
.decor-title{
	position: relative;
	width: 100%;
	max-width: max-content!important;
}
h2.decor-title::before{
	content: url("data:image/svg+xml,%0A%3Csvg width='89' height='18' viewBox='0 0 89 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 3L66 3L59.5 8.5L66 15H19.5' stroke='%23FFFAF3'/%3E%3Cpath d='M55 8.5H0' stroke='%23FEC882'/%3E%3Cpath d='M74.8994 0.807693L66.7574 8.94975L74.8994 17.0918L83.0415 8.94975L74.8994 0.807693Z' stroke='%23FEC882'/%3E%3Cpath d='M74.8994 4.89941L70.8491 8.94975L74.8994 13.0001L78.9497 8.94975L74.8994 4.89941Z' fill='%23FEC882'/%3E%3C/svg%3E%0A");
	position: absolute;
	display: block;
	top: -10px;
	left: -115px;
	width: 100%;
	max-width: 120.36px;
	height: 100%;
	max-height: 16.42px;
}
h2.decor-title::after{
	content: url("data:image/svg+xml,%0A%3Csvg width='89' height='18' viewBox='0 0 89 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 3L66 3L59.5 8.5L66 15H19.5' stroke='%23FFFAF3'/%3E%3Cpath d='M55 8.5H0' stroke='%23FEC882'/%3E%3Cpath d='M74.8994 0.807693L66.7574 8.94975L74.8994 17.0918L83.0415 8.94975L74.8994 0.807693Z' stroke='%23FEC882'/%3E%3Cpath d='M74.8994 4.89941L70.8491 8.94975L74.8994 13.0001L78.9497 8.94975L74.8994 4.89941Z' fill='%23FEC882'/%3E%3C/svg%3E%0A");
	position: absolute;
	display: block;
	top: -10px;
	right: -115px;
	width: 100%;
	max-width: 120.36px;
	height: 100%;
	max-height: 16.42px;
	transform: rotateY(180deg);
}

h3.sub-title{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	/* or 31px */
	/* light */
	color: #FEC882;
	margin-top: 0;
	margin-bottom: 10px;
}
.dark-section .content p, .dark-section .content ul>li, .dark-section .content ol>li{
	color: #FFFAF3;
}
.casino-games.mob-casino{
	padding-bottom: 10px;
}
.deposits-content a{
	margin-top: 20px;
}
.content p, .content ul>li, .content ol>li{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
color: #292526;}
.content ul, .content ol{
	padding-left: 0;
	margin-left: 18px;
 	margin-bottom: 0;
}
.dark-section, #deposit-2{
	background: #292526;
box-shadow: 0px 6px 0px #6C6152;
border-radius: 80px;
	padding-bottom: 85px;
}
.dark-section .content{
	margin-top: 0;
}
#deposit-2 h2.decor-title::before, #deposit-2 h2.decor-title::after{
	top: 20px;
}
.more-bonus.bonus{
	margin-top: 47px;
}
section.text-content.dark-section{
	width :100%;
	max-width: 1620px;
	margin-left :auto;
	margin-right: auto;
	padding-bottom: 10px;
}
section.text-content{
	width:100%;
	max-width :100%;
}
.top-content{
background: #FFFAF3;	height: 100%;
	max-height: 100%;
	padding: 10px 0 20px 0;
}
.top-content .content{
	margin-top: 0;
}
.top-content.dark-top{
	background: #292526;
}
.top-content.dark-top p{
	color: #FFFAF3;
}
.bonus-pack{
	position: relative;
	/*padding-top: 9px;*/
	margin-bottom: -20px;
}

/* body::before{
	position: absolute;
	display: block;
	content: '';
	background-image: url("../imgs/line-2.png");
	background-size: 100% 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;
	height: 633px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
} */
.payment{
	position: relative;
}
h2.software-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 110%;
/* 	color: #FFFAF3; */
	margin: 0 auto 9px auto;
}
.bonus-pack ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.bonus-pack ul>li{
	margin-bottom: 1.5em;
}
.reviews-block{
	width: 100%;
	max-width: max-content;
	margin: 22px auto 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.review-head{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: max-content;
	margin-bottom: 10px;
}
.review-title{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	/* identical to box height, or 12px */
	/* light */
	color: #FFFAF3;
	margin: 0;
}
.rank-wrap{
	display: flex;
	flex-flow: row;
	flex-wrap :wrap;
	align-items: center;
	justify-content: flex-start;
}
.rating-values{
	display: flex;
	flex-flow: row;
	align-items: center;
	position: relative;
	margin-left: 5px;
}

/*.error-404 .page-content::before, .error-404 .page-content::after{*/
/*	content: '';*/
/*	background-image: url("../imgs/error-figure.png");*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	display: block;*/
/*	bottom: 10px;*/
/*	left: 10%;*/
/*	width: 100%;*/
/*	max-width: 229.84px;*/
/*	height: 100%;*/
/*	max-height: 127.52px;*/
/*	z-index: 9;*/
/*}*/
/*.error-404 .page-content::after{*/
/*	transform: matrix(-1, 0, 0, 1, 0, 0);*/
/*	left: auto;*/
/*	right: 10%;*/
/*}*/
.error-img{
	position: relative;
	width: 100%;
	max-width: 405px;
	height: 166px;
	z-index: 0;
}
.rating-name{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #FFFAF3;
	margin-right: 3px;
	margin-bottom: 5px;
}
.present-value{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #FFFAF3;
}
.max-value{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #FFFAF3;
}

.content{
	margin:20px 0 0 0;
	width: 100%;
	max-width: 100%;
}
.content p{
	margin-top: 0;
}
.content p:last-child{
	margin-bottom: 0;
}
/*Question block*/
.questions-content{
background: #292526;	padding: 0 0 44px 0;
}
#questions-title{
color: #FFFAF3;	
	margin-left: auto;
	margin-right: auto;
}
.questions-list{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.question{
	background: #FFFAF3;
box-shadow: 0px 6px 0px #6C6152;
border-radius: 220px;
	flex: 0 0 100%;
	width: 100%;
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-height: 100%;
	padding: 8px 67px 10px 67px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.question-name{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
color: #292526;	margin: 0 0 5px 0;
	text-align :center;
}
.answer{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
color: #292526;
	text-align :center;
}
/*Download section*/
.download-app{
	/*background: rgba(148, 137, 122, .5);*/
	/*padding: 17px 0;*/
	margin-bottom: 20px;
	margin-top: 20px;
}
.download-app .container{
	background: #FFFAF3;
	border: 3px solid;
	border-image-source: linear-gradient(180deg, #FEC882 0%, #FF9F6C 100%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
	padding: 20px 49px 20px 55px;
}
.download-app .container::before{
	display: block;
	content: '';
	background-image: url(../imgs/download-decor.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: 100%;
	max-height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.download-image{
	width: 100%;
	max-width: 471px;
	height: 100%;
	max-height: 171px;
	position: relative;
	z-index: 10;
}
.download-link{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	color: #322E2F;
	background: linear-gradient(180deg, #B9FE82 0%, #6CFFB8 100%);
	box-shadow: 0px 4px 0px #3ECD85;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	padding: 30px 88px 26px 88px;
	width: 100%;
	max-width: 451px;
	height: 100%;
	max-height: 100px;
	text-decoration: none;
	position: relative;
	z-index: 10;
}
/*Banner group*/
.banners-group{
	display: flex;
	flex-flow: row;
background: #292526;}
.banner-container{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	height: 100%;
}
.banners-group .banner{
	flex: 0 0 auto;
	width: 100%;
	max-width: 568px;
background: #D4C5B1;border-radius: 6px;
	position: relative;
	height: 100%;
	max-height: 513px;
	padding: 30px 0 33px 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.banners-group .banner .bonus-block{
	width: 100%;
	max-width: 519px;
	position: relative;
	z-index: 10;
	display :flex;
	flex-flow :column;
	align-items :center;
	justify-content: center;
	margin: 0 auto;
}
.bonus-title{
	font-family: 'Poppins Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
color: #292526;	margin-top: 0;
	margin-bottom: 7px;
}
.bonus-descr p{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
color: #292526;}

.banners-group .banner-container .banner::before {
	display: block;
	content: '';
	background-image: url("../imgs/bonus-decor.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	width: 100%;
	max-width: 499px;
	height: 100%;
	max-height: 335px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
.banners-group .banner .bonus-right-image{
	position: relative;
	bottom: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 153px;
	z-index: 9;
	display :flex;
	flex-flow :row;
	justify-content :center;
	align-items :center;
	margin-bottom: 29px;
}
svg.img-bkg{
	display :block;
	position :absolute;
	left: 50%;
	transform: translateX(-50%);
	width :149px;
	height :159px;
	z-index: 0;
}
.banners-group .banner .right-img{
	position :relative;
	z-index: 10;
}
.bonus-register{
	margin-top: 33px;
}
.error-main{
	width: calc(100% - 445px);
	margin-left: auto;
}
/*Footer*/
footer{
	background: #FFFAF3;	position: relative;
	height: auto;
	max-height: 100%;
	padding-bottom: 16px;
	padding-top: 16px;
}
.top-foot{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.left-foot{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}
footer.error-footer{
	background: #FFFAF3;	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 420px;
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-footer .site-branding{
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	margin-left: auto;
	margin-right: auto;
}
/*footer.error-footer::before{*/
/*	content: '';*/
/*}*/
span.all-rights{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
color: #292526;height: auto;
	max-height: 25px;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.error-footer .foot-container{
    /*justify-content: center;*/
    /*align-items: center;*/
	overflow: initial;
}
.error-footer .site-info{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
}
.error-footer .site-info a{
	width: 100%;
	max-width: max-content;
	margin: 0 0 17px 0;
}	span.text-404{
		 background: linear-gradient(180deg, #FEC882 0%, #FF9F6C 100%);
		 -webkit-background-clip: text;
		 -webkit-text-fill-color: transparent;
		 background-clip: text;
		 text-fill-color: transparent;
		 font-family: 'Poppins Bold', sans-serif;
		 font-style: normal;
		 font-weight: 700;
		 font-size: 340px;
		 line-height: 80%;
		 text-align: center;
	z-index: 11;
	 }

#btn-to-top{
	position: fixed;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 46px;
	height: 46px;
	bottom: 201px;
	right: 55px;
	background: #322E2F;
	/* not active color */
	border: 1px solid #94897A;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: 999;
}
.foot-container{
	display: flex;
	flex-flow: row;
	flex-wrap :wrap;
	justify-content: center;
/* 	padding-top: 21px; */
	align-items: flex-start;
	padding-bottom: 16px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
footer .site-info{
	display: flex;
	flex-flow: column;
	align-items :center;
	width: 100%;
	max-width: 100%;
	margin-right: 22px;
	flex: 0 0 100%;
	margin-bottom: 20px;
}
footer .site-info a{
	width: 100%;
	max-width: 189px;
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	/* light */
color: #292526;/* 	margin-top: 16px; */
}
footer .site-info a:first-child{
	margin-bottom: 16px;
	margin-top: -8px;
}
.right-footer{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content :center;
	align-content: space-between;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
#foot-descr{
	margin-top: 0;
	width: 100%;
	max-width: 100%;
	/* or 29px */
	/* not active color */
color: #292526;}
#foot-descr p{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	color: #292526;
	text-align :center;
	margin-top: 0;
	margin-bottom: 10px;
}
.games-links-group{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	padding-top: 0;
	margin-top: 0;
}
.games-links-group .game-link{
	text-decoration: none;
	width: 100%;
	max-width: 100%;
	flex: 0;
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-right: 22px;
	margin-bottom: 20px;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-between{
	justify-content: space-between;
}
.justify-content-end{
	justify-content: flex-end;
}
.justify-content-start{
	justify-content: flex-start;
}
@media screen and (max-width: 1620px) {
	section.text-content.dark-section{
		margin-left: auto;
		margin-right: auto;
		max-width: calc(100% - 40px);
	}
}
@media screen and (max-width: 1440px) {
.head-section, .welcome-section, .download-app{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
	section.text-content.dark-section{
		padding: 0 20px;
	}
	.container{
		padding: 0 20px;
		overflow: hidden;
	}
	footer.error-footer::before{
		display: none;
	}
	/*.error-404 .page-content::before{*/
	/*left: 5%;*/
	/*}*/
	/*.error-404 .page-content::after {*/
	/*	right: 5%;*/
	/*}*/


	.banners-group .banner{
		flex: 0 0 49%;
		max-width: 49%;
	}
	.banners-group .banner .right-img{
		/*opacity: 0.7;*/
	}
	.questions-content{
		margin-top: 20px;
	}
}
@media screen and (max-width: 1290px) {
	.head-section .img-right-after{
		z-index: 0;
		opacity: .7;
	}
	h2.welcome-title{
		font-size: 45px;
		width: 72%;
	}
	.banners-group .banner{
		max-height: 100%;
	}
	.error-404 p{
		font-size: 50px;
		z-index: 10;
	}
	span.text-404{
		font-size: 300px;
	}
	.banners-group .banner .bonus-block{
		width: 90%;
	}
	.reg-progress a{
		margin-top: 15px;
	}
	footer::before{
		width: 100%;
		background: url(../imgs/foot-line.png) no-repeat left;
		content: '';
		background-size: 100% 40%;
		height: 60px;
		max-width: 100vw;
		top: -42px;
	}
}
@media screen and (max-width: 1100px) {
	.site-branding{
		position: relative;
		left: 10%;
	}
	span.text-404{
		font-size: 250px;
	}
	body.error-body::before{
		max-width: 65%;
		width: 100%;
	}
	.download-image{
		width: 90%;
		max-width: 320px;
	}
	.download-link{
		width: 90%;
		max-width: 360px;
		padding-left: 20px;
		padding-right: 45px;
	}
	.download-app{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.site-header{
		height: 100%;
		max-height: 100%;
	}
	.bonus-pack ul>li:last-child{
		margin-bottom: 0;
	}
	.bonus-pack{
		margin-bottom: 0;
	}
	span.text-404{
		font-size: 200px;
	}
	/*.payment::after,body::before,.bonus-pack::after{*/
	/*	background-size: cover;*/
	/*}*/
	.head-section{
		max-height: 100%;
		/*padding-bottom: 10px;*/
		background-size: cover;
padding-bottom: 0;
	}
	.head-section a{
		margin-bottom: 0;
	}
	h2.welcome-title,h2.software-title{
		font-size: 40px;
	}
	h2.decor-title::before, h2.decor-title::after{
		top: -15px;
	}
	#banner-descr, #banner-title, .light-btn{
		z-index: 3;
	}
	/*.head-section::before, .head-section::after{*/
	/*	width: auto;*/
	/*}*/
	.head-section .img-right-after{
		max-height: 100%;
	}
	.site-header::after, .head-section::after, .block-with-border::after{
		transform: matrix(1, 0, 0, -1, 0, 0);
		left: 0;
	}
	.container,.container-2{
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}
	.welcome-section .img-welcome-after{
		z-index: 0;
	}
	.welcome-block{
		/*margin-left: 0;*/
		max-width: 460px;
		z-index: 3;
	}
	/*.welcome-block #welcome-title, .bonus-title{*/
	/*	font-size: 20px;*/
	/*}*/
	/*#welcome-subtitle{*/
	/*	font-size: 40px;*/
	/*}*/
	#banner-descr{
		max-width: 50%;
	}
	#welcome-share{
		font-size: 20px;
	}
	.welcome-descr{
		margin-right: 0;
		font-size: 12px!important;
	}
	.content p, .content ul>li, .content ol>li{
		font-size: 14px;
	}
	.question{
		max-height: 100%;
	}
	.games-links-group{
		flex-wrap: wrap;
	}
	#foot-descr{
		margin-bottom: 0;
	}
	.banners-group .banner .right-img{
		max-width: 65%;
	}
	.banners-group .bonus-block{
		margin-left: 35px;
	}
	footer .site-info{
		flex: 0 0 55%;
		margin-bottom: 20px;
	}
	.error-404 .page-content::before,
	.error-404 .page-content::after{
		background-size: 70% 70%;
		width: 100%;
		/*max-width: 125px;*/
		/*height: auto;*/
		left: 0;
		background-repeat: no-repeat;
	}
	.error-404 .page-content::after{
		left: auto;
		right: 0;
	}
}
@media screen and (max-width: 900px) {
	.head-section .img-right-after{
		display: none;
		content: '';
/* 		max-width: 390px; */
		max-width: 100%;
		top: auto;
		bottom: 0;
	}
	body.error-body::before{
		display: none;
	}
	.error-main{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	span.text-404{
		font-size: 150px;
		margin-left: 20px;
	}
	footer.error-footer{
		align-items: flex-end;
	}
	.error-404 p{
		font-size: 40px;
		text-align: end;
		margin-right: 20px;
	}
	.main-navigation li{
		align-items: center;
	}
	#primary-menu li:first-child::after{
		margin-top: -17px;
	}
	.log-reg-buttons{
		margin-right: 0;
	}
	.site-branding {
	max-width: 90%;
	}
	h2.decor-title::before, h2.decor-title::after{
		display: none;
	}
	section.text-content.dark-section .welcome-title{
		margin-top: 0;
	}
	section.text-content.dark-section .casino-games .welcome-title{
		margin-top: 20px;
	}
	.download-app .container{
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	.download-link{
	flex: 0 0 100%;
		margin-bottom: 20px;
		padding-left: 20px!important;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
		justify-content: space-between;
		max-width: 432px;
	}
	section.text-content.dark-section{
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}

	.banners-group .banner .right-img{
		max-width: 100%;
		max-height: 100%;
		z-index: 0;
	}
	.banner-container{
		justify-content: space-around;
	}
	.banners-group .banner {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.welcome-section .img-welcome-after{
		max-width: 50%;
		right: 0;
	}
	.welcome-block #welcome-title{
		font-size: 40px;
	}
	.welcome-block #welcome-subtitle, .bonus-subtitle{
		font-size: 40px;
	}
	.welcome-block #welcome-share, .bonus-share{
		font-size: 40px;
	}
	#banner-descr{
		max-width: 100%;
	}
	.games-grid{
		justify-content: space-evenly;
	}
	article.games:not(:last-child), article.games{
		margin-right: 0;
		flex: 0 0 48%;
	}
	.error-footer span.all-rights{
		max-height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.menu-toggle{
		position: relative;
		display: flex;
	}
	.flag-ico{
		margin-left: 0;
	}
	.payment::after,body::before,.bonus-pack::after{
		background-size: auto;
	}
	.welcome-section .img-welcome-after{
		display: none;
	}
	section.text-content.dark-section{
		border-radius: 60px;
	}
	#deposit-2{
		padding-top: 20px;
	}
	.welcome-title.bonus{
		width: 90%;
	}
	.content ul, .content ol{
		margin-bottom: 0;
	}
	.site-branding{
		position :relative;
		left: 0;
		top: 0;
		transform: none;
	}
	span.text-404{
		margin-left: 0;
	}
	.main-navigation li:first-child::after{
		display: none;
	}
	.main-navigation.toggled .menu-toggle span{
		left: 10px;
		top: 10px;
	}
	.main-navigation ul{
		align-items: center;
		display: none;
	}
	.main-navigation a#reg-btn{
		padding: 8px 0 0 0;
	}
	.main-navigation a#login-btn{
		padding: 6px 0 6px 0;
	}
	.main-navigation a#reg-btn{
		color: #322E2F;
	}
	.main-navigation.toggled ul{
		display: flex;
		flex-flow: column;
		border-radius: 10px;
		background: #94897A;
		-webkit-box-shadow: 1px 1px 10px rgb(38 45 51 / 20%);
		box-shadow: 1px 1px 10px rgb(38 45 51 / 20%);
		position: absolute;
		top: 55px;
		width: auto;
		padding: 10px;
		height: auto;
		z-index: 10;
		left: 20px;
	}
	.main-navigation.toggled ul>li:first-child{
		margin-bottom: 0;
	}
	.main-navigation.toggled ul>li{
		margin-bottom: 10px;
		width: 100%;
		padding-left: 10px;
	}
	.custom-logo-link{
		padding-top: 5px;
	}
	.main-navigation.toggled ul>li.button-list{
		display: flex;
		flex-flow: column;
		align-items: flex-start;

	}
	.main-navigation.toggled ul>li.button-list
	a{
		margin-bottom: 20px!important;
	}
	h2.welcome-title,h2.software-title{
		font-size: 30px;
		margin-top: 10px;
	}
	#questions-title{
		margin-top: 20px;
	}
	section.text-content.dark-section{
		padding-top: 10px;
	}
	#banner-title{
		font-size: 30px;
	}
	#banner-descr{
		font-size: 10px;
		width: auto;
		max-width: 100%;
		margin: 0;
	}
	#banner-descr p{
		max-height: 100%;
	}
	.banners-group .banner-container .banner::before{
		background-size: contain;
	}
.log-reg-buttons{
	flex-wrap: nowrap;
	display: none;
}
	.error-img{
		max-width: 40%;
		height: 50%;
	}
	/*.error-404 .page-content::before, .error-404 .page-content::after{*/
	/*	background-size: 50% 50%;*/
	/*}*/
	footer{
	}
	footer.error-footer{
		background: transparent;
		max-width: 100%;
	}
	.error-footer .foot-container {
		background: #FFFAF3;
		padding-top: 40px;
	}

	section.error-404 .page-content{
		justify-content: center;
	}
	.error-404 p{
		text-align: center;
	}
	footer .site-info{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
		align-items: center;
		margin-right: 0;
	}
	#foot-descr{
		text-align: center;
	}
	section.text-content.dark-section{
		padding-top: 15px;

	}

	/*footer .site-info a{*/
	/*	margin-right: 30px;*/
	/*}*/
	.right-footer{
		justify-content: center;
		max-width: 100%;
		min-height: auto;
		max-height: 100%;
	}
	.foot-container{
		flex-wrap: wrap;
		justify-content: center;
		overflow: initial;
	}
	.banners-group .bonus-block{
		margin-left: 30px;
		width: max-content;
		padding-right: 20px;
	}
	.banners-group .banner {
		max-height: 100%;
	}
	.banners-group .banner .right-img{
		width: auto;
		height: 100%;
		right: 0!important;
	}
	.questions-content{
		padding-bottom: 20px;
	}
	/*.welcome-section::after{*/
	/*	width: 60%;*/
	/*	height: 95%;*/
	/*	right: 0!important;*/
	/*	content: '';*/
	/*	background-image: url(../imgs/pngwing-3.png);*/
	/*	background-repeat: no-repeat;*/
	/*	background-size: contain;*/
	/*	max-width: 55%;*/
	/*	bottom: 0;*/
	/*	max-height: 260px;*/
	/*	top: auto;*/
	/*}*/
	.welcome-block{
		margin-bottom: 0;
	}
	/*.welcome-block::after{*/
	/*	content: '';*/
	/*	background-image: url("data:image/svg+xml,%0A%3Csvg width='365' height='318' viewBox='0 0 365 318' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_65_958' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='365' height='318'%3E%3Cpath d='M1.4458 5.21277C1.4458 2.72749 3.46052 0.712769 5.9458 0.712769H359.19C361.675 0.712769 363.69 2.72749 363.69 5.21277V312.3C363.69 314.785 361.675 316.8 359.19 316.8H5.94581C3.46052 316.8 1.4458 314.785 1.4458 312.3V5.21277Z' fill='%23322E2F' stroke='%23FEC882'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_65_958)'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_65_958)'%3E%3Cpath d='M204.525 54.8991C309.387 -25.0968 477.382 -26.9346 493.043 76.7186C508.704 180.372 460.161 235.352 425.157 253.633C390.153 271.914 346.277 283.422 237.938 245.967C129.599 208.512 99.6628 134.895 204.525 54.8991Z' fill='%23FEC882'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_65_958' x='-60.4611' y='-203.264' width='756.529' height='673.99' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_65_958'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");*/
	/*	background-repeat: no-repeat;*/
	/*	background-size: cover;*/
	/*}*/
	.welcome-section{
		padding-bottom: 20px;
		/*margin-bottom: 30px;*/
	}
	.welcome-block #welcome-title,
	.welcome-block #welcome-subtitle, .bonus-subtitle,.welcome-block #welcome-share, .bonus-share{
		font-size: 30px;
	}
	.games-grid{
		max-width: 100%;
	}
	.games-links-group{
		max-width: 100%;
		justify-content: center;
	}
	article.games{
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
	article.games:not(:last-child){
		margin-right: 25px;
	}
	.info-content{
		flex: 0 0 100%;
		margin-top: 20px;
		max-width: 100%;
	}
	#foot-descr{
		margin-bottom: 20px;
	}
	}
@media (min-width: 560px) and (max-width: 725px) {
/* 			.head-section .img-right-after{
		display: block;
					right: 0;
		max-width: 250px;
		max-height: 250px;
	}
 	.welcome-section .img-welcome-after{
		display: block;
		right: 0;
		max-width: 250px;
		max-height: 250px;
	}  */
	/*.welcome-block .welcome-descr, .bonus-descr{*/
	/*	max-width: 60%;*/
	/*}*/
	.error-404 .page-content::before, .error-404 .page-content::after{
	display: none;
	}
	.error-img{
		max-width: 75%;
		height: auto;
	}
	.error-404 p{
		font-size: 40px;
	}
}
@media screen and (max-width: 560px) {
	body.error-body::before {
	background-size: contain;
	}
	.head-section{
		max-height: 100%;
		/*padding-bottom: 17px;*/
	}
	h2.welcome-title, h2.software-title{
		font-size: 20px;
	}
	h2.software-title{
		margin-top: 20px;
	}
	.review-title{
		max-width: 90%;
		font-size: 20px;
	}
	.question{
		max-height: 100%;
		padding-left: 40px;
		padding-right: 40px;
		border-radius: 65px;
	}
	span.all-rights{
		max-height: 100%;
	}
	.error-404 .page-content::before, .error-404 .page-content::after {
	display: none;
	}
	.error-404 p{
		font-size: 30px;
	}
	.error-img{
		max-width: 75%;
	}
	.head-section .img-right-after{
		display: none;
	}
	.container, .container-2{
		padding: 0 10px!important;
	}
	#banner-descr p{
		max-height: 100%;
	max-width: 95%;
	}
	.container, .container-2{
		padding: 20px 10px;
	}
	/*h2.welcome-title{*/
	/*	margin-bottom: 20px;*/
	/*}*/
	.welcome-block{
		max-height: 100%;
		/*padding-left: 30px;*/
	}
	.welcome-section{
		max-height: 100%;
	}
		.welcome-section .img-welcome-after{
		display: none;
	}
/* 	.welcome-section .img-welcome-after{
		display: block;
		right: 0;
		max-width: 250px;
		max-height: 250px;
	} */
	.content{
		margin: 0;
	}
	.info-block{
		justify-content: center;
	}
	.banners-group .banner{
		padding-bottom: 0;
	}
	.banners-group .bonus-block{
		padding: 14px 0 24px 0;
		width: 100%;
		max-width: 80%;
		margin-bottom: 30px;
	}
	/*.welcome-block #welcome-title, .bonus-title{*/
	/*	font-size: 18px;*/
	/*}*/
	/*.welcome-block #welcome-subtitle, .bonus-subtitle{*/
	/*	font-size: 16px;*/
	/*	margin-bottom: 10px;*/
	/*}*/
	/*.welcome-block #welcome-share, .bonus-share{*/
	/*	font-size: 10px;*/
	/*}*/
	.welcome-block .welcome-descr, .bonus-descr{
		max-width: 100%;
		font-size: 12px;
	}
	/*.rating-values:before{*/
	/*	background-image: url("data:image/svg+xml,%0A%3Csvg width='181' height='82' viewBox='0 0 181 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_65_882)'%3E%3Cpath d='M40 36.7713H140.97V35.6495H40V36.7713Z' fill='url(%23paint0_linear_65_882)'/%3E%3C/g%3E%3Crect y='0.707107' width='10.6112' height='10.6112' transform='matrix(-0.707107 0.707107 0.707107 0.707107 147.627 28.2071)' stroke='%23FFFAF3'/%3E%3Crect width='7.11985' height='7.11985' transform='matrix(-0.707107 0.707107 0.707107 0.707107 155.33 31.1759)' fill='%23FEC882'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_65_882' x='0' y='0.649536' width='180.97' height='81.1218' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='5'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_65_882'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_65_882' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_65_882' x1='41.4543' y1='35.643' x2='139.682' y2='35.643' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEC882' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23FEC882'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");*/
	/*	background-repeat: repeat;*/
	/*	background-size: 100% 100%;*/
	/*	content: '';*/
	/*	position: absolute;*/
	/*	display: block;*/
	/*	top: 0;*/
	/*	left: -125px;*/
	/*	width: 100%;*/
	/*	max-width: 120.36px;*/
	/*	height: 100%;*/
	/*	max-height: 46.42px;*/
	/*}*/
	/*.rating-values:after{*/
	/*	background-image: url("data:image/svg+xml,%0A%3Csvg width='181' height='82' viewBox='0 0 181 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_65_882)'%3E%3Cpath d='M40 36.7713H140.97V35.6495H40V36.7713Z' fill='url(%23paint0_linear_65_882)'/%3E%3C/g%3E%3Crect y='0.707107' width='10.6112' height='10.6112' transform='matrix(-0.707107 0.707107 0.707107 0.707107 147.627 28.2071)' stroke='%23FFFAF3'/%3E%3Crect width='7.11985' height='7.11985' transform='matrix(-0.707107 0.707107 0.707107 0.707107 155.33 31.1759)' fill='%23FEC882'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_65_882' x='0' y='0.649536' width='180.97' height='81.1218' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='5'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_65_882'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_65_882' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_65_882' x1='41.4543' y1='35.643' x2='139.682' y2='35.643' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEC882' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23FEC882'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");*/
	/*	background-repeat: repeat;*/
	/*	background-size: 100% 100%;*/
	/*	content: '';*/
	/*	position: absolute;*/
	/*	display: block;*/
	/*	top: 0;*/
	/*	right: -125px;*/
	/*	width: 100%;*/
	/*	max-width: 120.36px;*/
	/*	height: 100%;*/
	/*	max-height: 46.42px;*/
	/*	transform: rotateY(180deg);*/
	/*}*/
	.banners-group .banner .right-img{
		width: auto;
		height: 75%;
	}
	h2.decor-title::after {
		left: 0;
		top: auto;
	}
	.games-grid{
		justify-content: space-between;
	}
	article.games{
		margin-right: 0!important;
	}
	.games-links-group .game-link{
		width: auto;
		flex: 0 0 auto;
		margin-bottom: 20px;
		justify-content: center;
	}
	#foot-descr{
		text-align: center;
		margin-bottom: 20px;
	}
	footer{
		padding-top: 15px;
	}
	footer .site-info a{
		flex: 0 0 50%;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer.error-footer{
		/*height :100%;*/
		/*max-height: 100%;*/
	}
	footer .site-info a:first-child{
		margin-top: 7px;
		max-width :100%;
	}
	.error-footer .site-info{
		margin-right: 0;
	}
	.error-footer .foot-container{
		padding:10px;
	}
	.error-404 p{
		font-size: 35px;
	}
	.error-footer .site-info a:first-child{
		margin: 0 auto;
				flex: 0 0 100%;
	}
	}
@media screen and (max-width: 445px) {

	.welcome-section .img-welcome-after{
		display: none;
	}
	#btn-to-top{
		right: 10px;
		bottom: 40px;
	}
	h2.welcome-title, h2.software-title{
		font-size: 18px;
	}
	.download-link{
		padding-right: 20px!important;
	}
	.download-app .container::before{
		max-width: 100%;
	}
	.welcome-block .welcome-descr, .bonus-descr{
		max-width: 100%;
	}
	.rating-values{
		/*margin-left: -25px;*/
	}
	.banners-group .banner .right-img{
		/*display: none;*/
}
	.banners-group .banner .bonus-right-image{
		margin-bottom: 0;
	}
	.bonus-title{
		font-size: 25px;
	}
	.error-404 p{
		font-size: 25px;
		max-width: 95%;
		margin: 0 auto 20px auto;
	}
	.error-body #page{
		padding-top: 30%;
	}
	}
@media screen and (max-width: 320px) {
}

/* Static slot replacement block */
.slots-section {
    position: relative;
    z-index: 2;
    padding: 36px 0 58px;
    background: #fbf7ef;
}
.slots-section .container {
    max-width: 1280px;
    margin: 0 auto;
}
.slots-heading {
    margin: 0 0 10px;
    color: #231f1f;
    text-align: center;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.slots-subheading {
    max-width: 760px;
    margin: 0 auto 28px;
    color: #3b3632;
    text-align: center;
    font-size: 17px;
}
.slots-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}
.slot-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 28px;
    color: #1c1715;
    background: #fff8ec;
    border: 2px solid rgba(255, 169, 112, .45);
    box-shadow: 0 12px 0 rgba(35,31,31,.2), 0 18px 36px rgba(0,0,0,.18);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.slot-card:hover {
    transform: translateY(-5px);
    border-color: #ffa970;
    box-shadow: 0 8px 0 rgba(35,31,31,.24), 0 24px 42px rgba(0,0,0,.22);
}
.slot-img-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 427 / 575;
    background: #211d1a;
}
.slot-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slot-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 12px 12px 8px;
    color: #1c1715;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
}
.slot-play {
    display: inline-flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    margin: 0 14px 16px;
    min-width: 128px;
    min-height: 38px;
    border-radius: 6px;
    background: linear-gradient(180deg, #94ff9b 0%, #72ee82 100%);
    color: #0f1711;
    font-weight: 800;
    font-size: 14px;
}
.slots-cta-row {
    margin-top: 28px;
    text-align: center;
}
.slots-cta-row .light-btn {
    min-width: 180px;
}
@media (max-width: 1100px) {
    .slots-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .slots-section { padding: 28px 0 42px; }
    .slots-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .slots-heading { font-size: 30px; }
    .slots-subheading { font-size: 15px; }
    .slot-card { border-radius: 20px; }
    .slot-title { font-size: 14px; min-height: 52px; }
}
/* Small static fixes */
img { max-width: 100%; height: auto; }


/* Exact recommended slots block */
.recommended-slots {
    background: #252122;
    padding: 28px 0 24px;
    position: relative;
    z-index: 2;
}
.recommended-slots__inner {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 24px;
}
.recommended-slots__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 6px 0 24px;
    font-size: 31px;
    line-height: 1.1;
    font-weight: 900;
    text-align: center;
    color: #ffc06d;
    font-family: 'Poppins', Arial, sans-serif;
}
.recommended-slots__title span {
    width: 76px;
    height: 1px;
    background: #f4be73;
    position: relative;
    flex: 0 0 auto;
}
.recommended-slots__title span::after {
    content: '◇';
    position: absolute;
    right: -15px;
    top: -9px;
    color: #f4be73;
    font-size: 18px;
}
.recommended-slots__title span:first-child::after {
    right: auto;
    left: -15px;
}
.recommended-slots__title b {
    color: #ffc06d;
    font-weight: 900;
}
.recommended-slots__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(120px, 1fr));
    gap: 24px 16px;
    align-items: start;
    max-width: 1460px;
    margin: 0 auto;
}
.recommended-slots__card {
    min-width: 0;
}
.recommended-slots__cover {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 8px 16px rgba(0,0,0,.32);
    aspect-ratio: 427 / 575;
}
.recommended-slots__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.recommended-slots .rtp {
    position: absolute;
    right: 0;
    top: 0;
    height: 19px;
    min-width: 110px;
    border-radius: 0 0 0 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,.45);
    font-family: 'Poppins', Arial, sans-serif;
}
.recommended-slots .rtp img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-right: 2px;
}
.recommended-slots .rtp.hot { background: linear-gradient(90deg, #ff9c1d, #ff1f08); }
.recommended-slots .rtp.cold { background: linear-gradient(90deg, #8de7ee, #2c27f0); }
.recommended-slots .player-count {
    margin-top: 7px;
    color: #e8e1d8;
    font-size: 13px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: 'Poppins', Arial, sans-serif;
}
.recommended-slots .player-count span {
    width: 12px;
    height: 12px;
    background: #61db8d;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
}
.recommended-slots .player-count span::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 7px;
    background: #61db8d;
    border-radius: 8px 8px 3px 3px;
    left: -2px;
    top: 8px;
}
.recommended-slots .game-overlay {
    position: absolute;
    inset: 0;
    background: rgba(21, 19, 20, .78);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transition: .2s;
    color: #fff;
}
.recommended-slots .recommended-slots__card:hover .game-overlay {
    opacity: 1;
}
.recommended-slots .game-overlay a {
    width: 78%;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
    font-family: 'Poppins', Arial, sans-serif;
}
.recommended-slots .play-main {
    background: linear-gradient(#ffbd75, #ffaa68);
    color: #2a2221;
}
.recommended-slots .play-outline {
    border: 1px solid #f4be73;
    color: #ffca87;
}
.recommended-slots .game-overlay span {
    font-size: 15px;
    color: #fff;
}
.recommended-slots .game-overlay small {
    font-size: 13px;
    color: #d5c5b8;
}
@media (max-width: 1350px) {
    .recommended-slots__grid { grid-template-columns: repeat(6, minmax(130px, 1fr)); }
}
@media (max-width: 900px) {
    .recommended-slots__grid { grid-template-columns: repeat(4, minmax(120px, 1fr)); }
}
@media (max-width: 767px) {
    .recommended-slots { padding: 20px 0 12px; }
    .recommended-slots__title { font-size: 26px; margin: 0 0 18px; gap: 10px; }
    .recommended-slots__title span { width: 42px; }
    .recommended-slots__grid {
        display: flex;
        overflow-x: auto;
        gap: 14px;
        margin: 0 -16px;
        padding: 0 16px 14px;
        scroll-snap-type: x proximity;
    }
    .recommended-slots__card { flex: 0 0 150px; scroll-snap-align: start; }
    .recommended-slots .player-count { font-size: 12px; }
    .recommended-slots .rtp { font-size: 9px; min-width: 102px; }
}


/* Engine integration fixes */
.engine-article {
    padding: 28px 0 40px;
}
.engine-article .content h2,
.engine-article .content h3 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.12;
    color: #292526;
    text-align: center;
    text-transform: uppercase;
    margin: 24px auto 14px;
}
.engine-article .content h2 {
    font-size: clamp(30px, 4vw, 54px);
}
.engine-article .content h3 {
    font-size: clamp(22px, 3vw, 32px);
}
.engine-article .content a,
.questions-content a,
.site-footer a,
.site-header a {
    text-decoration: none;
}
.recommended-slots .game-overlay a {
    font-size: 11px;
    line-height: 1.08;
    text-align: center;
    white-space: normal;
    padding: 0 8px;
}
.reviews-content {
    padding-top: 12px;
}
#reviews-title {
    color: #FFFAF3;
    margin-left: auto;
    margin-right: auto;
}
.reviews-list .review-question {
    border-radius: 42px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.reviews-list .answer {
    display: block;
    width: 100%;
    line-height: 1.55;
}
@media screen and (max-width: 560px) {
    .recommended-slots .game-overlay a {
        font-size: 11px;
    }
    .reviews-list .review-question {
        border-radius: 28px;
        padding-left: 24px;
        padding-right: 24px;
    }
}


/* Slovenia final UI polish */
.log-reg-buttons .light-btn,
.head-section .light-btn {
    text-transform: none;
}
.recommended-slots .game-overlay {
    gap: 7px;
}
.recommended-slots .game-overlay a {
    min-height: 32px;
    height: auto;
    max-width: 126px;
}
.recommended-slots .game-overlay small {
    font-size: 11px;
}
@media screen and (max-width: 560px) {
    .recommended-slots .game-overlay a {
        font-size: 10px;
        min-height: 30px;
    }
}
