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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0!important;
}
html.error{
	min-height: 100%;
	height: 100vh;
}
body.error-body{
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	min-height: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.error-image-after{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 0;
	width: 100%;
	max-width: 80%;
	height: auto;
}
.error-body #page{
	display: flex;
	flex-flow: column;
	justify-content: center;
	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{
	clear: both;
	color: #FFFFFF;
}
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #FEC882;
}

p {
	margin-bottom: 1.5em;
}

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: #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.text-center{
	text-align: center!important;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
	display: flex;
	/*margin-right: 65px;*/
	padding-left: 10px;
	padding-right: 10px;
}
/*.main-navigation li::before{*/
/*	content: '';*/
/*	background-image: url("imgs/decor-line.png");*/
/*	background-size: contain;*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
/*	position: absolute;*/
/*	display: block;*/
/*	bottom: -10px;*/
/*	left: 50%;*/
/*	transform: translateX(-50%);*/
/*	width: 100%;*/
/*	max-width: 100%;*/
/*	height: 6px;*/
/*}*/
.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	color: #F0F0F0;
	padding: 0 5px 0 5px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#primary-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*Mobile button*/
.menu-toggle{
	height: 44px;
	width: 44px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9D2785;
	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: 651px) {
	.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 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;}
.custom-logo-link img{
	width: 100%;
	max-width: 194px;
	height: 100%;
	max-height: 44px;
}
/* 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: 'Rubik';
	src: local('Rubik'), local('Rubik-Regular'), url('fonts/Rubik.woff2') format('woff2'), url('fonts/Rubik.woff') format('woff'), url('fonts/Rubik.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Rubik Bold';
    src: local('Rubik Bold'), local('Rubik-Bold'), url('fonts/Rubikbold.woff2') format('woff2'), url('fonts/Rubikbold.woff') format('woff'), url('fonts/Rubikbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'Rubik Medium';
	src: local('Rubik Medium'), local('Rubik-Medium'), url('fonts/Rubikmedium.woff2') format('woff2'), url('fonts/Rubikmedium.woff') format('woff'), url('fonts/Rubikmedium.ttf') format('truetype');
	font-weight: 500;
	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 Medium';
	src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Robotomedium.woff2') format('woff2'), url('fonts/Robotomedium.woff') format('woff'), url('fonts/Robotomedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold';
    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;
}
@font-face {
	font-family: 'Roboto Black';
	src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Robotoblack.woff2') format('woff2'), url('fonts/Robotoblack.woff') format('woff'), url('fonts/Robotoblack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat Bold';
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url('fonts/montserratbold.woff2') format('woff2'), url('fonts/montserratbold.woff') format('woff'), url('fonts/montserratbold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Montserrat ExtraBold";
	src: url("fonts/montserrat-extrabold.eot"); /* IE9 Compat Modes */
	src: url("fonts/montserrat-extrabold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/montserrat-extrabold.otf") format("opentype"), /* Open Type Font */
	url("fonts/montserrat-extrabold.svg") format("svg"), /* Legacy iOS */
	url("fonts/montserrat-extrabold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("fonts/montserrat-extrabold.woff") format("woff"), /* Modern Browsers */
	url("fonts/montserrat-extrabold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ponnala';
	src:url('fonts/Ponnala.ttf.woff') format('woff'),
	url('fonts/Ponnala.ttf.svg#Ponnala') format('svg'),
	url('fonts/Ponnala.ttf.eot'),
	url('fonts/Ponnala.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.eot');
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: 'Poppins Semibold';
	src: url('fonts/Poppins-SemiBold.eot');
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
	url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Poppins-SemiBold.woff2') format('woff2'),
	url('fonts/Poppins-SemiBold.woff') format('woff'),
	url('fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

.site-header{
	background: #361730;
	display: flex;
	flex-flow: row;
	height: 100%;
	max-height: 91px;
	position: relative;
	padding-top: 23px;
	padding-bottom: 23px;
}
.site-header .container{
	display: flex;
	flex-flow: row;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	align-items: center;
}
/*.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%);*/
/*}*/
.error-header::after{
	content: '';
	display: none;
}
.site-branding{
	width: 100%;
	max-width: 100%;
	flex: 0 0 32%;
	/*margin-right: 90px;*/

}
#site-navigation{
width: 100%;
	max-width: 100%;
	flex: 0 0 32%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 0 0 0 0;
}
.flag{
	background: #201E30;
	border-radius: 10px;
	width: 100%;
	max-width: 45px;
	height: 100%;
	max-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 70px;
}
.flag-ico{
	width: 100%;
	max-width: 29px;
	height: 100%;
	max-height: 29px;
}
.error-main{
	height: 100%;
	max-height: calc(100% - 141px);
}
.error-header{
	height: 100%;
	max-height: 111px;
	position: relative;
	z-index: 10;
}
.error-header .container, section.error-404{
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
}
section.error-404 .page-content .container{
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.error-header .container .error-logo{
	width: 100%;
	max-width: 457px;
	height: 100%;
	max-height: 103px;
}
section.error-404 .page-content{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	margin-top: 0;
}
section.error-404 .error-logo img{
	width: 100%;
	max-width:373px;
	height: 100%;
	max-height: 188px;
}
.error-bkg{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	height: 100%;
}
.error-404 p{
	font-family: 'Poppins Semibold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 140px;
	line-height: 110%;
	color: #FFFAF3;
	width :100%;
	max-width: 100%;
	text-align: end;
	position: relative;
	z-index: 9;
 	margin-top: 10px;
	margin-bottom: 0;
	padding-right: 10%;
}
.error-404 span.error-msg{
	width: 100%;
	max-width: 1035px;
	height: auto;
	position: relative;
	z-index: 9;
	margin-left: auto;
	margin-right: 0;
}
.error-404 a {
	position: relative;
	z-index: 9;
}
.container{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
}
.container-2{
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
	/*padding-top: 20px;*/
	/*padding-left: 60px;*/
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
	max-height: 100%;
}
p{
	background: transparent;
}
.top-content{
	background: #303338;
	padding: 15px 0;
	margin-top: 0;
	position: relative;
	z-index: 10;
}
.top-content .container-2{
	padding-top: 0;
}
.top-content .content{
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.top-content .content p{
	font-family: 'Roboto Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	/* or 133% */
	color: #FFFFFF;
}
.top-content .content p:last-child{
	margin-bottom: 0;
}
.breadcrumbs{
	display: flex;
	flex-flow: row;
	/*margin-top: 12px;*/
	color: #FFFFFF;
	z-index: 5;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs span a{
	font-family: "Poppins Semibold", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22.4px;
	text-align: center;
	color: #FFFFFF;}
.breadcrumbs span:last-child a{
	color: #FF4200;
}
.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: flex-end;
	align-items: center;
	width: 100%;
	max-width: 100%;
	flex: 0 0 32%;
	padding-bottom: 3px;
}
#reg-btn{
	color: #FFFFFF;
	width: 100%;
	max-width: 125px;
	height: 45px;
	margin-bottom: 0;
	margin-right: 20px;
	border-radius: 56px;
}
#login-btn{
	color: #FFFFFF;
	width: 100%;
	max-width: 125px;
	height: 45px;
	border-radius: 56px;

}
a:focus{

}
.red-btn{
	background: #FD2D5E;
	box-shadow: 0px 3px 10px #212129;
	border-radius: 36px;
	font-family: "Rubik Medium", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	width: 160px;
	max-width: 100%;
	height: 40px;
	text-decoration: none;
	padding: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orange-btn{
	background: #E47437;
	box-shadow: 0px 5px 0px #C65619;
	border-radius: 6px;
	font-family: 'Rubik Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #F0F0F0;
	width: 125px;
	max-width: 100%;
	height: 45px;
	text-decoration: none;
	padding: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dark-btn{
	background: #9D2785;
	box-shadow: 0px 5px 0px #75005D;
	border-radius: 6px;
	font-family: "Rubik Medium", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	max-width: 227px;
	height: 50px;
	text-decoration: none;
	padding: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
/*First section*/
.head-section{
	background: #303338;
	max-height: 328px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
}
.head-section-block{
	display: flex;
	flex-flow: column;
	width: 100%;
	max-width: 1380px;
	padding: 37px 20px 48px 20px!important;
	background-size: cover!important;
	position: relative;
	z-index: 1;
}
.head-image-before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 885px;
	height: 100%;
	max-height: 339px;
	margin: 4px auto 0 auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	z-index: 1;
}
.head-section .reg-button{
z-index: 3;
}
.bonuses-head{
	/*padding-top: 20px;*/
}
	.img-head-after{
	content: '';
	display: block;
	position: absolute;
	right: 10%;
	bottom: 13px;
	width: 100%;
	max-width: 250px;
	height: 100%;
	max-height: 239px;
		z-index: 11;
}
#banner-title{
	font-family: 'Montserrat Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 63px;
	line-height: 77px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px #212129;
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	z-index: 3;
}
#banner-descr p{
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	color: #FFFAF3;
	width: 100%;
	max-width: 575px;
	margin-top: 0;
	height: 100%;
	max-height: 135px;
	margin-bottom: 36px;
}
/*End header*/
/* Welcome block start*/
.welcome-section{
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	position: relative;
	margin-top: 17px;
	display: flex;
	flex-flow: row;
	margin-bottom: 27px;
}
.left-welcome{
	flex: 0 0 auto;
	width: 100%;
	max-width: 620px;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
.right-welcome{
	flex: 0 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	width: 100%;
	max-width: 578px;
	height: 100%;
	max-height: 310px;
}
.right-welcome .banner-content{
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 66px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.welcome-section .container{
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.welcome-section .img-welcome-after{
	display: block;
	position: relative;
	/*left: 200px;*/
	/*top: -76px;*/
	/*content: url("imgs/pngwing-3.png");*/
	width: 100%;
	max-width: 285px;
	height: 267px;
	z-index: 3;
}
.welcome-block{

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	margin:  0 auto ;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	/*height: 140px;*/
	/*max-height: 100%;*/
	padding: 15px 0 20px 0;
	position: relative;
}
.bonus-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:  0 auto ;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	/*height: 140px;*/
	/*max-height: 100%;*/
	padding: 15px 0 20px 0;
	position: relative;
}
.m-auto{
	margin: 0 auto;
}

.welcome-block h1, .welcome-block p,.welcome-block h3, .welcome-block a{
	margin-top: 0;
	z-index: 10;
}
#welcome-title{
	margin-left: 0;
	font-family: 'Montserrat ExtraBold', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 53px;
	line-height: 65px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;
}
#welcome-title span{
	font-family: 'Rubik Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 43px;
	line-height: 51px;
	text-align: center;
	color: #FD2D5E;
}
#welcome-subtitle{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	width: 100%;
	max-width: max-content;
}
.welcome-sm{
	font-size: 33px!important;
	line-height: 40px!important;
}
.welcome-md{
	font-size: 43px!important;
	line-height: 52px!important;
}
.welcome-lg{
	font-size: 53px!important;
	line-height: 65px!important;
}
#welcome-subtitle{
	font-family: 'Montserrat ExtraBold', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 33px;
	line-height: 40px;
	text-align: center;
	color: #E47437;	margin-bottom: 0;
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-right: 10px;
}
#welcome-share, #welcome-share span{
	font-family: 'Montserrat ExtraBold', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 43px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;
}
#welcome-share span.welcome-lg{
	color: #E47437;
}
#welcome-descr{
	font-family: 'Montserrat ExtraBold', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 33px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}
.bonus-subtitle{
	font-family: Source Sans Pro, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 37px;
	line-height: 47px;
	color: #FFFFFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	margin-bottom: 29px;
	margin-top: 0;
	width: 100%;
	max-width: 471px;
}
.bonus-share{
	font-family: Source Sans Pro, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	color: #CCEAE3;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	margin-bottom: 0;
	margin-top: 0;
}
#welcome-descr p{
	font-family: Arial Narrow,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #102344;

}
.bonus-descr{
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}
/*Welcome block end*/
.decor-section h2.welcome-title{
	color: #FFFFFF;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	margin-bottom: 15px;
}

h2.welcome-title{
	font-family: 'Montserrat ExtraBold', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 53px;
	line-height: 65px;
	text-align: left;
	color: #000000;
	z-index: 10;
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto 15px auto;
}
h2.welcome-title.middle-title{
	font-family: 'Montserrat Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 33px;
	line-height: 40px;
}
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;
}
.reviews-block{
	width: 100%;
	max-width: max-content;
	margin: 0 auto 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.review-head{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: max-content;
	/*margin: 20px auto;*/
}
.review-title, .votes{
	font-family: 'Roboto Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	color: #F0F0F0;
	margin: 0;
	flex: 0 0 auto;
}
.rating-image{
	margin: 0 7px;
}
.rank-wrap{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
}
.rating-values{
	font-family: Impact, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 21px;
	/* identical to box height */
	text-align: center;
	color: #D79115;
	display: flex;
	flex-flow: row;
	align-items: center;
	position: relative;
}
.rating-name{
	font-family: 'Roboto Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	color: #F0F0F0;
	margin-right: 3px;
}

.rating-descr{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}

.content{
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1380px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */
	color: #FFFFFF;
	position: relative;
	z-index: 10;
}
.decor-section .content p, .decor-section .content ul>li, .decor-section .content ol>li {
	color: #FFFFFF;
}
.decor-section .dark-btn{
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}
.content p, .content ul>li,.content ol>li{
	font-family: 'Roboto Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 15px;
}
.content ul, .content ol{
	padding-left: 0;
	margin-left: 35px;
	margin-bottom: 15px;
}
.content ul>li:not(:last-child), .content ol>li:not(:last-child) {
	margin-bottom: 15px;
}
.decor-section{
	background: url("imgs/decor-bg.png"), #361730 center no-repeat;
	background-size: 100% 100%;
	padding-bottom: 15px;
	position: relative;
}
/*Download section*/
.download-app{
	background: #303338;
	padding: 0;
	margin-bottom: 20px;
}
.download-app .container{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	max-height: 583px;
	width: 100%;
	max-width: 1580px;
}
.download-right{
	background-image: url("imgs/load-before.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	max-width: 838px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-height: 549px;
	flex: 0 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	padding: 28px 28px 78px 30px;
}
.download-image-before{
	float: right;
	position: relative;
	width: 100%;
	max-width: 740px;
	height: 100%;
	bottom: -6px;
}
.top-group{
	flex: 0 0 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.ranks-wrap{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 41px;
	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%;
	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: #FFFAF3;	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;
}
.download-title{
	font-family: 'Poppins Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	color: #FFFAF3;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
}
.download-image{
	width: 100%;
	max-width: 336px;
	height: 100%;
	margin-bottom: 9px;
}
.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: 366px;
	height: auto;
}
.star-rating img.empty-stars {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 366px;
}
.download-link{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #9D2785;
	box-shadow: 0px 5px 0px #75005D;
	border-radius: 20px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	padding: 30px 88px 26px 88px;
	width: 100%;
	max-width: 451px;
	height: 100%;
	max-height: 100px;
	text-decoration: none;
}
/*Create table account*/
.create-account{
	overflow: hidden;
	position: relative;
}

/*Advantages*/
.advantages-section{
	position: relative;
	overflow: hidden;
	height: 100%;
	max-height: 349px;
	background-image: url("imgs/decor-bg.png");
	background-size: 100% 425px;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: -10px;
}
.advantages-group{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.advantages{
	list-style-type: none;
	flex: 0 0 auto;
	width: 100%;
	max-width: max-content;
}
.advantages>li{
	position: relative;
	display: flex;
	flex-flow: row;
}
.advantages>li:not(:last-child){
	margin-bottom: 30px!important;
}
#advantages-list>li::before{
	display: block;
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6667 19.3333V26H19.3333V19.3333L26 19.3333V16.6667L19.3333 16.6667V10H16.6667V16.6667L10 16.6667V19.3333L16.6667 19.3333Z' fill='%239D2785'/%3E%3C/svg%3E");
background-size: auto;
	background-repeat: no-repeat;
	background-position: top left;
	top: -4px;
	left: -56px;
	width: 100%;
	max-width: 36px;
	height: 36px;
}
#disadvantages-list>li::before{
	display: block;
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6667 19.3334H19.3333L26 19.3333V16.6667L19.3333 16.6667L16.6667 16.6666L10 16.6667V19.3333L16.6667 19.3334Z' fill='%239D2785'/%3E%3C/svg%3E");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top left;
	top: -4px;
	left: -56px;
	width: 100%;
	max-width: 36px;
	height: 36px;
}
/*Expert biography*/
.expert-content{
	display: flex;
	flex-flow: row;
	width: 100%;
	max-width: 100%;
}
.expert-descr{
	flex: 1;
	padding-left: 40px;
	padding-top: 25px;
}
.expert-name{
	margin: 10px 0 0;
	font-family: 'Roboto Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}
/*More details*/
.more-details-content{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.detailed-descr{
	font-family: 'Roboto Medium' ,sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #000000;
	width: 100%;
	max-width: 100%;
}
.details-table{
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-flow: column;
	height: 100%;
	max-height: 100%;
}
.detail-item{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	background: #303338;
	margin-bottom: 2px;
	padding: 10px 20px 10px 44px;
}
.detail-name{
	font-family: 'Rubik Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: start;
	color: #FF4200;
	flex: 0 0 30%;
	margin: 0;
}
.detail-value{
	font-family: 'Roboto Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	flex: 1;
}
/*Customer service*/
.service-caption{
	display: block;
	width: 100%;
	max-width: 100%;
	font-family: 'Roboto Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	text-align: right;
	color: #000000;
	margin-bottom: 15px;
}
/*Bonus requirements*/
.bonus-requirements-section{
	position: relative;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}
.bonus-requirements-section .container::before, .bonus-requirements-section .container::after {
	content: '';
	background-image: url("imgs/decor-msg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 100%;
	max-width: 380px;
	height: 457px;
	max-height: 100%;
	position: absolute;
	left: 0;
	transform: matrix(1, 0, 0, -1, 0, 0);
	top: -250px;
	z-index: 0;
}
.bonus-requirements-section .container::after{
	left: auto;
	top: auto;
	bottom: -164px;
	right: 0;
	transform: rotate(-5deg);
}
/*Question*/
.questions-content{
	padding: 0 0 45px 0;
}
#questions-title{
	text-align: center;
}
.questions-list{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin: 20px auto 0 auto;
	width: 100%;
	max-width: 1380px;
	background: #303338;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	padding: 10px 20px 30px 28px;
}
.questions-title{
	font-family: 'Montserrat ExtraBold', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 53px;
	line-height: 65px;
	text-align: center;
	color: #000000;
	margin: 0 auto 0 auto;
}

.question{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	padding: 10px 0 15px 16px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-bottom: 5px;
	position: relative;
}
.question::after{
	display: block;
	content: '';
	background-image: url("imgs/line.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 12px;
	width: 100%;
	max-width: 1321px;
	height: 12px;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.question:last-child{
	margin-bottom:0;
}
.question-name{
	flex: 0 0 25%;
	width: 100%;
	max-width: 100%;
	font-family: 'Rubik Bold', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #4A3323;
	margin: 0 0 4px 0;
	word-break: break-word;
}
.answer{
	font-family: 'Roboto Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	flex: 0 0 auto;
	width: 100%;
	max-width: 850px;
}
/*Banner group*/
.banners-group{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.banners-group .banners {
	margin-top: 12px;
	margin-bottom: 27px;
	padding: 25px 0 33px 38px;

}
.banner-container{
	width: 100%;
	max-width: 1380px;
	height: 100%;
	max-height: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.banners-group .banner{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 590px;
	position: relative;
	height: 100%;
	max-height: 100%;
	flex: 0 0 49%;
	margin-bottom: 20px;
}

.banners-group .bonus-block{
	background: #361730;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex: 0 0 auto;
	width: 100%;
	max-width: 594px;
	height: 100%;
	max-height: 100%;
	margin-top: 0;
	padding: 16px 13px 48px 14px;
	z-index: 10;
}
.banners-group .left-block {
	position: relative;
	width: 100%;
	max-width: 590px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	height: 228px;
	max-height: 236px;
	min-height: 228px;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 1px;
	display: flex;
	align-items: flex-end;
}
.banners-group .left-block .img-before{
	position: relative;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 236px;
	z-index: 10;
	object-fit: cover;
}
.bonus-title{
	font-family: 'Montserrat ExtraBold', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 50px;
	line-height: 65px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 0;
}
.bonus-descr{
	width: 100%;
	max-width: 594px;
	margin-top: 0;
}
.bonus-descr p{
	margin-bottom: 10px;
	margin-top: 0;
	font-family: 'Roboto Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.banners-group .banner .left-img{
	filter: drop-shadow(2px 4px 11px rgba(0, 0, 0, 0.3));
	border-radius: 5px;
	position: relative;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 172px;
	z-index: 9;
}
.bonus-register{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
/*Footer*/
footer{
	background: url("imgs/decor-bg.png"), #361730 no-repeat center;
	background-size: 100% 425px;
	background-position-y: -45px;
	position: relative;
	height: 100%;
	max-height: 100%;
}
.foot-container{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 23px;
	padding-top: 35px;
}
footer.error-footer{
	padding: 0;
	margin-top: 0;
	height: auto;
	max-height: 30px;
	background: transparent;
}

.error-footer .foot-container{
    padding: 0;
    justify-content: center;
    align-items: center;
}
.error-footer .site-info{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
}
.error-footer .site-info span{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	max-width: max-content;
	margin: 5px 0 5px 0;
	height: 100%;
	max-height: 20px;
	position: relative;
	z-index: 10;
}

#btn-to-top{
	position: sticky;
	display: none;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 58px;
	height: 58px;
	bottom: 20px;
	right: 55px;
	margin-left: auto;
	border: 3px solid #E64032;
	box-sizing: border-box;
	border-radius: 31px;
	z-index: 999;
	margin-bottom: 20px;
}
#btn-to-top.fixed{
	display :none;
}

/*footer::before{*/
/*	content: url("data:image/svg+xml,%0A%3Csvg width='1204' height='32' viewBox='0 0 1204 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 31H573.916L602 11.1695L587.598 1L560.955 19.8136H381.651' stroke='url(%23paint0_linear_65_897)'/%3E%3Cpath d='M1204 31H630.084L602 11.1695L616.402 1L643.045 19.8136H822.349' stroke='url(%23paint1_linear_65_897)'/%3E%3Cpath d='M958 20H262' stroke='%23FEC882'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_897' x1='0' y1='1' x2='602' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2394897A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2394897A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_65_897' x1='1204' y1='1' x2='602' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2394897A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2394897A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");*/
/*	position: absolute;*/
/*	top: 7px;*/
/*	left: 50%;*/
/*	width: 100%;*/
/*	max-width: 1204px;*/
/*	transform: translateX(-50%);*/
/*}*/
footer .site-info{
	display: flex;
	flex-flow: column;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 75px;
	margin-right: 62px;
	flex: 0 0 auto;
	position: relative;
	z-index: 10;
}

footer .site-info a{
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	text-align: center;
	justify-content: center;
}
footer .site-info a img{
	width: 100%;
	max-width: 335px;
	height: 100%;
	max-height: 76px;
}


footer span.all-rights{
	width: 100%;
	max-width: max-content;
	text-decoration: none;
	font-family: Arial Narrow, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #E5E5E5;
	margin: 4px auto 0 auto;
	position: relative;
	z-index: 10;
}
.right-footer{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}
#foot-descr{
	margin-top: 15.89px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 1135px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	background-color: transparent;
	position: relative;
	z-index: 10;
}
.payments-links-group{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 875px;
	padding-top: 0;
	margin-top: 0;
	position: relative;
	z-index: 10;
}
.payments-links-group .payment-link{
	text-decoration: none;
	width: 100%;
	max-width: max-content;
	flex: 0 0 auto;
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-right: 25px;
	margin-bottom: 15px;
}
.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: 1440px) {
	.container, .container-2{
		padding: 0 20px;
	}
.download-app .container{
	padding-right: 0!important;
	padding-left: 0!important;
}
.download-image-before{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.download-right{
	margin-left: 0;
	margin-right: auto;
	z-index: 10;
}
	.banners-group .left-block{
		flex: 0 0 45%;
	}

	.banner-container{
		max-height: 100%;
		padding-top: 40px!important;
	}
	h2.welcome-title{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1290px) {

	.welcome-section div.case{
		left: 15%;
	}
.head-section, .welcome-section{
	max-width: 100%;
	max-height: 100%;
}
	.img-head-after{
		bottom: -11px;
	}
	.error-image-after{
		height: 100%;
		opacity: .7;
		z-index: 0;
	}
	.error-404 p{
		font-size: 100px;
	}
	.left-welcome{
		flex: 0 0 40%;
	}
	.advantages-section{
		max-height: 100%;
		padding-bottom: 20px;
	}
	.advantages-section .content{
		padding: 0 20px;
	}
	.banner-container{
		margin-bottom: 20px;
		height: 100%;
		max-height: 100%;
	}
	.answer{
		flex: 0 0 75%;
	}
	.advantages-group{
		margin-top: 20px;
	}
	.banners-group .left-block{
		flex: 1;
		width: 100%;
		height: 100%;
		max-height: 100%;
	}
	.banners-group .bonus-block{
		flex: 0 0 50%;
		max-width: 100%;
		padding-left: 30px;
	}
	.banners-group .banner::after{
		top: auto;
		bottom: 10px;
		right: auto;
		left: 50%;
		transform: translateX(-50%) translateY(0);
	}
	.banners-group .left-block .img-before{
		position: relative;
		bottom: 0;
	}
	.banners-group .banner{
		flex-wrap: wrap;
		height: 100%;
		max-height: 100%;
		justify-content: center;

	}
	.bonus-register{
		margin-left: auto;
		margin-right: auto;
	}
	footer.error-footer::before{
		display: none;
	}
	footer .site-info{
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.right-footer{
		margin: 0 auto;
		justify-content: center;
	}
	.payments-links-group{
		justify-content: center;
	}
	.question{
		height: 100%;
		max-height: 100%;
		padding: 21px 30px 18px 30px;
	}
	footer{
		max-height: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.site-header{
		height: 100%;
		max-height: 100%;
	}
	#site-navigation{
		margin-right: 0;
	}
	.main-navigation li{
		margin-right: 10px;
	}
	.custom-logo-link img{
		max-width: 150px;
	}
	.banners-group .left-block{
		flex: 0 0 100%;
	}
	.decor-section{
		background-size: cover;
	}
	.flag{
		margin-left: 0;
	}
	.log-reg-buttons{
		max-width: 320px;
	}
	.download-right{
		margin-left: auto;
		margin-right: auto;
		z-index: 10;
	}
	.img-head-after{
		bottom: -9px;
	}
	.head-section{
		max-height: 100%;
	}
	#banner-descr, #banner-title, .light-btn{
		z-index: 3;
	}
	.error-404 span.error-msg{
		margin-left: 0;
		margin-right: 0;
	}
	.question{
		flex-wrap: wrap;
	}
	.answer, .question-name{
		flex: 0 0 100%;
}
	.detail-name,.detail-value{
		flex: 0 0 49%;
	}
	section.error-404 .page-content .container{
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.error-footer .site-info, .error-header .container{
		display: flex;
		justify-content: center;
		align-items: center;

	}
	.error-404 p{
		margin-left: 0;
		font-size: 90px;
	}
	.head-section::before{
		top: auto;
	}
	.head-section .img-right-after{
		max-height: 100%;
	}
	.site-header::after, .head-section::after, .block-with-border::after{
		transform: matrix(1, 0, 0, -1, 0, 0);
		left: 0;
	}
	.container,.container-2{
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		height: 100%;
		max-height: 100%;
	}
	.download-app .container{
		flex-wrap: wrap;
		justify-content: space-between;
		overflow: initial;
	}
	.download-right{
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.download-image{
		margin-bottom: 20px;
	}
	.right-welcome{
		background-position: top center;
		background-size: contain;
		margin: 0 auto;
	}
	.left-welcome{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.welcome-section .img-welcome-after{
		z-index: 0;
	}
	.welcome-block{
		margin-left: 0;
		max-width: 100%;
		z-index: 3;
	}
	.welcome-block .case{
		margin-left: 20px;
	}
	.welcome-block #welcome-title, #welcome-title span, .bonus-title{
		font-size: 40px;
	}

	#banner-descr{
		max-width: 50%;
	}
	#welcome-share, #welcome-share span{
		font-size: 40px;
	}
	.welcome-descr{
		margin-right: 0;
		font-size: 12px!important;
	}
	.content p, .content ul>li, .content ol>li{
		font-size: 14px;
	}

	.questions-list{
		margin-bottom: 0;
	}
	footer{
		height: 100%;
		max-height: 100%;
	}
	footer .site-info{
		margin: 0 auto 20px auto;
	}
	.error-footer .foot-container{
		padding: 0 20px;
	}
	.right-footer, .payments-links-group{
		justify-content: center;
	}
	/*#btn-to-top{*/
	/*	bottom: 280px;*/
	/*}*/
	.banners-group .banner .left-img{
		max-width: 65%;
	}
	.banners-group .bonus-block{
		flex: 0 0 100%;
		max-width: 700px;
		padding-left: 10px;
		padding-right: 10px;
		justify-content: center;
		align-items: center;
	}

}
@media screen and (max-width: 900px) {
	.head-section .img-right-after{
		display: none;
		content: '';
/* 		max-width: 390px; */
		max-width: 100%;
		top: auto;
		bottom: 0;
	}
	/*.main-navigation ul{*/
	/*	flex-flow: row;*/
	/*	flex-wrap: wrap;*/
	/*}*/
	/*.main-navigation li.button-list{*/
	/*	margin-top: 20px;*/
	/*}*/
		.question{
		flex-flow: column;
		flex-wrap: nowrap;
		height: auto;
		max-height: 100%;
	}
	.question-name{
		flex: 0 0 auto;
	}

	.info-table{
		padding-left: 20px;
	}
	.bonus-descr p{
		line-height: 28px;
	}
	.log-reg-buttons{
		display: flex;
		flex-flow: row;
	}
	.banners-group .left-block{
		max-width: 700px;
		background-repeat: no-repeat!important;
		background-size: cover!important;
	}
	.banners-group .banner .right-img{
		max-width: 100%;
		max-height: 100%;
		z-index: 0;
	}
	.site-description{
		display: none;
	}
	.welcome-section .img-welcome-after{
		max-width: 100%;
	}
	.welcome-block #welcome-share, .bonus-share{
		font-size: 30px;
	}
	.welcome-block #welcome-descr, .bonus-descr{
		font-size: 30px;
	}
	h2.welcome-title{
		line-height: 45px;
	}
	#banner-descr{
		max-width: 100%;
	}

	.banner-container{
		flex-wrap: wrap;
		justify-content: center;
	}
	.banners-group .banner{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.question::after{
		background-size: contain;
	}
	footer{
		max-height: 100%;
	}
	.error-404 p{
		font-size: 75px;
	}
}
@media screen and (max-width: 768px) {
	#site-navigation{
		margin: 0;
		width: auto;
		justify-content: flex-end;
		flex: 1;
	}
	.site-description{
		display: none;
	}
	.site-header .container{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.main-navigation li{
		margin-right: 20px;
	}
	.site-header{
		padding-bottom: 20px;
	}
	.download-image-before{
		display: none;
	}
	.error-header{
		padding-top: 0;
		padding-bottom: 0;
	}
/* 	section.error-404 .error-logo{
		margin-top: 60px;
	} */
	.welcome-block{
		padding-top: 0;
		padding-bottom: 0;
	}

	.banners-group .banner::after{
		left: 50%;
		transform: translateX(-50%);
	}
	h2.welcome-title{
		font-size: 45px;
	}
	.error-404 p{
		margin-top: 15px;
		font-size: 55px;
		padding: 0;
		text-align: center;
	}
	.error-404 span.error-msg{
		font-size: 200px;
		line-height: 60%;
	}
/* 	.error-main{
		height: 360px;
	} */
	.menu-toggle{
		position: relative;
		display: flex!important;
	}

	.main-navigation.toggled .menu-toggle span{
		left: 12px;
		top: 13px;
	}
	.main-navigation ul{
		align-items: center;
		display: none!important;
	}
	.main-navigation a#reg-btn{
		padding: 8px 0 0 0;
	}
	.main-navigation a#login-btn, .main-navigation a#reg-btn{
		padding: 14px 6px;
		text-align: center;
		margin-bottom: 20px;
	}
	.main-navigation.toggled ul#primary-menu{
		display: flex!important;
		flex-flow :column;
		background: #303338;		border-radius: 10px;
		-webkit-box-shadow: 1px 1px 10px rgb(38 45 51 / 20%);
		box-shadow: 1px 1px 10px rgb(38 45 51 / 20%);
		position: absolute;
		top: 40px;
		width: 100%;
		max-width: 200px;
		padding: 10px;
		height: auto;
		z-index: 15;
		right: 20px;
	}
	.main-navigation li::before{
		display: none;
	}
.log-reg-buttons {
	display: none;
}
	.main-navigation.toggled ul>li{
		margin-bottom: 20px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		margin-right: 0;
	}

	.main-navigation.toggled ul>li.button-list{
		display: flex;
		flex-flow: column;
		align-items: flex-end;
	}
	.main-navigation.toggled ul>li.button-list a{
		margin-bottom: 20px;
	}
	#reg-btn{
		margin-right: 0;
	}
	#banner-title{
		font-size: 30px;
		line-height: 45px;
	}
	#banner-descr{
		font-size: 10px;
		width: auto;
		max-width: 100%;
		margin: 0;
	}

	#banner-descr p{
		max-height: 100%;
	}
	.welcome-block #welcome-share{
		padding-bottom: 10px;
	}
	.bonus-title{
		line-height: 40px;
	}
	.download-image{
		max-width: max-content;
	}
	.download-app .container{
		justify-content: center;
	}
.log-reg-buttons{
	flex-wrap: nowrap;
	/*display: none;*/
}
	.detail-item{
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		padding: 10px 20px;
	}
	.detail-name, .detail-value{
		flex: 0 0 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	#btn-to-top{
		right: 10px;
}
.container-2{
	flex: 0 0 100%;
}


	.welcome-section{
		/*margin-bottom: 0!important;*/
		padding-bottom: 5px!important;
	}
	.banner-content #welcome-subtitle{
		font-size: 30px;
	}
	.right-welcome .banner-content{
		padding-top: 25px;
	}
	.left-welcome, .right-welcome{
		width: 100%;
		max-width: 100%;
		background-size: contain;
		background-position: top center;
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.advantages-group{
		flex-wrap: wrap;
		justify-content: center;
	}
	.advantages{
		flex: 0 0 100%;
		width: 100%;
		max-width: 70%;
		margin-bottom: 20px;
	}
	.advantages-section .content{
		padding: 0;
	}
	.advantages-section .container::after{
		bottom: -40%;
	}

/* 	.question{
		flex-flow: column;
		flex-wrap: nowrap;
		height: auto;
		max-height: 100%;
	} */
/* 	.question-name{
		flex: 0 0 auto;
	} */
	footer .site-info{
		flex-flow: row;
		max-width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	footer .site-info a{
		/*margin-right: 30px;*/
	}
	.foot-container{
		padding-top: 20px;
		flex-wrap: wrap;
	}
	.banners-group .bonus-block{
		flex-flow: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin: 0;
		max-width: 100%;
		padding-bottom: 20px;
	}
	.right-welcome .banner-content{
		flex-flow: column;
	}
	.banners-group .banner .right-img{
		width: 60%;
		height: 95%;
		right: 0!important;
	}

	.welcome-block{
		margin-bottom: 0;
	}

	.welcome-section{
		padding-bottom: 40px;
		margin-bottom: 0;
	}

	.welcome-block #welcome-subtitle, .bonus-subtitle{
		font-size: 35px;

	}
	.payments-links-group{
		flex-wrap: wrap;
	}
	.payment-link{
		margin-bottom: 20px;
	}
	.info-content{
		flex: 0 0 100%;
		margin-top: 20px;
		max-width: 100%;
		max-height: 100%;
	}
	.info-table{
		flex-wrap: wrap;
		justify-content: space-around;
		padding-bottom: 70px;
	}
	.info-table .info-col{
		flex: 0 0 49%;
	}
	.info-content a{
		bottom: 10px;
	}
	/*#btn-to-top{*/
	/*	right: 10px;*/
	/*	bottom: calc(100% + 20px);*/
	/*}*/
}
@media (min-width: 560px) and (max-width: 725px) {
/* 			.head-section .img-right-after{
		display: block;
					right: 0;
		max-width: 250px;
		max-height: 250px;
	}
 	.welcome-section .img-welcome-after{
		display: block;
		right: 0;
		max-width: 250px;
		max-height: 250px;
	}  */
	.welcome-block .welcome-descr, .bonus-descr{
	}

	.info-content{
		max-height: 100%;
	}
	
}
@media screen and (max-width: 650px) {
	.main-navigation ul#primary-menu{
		display: none;
	}
	.main-navigation.toggled ul#primary-menu{
		display: flex;
	}
	h2.welcome-title{
		font-size: 35px;
	}
	#reg-btn{
		margin-right: 0;
	}
	.create-account .container::before{
		left: 50%;
		transform: matrix(1, 0, 0, -1, 0, 0) translateX(-50%);
	}
	.create-account .container::after{
		display: none;
	}
	.star-rating #star img, .star-rating img.empty-stars{
		max-width: 280px;
	}
	.expert-content{
		flex-wrap: wrap;
		justify-content: center;
	}
	.expert-descr{
		flex: 0 0 100%;
		padding-left: 0;
	}
	.error-image-after{
		display: none;
	}
	#welcome-share, #welcome-share span, .welcome-block #welcome-title, #welcome-title span, .bonus-title,.welcome-block #welcome-subtitle, .bonus-subtitle {
		font-size: 35px;
	}
	.banner-container:not(:last-child){
		margin-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	.log-reg-buttons{
		display: none;
	}
	#welcome-subtitle{
		display: flex;
		flex-flow: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.site-header{
		backdrop-filter: none;
	}
	.download-title{
		margin-bottom: 20px;
	}
	.download-link{
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		justify-content: space-around;
	}
	.top-group{
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.star-rating #star img, .star-rating img.empty-stars{
		max-width: 200px;
	}
	.download-right{
		padding-bottom: 22px;
	}
#reg-btn{
	margin-right: 0;
}
}
@media screen and (max-width: 560px) {
	.head-section{
		max-height: 100%;
		/*padding-bottom: 25px;*/
	}
	.error-header .container .error-logo{
		height: auto;
		width: 90%;
	}
	.site-header{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#banner-title{
		line-height: 40px;
	}
	.welcome-section{
		margin-bottom: 0;
	}
	.welcome-section .container {
		background-size: 250% 120%;
	}
	.top-content .container{
		padding-bottom: 0;
	}
	.top-content{
		margin-bottom: 0;
	}
		.head-section .img-right-after{
		display: none;
	}
	.download-app .container{
		padding-top: 0;
		padding-bottom: 0;
	}
	.img-head-after{
		display: none;
	}
	.info-image-after{
		bottom: 20px;
	}
	.info-content a{
		position :relative;
		bottom: 0;
		left :auto;
		margin: 5px auto;
		transform: none;
	}
	.error-404 span.error-msg{
		font-size: 150px;
	}
	#banner-descr p{
		max-height: 100%;
	max-width: 95%;
	}
	.container, .container-2{
		padding: 5px 10px;
	}
	h2.welcome-title{
		font-size: 25px;
		margin-bottom: 5px;
		line-height: 40px;
		/*margin-left: 20px;*/
		/*margin-right: 20px;*/
	}
	.banner-content #welcome-subtitle{
		font-size: 30px;
		max-width: 95%;

	}
	h2.decor-title::before, h2.decor-title::after{
		display: none;
	}
	.welcome-block{
		max-height: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.welcome-section{
		max-height: 100%;
	}
		.welcome-section .img-welcome-after{
		display: none;
	}
	.detail-item{
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.detail-name{
		margin-bottom: 10px;
		margin-right: 0;
	}
	.content{
		margin: 0;
	}
	.banner-container{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.bonus-descr p{
		font-size: 18px;
	}
	.banners-group .banner{
		padding-bottom: 0;
	}
	.banners-group .bonus-block{
		padding: 14px 0 0 35px;
		width: 100%;
		max-width: 90%;
		margin-bottom: 0;
	}
	.download-right{
		background-size: cover;
	}
	.banners-group .banner .right-img{
		width: 50%;
		height: 75%;
	}
	h2.decor-title::after {
		left: 0;
		top: auto;
	}
	.banners-group .banners{
		padding-left: 0;
	}
	.banners-group .banner .left-img{
		max-width: 90%;
	}
	.banners-group .bonus-block{
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.banners-group .banner:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#foot-descr{
		text-align: center;
		margin-bottom: 20px;
	}
	.error-main{
		height: calc(100vh - 54px);
	}
	.error-header{
		padding-bottom: 0!important;
		padding-top: 0!important;
	}
	section.error-404{
		justify-content: flex-start;
	}
	section.error-404 .page-content{
		justify-content: flex-start;
		margin-left: 20px;
		margin-top: auto;
		margin-bottom: auto;
	}
	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 :84px;
		max-height: 100%;
		padding: 0 0 30px 0;
		margin-top: -30px;
		background-position: top left;
	}
	.error-bkg{
		height: 100%;
	}
	section.error-404 .error-logo{
		display: none;
	}
	footer .site-info{
		/*margin-bottom: 40px;*/
	}
	footer .site-info a:first-child{
		margin: 7px auto 0 auto;
		max-width :100%;
	}
	.error-footer .site-info{
		margin-right: 0;
	}
	.error-footer .foot-container{
		padding:10px;
	}
	.error-404 p{
		font-size: 50px;
	}
	.error-footer .site-info a:first-child{
		margin: 0 auto;
				flex: 0 0 100%;

	}

	}
@media screen and (max-width: 445px) {
	.advantages>li::before{
		left: -44px!important;
	}
	.welcome-section .img-welcome-after{
		display: none;
	}

	#welcome-share, #welcome-share span, .welcome-block #welcome-title, #welcome-title span, .bonus-title,.welcome-block #welcome-subtitle, .bonus-subtitle {
		font-size: 35px;
	}
	.banners-group .banner .right-img{
		display: none;
}
	.banner-content #welcome-subtitle {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.advantages{
		max-width: 80%;
	}
	.right-welcome .banner-content{
		padding-top: 20px;
	}

	.games-links-group .game-link{
		justify-content: center;
	}
.questions-title{
		padding-left: 20px;
	}
	.error-404 p{
		font-size: 35px;
	}
	}
@media screen and (max-width: 375px) {

	.left-welcome, .right-welcome{
		background-size: cover;
	}
	.welcome-section .container{
		background-size: 120% 350%;
	}
	.games-links-group .game-link{
		flex: 0 0 49%;
	}
	/*#disadvantages-list>li:not(:last-child){*/
	/*	margin-bottom: 15px!important;*/
	/*}*/
	.error-404 span.error-msg {
font-size: 100px;
}

	span.all-rights{
		max-height: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 320px) {
	.games-links-group .game-link{
		flex: 0 0 49%;
	}
}
