/*!
Theme Name: casinovodka-win
Text Domain: casinovodka-win
*/

/*--------------------------------------------------------------
>>> 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;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;clear:both;
}
* {box-sizing:border-box;}
/**
* 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;
	text-decoration:none;
}

/**
* 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;
	max-width: 100%;
}

/* 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: #fff;
	font-family: Roboto, 'Helvetica Neue', Arial,  sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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
--------------------------------------------- */

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

ul,
ol {padding:0;
	margin: 0 0 15px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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%;
	border-collapse: collapse;
	border:1px solid rgba(255,255,255,0.1);
}
table td, table th {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}
/* Links
--------------------------------------------- */
a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button.btn,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	padding: 10px 30px;
	background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
		linear-gradient(180deg, #79cdfd, #1a64fc);
	box-shadow: 0 5px 6px 0 #11141b1f, 0 0 36.54px 0 #3a7cffab;
	color: #fff;
	transition: box-shadow 0.3s ease;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	max-width: fit-content;
	border: none;
	font-size: 15px;
	white-space: nowrap;
	max-height: 60px;
}

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle {
	width: 50px;
	height: 50px;
	background-color: #121a29;
	border: none;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	cursor: pointer;
}

.icon-bar {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #475774;
}

.main-navigation.toggled ul {
	display: flex;
	flex-direction: column;
}

.main-navigation.toggled ul {
	position: fixed;
	top: 80px;
	right: 0;
	left: 0;
	background-color: rgba(25, 33, 54);
	padding: 50px;
}

.admin-bar .main-navigation.toggled ul {
	top: 80px;
}

@media screen and (min-width: 920px) {
	.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;display:block;
}

.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 {
	max-width: 200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 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;
}

/* Custom style */

/* Header */

.site-header {
	display: flex;
	gap: 10px;
	position: fixed;
	justify-content: space-between;
	padding: 5px 10px;
	height: 80px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	-webkit-backdrop-filter: blur(13px);
	backdrop-filter: blur(13px);
	border-bottom: 1px solid #475774;
}

.admin-bar .site-header {
	top: 32px;
}

.site-branding {
	margin-right: auto;
}

.main-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 20px;
}

.main-navigation ul {
	gap: 20px;
}

.main-navigation a:hover,
.current-menu-item a {
	color: #41c6ff;
}

.afflinks {
	display: flex;
	align-items: center;
	gap: 10px;
}

.afflinks .btn:first-child {
	display: none;
}

@media (min-width: 600px) {
	.afflinks .btn:first-child {
		display: inline-block;
	}
}

.btn,
.wp-element-button,
.home .entry-content a {
	display: inline-block;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none;
	line-height: 43px;
	text-align: center;
	height: 43px;
	width: fit-content;
	padding: 0 30px;
	background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
		linear-gradient(180deg, #79cdfd, #1a64fc);
	border-color: #0000;
	position: relative;
	overflow: hidden;
}

.btn__animate:before {
	content: '';
	width: 100%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: blur;
	background: linear-gradient(
		to left,
		transparent 0%,
		#fff 40%,
		#fff 60%,
		transparent 100%
	);
	transform: translate(-100%, -25%) rotate(10deg);
	animation: blick 10s infinite;
}

@keyframes blick {
	0% {
		transform: translate(-100%, -25%) rotate(10deg);
	}
	20% {
		transform: translate(100%, -25%) rotate(150deg);
	}
	100% {
		transform: translate(100%, -25%) rotate(40deg);
	}
}

.site-main {
	padding: 110px 10px;
}

.admin-bar .site-main {
	padding-top: 100px;
}

.main-banner {
	min-height: 300px;
	display: flex;
	align-items: center;
	/* 	max-width: 800px; */
	margin: 0 auto 20px;
	padding: 20px;
	position: relative;
	background: url("/wp-content/uploads/2025/11/bonusBackeNew.jpg");
}

.main-banner:after {
	display: block;
	content: '';
	width: 360px;
	height: 300px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/other/authBanner.png');
	filter: brightness(40%);
}

.main-banner__content {
	z-index: 1;
}

.main-banner__text {
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 20px;
	max-width: none;
/* 	width: 100%; */
}

.main-banner__text span {
	color: #41c6ff;
}

.main-banner__content .btn {
	text-transform: uppercase;
}

@media (min-width: 500px) {
	.main-banner:after {
		filter: none;
	}
	
	.main-banner__content {
					max-width: 350px;
    margin-right: 300px;
	}
}

@media (min-width: 830px) {
	.main-banner {
		min-height: 350px;
		justify-content: center;
	}

	.main-banner:after {
		height: 370px;
		width: 500px;
		background-repeat: no-repeat;
		background-position: right top;
		left: 50%;
		right: auto;
	}
}

.games,
.articles {
	max-width: 1400px;
	margin: 30px auto;display:block;clear:both;
}

.games__title,
.articles__title {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	background: rgba(25, 33, 54, 0.765);
	padding: 20px;
	display: inline-flex;
	align-items: center;
}

.games__title::before,
.articles__title::before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 10px;
	background-repeat: no-repeat;
	background-size: cover;
}

.games__title::before {
	background-image: url('/wp-content/uploads/other/games.svg');
}

.articles__title::before {
	background-image: url('/wp-content/uploads/other/articles.svg');
}
.clear {
	content: "";
	display: table;
	table-layout: fixed;
}
.games__list {
	margin:0 -15px;
	list-style: none;
	padding: 0;
	margin: 0;

}
.game {
	width: 23%;float:left;
	margin:1%;

	padding: 20px;
	background: #11192d;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

/* .game .play-btn {
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
content: '';
width: 60px;
height: 60px;
position: absolute;
background-image: linear-gradient(180deg, #41c6ff, #1a64fc),
linear-gradient(180deg, #79cdfd, #1a64fc);
box-shadow: 0 5px 6px 0 #11141b1f, 0 0 36.54px 0 #3a7cffab;
border-radius: 25%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s;
}

.game:hover .play-btn {
opacity: 1;
} */

.game__img {
	height: 100%;
	width: 40%;
	object-fit: cover;
}

.game__action {
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.game__action .btn {
	width: 100%;
	padding: 0;
	font-size: 15px;
}

ul.wp-block-list li {
	list-style-type: disclosure-closed;
}

.site {
	max-width: 1200px;
	margin: 0 auto;
}

.wp-block-quote {
	border: 5px solid #212f4433;
	border-radius: 40px;
	box-shadow: 0 0.542px 0.722px 0 #070d1624;
	padding: 40px;
}

.wp-element-caption {
	color: #b4b3b3;
	text-align: center;
}

.wp-block-table table,
table.wp-block-table {
	background: #26304d;
	background: linear-gradient(
		180deg,
		rgba(38, 48, 77, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
}

.wp-block-table table td,
table.wp-block-table td,
.wp-block-table table th,
table.wp-block-table th {
	text-align: center;
	border: 5px solid #212f4433;
	box-shadow: rgba(255, 255, 255, 0.12) 0px 1px 3px,
		rgba(255, 255, 255, 0.24) 0px 1px 2px;
}

@media (max-width: 900px) {
	.wp-block-table table,
	table.wp-block-table,
	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 20px;
		background: none;
		border: none;
	}
}

.content-wrapper {
	display: flex;width:100%;
	flex-direction: column;
}

.search-field[type='search'] {
	width: 100%;
	background-color: #192232;
	color: #fff;
	border-radius: 0;
	display: flex;
	height: 40px;
	padding: 0 10px;
	border: none;
	caret-color: #fff;
}

.search-field[type='search']:focus {
	color: #fff;
}

.search-field:focus {
	outline: 2px solid #212f44;
}

.screen-reader-text {
	color: #fff;
}

.search-submit {
	display: none;
}

.content-wrapper article,
.widget-area {
	padding: 0 20px;
}

.widget-area #recent-posts-2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-area #recent-posts-2 ul li {
	box-shadow: rgba(255, 255, 255, 0.12) 0px 1px 3px,
		rgba(255, 255, 255, 0.24) 0px 1px 2px;
	padding: 10px;
	margin-bottom: 5px;
}

.widget-area #recent-posts-2 ul a:hover {
	color: #41c6ff;
}

.content-wrapper aside.widget-area {
	margin-top: 30px;
}

@media (min-width: 900px) {
	.content-wrapper {
		display:block;clear:both;
	}

	.content-wrapper article {
		width: 70%;float:left;
	}

	.content-wrapper aside.widget-area {
		width: 30%;float:left;
	}
}

.subscribe {
	padding: 20px;
	margin: 20px 0;
	display:block;
	background: #11192d;
}

.subscribe__title {
	font-size: 30px;
	font-weight: 900;
	margin: 10px 0;
}

.subscribe__text {
	margin: 0;
}
.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='url'],
textarea,
select,
.form-control {
	background-color: #192232;
	color: #fff !important;
	border-radius: 20px;
	border: none;
	padding: 20px;
}

textarea:focus {
	outline: 2px solid #212f44;
}

.sidebardata {
	background: #26304d;
	background: linear-gradient(
		180deg,
		rgba(38, 48, 77, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	padding: 20px;
}

.sidebardata__title {
	margin: 0;
}

.sidebardata__text {
	font-weight: 900;
	margin: 0;
}

.sidebardata__item {
	padding: 20px 0;
}

.sidebardata__item:last-child {
	border: none;
}

.game-frame {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}

.game-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.articles__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
}

.article {
	width: 23%;
	height: auto;
	padding: 20px;
	background: #11192d;
	overflow: hidden;
}
@media (max-width:991px) {
	.article, .game {width: 31%;}
}
@media (max-width:767px) {
	.article, .game {width: 48%;}
}
@media (max-width:567px) {
	.article, .game {width: 98%;}
}
.article__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 100%;
}

.article__img {
	height: 100px;
	object-fit: cover;
}

.article__title {
	font-size: 18px;
	line-height: 1;
}

.last-reviews {
	margin-top: 30px;
	padding: 10px;
}

.last-reviews-title {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
}

.review-item {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 40px;
}

.review-item-about {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.review-text {
	margin-bottom: 5px;
}

.review-item-contact p {
	margin: 0;
}

.review-avatar {
	object-fit: cover;
}

.mirrorcontent__btn {
	padding: 0 10px;
	font-size: 18px;
	margin: 0 30px;
}

.mirrorcontent__title,
.bonuscontent__title {
	font-size: 25px;
}

.bonuscontent__item {
	text-align: center;
	border: none;
	background: #26304d;
	background: linear-gradient(
		180deg,
		rgba(38, 48, 77, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	box-shadow: rgba(255, 255, 255, 0.12) 0px 1px 3px,
		rgba(255, 255, 255, 0.24) 0px 1px 2px;
	padding: 20px;
	display: flex;
	gap: 20px;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.bonuscontent__text {
	text-align: center;
}

.bonuscontent__text p {
	margin: 0;
}

.bonuscontent__btn {
	width: 100%;
	font-size: 20px;
	font-weight: 900;
}

@media (min-width: 700px) {
	.bonuscontent__item {
		flex-direction: column;
		text-align: left;
	}
}

.support__item img {
	float: left;
	margin-right: 5px;
}

.support__title {
	line-height: 20px;
	font-size: 16px;
	margin: 5px 0;
}

.comment-list {
	margin: 0;
}

/* footer */

.site-footer__item {
	margin: 0 auto;
	padding: 20px;
	max-width: 1400px;
	width: 100%;
	border-bottom: 1px dashed #273140;
}

.site-footer__item_bg_dark {
	border: none;
	background: #26304d;
	background: linear-gradient(
		180deg,
		rgba(38, 48, 77, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	box-shadow: rgba(255, 255, 255, 0.12) 0px 1px 3px,
		rgba(255, 255, 255, 0.24) 0px 1px 2px;
}

.site-footer__nav ul {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__nav ul a {
	text-decoration: none;
}

.site-footer__nav ul a:hover {
	color: #41c6ff;
}

.footer-nav ul {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}

.site-footer {
	text-align: center;display:block;clear:both;position:relative;width:100%;
}

.site-footer__images {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

.site-footer__images img {
	max-width: 70px;
	max-height: 30px;
	width: 100%;
	height: 100%;
}

@media (min-width: 700px) {
	.site-footer__images img {
		max-width: 120px;
		max-height: 30px;
	}
}
.games-category ul {
	margin: 20px auto;
	padding: 0 0 20px;
	list-style: none;
	display: flex;
	gap: 30px;
	overflow: auto;
}

.games-category ul li {
	background: linear-gradient(180deg, rgba(38, 48, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.games-category ul li a {
	text-decoration: none;
	display: inline-block;
	padding: 20px;
	white-space: nowrap;
}

.widget-title {
	font-size: 25px;
	margin-bottom: 10px;
}

.home .entry-content a:not(.btn) {
	font-size: 18px;
	font-weight: 900;
}


.block-promo {
	margin: 20px 0;
	position: relative;
	z-index: 3;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.promoblock {
	border-radius: 28px;
	border: 4px solid #309bfd;
	background: #192232;
	text-align: center;
	padding: 18px;
	max-width: 95%;
	margin: 0 auto 20px auto;
}
.promotext {
	font-size: 28px;
	font-weight: 900;
	color: #309bfd;
	margin: 0 0 15px 0;
}
.promobutton {
	margin: 18px auto;
	display: block;
	max-width: 250px;
	padding: 14px;
	text-align: center;
	font-weight: 900;
	border-radius: 15px!important;
	background: #309bfd!important;
	color: #FFF!important;
	text-decoration: none;
	transition: all 0.22s ease;
}
.promobutton:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}