/*!
Theme Name: Bizzo Casino Slovenia
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: 100% 100%!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	min-height: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	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: #2B1234;
}

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;
	/*padding: 2px 0;*/
	margin-right: 20px;

}
.main-navigation li.current-menu-item{
	border-bottom: 1px solid #FDCD0A;
}
.main-navigation li.current-menu-item a{
	color: #FDCD0A;
}

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

.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';
	src: local('Poppins-Black'), local('Poppins-Black'), url('fonts/Poppins-Black.woff2') format('woff2'), url('fonts/Poppins-Black.woff') format('woff'), url('fonts/Poppins-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@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-bottom: 30px;
	max-height: 91px;
	position: relative;
	align-items: center;
}
.site-header .container{
	background: #41294A;
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 20px 20px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	overflow: initial;
	z-index: 99;
	padding: 16.5px 60px 17.5px 60px!important;
}
/*.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: 70px;
	margin-right: auto;
}
.error-main{
	height: 100%;
	/*max-height: calc(100% - 260px);*/
}
.error-header{
	height: 100%;
	max-height: 155px;
	position: relative;
	z-index: 10;
	padding-top: 40px;
}
.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: 20px;
	margin-top: 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: column;
	align-items: center;
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
.error-header.container{
	max-width: 100%;
	position: relative;
}
section.error-404{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
}
section.error-404 .page-content{
	display: flex;
	flex-flow: column;
    justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin-top: 0;
}
.error-404 p{
	font-family: 'Poppins Black', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 45px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	width :100%;
	max-width: max-content;
	position: relative;
	z-index: 9;
	margin: 10px auto 15px auto;
}
.error-msg{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 550px;
	height: 100%;
	max-height: 330px;
	margin-top: 20px;
}
.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: 30px;
	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-bottom: 5px;
}
.flag{
	background: #41294A;
	box-shadow: inset 0px 0px 3px #27112F;
	border-radius: 6px;
	width: 100%;
	max-width: 57px;
	height: 100%;
	max-height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 60px;
	padding: 10px;
}
.flag-ico{
	width: 32px;
	height: 23px;
}
#reg-btn{
	margin-left: 30px;
	color: #322E2F;
	margin-bottom: 0;
}
a:focus{

}
.light-btn{
	background: linear-gradient(180deg, #FFCE07 0%, #FFA600 100%);
	box-shadow: 0px 5px 0px #A06A3B;
	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: #322E2F;
	width: 187px;
	max-width: 100%;
	height: 44px;
	text-decoration: none;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dark-btn, .green-btn{
	background: linear-gradient(180deg, #B1FB4F 0%, #0CBA3A 100%);
	box-shadow: 0px 5px 0px #008C25;
	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: #2B1234;
	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;
}
/*First section*/
.head-section{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
	position: relative;

}
.head-section-block{

	display: flex;
	flex-flow: column;
	align-items: flex-start;
	position: relative;
	z-index: 10;
}
/*.bonuses-head{*/
/*	padding-top: 20px;*/
/*}*/
.head-section a{
	margin-bottom: 0;

}
.head-image-before{
	display: block;
	position: absolute;
	right: 0;
	bottom: -2px;
	width: auto;
	max-width: 620px;
	height: auto;
	max-height: 100%;
	flex-flow: column;
	align-items: center;
	z-index: 1;
}

#banner-title{
	font-family: 'Poppins Black', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: 120%;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	max-width: max-content;
	margin-top: 0;
	position: relative;
	z-index: 10;
}
#banner-title span{
	color: #FDCD0A;
}
#banner-descr{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	text-align: left;
	color: #FFFAF3;
	width: 100%;
	max-width: 820px;
	margin-top: 0;
	height: 100%;
	max-height: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}
#banner-descr p {
	margin-top: 0;
	margin-bottom: 0;
}
.head-section .container{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	border: 2px solid #FDCD0A;
	backdrop-filter: blur(2px);
	border-radius: 20px;
	padding: 60px!important;
}
/*End header*/
/* Welcome block start*/
.welcome-section{
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	position: relative;
	margin-bottom: 20px;
	border-radius: 220px;
}
.welcome-section .container{
	border-image: linear-gradient(90deg, #2B1234 6.25%, #FDCD0A 50.1%, #2B1234 93.23%) 1;
	border-style: solid;
	border-width: 5px;
	background-size: cover!important;
	background-position: center!important;
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.2);
	border-radius: 220px;
	position: relative;
	height: 100%;
	max-height: 100%;
	padding-top: 70px!important;
	padding-bottom: 70px!important;
	overflow: initial;
}
.welcome-block{
	/*margin-top: 35px;*/
	/*margin-bottom: 75px;*/
	width: 100%;
	max-width: 748px;
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.welcome-block .green-btn{
	margin: 0 auto;
}
.welcome-block h1, .welcome-block p,.welcome-block h3{
	color: #FFFAF3;
	margin-top: 0;
}

.welcome-block #welcome-title{
	width: 100%;
	max-width: max-content;
	font-family: 'Poppins' ,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0  auto 20px auto;
}
.welcome-block #welcome-subtitle{
	font-family: 'Poppins Black', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	max-width: 570px;
	margin-bottom: 20px;
}
.welcome-block #welcome-share{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FDCD0A;
	margin-bottom: 20px;
}
.welcome-block #welcome-subtitle span{
	color: #FDCD0A;
}
.welcome-section .welcome-section-before {
	display: block;
	content: '';
	background-image: url("imgs/coin-2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	width: 100%;
	max-width: 224px;
	height: 100%;
	max-height: 213px;
	bottom: 0;
	left: 45px;
}
.welcome-section .welcome-section-after {
	display: block;
	content: '';
	background-image: url("imgs/coin-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	width: 100%;
	max-width: 202px;
	height: 100%;
	max-height: 192px;
	top: 0;
	right: 13px;
}
.welcome-section .welcome-section-left {
	display: block;
	content: '';
	background-image: url("imgs/coin-4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	width: 100%;
	max-width: 120px;
	height: 100%;
	max-height: 114px;
	top: 30px;
	left: 15%;
}
.welcome-section .welcome-section-right {
	display: block;
	content: '';
	background-image: url("imgs/coin-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	width: 100%;
	max-width: 120px;
	height: 100%;
	max-height: 114px;
	bottom: 70px;
	right: 15%;
}
/*Welcome block end*/

h3{
	font-family: 'Poppins Black', sans-serif;
	font-style: normal;
	font-weight: 900;
/* 	font-size: 45px;
	line-height: 120%; */
	text-align: left;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 auto 20px 0;
	width: 100%;
}
h2.welcome-title{
	font-family: 'Poppins Black', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 45px;
	line-height: 120%;
	text-align: left;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 auto 20px 0;
	width: 100%;
	max-width: 1040px;
}
.welcome-title.bonus{
	max-width: 100%;
}
.decor-title{
	position: relative;
	width: 100%;
	max-width: max-content!important;
}
/*.decor-title::before{*/
/*	content: url("data:image/svg+xml,%3Csvg width='61' height='28' viewBox='0 0 61 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.5318 15.4142C60.3129 14.6332 60.3129 13.3668 59.5318 12.5858L49.2721 2.32605C48.4911 1.54501 47.2247 1.54501 46.4437 2.32605L36.1839 12.5858C35.4029 13.3668 35.4029 14.6332 36.1839 15.4142L46.4437 25.6739C47.2247 26.455 48.4911 26.455 49.2721 25.6739L59.5318 15.4142ZM47.8579 3.74027L58.1176 14L47.8579 24.2597L37.5982 14L47.8579 3.74027Z' fill='%23FDCD0A'/%3E%3Cpath d='M44 14C44 16.2091 45.7909 18 48 18C50.2091 18 52 16.2091 52 14C52 11.7909 50.2091 10 48 10C45.7909 10 44 11.7909 44 14Z' fill='%23FDCD0A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.74846e-07 15L30 15L30 14L0 14L-1.74846e-07 15Z' fill='url(%23paint0_linear_2_278)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_278' x1='30' y1='15' x2='0' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.383119' stop-color='white'/%3E%3Cstop offset='0.894669' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");*/
/*	position: absolute;*/
/*	display: block;*/
/*	top: 0;*/
/*	left: -110px;*/
/*	width: 100%;*/
/*	max-width: 120.36px;*/
/*	height: 100%;*/
/*	max-height: 16.42px;*/
/*}*/
/*.decor-title::after{*/
/*	content: url("data:image/svg+xml,%3Csvg width='61' height='28' viewBox='0 0 61 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.5318 15.4142C60.3129 14.6332 60.3129 13.3668 59.5318 12.5858L49.2721 2.32605C48.4911 1.54501 47.2247 1.54501 46.4437 2.32605L36.1839 12.5858C35.4029 13.3668 35.4029 14.6332 36.1839 15.4142L46.4437 25.6739C47.2247 26.455 48.4911 26.455 49.2721 25.6739L59.5318 15.4142ZM47.8579 3.74027L58.1176 14L47.8579 24.2597L37.5982 14L47.8579 3.74027Z' fill='%23FDCD0A'/%3E%3Cpath d='M44 14C44 16.2091 45.7909 18 48 18C50.2091 18 52 16.2091 52 14C52 11.7909 50.2091 10 48 10C45.7909 10 44 11.7909 44 14Z' fill='%23FDCD0A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.74846e-07 15L30 15L30 14L0 14L-1.74846e-07 15Z' fill='url(%23paint0_linear_2_278)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_278' x1='30' y1='15' x2='0' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.383119' stop-color='white'/%3E%3Cstop offset='0.894669' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");*/
/*	position: absolute;*/
/*	display: block;*/
/*	top: 0;*/
/*	right: -110px;*/
/*	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;
}
h3.welcome-title.middle-title{
	font-family: 'Poppins Black', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 120%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 20px;
}
.content p, .content ul>li, .content ol>li{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 150%;
	color: #E1C4EC;
}
.content * > span{
	color: #FDCD0A;
}

.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{
	position: relative;
	width: 100%;
	max-width: 405px;
	height: 166px;
	z-index: 0;
}
.content{
	margin: 0 0 0 0;
	width: 100%;
	max-width: 100%;
}
.content p{
	margin-top: 0;
}

/*Question block*/
.questions-content{
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}
#questions-title{
	margin-left: auto;
	margin-right: auto;
}
.questions-list{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;

}
.question{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	padding: 30px 30px 30px 30px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #41294A;
	border-radius: 30px;
	margin-bottom: 20px;
	border-image: linear-gradient(90deg, #2B1234 6.25%, #FDCD0A 50.1%, #2B1234 93.23%) 1;
	border-style: solid;
	border-width: 5px;
}
/*.question::after,.question::before{*/
/*	!*border: 5px solid;*!*/
/*	!*border-image-source: linear-gradient(90deg, #2B1234 6.25%, #FDCD0A 50.1%, #2B1234 93.23%);*!*/
/*	display: block;*/
/*	content: '';*/
/*	background: linear-gradient(90deg, #2B1234 6.25%, #FDCD0A 50.1%, #2B1234 93.23%) no-repeat center;*/
/*	background-size: 100% 12px;*/
/*	width: 100%;*/
/*	max-width: 100%;*/
/*	height: 5px;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*}
/*.question::before{
/*	bottom: auto;
/*	top: 0;
}*/
.question-name{
	flex: 0 0 49%;
	width: 100%;
	max-width: 625px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FDCD0A;
	margin: 0 0;
}
.answer{
	flex: 0 0 49%;
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
}
/*Banner group*/
.banners-group{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.banner-container{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	flex: 0 0 100%;
	width: 100%;
	max-width: 1380px;
	justify-content: space-between;
	height: 100%;
}
.banners-group .banner{
	border-image: linear-gradient(90deg, #2B1234 6.25%, #FDCD0A 50.1%, #2B1234 93.23%) 1;
	/*border-image: linear-gradient(90deg, #2B1234 0%, #FDCD0A 59.43%, #2B1234 118.62%) 1;*/
	border-style: solid;
	border-width: 5px;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	border-radius: 220px;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	position: relative;
	height: 100%;
	max-height: 100%;
	padding: 70px 70px 70px 170px;
	margin: 0 auto 20px auto;
}
.banners-group .banner .bonus-block{
	width: 100%;
	max-width: 436px;
	height: 100%;
	max-height: 100%;
	position: relative;
	z-index: 10;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.bonus-title{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	max-width: max-content;
}
.bonus-subtitle{
	font-family: 'Poppins Black', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: 120%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 420px;
}
.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: 30px;
	line-height: 120%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FDCD0A;
	margin-bottom: 20px;
	margin-top: 0;
}



.banners-group .banner .right-img{
	position: absolute;
	bottom: -5px;
	right: 80px;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	z-index: 9;
}
.bonus-register{
	margin-top: 10px;
}
/*Download section*/
.download-app{
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}
.download-app .container{
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	border-image: linear-gradient(90deg, #2B1234 6.25%, #FDCD0A 50.1%, #2B1234 93.23%) 1;
	border-style: solid;
	border-width: 5px;
	border-radius: 220px;
	position: relative;
	padding: 60px 30px;
}

.download-right{
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-height: 100%;
	flex: 0 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}

.download-title{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px 0;
}
.download-subtitle{
	font-family: 'Poppins Black', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	max-width: 780px;
	margin: 0 0 20px 0;
}
.download-descr{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FDCD0A;
	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: 15px 30px 15px 30px;
	width: 100%;
	max-width: 242px;
	height: 100%;
	max-height: 44px;
	text-decoration: none;
}
.ranks-wrap{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 5px;
	height: 100%;
	max-height: 100%;
}
.rank-wrap{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	margin-bottom: 7px;
	margin-top: 22px;
}
.rank-count{
	font-size: 54px;
}
.ranks-value{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	display: none;
}
.rank-value{
	font-family: 'Roboto Bold', sans-serif;
	font-style: normal;
	font-weight: 900;
	line-height: 63px;
	text-align: center;
	color: #FFFAF3;	font-size: 34px;
	display: none;
}
.rank-name{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	color: #FFFAF3;
	display: none;
}
.rating-group{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 100%;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.star-rating{
	position: relative;
}
.star-rating #star {
	position: absolute;
	overflow: hidden;
	z-index: 5;
}
.star-rating #star img {
	width: auto;
	max-width: 289px;
	height: auto;
}
.star-rating img.empty-stars {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 289px;
}
/*Question*/
.mob-reg-progress{
	margin-bottom: 20px;
}
/*Footer*/
footer{
	position: relative;
	height: 100%;
	max-height: 100%;
	padding-bottom: 0;
	padding-top: 0;
	background: #41294A;
}
footer.error-footer{
	background: transparent;
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 105px;
	display: flex;
	flex-flow: row;
}
footer.error-footer span.all-rights{
	margin-bottom: 10px;
	margin-top: 0;
}

span.all-rights{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	color: #FFFFFF;
	height: auto;
	max-height: 100%;
	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: #000000;
	margin: 20px 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{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin-bottom: 5px;
}
.error-footer .site-info a{
	width: 100%;
	max-width: max-content;
	margin: 0 0 17px 0;
}
.left-foot{
	flex: 0 0 auto;
	width: 100%;
	max-width: max-content;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
#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: 1380px;
	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%;
}
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;
	color: #FFFFFF;
}
footer .site-info a:first-child{
	margin-bottom: 16px;
	margin-top: -8px;
}
.right-footer{
	flex: 1;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	padding-top: 30px;
	padding-left: 60px;
}
#foot-descr{
	margin-top: 0;
	width: 100%;
	max-width: 100%;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#foot-descr p{
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}
.payments-links-group{
	flex: 0 0 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
.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: 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: 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%;
		padding-left: 20px;
		padding-right: 20px;
	}
	footer.error-footer::before{
		display: none;
	}
	.error-404 .page-content::before{
		left: 5%;
	}
	.error-404 .page-content::after {
		right: 5%;
	}
	.decor-title{
		max-width: max-content!important;
	}

	.head-image-before, .img-head-after, .welcome-section .img-welcome-after,.welcome-section .img-welcome-before{
		opacity: 0.7;
	}
	.download-image-before{
		position: absolute;
		z-index: 0;
		left: 0;
		bottom: 0;
	}
	.download-right{
		margin-left: auto;
		margin-right: 0;
		position: relative;
		z-index: 10;
	}
}
@media screen and (max-width: 1190px) {
	.flag{
		margin-left: 20px;
	}
	.site-header .container{
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.decor-list{
		column-gap: 40px;
	}
	.payments-links-group{
		justify-content: center;
	}
	.banners-group .banner .right-img{
		right: 0;
	}
	.bonus-subtitle, .bonus-title{
		position: relative;
		z-index: 99;
	}
}
@media screen and (max-width: 1024px) {
	.error-msg {
		height: auto;
		max-height: 100%;
		max-width: 500px;
	}
	.site-header{
		height: 100%;
		max-height: 100%;
	}
	.menu-toggle{
		position: relative;
		display: flex;
	}
	.log-reg-buttons{
		display: none;
	}
	.flag{
		margin-left: 10px;
	}
	#site-navigation {
		justify-content: flex-end;
		margin-left: auto;
		margin-right: 0;
	}
	#reg-btn{
		margin-bottom: 20px;
	}
	.main-navigation li.current-menu-item {
		border: none;
	}
	.main-navigation li:first-child{
		margin-bottom: 5px!important;
	}
	.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: 10px;
		height: auto;
		z-index: 10;
		right: 20px;
	}
	.main-navigation.toggled ul>li{
		margin-bottom: 15px;
		width: 100%;
		padding-left: 10px;
	}
	.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;
	}
	.flag{
		margin-left: 0;
		margin-right: 0;
	}
	.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%;
	}
	.coin{
		display: none!important;
	}
	h2.welcome-title,h2.software-title{
		font-size: 35px;
	}
	h3.welcome-title.middle-title{
		font-size: 24px;
	}
	#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%;
		margin-bottom: 20px;
	}
	.answer{
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
	#foot-descr{
	}
}
@media screen and (max-width: 900px) {

	.img-head-after{
		display: none;
	}.error-msg {
		 max-width: 450px;
		 }

	.banners-group .banner .right-img{
		opacity: .7;
	}
	.download-image-before{
		opacity: .5;
	}
	.download-right{
		margin-left: auto;
		margin-right: auto;
	}

	.head-section .img-right-after{
		display: none;
		content: '';
		/* 		max-width: 390px; */
		max-width: 100%;
		top: auto;
		bottom: 0;
	}
	.download-subtitle{
		font-size: 30px;
	}
	.download-descr{
		font-size: 25px;
	}
	h2.decor-title::before, h2.decor-title::after{
		display: none;
	}
	.bonus-border{
		z-index: 10;
		position: relative;
	}
	.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%;
	}
	.welcome-section .img-welcome-after{
		max-width: 50%;
		right: 0;
	}

	.welcome-block #welcome-subtitle, .bonus-subtitle{
		position: relative;
		z-index: 10;
		font-size: 40px;
	}
	.welcome-block #welcome-share, .bonus-share{
		font-size: 25px;
	}
	#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-msg{
		height: auto;
		width: auto;
		max-width: 185px;
		margin-left: auto;
		margin-right: auto;
	}
	footer.error-footer{
		bottom: 0;
	}
	.error-header .container .error-logo{
		max-width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.right-footer{
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.left-foot{
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 0;
	}
	span.complete{
		margin: 0 0 0 auto;
	}
	.payments-links-group{
		justify-content: space-evenly;
	}
	footer.error-footer span.all-rights{
		margin-top: 10px;
	}
	.error-header .container a{
		text-align: center;
	}
	.error-404 p{
		font-size: 33px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {

	.payment::after,body::before,.bonus-pack::after{
		background-size: auto;
	}

	.error-header{
		padding-top: 20px;
		max-height: 80px;
	}
	h2.welcome-title,h2.software-title{
		font-size: 30px;
	}
	.head-image-before{
		display: none;
	}
	#banner-descr{
		font-size: 20px;
		width: auto;
		max-width: 100%;
	}
	#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{
		width: auto;
		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%;
		margin-bottom: 10px;
		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{
		width: max-content;
	}
	.banners-group .banner {
		max-height: 100%;
		padding: 40px;
	}
	.banners-group .banner .right-img{
		width: auto;
		height: 95%;
		right: 0!important;
	}
	.banners-group .banner .bonus-block-after{
		left: auto;
		right: 20%;
	}
	.download-right,.download-border::before,.download-border,.download-app .container{
		max-height: 100%;
	}
	.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-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{
		margin-bottom: 20px;
	}

	.welcome-block #welcome-subtitle, .bonus-subtitle, .bonus-share{
		font-size: 30px;
	}
	.welcome-block #welcome-share{
		font-size: 20px;
	}
	#foot-descr p{
		margin-top: 0;
	}
	.error-msg{
		text-align: center;
		width: auto;
		max-width: 40%;
	}
	.error-msg img{
		max-width: 400px;
	}
	.go-back{
		padding: 7px 20px;
		margin-top: 5px;
	}
}
@media (min-width: 560px) and (max-width: 725px) {
	.error-404 .page-content::before, .error-404 .page-content::after{
		display: none;
	}
	.error-img{
		max-width: 75%;
		height: auto;
	}
	.error-404 p{
		font-size: 30px;
		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;
	}
	#banner-title{
		font-size: 25px;
	}
	.download-subtitle{
		font-size: 25px;
	}
	.banners-group .banner::after{
		content: '';
		background: linear-gradient(90deg, #2B1234 6.25%, #FDCD0A 50.1%, #2B1234 93.23%);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: 1px;
	}
	.download-descr{
		font-size: 22px;
		text-align: center;
	}
}

@media screen and (max-width: 560px) {
	body.error-body::before {
		background-size: contain;
	}
	.head-section{
		max-height: 100%;
	}
	.head-image-before{
		display: none;
	}
	.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, .head-section,.site-header,.welcome-section{
		padding: 0 10px!important;
	}
	.download-container{
		margin: 10px 0;
	}
	.head-section .container{
		padding-left: 20px!important;
		padding-right: 20px!important;
		/*padding-bottom: 20px!important;*/
	}
.breadcrumbs{
	left: 20px;
	top: 20px;
}
	#banner-descr p{
		max-height: 100%;
		font-size: 20px;
	}
	.container, .container-2{
		padding: 20px 10px;
	}
	/*h2.welcome-title{*/
	/*	margin-bottom: 20px;*/
	/*}*/
	.banners-group .banner .bonus-block,.bonus-border{
		max-height: 100%;
	}
	.banners-group .banner{
		margin-bottom: 0;
		border-radius: 50px;
	}
	.banners-group .banner::after{
		content: '';
		background: linear-gradient(90deg, #2B1234 6.25%, #FDCD0A 50.1%, #2B1234 93.23%);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: 1px;
	}
	.banner-container{
		padding: 20px 10px!important;
	}
	.welcome-block{
		max-height: 100%;
	}
	.welcome-section{
		max-height: 100%;
	}
	.welcome-section .container,.welcome-border,.download-app .container{
		max-height: 100%;
		border-radius: 50px;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	.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;
	}

	h2.welcome-title, h2.software-title,.question-name{
		font-size: 21px;
		line-height: 32px;
	}
	#banner-descr{
		line-height: 35px;
	}
	h3.welcome-title.middle-title,.answer{
		font-size: 18px;
		line-height: 30px;
	}
	.bonus-border::before{
		max-height: 100%;
	}
	.banners-group .bonus-block{
		width: 100%;
		max-width: 80%;
	}
	.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%;
	}

	.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;
		margin-top: 0!important;
	}
	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.error-footer{
		/*height :100%;*/
		/*max-height: 100%;*/
		padding-top: 0;
	}
	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;
	}
	section.error-404 .page-content .container{
		justify-content: space-around;
	}
	.error-msg{
		text-align: center;
	}
	.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;
	}
	.bonus-subtitle{
		font-size: 25px;
	}
	.download-subtitle{
		font-size: 20px;
	}
	.bonus-descr p{
		font-size: 16px;
	}
	.download-descr{
		font-size: 16px;
	}
	.banners-group .banner{
		padding: 30px 20px;
	}
	.welcome-border::before, .bonus-border::before,.download-border::before{
		display: none;
	}
	.download-container{
		padding: 15px!important;
	}
	.banners-group .banner .right-img{
		display: none;
	}
	.error-404 p{
		font-size: 18px;
		max-width: 95%;
		margin: 0 auto 5px auto;
	}
	section.error-404 .page-content{
		margin-top: 0;
	}
	footer.error-footer {
	position: relative;
		/*max-height: 50px;*/
	}
}
@media screen and (max-width: 320px) {
}
