/*
 * Container style
 */
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

/*! 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * 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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* 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;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 14px;
    line-height: 1.6
}

body {
    font-family: 'Fredoka', sans-serif;
    font-size: 14px;
    color: #282828;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #141438;
}

body.overlayed {
    overflow: hidden
}


.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important
}

.section-heading {
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding: 0 0 0 40px;
    margin: 0 0 20px
}

.section-heading::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.section-heading--billiard::before {
    width: 28px;
    height: 24px;
    background-position: -86px 0
}

.section-heading--hot::before {
    background-position: 0 -120px
}

.section-heading--best::before {
    background-position: 0 -150px
}

.section-heading--thumbs-up::before {
    background-position: 0 -180px
}

.section-heading--puzzle::before {
    background-position: 0 -210px
}

.section-heading--girl::before {
    background-position: 0 -240px
}

.page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.286rem;
    font-weight: 700;
    margin: 0;
}

.img-fluid {
    display: block;
    max-width: 100%;
    width: 100%;
}

.home-content {
    background-color: rgba(64, 68, 81, .85);
    box-shadow: 0 0 0 1px #333641, 0 7px 15px #333641;
    padding: 30px 0 50px
}

.home-content__heading {
    margin-top: 0
}

.content-box {
    line-height: 1.6
}

.content-box__thumb {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

.content-box__thumb img {
    border-radius: 3px
}

.content-box__title {
    color: #000;
    font-size: 1.375rem;
    margin: 0 0 5px;
    line-height: 1.2
}

.content-box h1,
.content-box h2,
.content-box h3 {
    margin: 0 0 15px
}

.content-box p {
    margin: 0 0 20px
}
.content-box ul,.content-box ol{
    padding-left: 0;
    list-style: none;
}
.content-box ul li:before, .content-box ol li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #ffee00;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
}

.content-box ul li, .content-box ol li {
    padding-left: 40px;
    position: relative;
}

.content-box p:last-child {
    margin-bottom: 0
}

.disable-scroll {
    pointer-events: none
}

.svg-preload,
.counters {
    position: absolute;
    z-index: -9999;
    bottom: -999px;
    left: 0
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.page-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh;
    position: relative;
    z-index: 0;
    background: transparent;
}

.page-layout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

.page-layout__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px
}

.commons-layout {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}

.commons-layout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.commons-layout__sidebar {
    max-width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    padding-right: 25px
}

.single-layout {
    max-width: 1460px;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 12px;
}

.single-layout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

.single-layout__sidebar {
    max-width: 505px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 505px;
    flex: 0 0 505px
}

.single-layout__sidebar--left {
    /*padding-right: 10px*/
}

.layout__sidebar--right {
    /*padding-left: 10px;*/
}

.single-layout__sidebar--left, .layout__sidebar--right {
    /*max-width: 165px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;*/
    max-width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
}

.single-layout__sidebar--right {
    /*padding-left: 10px*/
}

@media (max-width: 1200px) {
    .commons-layout__content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px
    }

    .commons-layout__sidebar {
        display: none
    }
}

@media (max-width: 1350px) {
    .single-layout__sidebar {
        max-width: 210px
    }
}

@media (max-width: 992px) {
    .single-layout__sidebar {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .single-layout__sidebar--right {
        display: none
    }

    .single-layout__content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 22px;
    text-decoration: none;
    font-weight: bold;
    font-size: .875rem;
    text-align: center;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 1;
    position: relative
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none
}

.btn--primary {
    color: #fff;
    border-color: transparent;
    z-index: 100;
    overflow: hidden;
    background: #502081
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
    color: #502081;
    background: #fff;
    border-color: #502081
}

.btn--primary:hover::before,
.btn--primary:focus::before,
.btn--primary:active::before {
    opacity: 1
}

.btn--secondary {
    color: #fff;
    border-color: transparent;
    z-index: 100;
    overflow: hidden;
    background: #f3c200
}

.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active {
    color: #f3c200;
    border-color: #f3c200;
    background: #fff
}

.btn--secondary:hover::before,
.btn--secondary:focus::before,
.btn--secondary:active::before {
    opacity: 1
}

.btn--light {
    color: #502081;
    background: #fff;
    border: 3px solid #ececf1;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700
}

.btn--light:hover,
.btn--light:focus,
.btn--light:active {
    color: #fff;
    background: #502081;
    border-color: transparent
}

.btn--mygames {
    color: #fff;
    border-color: transparent;
    z-index: 100;
    overflow: hidden;
    padding-left: 33px;
    background: #8dd4f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#8dd4f1), to(#4a68c8));
    background: linear-gradient(to bottom, #8dd4f1 0%, #4a68c8 100%)
}

.btn--mygames::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 14px;
    height: 13px;
    margin-top: -6px
}

.btn--mygames::after {
    content: "";
    opacity: 0;
    z-index: -100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #629fbf;
    background: -webkit-gradient(linear, left top, left bottom, from(#629fbf), to(#4759b1));
    background: linear-gradient(to bottom, #629fbf 0%, #4759b1 100%)
}

.btn--mygames:hover,
.btn--mygames:focus,
.btn--mygames:active {
    color: #fff;
    border-color: transparent
}

.btn--mygames:hover::after,
.btn--mygames:focus::after,
.btn--mygames:active::after {
    opacity: 1
}

.btn--mygames-add {
    display: block;
    border: 1px solid #8c92a7;
    position: relative;
    padding: 13px 22px 13px 32px;
    color: #502081;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn--mygames-add::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 14px;
    height: 13px;
    margin-top: -6px
}

.btn--mygames-add:hover {
    border-color: #502081
}

.btn--fullscreen {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/icons.png) 0 -32px no-repeat;
    border-radius: 0;
    padding: 0
}

.btn--fullscreen:hover {
    opacity: .6
}

.btn--up {
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-box-shadow: 0 2px 15px rgba(80, 32, 129, .5);
    box-shadow: 0 2px 15px rgba(80, 32, 129, .5);
    position: fixed;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
    transform: translateX(120px);
    background: #8358ff
}

.btn--up .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

.btn--up.show {
    opacity: 1;
    transform: translateX(0);
}


.btn--video {
    background: #293b5a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    padding-right: 12px
}

.btn--video::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 14px;
    height: 14px;
    background: url(../images/icons.png) 0 -63px no-repeat
}

.btn--video:hover,
.btn--video:focus,
.btn--video:active {
    background: #3d5886;
    color: #fff
}

.btn--xl {
    padding: 17px 35px 16px;
    border-radius: 30px
}

.breadcrumbs {
    color: #8f99ad;
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.2
}

.breadcrumbs a {
    color: #8f99ad;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #d3d3d7
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
    border-color: transparent
}

.pagination {
    text-align: center
}

.pagination ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 -5px
}

.pagination li {
    padding: 0 5px
}

.pagination a,
.pagination span {
    display: block;
    padding: 14px 5px;
    min-width: 44px;
    height: 44px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border: 0;
    color: #fff;
    text-decoration: none;
    background: #071543;
    border-radius: 22px;
    background-clip: padding-box;
    font-size: .875rem;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.pagination a:active,
.pagination a:focus,
.pagination a:hover,
.pagination span.current {
    border-color: transparent;
    color: #fff;
    background-clip: padding-box;
    background: #8358ff
}

.pagination .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .next i {
    display: block;
    width: 10px;
    height: 16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    right: -1px
}

.pagination .next:hover i,
.pagination .next:focus i,
.pagination .next:active i {
    background-position: -10px 0
}

.pagination .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .prev i {
    display: block;
    width: 10px;
    height: 16px;
    position: relative;
    left: -1px
}

.pagination .prev:hover i,
.pagination .prev:focus i,
.pagination .prev:active i {
    background-position: -10px 0
}

.social-likes {
    margin: 0
}

.social-likes_vertical .social-likes__widget {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    margin: 0 0 10px
}

.social-likes__widget_notext .social-likes__icon {
    width: 20px;
    height: 20px;
    margin: 8px
}

.category-rate {
    padding-bottom: 10px
}

.category-rate__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.category-rate__label {
    font-weight: bold;
    margin-right: 15px;
    color: #000;
    padding-top: 5px
}

.shares-popup {
    position: relative
}

.shares-popup__popup {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 21px rgba(14, 41, 91, .65);
    box-shadow: 0 2px 21px rgba(14, 41, 91, .65);
    border-radius: 5px;
    z-index: 5
}

.shares-popup__popup.active {
    display: block
}

.social-likes {
    margin: 0;
    padding: 5px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.social-likes__widget {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 3px
}

.social-likes__widget:hover {
    -webkit-animation: smile-anim 1s infinite;
    animation: smile-anim 1s infinite
}

.social-likes__widget_notext .social-likes__icon {
    margin: 9px
}

.promo {
    text-align: center
}

.promo--side {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 20px
}

.content {
    color: #fff;
    box-sizing: border-box;
    word-break: break-word;
    font-size: 16px;
    padding-bottom: 32px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #fe0;
    margin: 0 0 10px 0;
}

.content h1 {
    font-size: 28px
}

.content h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.content h3 {
    font-size: 20px
}

.content h4 {
    font-size: 16px
}

.content p {
    margin: 0 0 10px 0
}

.content p:last-child {
    margin-bottom: 0
}

.content a {
    color: #fe0;
    text-decoration: none
}

.videogallery__heading {
    margin-bottom: 15px
}

.videogallery__title {
    font-size: 1.385rem;
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 900
}

.videogallery__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.videogallery__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px
}

.videogallery__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 5px;
    margin-bottom: 10px
}

.videogallery .iframe-container-16-9 {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.videogallery .iframe-container-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.videogallery .iframe-container-4-3 {
    position: relative;
    overflow: hidden;
    padding-top: 75%
}

.videogallery .iframe-container-4-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.navbar {
    background: transparent;
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
    color: #fff;
    margin-bottom: 50px;
    border-bottom: 1px solid #8e8e8e2e;
    position: relative;
}

.navbar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar__logo {
    margin-right: 50px
}

.navbar__menu {
    margin-left: auto
}

.navbar__toggle {
    display: none;
    margin-left: 20px
}

.logo {
    display: block
}

.logo img {
    max-height: 35px;
}

@media (max-width: 1200px) {
    .navbar__menu {
        display: none
    }

    .navbar__logo {
        margin-right: 30px
    }

    .navbar__search {
        margin-left: auto;
    }

    .navbar__toggle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 600px) {
    .navbar {
        padding: 5px 0
    }

    .navbar__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .navbar__toggle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto
    }

    .navbar__search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 5px 0 0
    }

    .logo {
        margin: 0 auto
    }
}

.navbar-menu {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.navbar-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.navbar-menu li::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 1px;
    background: rgba(255, 255, 255, .4);
    right: 0;
    top: 50%;
    margin-top: -6px
}

.navbar-menu li:last-child::after {
    display: none
}

.navbar-menu a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 28px 15px;
    line-height: 1;
    overflow: hidden
}

.navbar-menu a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: #f3c200;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.navbar-menu a:hover,
.navbar-menu a:focus,
.navbar-menu a:active,
.navbar-menu a.active {
    color: #f3c200
}

.navbar-menu a:hover::after,
.navbar-menu a:focus::after,
.navbar-menu a:active::after,
.navbar-menu a.active::after {
    bottom: 0
}

.navbar-mobile--single {
    display: none
}

.navbar-toggler > div {
    border-radius: 5px !important
}

.navbar-toggler > div > div {
    background-color: #502081 !important;
    height: 2px !important
}

@media (max-width: 1350px) {
    .navbar-mobile {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 350px;
        background: #191331;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 1rem;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .navbar-mobile--single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-mobile--closed {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    .navbar-mobile--opened {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.games {
    margin-bottom: 30px
}

.games__heading {
    padding-left: 33px;
    position: relative;
    margin: 0 0 12px
}

.games__title {
    line-height: 1;
    font-weight: 700;
    font-size: 1.25rem
}

.games__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px
}

.games__item {
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    padding: 0 5px;
    margin-bottom: 25px
}

.other_games .games__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.games__navigation {
    margin: 5px 0 30px
}

.games__more {
    font-size: 1.1rem;
    display: block;
    padding: 8px 15px;
    background: rgba(255, 255, 255, .9);
    color: #f3c200;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.games__more:hover,
.games__more:focus,
.games__more:active {
    background: rgba(255, 255, 255, .8)
}

@media (max-width: 982px) {
    .games__item {
        flex: 0 0 20%;
        -ms-flex: 0 0 20%;
    }
}

@media (max-width: 768px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    }
}

@media (max-width: 520px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 320px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.game-prev {
    position: relative;
    border-radius: 5px;
    height: 100%;
    text-align: center
}

.game-prev__thumb {
    position: relative;
    margin-bottom: 6px;
    -webkit-box-shadow: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 21px rgba(14, 41, 91, .65);
    border: 1px solid #8e8e8e61;
}

.game-prev__thumb img {
    border-radius: 10px;
    -webkit-transition: .2s ease-in-out;
    border: 1px solid transparent;
    transition: .2s ease-in-out
}

.game-prev__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(243, 194, 0, 0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.game-prev__icon {
    position: absolute;
    left: 50%;
    bottom: -126px;
    z-index: 1;
    background: #141438;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
    border-radius: 50%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 1px solid #615cb9;
    /*box-shadow: 0 0 0 1px #5266b0, 0 7px 15px #303f76;*/
}

.game-prev__icon .svg-icon {
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    z-index: 1;
    color: #ffee00;
}

.game-prev__link {
    display: block
}

.game-prev__link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.game-prev:hover .game-prev__thumb img {
    border: 1px solid #5266b0;
}

.game-prev__heading {
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

.game-prev__title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    white-space: nowrap
}

.game-prev .labels {
    position: absolute;
    top: -5px;
    left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    font-size: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.game-prev .label{
    position: relative;
}
.game-prev .label::before {
    content: "";
    background: inherit;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 0;
}
.game-prev .label::after {
    content: "";
    background: #bac9de;
    width: 6px;
    height: 8px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 1;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.game-prev .labels__new {
    border-radius: 24px 32px 32px 4px;
    padding: 6px 12px 5px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 6px 5px 19px #605d616a;
    background: #3eb752
}

.game-prev .labels__hot {
    border-radius: 24px 32px 32px 4px;
    padding: 6px 12px 5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    z-index: 2;
    font-size: 10px;
    box-shadow: 6px 5px 19px #605d616a;
    background: #ed1c24;
}

.game-prev .labels__top {
    border-radius: 24px 32px 32px 4px;
    padding: 6px 12px 5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    z-index: 2;
    box-shadow: 6px 5px 19px #605d616a;
    background: #3187c6
}

.game-prev:hover .game-prev__thumb {
    border-color: transparent;
    box-shadow: none;
}

.game-prev:hover .game-prev__thumb::before {
    background: rgb(97 92 185 / 50%);
}

.game-prev:hover .game-prev__icon {
    bottom: -65px
}

.game-prev:hover .game-prev__link::after {
    bottom: 0
}

.game-prev:hover .game-prev__title {
    color: #f3c200
}

.footer {
    border: 1px solid #8e8e8e61;
    color: #fff;
    margin-top: 24px;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.footer__logo {
    margin-right: 65px
}

.footer__copyright {
    margin-left: auto
}

@media (max-width: 992px) {
    .footer {
        padding: 10px 0
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__logo {
        margin: 0 auto
    }

    .footer__copyright {
        margin: 0 auto
    }
}

.search-form {
    display: block
}

.search-form__inner {
    position: relative
}

.search-form__input {
    width: 100%;
    font-size: .8667rem;
    padding: 12px 45px 12px 15px;
    line-height: 1;
    border-radius: 4px;
    min-width: 200px;
    color: #fff;
    background: rgba(0, 0, 0, .35) !important;
    outline: 0;
    border: 1px solid #8e8e8e61;
}

.search-form__input::-webkit-input-placeholder {
    opacity: .8;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.search-form__input:-moz-placeholder {
    opacity: .8;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.search-form__input::-moz-placeholder {
    opacity: .8;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.search-form__input:-ms-input-placeholder {
    opacity: .8;
    -ms-transition: opacity .2s;
    transition: opacity .2s
}

.search-form__input:focus {
    border-color: #2ab5e3;
    box-shadow: 0 0 0 0.125em rgba(42, 181, 227, .25);
}

.search-form__input:focus::-webkit-input-placeholder {
    opacity: 1
}

.search-form__input:focus:-moz-placeholder {
    opacity: 1
}

.search-form__input:focus::-moz-placeholder {
    opacity: 1
}

.search-form__input:focus:-ms-input-placeholder {
    opacity: 1
}

.search-form__btn {
    outline: none;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 44px;
    border-radius: 0 5px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #fff;
}


.search-form__btn:focus,
.search-form__btn:hover,
.search-form__btn:active {
    outline: none
}

.sidebar__widget {
    margin-bottom: 20px
}

.sidebar__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.widget {
    border-radius: 5px
}

.widget__heading {
    color: #fff;
    font-weight: 700;
    padding: 14px 20px 14px 65px;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 15px;
    border-bottom: 1px solid #ffffff59;
}


.side-categories__items {
    padding: 0;
    margin: 0;
    list-style: none;

}

.side-categories {
    /* max-height: 100vh;
     overflow-y: scroll;*/
    padding-bottom: 6px;
}

.side-categories::-webkit-scrollbar {
    display: none;
}

.side-categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 10px 0 20px;
    margin: 0 0 12px;
    position: relative
}

.side-categories__item:hover .side-categories__title,
.side-categories__item:focus .side-categories__title,
.side-categories__item:active .side-categories__title {
    color: #f3c200;
    opacity: 1
}

.side-categories__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden
}

.side-categories__title {
    color: #fff;
    font-weight: 300;
    font-size: 1.1rem;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-categories__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (max-width: 1350px) {
    .sidebar__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .sidebar--right .sidebar__columns {
        /*-webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse*/
        overflow: scroll;
        max-height: calc(143px * 8);
        height: 100%;
    }
}


.privacy {
    padding: 20px 0;
    background: rgba(243, 194, 0, .1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.privacy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.privacy__content {
    color: rgba(255, 255, 255, .3);
    line-height: 1.6;
    margin-right: 15px
}

.privacy__content a {
    color: #fff
}

.privacy__links {
    text-align: center
}

.similiars {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #00002e;
    position: relative;
    padding-top: 12px;
}

.similiars__item {
    /*max-width: 158px;*/
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    padding: 0 12px
}

.similiar {
    overflow: hidden;
    text-overflow: ellipsis
}

.similiar__thumb {
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden
}

.similiar__title {
    font-size: .875rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
}

.similiar__title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.similiar:hover .similiar__title,
.similiar:focus .similiar__title,
.similiar:active .similiar__title {
    color: #f3c200
}

@media (max-width: 1350px) {
    .similiars__item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*.similiars__item:nth-child(n+9) {
        display: none;
    }*/

}

@media (max-width: 992px) {
    .similiars {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 12px 6px;
    }

    .similiars__item {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 6px 0 6px;
    }

    .similiars__item:nth-child(n+9) {
        display: block;
    }
}

@media (max-width: 768px) {

    .similiars__item {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        padding: 0 5px
    }
}

.player {
    border-radius: 5px;
    position: relative;
}

.player .player__content {
    background-color: #131740;
    border-radius: 16px;
    /*box-shadow: 0 0 0 1px #5266b0, 0 7px 15px #303f76;*/
}

.player__footer {
    margin-bottom: 20px
}

.player-footer {
    padding: 10px
}

.player-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.player-footer__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flash-container {
    position: relative;
    text-align: center
}

.flash-container > noindex,
.flash-container > p,
.flash-container object,
.flash-container iframe {
    display: block;
    margin: 0 auto
}

.flash-container.fullscreen {
    border: none;
    text-align: center;
    background: #fff
}

.flash-container.fullscreen noindex,
.flash-container.fullscreen p,
.flash-container.fullscreen object,
.flash-container.fullscreen embed,
.flash-container.fullscreen iframe {
    width: 100%;
    height: 100%
}

.game-categories {
    list-style: none;
    padding: 0 0 8px;
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.game-categories__label {
    color: #fff;
    font-weight: 700;
    padding-top: 6px;
    margin-right: 15px
}

.game-categories__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px
}

.game-categories__item {
    padding: 0 5px;
    margin-bottom: 10px
}

.game-categories__link {
    background: #fff;
    color: #141732;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 100
}

.game-categories__link::before {
    content: "";
    opacity: 0;
    z-index: -100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.game-categories__link:hover,
.game-categories__link:focus,
.game-categories__link:active {
    color: #fff;
    background: #f3c200;
    border-color: transparent
}

.game-categories__link:hover::before,
.game-categories__link:focus::before,
.game-categories__link:active::before {
    opacity: 1
}

.game-categories__icon {
    max-width: 35px
}

.game-categories__title {
    padding: 0 15px
}

.game__content {
    margin-bottom: 15px;
    border-radius: 16px;
    padding: 16px;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #00002e;
    border: 1px solid #363a5d;
}


/**
 * Ratings ajax
 */

.vote-block-info {
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}

.vote-block-info .rating-info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: none !important;
}

.vote-block-info span.rating-text {
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    margin-left: 8px;
}

.vote-block-info .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 24px;
    float: left;
    vertical-align: middle;
    background: none !important;
}

.vote-block-info .rating:hover li {
    background-image: url("../img/rating/rating-info.png");
    cursor: pointer;
}

.vote-block-info.disabled .rating:hover li {
    cursor: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block-info .rating:hover li {
        background-image: url("../img/rating/rating-info.png");
        background-size: 29px 72px !important;
    }
}

.vote-block-info .rating li {
    display: block;
    width: 29px;
    height: 24px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.vote-block-info .rating li:hover,
.vote-block-info .rating li:hover ~ li {
    background-position: 0 -12px;
}

.vote-block-info.disabled .rating li.current {
    display: block;
    z-index: 5;
}

.vote-block-info .rating li.active,
.vote-block-info .rating li.active ~ li {
    background-position: 0 -48px;
}

.vote-block-info li.current {
    display: none;
}

.vote-block-info ol.rating {
    position: relative;
    padding: 0px !important;
    margin: 0;
}

.vote-block-info ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative;
}

.vote-block-info ol.rating li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url("../img/rating/rating-info.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block-info ol.rating li.current {
        background-image: url("../img/rating/rating-info.png");
        background-size: 29px 72px !important;
    }
}

.vote-block-info ol.show-current li.current span {
    display: block;
    height: 12px;
    width: 0;
    background: inherit;
    background-position: 0 -48px;
}

/* Can vote */

.vote-block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.vote-block .vote-block__rating {
    padding: 8px;
}

.vote-block .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 20px;
    vertical-align: middle;
    background: none !important;
}

.vote-block .rating:hover li {
    background-image: url("../img/rating/rating-star.png");
    cursor: pointer;
}

.vote-block.disabled .rating:hover li {
    cursor: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block .rating:hover li {
        background-image: url("../img/rating/rating-star.png");
        background-size: 24px 60px !important;
    }
}

.vote-block .rating li {
    display: block;
    width: 24px;
    height: 20px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
    background-position: 0 -20px;
}

.vote-block.disabled .rating li.current {
    display: block;
    z-index: 5;
}

.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
    background-position: 0 -40px;
}

.vote-block li.current {
    display: none;
}

.vote-block ol.rating {
    position: relative;
    padding: 0 !important;
    margin: 0;
}

.vote-block ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative;
}

.vote-block ol.rating li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url("../img/rating/rating-star.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block ol.rating li.current {
        background-image: url("../img/rating/rating-star.png");
        background-size: 24px 60px !important;
    }
}

.vote-block ol.show-current li.current span {
    display: block;
    height: 20px;
    width: 0;
    background: inherit;
    background-position: 0 -20px;
}

/* Rating info */

.rating-info {
    display: flex;
    flex-flow: row wrap;
}

.rating-info__rating {
    color: #f3c200;
    font-weight: 700;
    padding: 0 8px;
    position: relative;
}

.rating-info__rating::after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: #fff;
}

.rating-info__count {
    color: #f3c200;
    font-weight: 700;
    padding: 0 8px;
}

.rating-info__label {
    color: #fff;
}

.counters {
    bottom: 0;
}


.sidebar__column {
    min-width: 150px;
    width: 100%;
    background-color: #131740;
    border: 1px solid #8e8e8e61;
    border-radius: 16px;
    overflow: hidden;
}

.vote-block ol.rating {
    min-width: 120px;
}

.game_hot_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    gap: 8px;
}

.embed_url input {
    border: 1px solid #9e9e9e !important;
    height: 35px !important;
    padding: 0 5px !important;
}

.embed_url label {
    color: #26a69a;
    font-size: 24px;
}

/*.embed_url a,.embed_url button{
    width: 80px !important;
    font-weight: 900 !important;
}*/
.embed_url a i {
    font-size: 16px;
}

.game-hot .owl-stage-outer::before {
    left: -8px;
    background: transparent;
}

.game-hot .owl-stage-outer::after, .game-hot .owl-stage-outer::before {
    content: "";
    top: 0;
    right: -8px;
    background: transparent;
    max-width: 65px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.page-load-status {
    color: #fff;
    display: none;
}

.infinite-scroll-request {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #00000087;
    z-index: 44;
}

.infinite-scroll-request img {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.btn-button {
    color: #fff;
    border: 1px solid #3e32b8;
    border-bottom: 3px solid #292274;
    background: #201b5e;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    border-radius: 7px;
    text-align: center;
    margin: 12px auto;
}

#goToNewGames {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.load-more .btn-button {
    padding: 18px 20% 14px
}

.navbar-toggler .svg-icon {
    width: 30px;
    height: 30px;
}

.overlay_blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, .75);
    filter: blur(10px);
    display: none;
}

.overlay_blur.show {
    display: block;
}

.btn-square {
    background: #00002e;
    color: #fff;
    font-size: 24px;
    padding: 6px 12px;
    margin-left: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #8e8e8e61;
    border-radius: 8px;
}

.btn-square:hover, .btn-square:focus {
    background: #8358ff;
    border-color: #8358ff;
}

.card-tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.card-tags a {
    background-color: #fe0;
    padding: 0.45rem 1rem;
    border-radius: 0.375rem;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    transition: all .3s;
}

.card-tags a:hover {
    transform: scale(1.2);
}

.ads-side {
    width: 100%;
    height: 600px;
    background: #00000047;
    margin-bottom: 12px;
}

.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(0, 0, 0, .75);
}

.player-footer__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.title_icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 12px 0;
}

.title_icon h4, .title_text {
    font-size: 22px;
    color: #fff;
    margin: 0 0 24px;
}

.title_icon .games-icon {

    margin-right: 8px;
    background: #8358ff;
    line-height: 45px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.game__others {
}


.center__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.view_more {
    width: 32px;
    height: 32px;
    background: #071543;
    color: #fff;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #8e8e8e61;
    border-radius: 8px;
}

.view_more:hover {
    background: #8358ff;
    border-color: #8358ff;
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.loading_image {
    width: 100px;
    height: 100px;
    background-color: transparent !important;
    /*animation: loadingAnimation 1s linear infinite;*/
}

.hidden {
    display: none !important;
}

.game_area_bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 12px;
    margin: 12px auto;
}

.game_area_bottom .game__others {
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%;
}

.game_area_bottom .comment-area {
    flex: 0 0 calc(100% - 70% - 12px);
    max-width: calc(100% - 70% - 12px);
    width: 100%;
}

.show_content {
    background: linear-gradient(180deg, rgba(19, 23, 64, 0), #00002e 35.42%);
    position: absolute;
    width: 100%;
    bottom: 20px;
    height: 70px;
    display: flex;
    align-items: flex-end;
}

.ShowMore_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 12px;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
}

.more-game {
    margin: 12px auto;
    background: #00002e;
    padding: 8px 16px;
    max-width: 300px;
    width: 100%;
    border: 1px solid #8e8e8e61;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: .3s;
    color: #fff !important;
    text-decoration: none !important;
}

.all-games {
    margin: 12px auto;
    background: #00002e;
    padding: 8px 16px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: .3s;
    color: #fff !important;
    text-decoration: none !important;
}

.all-games:hover, .more-game:hover {
    background: #8358ff;
    border-color: #8358ff;

    transition: box-shadow .2s ease;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 24px auto;
}

.page-link {
    position: relative;
    display: block;
    color: #7e8299;
    background-color: #f5f8fa;
    border: 1px solid #e4e6ef;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #1f2023;
    background-color: #eff2f5;
    border-color: #eff2f5
}

.page-link:focus {
    z-index: 3;
    color: #5341c1;
    background-color: #f5f8fa;
    outline: 0;
    box-shadow: none
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #624de3;
    border-color: #624de3
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    background-color: #00002e;
    border-color: #e4e6ef
}

.page-link {
    padding: .75rem 1rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.pagination-spaced {
    border-radius: 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.pagination-spaced .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 0.375rem;
    font-size: 1rem;
    border: 1px solid #8e8e8e61;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 24%);
}

.pagination-spaced .active .page-link {
    background: #8358ff;
    color: #fff;
}

.justify-content-center {
    justify-content: center !important;
}

.text-center {
    text-align: center;
}

h1.item-title {
    color: #fff;
    font-size: 28px;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav,
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 10px;
    top: 50%;
    background-color: #00002e;
    padding: 0 .3em !important;
    width: 32px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    margin: 0;
    opacity: .5;
    cursor: pointer;
    color: #fff;
    transform: translate(0, -60px);
    border: 1px solid #5266b0;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot.owl-nav:hover,
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel button.owl-dot.owl-nav:hover {
    opacity: 1;
    background-color: #00002e;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    right: 10px;
    left: unset;
    top: 50%;
}

.ads-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px auto;
}

.ads-top span {
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}

.ads-top .ads {
    max-width: 1200px;
    width: 100%;
    min-height: 90px;
}

.wrapper {
    min-height: 100vh;
}

.d-none {
    display: none;
}

.navbar-menu-mobile {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 8px 0;
    padding: 10px;
}

.navbar-menu-mobile li {
    width: 100%;
    padding: 0 10px 0 20px;
    margin: 0 0 12px;
}

.navbar-menu-mobile li a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
}

.navbar-menu-mobile li a:hover {
    color: #fc0;
}

.page-content {
    min-height: 100vh;
    color: #fff;
    font-size: 14px;
    position: relative;
}

@media (max-width: 1350px) {
    .ads-side {
        margin-left: unset;
        margin-bottom: 12px;
    }
}

@media (max-width: 1124px) {
    .game_area_bottom .game__others, .game_area_bottom .comment-area {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .game_area_bottom .game__others {
        order: 1;
    }

    .game_area_bottom .comment-area {
        order: 0;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .single-layout__sidebar--left {
        margin-bottom: 12px;
    }
}


.games_hot_slide {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.owl-stage-outer::before {
    left: -8px;
    background: transparent;
}

.games_hot_slide .owl-theme .custom-nav .owl-prev i, .games_hot_slide .owl-theme .custom-nav .owl-next i {
    font-size: 32px
}

.games_hot_slide .owl-theme .custom-nav .owl-prev, .games_hot_slide .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: 0 0 !important;
    border: none !important;
    z-index: 1;
    opacity: .75;
    border: 1px solid #111;
    color: #111;
    height: 100%
}

.games_hot_slide .owl-theme .custom-nav .owl-prev:focus, .games_hot_slide .owl-theme .custom-nav .owl-next:focus {
    border: 0 !important;
    outline: 0 !important
}

.games_hot_slide .owl-theme .custom-nav .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.games_hot_slide .owl-theme .custom-nav .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.games_hot_slide .owl-stage-outer::after, .games_hot_slide .owl-stage-outer::before {
    content: "";
    top: 0;
    right: -8px;
    background: transparent;
    max-width: 65px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.games_hot_slide .owl-stage-outer::before {
    left: -8px;
    background: transparent;
}

.color-white {
    color: #fff;
}


.game_child_category, .categories_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin: 16px 0;
}

.child_cat {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #00002e;
    border: 0;
    padding: 0.45rem 1rem;
    transition: all .3s;
    border-radius: 0.375rem;
    margin: 0 8px 8px 0;
}

.child_cat:hover {
    transform: translateY(-2px);
    transition: box-shadow .2s ease;
    background: #8358ff;
    border-color: #8358ff;
}

.cat_item {
    list-style: none;
}

.cat_item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 5px 7px;
    padding: 5px 0;
    height: auto;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-in-out;
    background: #00002e;
    border: 1px solid #8e8e8e61;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 6px 0 rgb(0 0 0/22%);
    -moz-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 5px 6px 0 rgb(0 0 0/22%);
}

.cat_item a:hover {
    transform: translateY(-2.5px);
    background: #8358ff;
    border-color: #8358ff;
}

.cat_item a img {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 5px;
    object-fit: cover;
}

.cat_item a span {
    float: left;
    width: 130px;
    text-align: center;
    font-size: 14px;
    padding: 8px 12px;
    font-weight: 700;
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.bg-dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 88vh;
    z-index: 0
}

.bg-dark img {
    height: auto;
    max-width: 100%;
}

.pointer-events-none {
    pointer-events: none;
}

.more_games_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 0;
    width: 100%;
}

.line {
    height: 1px;
    background: #5266b0;
    width: 0;
    animation: border_anim 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-delay: 1s;
    flex: 0;
}

@keyframes border_anim {
    0% {
        width: 0%;

    }
    100% {
        width: 100%;
        flex: 1;

    }
}

.footer__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
    flex-flow: row wrap;
}

.footer__menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer__menu a:hover, .footer__menu a:focus {
    color: #ffee00
}

.close_menu_mobile {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #191331;
    top: 40px;
    right: -40px;
    color: #fff;
    outline: 0;
    border: 0;
    border-radius: 0 8px 8px 0;
}

.side-categories__heading {
    padding: 8px 20px;
}
li.menu-item a,.dropbtn {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: 100%
}
.dropbtn .svg-icon{
    width: 15px;
    height: 15px;
}
li.dropdown {
    display: inline-block;
    position: relative
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0d0d24;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 999
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left
}

.dropdown-content a:hover {
    background-color: #00002e
}

.dropdown:hover .dropdown-content {
    display: block
}

