/*!
Theme Name: Bizzo Casino Chech
Theme URI: http://underscores.me/
Author: Hudzhal
Author URI: https://hudzhal.com.ua
Description: Bizzo Casino
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: bizzo-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.

Bizzo Casino 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%;
}
html.error{
	min-height: 100%;
	height: 100vh;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
body.error-body{
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	/*min-height: 100%;*/
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	/*overflow: hidden;*/
}
.error-image-after{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.error-body #page{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	/*min-height: 100%;*/
	/*height: 100%;*/
	/*overflow: hidden;*/
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 20px;
}

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: #071f3e;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 20px 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

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);
	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: none;
	list-style: none;
	margin: 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;
	height: 100%;
	max-height: 91px;
	padding: 30px;
}
.main-navigation li.current-menu-item{
	box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);

}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/*Mobile button*/
.menu-toggle{
	height: 44px;
	width: 44px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #FFCE07 0%, #FFA600 100%);
	border: 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: 11px;
	top: 12px;
}
.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) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}
.custom-logo-link img{
	width: auto;
	max-width: 140px;
	height: auto;
	max-height: 60px;
}
/* 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'),
	url('fonts/Poppins-Bold.woff') format('woff'),
	url('fonts/Poppins-Bold.ttf') format('truetype');
	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'),
	url('fonts/Poppins-Regular.woff') format('woff'), url('fonts/Poppins-Regular.ttf') format('truetype');
	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'),
	url('fonts/Poppinspoppins-boldsemibold.woff') format('woff'),
	url('fonts/Poppinspoppins-boldsemibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto.woff2') format('woff2'), url('fonts/Roboto.woff') format('woff'), url('fonts/Roboto.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Condensed';
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('fonts/Robotocondensedbold.woff2') format('woff2'), url('fonts/Robotocondensedbold.woff') format('woff'), url('fonts/Robotocondensedbold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
.site-header{
	display: flex;
	flex-flow: row;
	justify-content: center;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	max-height: 91px;
	position: relative;
	align-items: center;
}
.site-header .container{
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	overflow: initial;
	z-index: 99;
	padding: 0 60px!important;
	background-image: url(/assets/sidebar-bg-up.svg),linear-gradient(304deg,#ba6618 0% 4px,#ff7901 4px 100%),url(/assets/sidebar-bg-bottom.svg);
}

/*.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;
}
#site-navigation, .site-branding{
	max-width: 100%;
}
#site-navigation{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	flex: 0 0 auto;
	width: auto;
	max-width: max-content;
	margin-left: 30px;
	margin-right: auto;
	height: 100%;
	max-height: 91px;
}
.error-main{
	height: 100%;
	/*max-height: calc(100% - 260px);*/
}
.error-header{
	height: 100%;
	max-height: 155px;
	position: relative;
	z-index: 10;
	padding-top: 60px;
}
.error-header .container .error-logo{
	width: 100%;
	max-width: 230px;
	height: 100%;
	max-height: 95px;
}
section.error-404 .error-logo img{
	width: 100%;
	max-width:230px;
	height: 100%;
	max-height: 95px;
}
.go-back{
	background: linear-gradient(180deg, #FFFFFF 0%, #B1FB4F 0.01%, #0CBA3A 100%);
	box-shadow: 0px 5px 0px #008C25;
	border-radius: 5px;
	padding: 16.5px 35px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #F0F0F0;
	width: 100%;
	max-width: 216px;
	margin-bottom: 10px;
}
.error-header .container, section.error-404{
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
}
section.error-404 .page-content .container{
	display: flex;
	flex-flow: row;
	align-items: center;
overflow: initial;
}
.left-error{
	width: 100%;
	max-width: 100%;
	flex: 1;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.error-header.container{
	max-width: 100%;
	position: relative;
}
section.error-404{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}
section.error-404 .page-content{
	display: flex;
	flex-flow: column;
    justify-content: center;
	align-items: center;
	position: relative;
}
.error-404 p{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-align: left;
	text-transform: uppercase;
	color: #FDCD0A;
	width :100%;
	max-width: 509px;
	position: relative;
	z-index: 9;
}
.container{
	width: 100%;
	max-width: 1380px;
	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: 20px;
	left: 60px;
	z-index: 99;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs span a{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.breadcrumbs span:last-child a{
	color: #FDCD0A;
}
.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;
	align-items: center;
	width: 100%;
	max-width: max-content;
	height: 100%;
	max-height: 100%;
	padding-top: 24px;
	padding-bottom: 23px;
}
.flag{
	width: 100%;
	max-width: 44px;
	height: 100%;
	max-height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 70px;
	padding-top: 5px;
}
.flag-ico{
	width: 44px;
	height: 29px;
}
#reg-btn{
	margin-left: 30px;
	margin-bottom: 0;
}
a:focus{

}
.light-btn{
background-color: #ff7800;
    background-image: linear-gradient(#ff7800,#f97600),linear-gradient(#f90,#f2a268);
    background-position: top,-10px -10px;
    background-repeat: no-repeat,no-repeat;
    background-size: cover,calc(100% + 20px) calc(100% + 20px);
    background-clip: padding-box,border-box;
    box-shadow: inset 0 0 3px #00000040, 0 4px #b75637;
    text-shadow: 0 0 10px #00000040;
	box-shadow: 0px 5px 0px #A06A3B;
	border: 5px solid #0000;
	border-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 187px;
	max-width: 100%;
	height: 44px;
	text-decoration: none;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.light-btn:hover{background-image: linear-gradient(#ff7800,#ff4d00),linear-gradient(#ffad32,#fdc399 95%);color:#fff}
.blue-btn{
    background-color: #18c5ff;
    background-image: linear-gradient(#18c5ff,#18c5ff),linear-gradient(#a3deff,#00eded);
    background-position: top,-10px -10px;
    background-repeat: no-repeat,no-repeat;
    background-size: cover,calc(100% + 20px) calc(100% + 20px);
    background-clip: padding-box,border-box;
    box-shadow: inset 0 0 3px #00000040, 0 4px #3c8ae2, 0 2px 15px 3px #18c5ff;
    text-shadow: 0 0 10px #00000040;
	box-shadow: 0px 5px 0px #A06A3B;
	border: 5px solid #0000;
	border-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 187px;
	max-width: 100%;
	height: 44px;
	text-decoration: none;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blue-btn:hover{background-image: linear-gradient(#18c5ff,#0094ff),linear-gradient(#bee7ff,#47fbfb 95%);color:#fff}
.dark-btn, .green-btn{
background-color: #3ed70b;
    background-image: linear-gradient(#3ed70b,#3ed70b),linear-gradient(#a0ff00,#68f284);
    background-position: top,-10px -10px;
    background-repeat: no-repeat,no-repeat;
    background-size: cover,calc(100% + 20px) calc(100% + 20px);
    background-clip: padding-box,border-box;
    box-shadow: inset 0 0 3px #00000040, 0 4px #37b751, 0 2px 15px 3px #a0ff00;
	box-shadow: 0px 5px 0px #008C25;
	text-shadow: 0 0 10px #00000040;
	border: 5px solid #0000;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	width: 188px;
	max-width: 100%;
	height: 44px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 5px 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 99;
	margin-bottom: 25px;
}
.green-btn:hover{background-image: linear-gradient(#3ed70b,#2db200),linear-gradient(#c9ff6e,#b6ffc5 95%);color:#fff}
/*First section*/
.head-section{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border-radius: 20px;
	max-height: 314px;
	margin: 0 auto;
	position: relative;
}
.head-section-block{
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	position: relative;
	z-index: 10;
}
.head-btm{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	width: 100%;
	max-width: 720px;
	align-items: center;
}
.head-btm a{
	margin-bottom: 0;
	margin-right: 60px;
}
.ranks-wrap{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: max-content;
}
.rank-wrap{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	margin-bottom: 7px;
	margin-top: 22px;
}
.reviews-name{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 10px 0 0;
}
.rank-count{
	font-size: 54px;
}
.ranks-value{
	width: 0;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rank-value{
	font-family: 'Roboto Bold', sans-serif;
	font-style: normal;
	font-weight: 900;
	line-height: 63px;
	text-align: center;
	color: #FD2D5E;
	font-size: 34px;
}
.rank-name{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	color: #FFFAF3;
}
.rating-group{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	width: 100%;
	max-width: max-content;
	margin-bottom: 0;
}
.star-rating{
	position: relative;
	display: flex;
	flex-flow: row;
	align-items: center;
}
.star-rating #star {
	position: absolute;
	overflow: hidden;
	z-index: 5;
}
.star-rating #star img {
	width: auto;
	max-width: 122px;
	height: auto;
	margin-top: 6px;
}
.star-rating img.empty-stars {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 122px;
}
/*.bonuses-head{*/
/*	padding-top: 20px;*/
/*}*/
.head-section .img-right-after{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 400px;
	height: 100%;
	max-height: 425px;
}
.head-section .register-btn{
	margin: 0 auto;
}
.head-image-before{
	position: absolute;
	right: 60px;
	bottom: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	z-index: 1;
}
.img-head-after{
	display: block;
	position: absolute;
	right: 70px;
	bottom: 0;
	width: auto;
	max-width: 336px;
	height: auto;
	max-height: max-content;
	z-index: 8;
}
#banner-title{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	max-width: 720px;
	margin-top: 0;
	position: relative;
	z-index: 10;
}
#banner-title span{
	color: #FDCD0A;
}
#banner-descr p{

	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFAF3;
	width: 100%;
	max-width: 602px;
	margin-top: 0;
	height: 100%;
	max-height: 135px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}
#banner-descr p span{
	color: #FDCD0A;
}
.head-section .container{
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	padding: 65px 0 65px 60px!important;
	border-radius: 20px;
	overflow: initial!important;
}
/*End header*/
/* Welcome block start*/
.welcome-section{
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 430px;
	position: relative;
	/*padding-top: 20px;*/
	margin-bottom: 20px;
}
.welcome-section .container{
	position: relative;
	height: 100%;
	max-height: 430px;
	border-radius: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	border: 6px solid #ca8757;
}
#.welcome-block::before,.welcome-block::after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: linear-gradient(90deg, rgba(253, 205, 10, 0) 0%, #FDCD0A 50.1%, rgba(253, 205, 10, 0) 100%);
	height: 5px;
	width: 100%;
	max-width: 100%;
}
.welcome-block::after{
	bottom: 0;
	top: auto;
}
.welcome-section .img-welcome-after{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 509px;
	height: 100%;
	max-height: 371px;
	z-index: 0;
}
.welcome-section .img-welcome-before{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 467px;
	height: 100%;
	max-height: 399px;
	z-index: 0;
}
.welcome-block{
	/*margin-top: 35px;*/
	/*margin-bottom: 75px;*/
	width: 100%;
	max-width: 950px;
	height: 100%;
	max-height: 310px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.welcome-block h1, .welcome-block p,.welcome-block h3{
	color: #FFFAF3;
	margin-top: 0;
}
.welcome-block #welcome-title{
	width: 100%;
	max-width: 478px;
	margin-left: auto;
	margin-right: auto;
}
.welcome-block #welcome-title{
	font-family: 'Poppins Bold' ,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	max-width: 100%;
}
.welcome-block #welcome-subtitle{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
    max-width: 700px;
}
.welcome-block #welcome-subtitle span{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FDCD0A;
}
/*Welcome block end*/

h2.welcome-title{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #FDCD0A;
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 50%;
}
h3.middle-title{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #FDCD0A;
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 50%;
}
.welcome-title.bonus{
	max-width: 100%;
}
.decor-title{
	position: relative;
	width: 100%;
	max-width: 700px!important;
}
.decor-title::before{
	content: url("data:image/svg+xml,%0A%3Csvg width='250' height='5' viewBox='0 0 250 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-2.5' x2='250' y2='-2.5' transform='matrix(-1 0 0 1 250 5)' stroke='black' stroke-width='5'/%3E%3Cline y1='-2.5' x2='250' y2='-2.5' transform='matrix(-1 0 0 1 250 5)' stroke='url(%23paint0_linear_0_497)' stroke-width='5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_497' x1='0' y1='0' x2='250' y2='0.000133801' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155559' stop-color='%232B1234'/%3E%3Cstop offset='1' stop-color='%23FDCD0A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");	position: absolute;
	display: flex;
	flex-flow: row;
	align-items: center;
	top: calc(50% - 13px);
	left: -275px;
	width: 100%;
	max-width: 250px;
	height: 100%;
	max-height: 5px;
	transform: rotateY(180deg);

}
.decor-title::after{
	content: url("data:image/svg+xml,%0A%3Csvg width='250' height='5' viewBox='0 0 250 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-2.5' x2='250' y2='-2.5' transform='matrix(-1 0 0 1 250 5)' stroke='black' stroke-width='5'/%3E%3Cline y1='-2.5' x2='250' y2='-2.5' transform='matrix(-1 0 0 1 250 5)' stroke='url(%23paint0_linear_0_497)' stroke-width='5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_497' x1='0' y1='0' x2='250' y2='0.000133801' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.155559' stop-color='%232B1234'/%3E%3Cstop offset='1' stop-color='%23FDCD0A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	display: flex;
	flex-flow: row;
	align-items: center;
	top: calc(50% - 13px);
	right: -275px;
	width: 100%;
	max-width: 250px;
	height: 100%;
	max-height: 5px;
}

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;
}
.content p, .content ul>li, .content ol>li{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	color: #FFFAF3;
}
.decor-list{
	column-count: 2;
	column-gap: 30px;
	margin-bottom: 20px!important;
}
.content p, .answer p{
	margin-top: 0;
}
.content p:not(:last-child){
	margin-bottom: 20px;
}
.answer p:last-child, .answer-text p:last-child{
	margin-bottom: 0;
}
.content ul, .content ol, .answer ul,.answer ol{
	padding-left: 0;
	margin-left: 18px;
	margin-bottom: 20px;
}
.content ul>li:not(:last-child), .content ol>li:not(:last-child), .answer ul>li:not(:last-child),.answer ol>li:not(:last-child){
	margin-bottom: 10px;
}
.top-content{
	height: 100%;
	max-height: 100%;
	padding: 20px 0 0 0;
}
.bonus-pack{
	position: relative;
	padding-top: 9px;
}

.payment{
	position: relative;
}

.bonus-pack ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.bonus-pack ul>li{
	margin-bottom: 1.5em;
}
.error-img{
	flex: 0 0 auto;
	position: relative;
	max-width: 50vw;
	height: auto;
	z-index: 0;
}
.content{
	margin:20px 0 0 0;
	width: 100%;
	max-width: 100%;
}
.content p{
	margin-top: 0;
}

/*Question block*/
.questions-content{
	padding: 0 0 10px 0;
}
#questions-title{
}
.questions-list{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.question{
    background-image: linear-gradient(#f2b600 -5.33%,#ff7800 93.92%);
    border-radius: 15px;
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	padding: 20px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.question-name{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 130%;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 10px 0;
}
.answer{
	flex: 0 0 100%;
	width: 100%;
	max-width: 1100px;
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	color: #FFFFFF;
}
/*Banner group*/
.banners-group{
	display: flex;
	flex-flow: row;
}
.banner-container{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
}
.banners-group .banner{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	position: relative;
	height: 100%;
	max-height: 100%;
	padding: 60px 60px 60px 20px;
	margin-bottom: 20px;
}
.banners-group .banner .bonus-block{
	width: 100%;
	max-width: 632px;
	height: 100%;
	max-height: 310px;
	position: relative;
	z-index: 10;
	padding: 28px 0 32px 0;
	margin-left: auto;
	margin-right: 0;
}
.bonus-title{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	color: #FDCD0A;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.bonus-subtitle{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	width: 100%;
	max-width: 632px;
}
.bonus-subtitle span{
	color: #FDCD0A;

}
.bonus-descr{

	width: 100%;
	max-width: 100%;
}
.bonus-descr p{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 0;
}
.banners-group .banner .bonus-block::before, .banners-group .banner .bonus-block::after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: linear-gradient(90deg, rgba(253, 205, 10, 0) 0%, #FDCD0A 50.1%, rgba(253, 205, 10, 0) 100%);
	height: 5px;
	width: 100%;
	max-width: 100%;
}
.banners-group .banner .bonus-block::after{
	top: auto;
	bottom: 0;
}


.banners-group .banner .right-img{
	position: absolute;
	bottom: 0;
	left: 60px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	z-index: 9;
}
.bonus-register{
	margin-top: 33px;
}
/*Download section*/
.download-app{
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}
.download-app .download-right::before, .download-app .download-right::after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: linear-gradient(90deg, rgba(253, 205, 10, 0) 0%, #FDCD0A 50.1%, rgba(253, 205, 10, 0) 100%);
	height: 5px;
	width: 100%;
	max-width: 100%;
}
.download-app .download-right::after{
	top: auto;
	bottom: 0;
}
.download-app .container{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	height: 100%;
	max-height: 430px;
	width: 100%;
	max-width: 1380px;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.download-right{
	background: transparent;
	width: 100%;
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-height: 270px;
	flex: 0 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 0 60px 0;
	position: relative;
}
.download-image-before{
	float: left;
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	bottom: 0;
	left: 60px;
}
.download-image-after{
	float: right;
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	bottom: 0;
	right: 60px;
}
.top-group{
	flex: 0 0 100%;
	display: none;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.download-title{
	font-family: 'Poppins bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #FDCD0A;
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px 0;
}
.download-descr{
	font-family: 'Poppins bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.download-image{
	width: 100%;
	max-width: 336px;
	height: 100%;
	margin-bottom: 15px;
}
.mobile-reg{
	margin-bottom: 0;
}
.download-link{
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #2B1234;
	background: linear-gradient(180deg, #B1FB4F 0%, #0CBA3A 100%), #3DBB12;
	box-shadow: 0px 5px 0px #008C25;
	border-radius: 5px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	padding: 11.5px 40px 11.5px 40px;
	width: 100%;
	max-width: 242px;
	height: 100%;
	max-height: 44px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
/*Question*/
.mob-reg-progress{
	margin-bottom: 20px;
}
/*Footer*/
footer{
	position: relative;
	height: auto;
	max-height: 100%;
	padding-bottom: 0;
	padding-top: 0;
}
footer.error-footer{
	background: transparent;
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 55px;
	display: flex;
	flex-flow: row;
	align-items: flex-end;
	padding-bottom: 10px;
}
span.all-rights{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
	height: auto;
	max-height: 25px;
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
span.complete{
	font-family: 'Poppins' ,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #FDCD0A;
	margin: 0 auto 20px auto;
	background: #ED3660;
	border-radius: 100px;
	width: 62px;
	max-width: 62px;
	height: 62px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}

.error-footer .foot-container{
	/*justify-content: center;*/
	/*align-items: center;*/
}
.error-footer .site-info{
	background: transparent;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	max-height: 100%;
}
.error-footer .site-info a{
	width: 100%;
	max-width: max-content;
}
.error-footer .site-info span.all-rights{
	margin-bottom: 5px;
}
#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: space-between;
	padding-top: 0;
	align-items: flex-start;
	padding-bottom: 0;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
footer .site-info{
	display: flex;
	flex-flow: row;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin-right: 22px;
	flex: 0 0 auto;
	height: 100%;
	max-height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
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;
	text-align: center;
	color: #FFFFFF;
}

.right-footer{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
#foot-descr{
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #FFFFFF;
}
#foot-descr p{
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}

.payments-links-group{
	flex: 0 0 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding-top: 25px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
.payments-container{
	width: 100%;
	max-width: 100%;
}
.payments-links-group .payment-link{
	text-decoration: none;
	width: 100%;
	max-width: 100%;
	flex: 0;
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-bottom: 25px;
}
.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: 1380px) {
.container{
	padding: 0 20px;
	overflow: hidden;
}
	.site-header,.head-section,.welcome-section,.download-app{
		padding: 0 20px;
	}

}
@media screen and (max-width: 1290px) {
	.head-section, .welcome-section{
		max-width: 100%;

	}
	footer.error-footer::before{
		display: none;
	}
	.error-404 .page-content::before{
		left: 5%;
	}
	.error-404 .page-content::after {
		right: 5%;
	}
	.banners-group .banner .right-img,.head-image-before, .img-head-after, .welcome-section .img-welcome-after,.welcome-section .img-welcome-before,.download-image-before,.download-image-after{
		opacity: 0.7;
	}
	.download-image-before,.download-image-after{
		position: absolute;
		z-index: 0;
		bottom: 0;
		left: 20px;
	}
	.download-image-after{
		left: auto;
		right: 20px;
	}
	.banners-group .banner .bonus-block{
		margin-right: auto;
	}
	.download-image-before{
		position: absolute;
		z-index: 0;
		left: 0;
		bottom: 0;
	}
	.download-right{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 10;
	}
}
@media screen and (max-width: 1190px) {
	.decor-list{
		column-gap: 40px;
	}
	.flag{
		margin-left: 20px;
	}
	.site-header .container{
		padding: 0 30px!important;
	}
	.payments-links-group{
		justify-content: center;
	}

	.bonus-subtitle, .bonus-title{
		position: relative;
		z-index: 99;
	}
}
@media screen and (max-width: 1024px) {
	.menu-toggle{
		position: relative;
		display: flex;
	}
	.site-header .container{
		padding: 20px 30px!important;
	}
	.log-reg-buttons{
		display: none;
	}
	.site-header{
		height: 100%;
		max-height: 100%;
	}
	.flag{
		margin-left: 10px;
		margin-right: 0;
	}
	#site-navigation{
		margin-left: 20px;
	}
	#site-navigation {
		justify-content: flex-end;
		margin-left: auto;
		margin-right: 0;
	}
	#reg-btn{
		margin-bottom: 20px;
	}
	.main-navigation.toggled .menu-toggle span{
		left: 12px;
		top: 13px;
	}
	.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: #2B1234;
		-webkit-box-shadow: 1px 1px 10px rgb(38 45 51 / 20%);
		box-shadow: 1px 1px 10px rgb(38 45 51 / 20%);
		position: absolute;
		top: 75px;
		width: auto;
		padding: 20px;
		height: auto;
		z-index: 10;
		right: 20px;
	}
	.main-navigation li.current-menu-item{
		box-shadow: none;
	}
	.main-navigation.toggled ul>li{
		margin-bottom: 5px;
		width: 100%;
		padding: 0;
		height: 100%;
		max-height: 100%;
	}
	.main-navigation a{
		text-align: right;
	}
	.main-navigation.toggled ul>li.button-list a{
		text-align: center;
	}
	.custom-logo-link{
		padding-top: 5px;
	}
	.main-navigation.toggled ul>li.button-list{
		display: flex;
		flex-flow: column;
		align-items: flex-end;
		margin-top: 10px;
	}

	.button-list a{
		margin-bottom: 20px;
	}
	.welcome-section .img-welcome-after{
		display: none;
	}
	.welcome-section .img-welcome-before{
		left: 50%;
		transform: translateX(-50%);
	}
	.head-section{
		max-height: 100%;
	}
	h2.welcome-title,h2.software-title{
		font-size: 40px;
	}
	#banner-descr, #banner-title, .light-btn{
		z-index: 3;
	}
	.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{
		z-index: 3;
	}
	/*.welcome-block #welcome-title, .bonus-title{*/
	/*	font-size: 20px;*/
	/*}*/
	/*#welcome-subtitle{*/
	/*	font-size: 40px;*/
	/*}*/
	#banner-descr{
	}
	.download-image-before {
		opacity: .7;
	}
	#welcome-share{
		font-size: 20px;
	}
	.welcome-descr{
		margin-right: 0;
		font-size: 12px!important;
	}

	.content p, .content ul>li, .content ol>li{
		font-size: 16px;
	}
	.question{
		max-height: 100%;
	}
	.payments-links-group{
		flex-wrap: wrap;
	}
	.payments-links-group .payment-link{
		margin-right: 10px;
	}
	.question-name{
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.answer{
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	#foot-descr{
		margin-bottom: 0;
	}
	footer::before{
		top: -20px;
	}

	.banners-group .bonus-block{
		margin-left: 35px;
	}

}
@media screen and (max-width: 900px) {

	.img-head-after{
		display: none;
	}
	.head-image-before{
		left: 50%;
		transform: translateX(-50%);
	}
	.download-image-before,.download-image-after{
		opacity: .5;
	}
	.download-right{
		margin-left: auto;
		margin-right: auto;
	}
	.head-section .container{
		padding-right: 30px!important;
	}
	.head-section .img-right-after{
		display: none;
		content: '';
		/* 		max-width: 390px; */
		max-width: 100%;
		top: auto;
		bottom: 0;
	}
	.decor-list{
		column-count: 1;
		column-gap: 0;
	}
	h2.decor-title::before, h2.decor-title::after{
		display: none;
	}
	.banners-group .banner .right-img{
		display: none;
	}
	.banner-container{
		justify-content: space-around;
	}
	.banners-group .banner {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.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;
		position: relative;
		z-index: 10;
	}
	.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%;
	}
}
@media screen and (max-width: 768px) {

	.payment::after,body::before,.bonus-pack::after{
		background-size: auto;
	}
	.download-image-before,.download-image-after{
		display: none;
	}
	.error-header{
		padding-top: 20px;
		max-height: 130px;
	}
	h2.welcome-title,h2.software-title{
		font-size: 30px;
	}
	#banner-title{
		font-size: 30px;
	}
	#banner-descr{
		font-size: 10px;
		width: auto;
		max-width: 100%;
		margin: 0;
	}
	#banner-descr p{
		max-height: 100%;
	}
	.download-title{
		font-size: 40px;
	}
	.download-descr{
		font-size: 23px;
	}
	.banners-group .banner-container .banner::before{
		background-size: contain;
	}
	.log-reg-buttons{
		flex-wrap: nowrap;
		display: none;
	}
	.error-img{
		max-width: 50vw;
		height: auto;
	}
	.error-404 .page-content::before, .error-404 .page-content::after{
		background-size: 50% 50%;
	}
	footer .site-info{
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		margin-right: 0;
	}
	#foot-descr{
		text-align: center;
	}
	/*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: 95%;
		right: 0!important;
	}
	.banners-group .banner .bonus-block-after{
		left: auto;
		right: 20%;
	}
	.question-name{
		font-size: 25px;
	}
	/*.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-section{
		margin-bottom: 20px;
	}

	.welcome-block #welcome-title,
	.welcome-block #welcome-subtitle, .bonus-subtitle,.welcome-block #welcome-share, .bonus-share{
		font-size: 30px;
	}
	#foot-descr p{
		margin-top: 0;
	}
	.error-msg{
		text-align: center;
	}
	.error-msg img{
		max-width: 400px;
	}
	footer.error-footer{
		/*height :100%;*/
		/*max-height: 100%;*/
		padding-top: 10px;
		max-height: 90px;
		align-items: center;
	}
}
@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: 40vw;
		height: auto;
	}
	.error-404 p{
		font-size: 35px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 650px) {
	.banners-group .banner:not(:last-child){
		margin-bottom: 20px;
	}
	.banners-group .banner .right-img{
		display: none;
	}
	.banners-group .banner .bonus-block{
		padding-left: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 560px) {
	body.error-body::before {
		background-size: contain;
	}
	.site-header,.head-section,.welcome-section,.download-app{
		max-height: 100%;
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.site-header .container{
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.breadcrumbs{
		left: 40px;
	}
	.head-image-before{
		display: none;
	}
	.main-navigation.toggled ul {
	right: 10px;
	}
	.welcome-block #welcome-subtitle, .welcome-block #welcome-subtitle span{
		font-size: 25px;
	}
	.error-404 .page-content::before, .error-404 .page-content::after {
		display: none;
	}
	.error-404 p{
		font-size: 30px;
	}
	.error-img{
		max-width: 95%;
	}
	.head-section .img-right-after{
		display: none;
	}
	.container, .container-2{
		padding: 0 10px!important;
	}
	.head-section .container{
		/*padding-bottom: 20px!important;*/
		padding-left: 30px!important;
	}
	#banner-title{
		font-size: 25px;
	}
	#banner-descr p{
		max-height: 100%;
		max-width: 95%;
		font-size: 22px;
		margin-left: auto;
		margin-right: auto;
	}
	.container, .container-2{
		padding: 20px 10px;
	}
	.download-app .container{
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	.download-right{
		max-height: 100%;
	}
	.bonus-title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.bonus-subtitle{
		font-size: 25px;
	}
	.banners-group .banner .bonus-block{
		max-height: 100%;
	}
	.head-btm{
		flex-wrap: wrap;
	}
	.ranks-wrap{
		margin-top: 20px;
	}
	/*h2.welcome-title{*/
	/*	margin-bottom: 20px;*/
	/*}*/
	.welcome-block{
		max-height: 100%;
		padding-left: 0;
	}
	.welcome-section{
		max-height: 100%;
		padding-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.welcome-section .container{
		padding-top: 50px!important;
		padding-bottom: 50px!important;
		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;
	}
	section.error-404 .page-content .container{
		flex-wrap: wrap;
		justify-content: center;
	}
	.left-error{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.banners-group .banner{
	}
	.banners-group .bonus-block{
		padding: 14px 0 24px 35px;
		width: 100%;
		max-width: 80%;
		margin-bottom: 30px;
	}
	.download-image-before{
		display: none;
	}
	.welcome-block .welcome-descr, .bonus-descr{
		max-width: 100%;
		font-size: 12px;
	}
	.banners-group .banner .right-img{
		width: auto;
		height: 75%;
	}
	h2.decor-title::after {
		left: 0;
		top: auto;
	}
	.go-back{
		padding: 8px 20px;
		max-width: 170px;
	}
	.payments-links-group .payment-link{
		width: auto;
		flex: 0 0 auto;
		margin-bottom: 20px;
		justify-content: center;
	}
	span.author-right,span.all-rights{
		margin-bottom: 20px;
	}
	.error-footer span.all-rights{
		margin-bottom: 5px;
	}
	span.complete{
		margin-top: 0;
	}
	#foot-descr{
		text-align: center;
	}
	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 .site-info a:first-child{
		margin-top: 7px;
		max-width :100%;
	}
	.error-footer .site-info{
		margin-right: 0;
		margin-bottom: 0;
	}
	.error-footer .foot-container{
		padding:10px;
	}
	.error-msg{
		text-align: center;
	}
	.error-msg img{
		max-width: 75%;
	}
	.error-404 p{
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.error-footer .site-info a:first-child{
		margin: 0 auto;
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 445px) {
	.error-header{
		padding-top: 20px;
	}
	.welcome-section .img-welcome-after{
		display: none;
	}
	#btn-to-top{
		right: 10px;
		bottom: 40px;
	}
	.download-title{
		font-size: 35px;
	}
	.download-descr{
		font-size: 19px;
	}
	.banners-group .banner .right-img{
		display: none;
	}
	.error-404 p{
		font-size: 18px;
		max-width: 95%;
		margin: 0 auto 20px auto;
	}
	section.error-404 .page-content{
		margin-top: 0;
	}

}
@media screen and (max-width: 320px) {
}


.main-navigation a:hover:before {
    transform: scaleX(1);
}

.main-navigation a:before {
    content: "";
    height: 5px;
    transform-origin: 0;
    background-color: #fff;
    transition: transform .35s;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    transform: scaleX(0);
}
footer:before {
    content: "";
    height: 30px;
    width: 100%;
    z-index: 5;
    background: url(/assets/footer.svg);
    position: absolute;
    top: -30px;
    left: 0;
}

footer{
	color: #21728a;
    z-index: 100;
    background-color: #05191f;
    padding: 40px 0;
    margin-top:50px;
}