@font-face {
    font-family: "Dosis";
    src: url("../fonts/Dosis-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Dosis";
    src: url("../fonts/Dosis-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Dosis";
    src: url("../fonts/Dosis-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/*! 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;
}

:root {
    --reflex-columns: 12;
    --reflex-grid-spacing: 15px;
    --reflex-xs: 576px;
    --reflex-sm: 768px;
    --reflex-md: 992px;
    --reflex-lg: 1200px;
    --reflex-xlg: 1600px;
    --reflex-xxs-max: 575px;
    --reflex-xs-max: 767px;
    --reflex-sm-max: 991px;
    --reflex-md-max: 1199px;
    --reflex-lg-max: 1599px
}

.re-container,
.re-container-full {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.re-container .re-grid,
.re-container-full .re-grid {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .re-container {
        max-width: 576px
    }
}

@media (min-width: 768px) {
    .re-container {
        max-width: 768px
    }
}

@media (min-width: 992px) {
    .re-container {
        max-width: 992px
    }
}

@media (min-width: 1200px) {
    .re-container {
        max-width: 1200px
    }
}

@media (min-width: 1600px) {
    .re-container {
        max-width: 1600px
    }
}

.re-grid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    position: relative;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    word-spacing: -0.43em;
    list-style-type: none
}

.re-grid::before,
.re-grid::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

[class*=re-col-] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

[class*=re-col-]::before,
[class*=re-col-]::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

[class*=re-col-] .re-grid {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin: -15px
}

.re-col-12 {
    width: 100%;
    *width: 99.9%
}

.re-col-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%
}

.re-col-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%
}

.re-col-9 {
    width: 75%;
    *width: 74.9%
}

.re-col-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%
}

.re-col-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%
}

.re-col-6 {
    width: 50%;
    *width: 49.9%
}

.re-col-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%
}

.re-col-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%
}

.re-col-3 {
    width: 25%;
    *width: 24.9%
}

.re-col-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%
}

.re-col-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%
}

@media (min-width: 576px) {
    .re-col-xs-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-xs-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-xs-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-xs-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-xs-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-xs-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-xs-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-xs-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-xs-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-xs-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-xs-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-xs-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 768px) {
    .re-col-sm-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-sm-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-sm-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-sm-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-sm-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-sm-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-sm-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-sm-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-sm-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-sm-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-sm-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-sm-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 992px) {
    .re-col-md-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-md-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-md-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-md-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-md-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-md-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-md-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-md-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-md-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-md-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-md-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-md-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 1200px) {
    .re-col-lg-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-lg-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-lg-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-lg-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-lg-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-lg-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-lg-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-lg-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-lg-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-lg-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-lg-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-lg-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 1600px) {
    .re-col-xlg-12 {
        width: 100%;
        *width: 99.9%
    }

    .re-col-xlg-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .re-col-xlg-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .re-col-xlg-9 {
        width: 75%;
        *width: 74.9%
    }

    .re-col-xlg-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .re-col-xlg-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .re-col-xlg-6 {
        width: 50%;
        *width: 49.9%
    }

    .re-col-xlg-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .re-col-xlg-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .re-col-xlg-3 {
        width: 25%;
        *width: 24.9%
    }

    .re-col-xlg-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .re-col-xlg-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

.re-col-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto
}

@media (min-width: 576px) {
    .re-col-xs-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 768px) {
    .re-col-sm-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 992px) {
    .re-col-md-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 1200px) {
    .re-col-lg-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 1600px) {
    .re-col-xlg-auto {
        -ms-flex: 1 0 0px;
        -webkit-box-flex: 1;
        flex: 1 0 0px;
        width: auto
    }
}

.re-order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.re-order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.re-order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.re-order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.re-order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.re-order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.re-order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.re-order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.re-order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.re-order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.re-order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.re-order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.re-order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

@media (min-width: 576px) {
    .re-order-xs-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-xs-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-xs-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-xs-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-xs-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-xs-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-xs-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-xs-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-xs-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-xs-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-xs-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-xs-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-xs-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width: 768px) {
    .re-order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width: 992px) {
    .re-order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width: 1200px) {
    .re-order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width: 1600px) {
    .re-order-xlg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .re-order-xlg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .re-order-xlg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .re-order-xlg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .re-order-xlg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .re-order-xlg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .re-order-xlg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .re-order-xlg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .re-order-xlg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .re-order-xlg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .re-order-xlg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .re-order-xlg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .re-order-xlg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.re-offset-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%
}

.re-offset-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%
}

.re-offset-9 {
    margin-left: 75%;
    *margin-left: 74.9%
}

.re-offset-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%
}

.re-offset-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%
}

.re-offset-6 {
    margin-left: 50%;
    *margin-left: 49.9%
}

.re-offset-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%
}

.re-offset-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%
}

.re-offset-3 {
    margin-left: 25%;
    *margin-left: 24.9%
}

.re-offset-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%
}

.re-offset-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%
}

@media (min-width: 576px) {
    .re-offset-xs-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-xs-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-xs-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-xs-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-xs-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-xs-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-xs-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-xs-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-xs-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-xs-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-xs-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-xs-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

@media (min-width: 768px) {
    .re-offset-sm-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-sm-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-sm-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-sm-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-sm-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-sm-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-sm-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-sm-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-sm-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-sm-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-sm-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-sm-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

@media (min-width: 992px) {
    .re-offset-md-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-md-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-md-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-md-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-md-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-md-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-md-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-md-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-md-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-md-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-md-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-md-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

@media (min-width: 1200px) {
    .re-offset-lg-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-lg-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-lg-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-lg-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-lg-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-lg-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-lg-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-lg-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-lg-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-lg-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-lg-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-lg-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

@media (min-width: 1600px) {
    .re-offset-xlg-11 {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .re-offset-xlg-10 {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .re-offset-xlg-9 {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .re-offset-xlg-8 {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .re-offset-xlg-7 {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .re-offset-xlg-6 {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .re-offset-xlg-5 {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .re-offset-xlg-4 {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .re-offset-xlg-3 {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .re-offset-xlg-2 {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .re-offset-xlg-1 {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .re-offset-xlg-0 {
        margin-left: 0;
        *margin-left: -0.1%
    }
}

.re-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.re-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.re-no-wrap [class*=re-col-] {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.re-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.re-direction-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.re-direction-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.re-direction-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.re-direction-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.re-align-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.re-align-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.re-align-end [class*=re-col-] {
    vertical-align: bottom
}

.re-align-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.re-align-center [class*=re-col-] {
    vertical-align: middle
}

.re-align-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline
}

.re-align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.re-align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.re-align-content-end [class*=re-col-] {
    vertical-align: bottom
}

.re-align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.re-align-content-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.re-align-content-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.re-align-self-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch
}

.re-align-self-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.re-align-self-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    vertical-align: bottom
}

.re-align-self-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    vertical-align: middle
}

.re-align-self-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    vertical-align: baseline
}

.re-justify-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.re-justify-start.grid {
    text-align: left
}

.re-justify-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.re-justify-end.grid {
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right
}

.re-justify-end.grid [class*=re-col-] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.re-justify-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.re-justify-center.grid {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center
}

.re-justify-center.grid [class*=re-col-] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.re-justify-space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.re-justify-space-between.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.re-justify-space-between.grid [class*=re-col-] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.re-justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.re-justify-space-around.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.re-justify-space-around.grid [class*=re-col-] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.re-grid-bleed [class*=re-col-] {
    padding: 0
}

.re-col-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.re-col-grid.re-direction-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.re-col-bleed {
    padding: 0
}

.re-col-bleed-x {
    padding: 15px 0
}

.re-col-bleed-y {
    padding: 0 15px
}

.re-flex-img {
    display: block;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    *width: auto
}

.re-flex-footer {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0
}

.re-flex-footer > :last-child {
    margin-bottom: 0
}

@media (max-width: 575px) {
    .re-hidden-xxs {
        display: none
    }
}

@media (min-width: 576px) {
    .re-hidden-xs-up {
        display: none
    }
}

@media (max-width: 767px) {
    .re-hidden-xs-down {
        display: none
    }
}

@media (min-width: 576px)and (max-width: 767px) {
    .re-hidden-xs {
        display: none
    }
}

@media (min-width: 768px) {
    .re-hidden-sm-up {
        display: none
    }
}

@media (max-width: 991px) {
    .re-hidden-sm-down {
        display: none
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .re-hidden-sm {
        display: none
    }
}

@media (min-width: 992px) {
    .re-hidden-md-up {
        display: none
    }
}

@media (max-width: 1199px) {
    .re-hidden-md-down {
        display: none
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .re-hidden-md {
        display: none
    }
}

@media (min-width: 1200px) {
    .re-hidden-lg-up {
        display: none
    }
}

@media (max-width: 1599px) {
    .re-hidden-lg-down {
        display: none
    }
}

@media (min-width: 1200px)and (max-width: 1599px) {
    .re-hidden-lg {
        display: none
    }
}

@media (min-width: 1600px) {
    .re-hidden-xlg {
        display: none
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px;
    font-weight: 500;
    min-height: 100%
}

html.overlayed {
    overflow: hidden;
    height: 100%
}

html.overlayed body {
    overflow: hidden;
    height: 100%
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: url("../images/pattern_bg.jpg") top #014589;
    /* background-attachment: fixed;
     background-size: cover;
     background-repeat: no-repeat;*/
}

body.overlayed {
    overflow: hidden
}

button {
    cursor: pointer
}

p {
    padding: 0;
    margin: 0;
    max-height: 1000000px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 15px;
    max-height: 1000000px;
    line-height: 1.2
}

h1:not([class]) {
    font-weight: 700;
    font-size: 2.5rem
}

h2:not([class]) {
    font-weight: 700;
    font-size: 2rem
}

h3:not([class]) {
    font-weight: 700;
    font-size: 1.5rem
}

h4:not([class]) {
    font-weight: 700;
    font-size: 1.125rem
}

li,
ol,
ul {
    max-height: 1000000px
}

div {
    max-height: 1000000px
}

svg {
    display: block
}

a:not([class]) {
    color: #25a2ec;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.2
}

a:not([class]):hover {
    text-decoration: none;
    border-color: transparent
}

.form-input {
    outline: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    font-family: "Dosis", sans-serif
}

.form-input::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    font-family: "Dosis", sans-serif
}

.form-input:-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    font-family: "Dosis", sans-serif
}

.form-input::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    font-family: "Dosis", sans-serif
}

.form-input:-ms-input-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #a7a3a3;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    font-family: "Dosis", sans-serif
}

.form-input:focus::-webkit-input-placeholder {
    opacity: 0
}

.form-input:focus:-moz-placeholder {
    opacity: 0
}

.form-input:focus::-moz-placeholder {
    opacity: 0
}

.form-input:focus:-ms-input-placeholder {
    opacity: 0
}

.form-textarea {
    resize: none;
    height: 65px
}

@media (max-width: 991px) {
    h1:not([class]) {
        font-size: 1.6rem
    }

    h2:not([class]) {
        font-size: 1.4rem
    }

    h3:not([class]) {
        font-size: 1.2rem
    }
}

.section {
    margin: 0 0 30px
}

.heading__title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #f5fff7
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block
}

.noscroll {
    overflow: hidden
}

.page-content {
    position: relative;
    max-width: 1370px;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px;
}

.counters {
    display: none
}

.hidden {
    display: none !important
}

.text--center {
    text-align: center
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1
}

body.menu-opened {
    overflow: hidden
}

body.menu-opened .overlay {
    display: block
}

body.menu-opened .page-layout {
    -webkit-transform: translate3d(315px, 0, 0);
    transform: translate3d(315px, 0, 0)
}

.svg-preload,
.images-preload,
.promos-preload {
    position: absolute;
    bottom: 0;
    left: -9999px;
    z-index: -999
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}


.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px
}

@media (max-width: 1199px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 952px
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 698px
    }
}

@media (max-width: 727px) {
    .container {
        max-width: 440px
    }
}

.site__content {
    min-height: 100vh
}

.content *:first-child {
    margin-top: 0
}

.content *:last-child {
    margin-bottom: 0
}

.content__image {
    float: right;
    margin: 0 0 30px 40px
}


.content ol {
    counter-reset: list 1;
    padding-left: 1rem
}


.page-content {
    margin-bottom: 35px
}

@media (max-width: 1200px) {
    .page-content {
        overflow: hidden
    }
}

.search-form {
    display: block;
    position: relative;
    border: 2px solid #f5fff770;
    border-radius: 7px;
    font-family: "Dosis", sans-serif;
    font-weight: 500
}

.search-form__button {
    display: block;
    width: 36px;
    height: 36px
}

.search-form__button.active {
    z-index: 10;
    position: relative;
    background-position: -162px -84px
}

.search-form__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
}

.search-form__input {
    width: 200px;
    padding: 10px 12px;
    line-height: 1;
    color: #fff;
    background: transparent;
    border: 0
}

.search-form__input::-webkit-input-placeholder {
    color: #f5fff7;
    opacity: .5
}

.search-form__input:-moz-placeholder {
    color: #f5fff7;
    opacity: .5
}

.search-form__input::-moz-placeholder {
    color: #f5fff7;
    opacity: .5
}

.search-form__input:-ms-input-placeholder {
    color: #f5fff7;
    opacity: .5
}

.search-form__input:focus {
    outline: none
}

.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;
    border: 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;
    text-decoration: none;
    padding: 0 10px;
    z-index: 1;
    color: #997123;
    background: transparent
}

.search-form__btn .icon {
    fill: currentColor;
}

.search-form__btn:focus,
.search-form__btn:hover,
.search-form__btn:active {
    outline: none
}

@media (max-width: 768px) {
    .search-form__input {
        width: 100%
    }
}

.h-right {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2
}

.h-right__item {
    margin-left: 16px
}

.header {
    padding: 10px 0;
    margin: 0 0 24px
}

.header__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
}

.header__left {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.header__center {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header__right {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

@media (max-width: 1199px) {
    .header__left {
        display: none
    }
}

@media (max-width: 991px) {
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .header__right {
        margin-top: 20px
    }

    .header__center,
    .header__right {
        max-width: 100%
    }

    .h-right__item:first-child {
        margin: 0
    }
}

.logo {
    display: block
}

.logo img {
    margin: 0 auto;
    max-width: 160px;
}

.menu-toggle {
    display: block;
    width: 25px;
    height: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: right;
    font-size: 0
}

.menu-toggle__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44px;
    height: 44px;
    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;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu-toggle__check {
    display: none
}

.menu-toggle__item {
    width: 100%;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.menu-toggle__item:nth-of-type(1) {
    width: 50%
}

.menu-toggle__item:nth-of-type(2) {
    width: 75%
}

.menu-toggle__item:nth-of-type(3) {
    width: 100%
}

.menu-toggle:hover .menu-toggle__item,
.menu-toggle:focus .menu-toggle__item {
    width: 100%
}

.menu-toggle__wrapper._open .menu-toggle__item {
    width: 100%
}

.menu-toggle__wrapper._open .menu-toggle__item--1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    position: relative
}

.menu-toggle__wrapper._open .menu-toggle__item--2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-toggle__wrapper._open .menu-toggle__item--3 {
    display: none
}

.menu-toggle__wrapper._open .menu-toggle__item {
    width: 100%
}

.popup-menu._open {
    transform: scale(1);
    visibility: visible;
}

.popup-menu {
    background: #25a2ec;
    position: absolute;
    z-index: 11;
    top: 100%;
    right: 0;
    padding: 10px 25px 10px 20px;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 7px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.popup-menu__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;
    list-style: none;
    padding: 0;
    margin: 0 -17px 20px
}

.popup-menu a {
    color: #f7f6fc
}

.popup-menu a:hover {
    color: #25a2ec
}

.d-block-mobile {
    display: none;
}

@media (max-width: 1199px) {

    .d-block-mobile, .popup-menu {
        display: block
    }
}

.popup-menu.active {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.menu__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;
    list-style: none;
    padding: 0;
    margin: 0 -17px
}

.menu__link {
    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;
    color: #f7f6fc;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
    z-index: 0
}

.menu__link:hover {
    color: #f2fc04
}

.menu__link:hover::after {
    opacity: 1
}

.menu__icon {
    width: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-right: 5px
}

.menu--left {
    display: block
}

@media (max-width: 1199px) {
    .menu--left {
        display: none
    }
}

.menu--mobile {
    display: none
}

.menu--mobile .menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu--mobile .menu__link {
    white-space: nowrap;
    color: #f7f6fc
}

@media (max-width: 1199px) {
    .menu--mobile {
        display: block
    }
}

.menu--footer .menu__link {
    opacity: .65
}

.menu--footer .icon {
    display: none
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    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;
    height: 100%;
    padding: 40px 50px;
    position: relative
}

.banner__heading {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px
}

.banner__heading::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.banner-small__des {
    font-size: 12px;
    color: #a89e9e;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.banner__title {
    display: block;
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 20px;
    position: relative
}

.banner__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f59200;
    border-radius: 3px
}

.banner__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    border-radius: 7px
}

.banner__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.banner__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(153, 113, 35, .9);
    background: -webkit-gradient(linear, left top, right top, from(rgba(153, 113, 35, 0.5)), color-stop(35%, rgba(153, 113, 35, 0.8)), to(#997123));
    background: linear-gradient(90deg, rgba(153, 113, 35, 0.5) 0%, rgba(153, 113, 35, 0.8) 35%, #997123 100%)
}

.banner__content {
    font-weight: 100;
    max-width: 75%
}

@media (max-width: 1199px) {
    .banner__title {
        font-size: 1.6rem
    }
}

@media (max-width: 991px) {
    .banner {
        padding: 30px
    }

    .banner__content {
        max-width: 100%
    }
}

.banner-big {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    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;
    height: 100%;
    padding: 0 50px;
    position: relative;
    z-index: 0
}

.banner-big__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    border-radius: 7px;
    filter: blur(9px);
}

.banner-big__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.banner-big__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(153, 113, 35, .9);
    background: linear-gradient(264deg, rgb(0 0 0) 0%, rgb(0 0 0 / 80%) 35%, #00000000 100%)
}

.banner-big__pers {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    margin-left: -50px;
}

.banner-big__pers a {
    color: #fff
}

.banner-big__pers img {
    width: 200px;
    height: 200px;
    border-radius: 8px;
}

.banner-big__pers a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.banner-big__right {
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
}

.banner-big__title {
    font-size: 2.188rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px
}

.banner-big__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f59200;
    border-radius: 3px
}

.banner-big__content {
    font-weight: 400
}

.banner-big__content p {
    font-size: 14px;
    color: #b0aaaa;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .banner-big {
        padding: 30px
    }

    .banner-big__title {
        font-size: 1.6rem
    }

    .banner-big__pers {
        display: none
    }
}

.banner-small {
    border-radius: 7px;
    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;
    padding: 10px;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}

.banner-small__pers {
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.banner-small__pers img {
    border-radius: 7px;
    box-shadow: 0 3px 10px 0 #00000052;
    max-width: 100px;
}

.banner-small__pers a {
    color: #fff
}

.banner-small__pers a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.banner-small__bg {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: right bottom
}

.banner-small::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1
}

.banner-small__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    color: #000;
}

/*.banner-small__title::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f59200;
    border-radius: 3px
}*/

.banner-small__content {
    font-weight: 100
}

.banner-small--last {
    margin: 0
}

.banner-small--last::before {
    background: rgba(196, 192, 99, .8)
}

.banner-small--last .banner-small__title::before {
    background: #2a897c
}

@media (max-width: 1199px) {
    .banner-small__pers {
        margin-left: auto
    }
}

.banners__columns {
    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 -10px;
    height: 100%;
    max-height: 400px;
}

.banners__column {
    padding: 0 10px
}

.banners__column--left {
    max-width: 66.666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%
}

.banners__column--right {
    height: 400px;
    padding: 10px 12px;
    overflow: hidden;
    background: #25a2ec;
    border-radius: 10px;
    position: relative;
}

.banners__column--right:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: linear-gradient(0deg, #25a2ec 30%, transparent);
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}

@media (max-width: 1199px) {
    .banners__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .banners__column {
        max-width: 100%;
        margin: 0 0 20px
    }

    .banners__column:last-child {
        margin: 0
    }
}

.c-overlay {
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.c-overlay__icon {
    background: url(../images/icons.png) -66px 0 no-repeat;
    width: 42px;
    height: 42px;
    position: relative;
    top: 20px;
    z-index: 1
}

.c-overlay__title {
    font-size: .875rem;
    color: #fff;
    padding: 13px 0 0;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center
}

.c-overlay__title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 10px;
    right: 10px;
    background: #f59200;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 100%
}

.card {
    background: #002144;
    overflow: hidden;
    border-radius: 7px;
    max-width: 240px;
    display: block;
    position: relative;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .32);
    box-shadow: 0 0 9px rgba(0, 0, 0, .32);
}

.card__overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%
}

.card__inner {
    position: relative;
    z-index: 0
}

.card__thumb {
    overflow: hidden;
    border-radius: 7px;
    position: relative
}

.card__heading {
    line-height: 1.2;
    padding: 7px 10px 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: linear-gradient(0deg, #000000bf, transparent);
}

/*.card__heading:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    box-shadow: 0 -20px 20px 20px rgb(0 0 0 / 54%);
    bottom: -15px;
    left: 0;
    z-index: 1;
}*/

.card__title {
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.card__title::after, .card_link::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.card__rating {
    color: #fff;
    font-size: .575rem;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 4px 8px 4px 5px;
    border-radius: 7px;
    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;
    background: #167be0;
}


.card:hover .card__heading {
    background: unset;
}

.card:hover .card__overlay {
    top: 0
}

.card:hover .card__title {
    display: none;
}

.slide-top-week .swiper-slide,
.sliderCategoryList .swiper-slide,
.slide-hot-games .swiper-slide {
    width: auto !important;
}

.pagination ul {
    padding: 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;
    margin: 30px -5px 0;
    list-style: none
}

.pagination li {
    padding: 0
}

.pagination a,
.pagination span {
    font-weight: 500;
    position: relative;
    z-index: 0;
    display: block;
    padding: 0 5px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    min-width: 42px;
    height: 42px;
    line-height: 42px;
    opacity: 1;
    margin: 0 3px;
    border-radius: 8px;
    overflow: hidden;
    background: #25a2ec;
    transition: all .2s ease-in-out;
    box-shadow: 0 3px 0 0 #004b68;
}

.pagination a::after,
.pagination span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #004b68;
    box-shadow: 0 3px 0 0 #004b68;
}

.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current {
    color: #fff;
    transform: translateY(3px);
    box-shadow: 0 0 0 0 #004b68;
}

.pagination a:hover::after,
.pagination a.current::after,
.pagination span:hover::after,
.pagination span.current::after {
    opacity: 1
}

.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 .icon {
    fill: #25a2ec
}

.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 .icon {
    fill: #25a2ec
}

.games-grid__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr)) [ auto-fill ];
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-auto-rows: minmax(130px, auto);
    grid-auto-flow: dense;
    -ms-grid-auto-flow: dense;
    text-align: center;
    margin-left: 0;
    gap: 16px;
    margin-bottom: 25px;
}

.games-grid__item {
    /*padding: 0 10px;
    margin: 0 0 20px;
    max-width: 50%*/
}

.games-grid__title {
    margin: 0 0 20px
}

/*@media (min-width: 480px) {
    .games-grid__item {
        max-width: 33.333333%
    }
}

@media (min-width: 728px) {
    .games-grid__item {
        max-width: 25%
    }
}

@media (min-width: 1200px) {
    .games-grid__item {
        max-width: 16.666666%
    }
}*/

.side-popular__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;
}

.side-popular__item {
    margin: 0 0 20px;
    padding: 0 10px;
    max-width: 50%
}

.side-popular__title {
    color: #fff;
    font-size: 1.563rem;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center
}

@media (max-width: 1199px) {
    .side-popular__item {
        max-width: 33.333333%
    }
}

@media (max-width: 768px) {
    .side-popular__item {
        max-width: calc((100% - 10px) / 2);
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

.carousel {
    position: relative
}

.carousel__nav {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
    background: #031c16;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.carousel__nav .icon {
    display: block;
    height: auto;
    fill: currentColor;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.carousel__nav--prev {
    left: 0px
}

.carousel__nav--next {
    right: 0px
}

.carousel__nav:hover {
    opacity: 1;

}

.carousel__nav:hover .icon {

}

.player-footer {
    border-radius: 7px;
    position: relative;
    margin-top: 24px;
}

.player-footer__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;
    position: relative;
    padding: 10px;
    z-index: 0
}

.player-footer__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 7px;
    left: 0;
    top: 0;
    z-index: -1;
}

.player-footer__item {
    padding: 0 10px
}

.player-footer__actions {
    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;
    gap: 8px;
}

.player-footer__actions a {
    margin-left: 20px;
    color: #fff;
    text-decoration: none
}

.player-footer__actions a .icon {
    fill: #fff
}

.player-footer__actions a:hover .icon {
    fill: #f59200
}

.player-footer__video {
    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
}

.player-footer__video .icon {
    margin-right: 10px
}

.player-footer__video .title {
    white-space: nowrap
}

@media (max-width: 991px) {
    .player-footer__inner {
        flex-direction: column;
        align-items: center;
    }

    .player-footer__rating {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 15px
    }
}

.player__columns, .page__columns {
    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-bottom: 60px;
    overflow: hidden;
    width: 100%;
    gap: 14px;
}

.player__right, .page__right {
    min-width: 0;
    max-width: 320px;
}

.player__left, .page__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.player__heading {
    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;
    margin: 0 0 10px
}

.player__heading::after {
    content: "";
    height: 1px;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.player__title {
    font-size: 2.188rem;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    margin-right: 60px
}

@media (max-width: 1199px) {
    .player__columns, .page__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .player__left, .page__left {
        margin: 0 0 30px
    }

    .player__right, .page__right {
        max-width: 100%;
        padding: 0
    }

    .side-popular__items {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .player__title {
        max-width: 100%;
        font-size: 1.6rem;
        margin: 0 0 10px
    }

    .player__heading::before,
    .player__heading::after {
        display: none
    }
}

.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: 15px;
    float: left;
    vertical-align: middle;
    background: none !important
}

.vote-block-info.disabled .rating:hover li {
    cursor: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block-info .rating:hover li {
        background-image: url(../images/rating-info.png);
        background-size: 16px 45px !important
    }
}

.vote-block-info .rating li {
    display: block;
    width: 16px;
    height: 15px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0 !important
}

.vote-block-info.disabled .rating li.current {
    display: block;
    z-index: 10
}

.vote-block-info .rating li.active,
.vote-block-info .rating li.active ~ li {
    background-position: 0 -30px
}

.vote-block-info li.current {
    display: none
}

.vote-block-info ol.rating {
    position: relative;
    padding: 0 !important;
    margin: 3px 0 0 0 !important
}

.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(../images/rating-info.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block-info ol.rating li.current {
        background-image: url(../images/rating-info.png);
        background-size: 16px 45px !important
    }
}

.vote-block-info ol.show-current li.current span {
    display: block;
    height: 15px;
    width: 0;
    background: inherit;
    background-position: 0 -30px
}

.vote-block {
    overflow: hidden;
    position: relative;
    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
}

.vote-block__count {
    display: none
}

.vote-block .rating-info {
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: block;
    position: static
}

.vote-block span.rating-text {
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 7px
}

.vote-block span.rating-text b {
    font-size: 14px
}

.vote-block .rating {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 30px;
    float: left;
    vertical-align: middle;
    background: none !important
}


.vote-block.disabled .rating:hover li {
    cursor: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

}

.vote-block .rating li {
    display: block;
    width: 30px;
    height: 30px;
    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 -30px
}

.vote-block.disabled .rating li.current {
    display: block;
    z-index: 10
}

.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
    background-position: 0 -60px
}

.vote-block li.current {
    display: none
}

.vote-block ol.rating {
    min-width: 150px;
    position: relative;
    padding: 0 !important;
    margin: 3px 0 0 0 !important
}

.vote-block ol.rating li {
    cursor: default;
    z-index: 2;
    position: relative
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

}

.vote-block ol.show-current li.current span {
    display: block;
    height: 30px;
    width: 0;
    background: inherit;
    background-position: 0 -60px
}

.box {
    background-color: #fff;
    box-shadow: inset 1px 1px 10px 3px rgb(0 0 0 / 16%);
    border: solid 12px #25a2ec;
    border-radius: 12px;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    color: #000;
}
.games_content--bottom .box {
    border: solid 6px #25a2ec;
}
.box__heading {
    margin: 0 0 20px;
    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
}

.box__title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Dosis", sans-serif
}

.box__image {
    float: right;
    margin: 0 0 10px 30px
}

.box__image img {
    border-radius: 7px
}

@media (min-width: 992px) {
    .box__heading {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .box__addons {
        padding-left: 30px;
        margin-top: 0;
        margin-left: auto
    }
}

@media (max-width: 991px) {
    .box__image {
        max-width: 120px
    }
}

.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: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    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
}

.footer-menu {
    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;
    list-style: none;
    justify-content: center;
    margin: 0 -15px
}

.footer-menu li {
    padding: 0 15px
}

.footer-menu a {
    text-decoration: none;
    color: #f7f6fc
}

.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__copyright {
    opacity: .6;
    color: #fff
}

.scroll-top {
    position: fixed;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    background: #f59200;
    width: 55px;
    height: 55px;
    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;
    border-radius: 50%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.scroll-top .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: #25a2ec;
    width: 20px;
    height: auto;
    display: block;
    position: relative;
    top: -2px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.scroll-top.show {
    opacity: 1
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
    background-color: #203c8b
}

.scroll-top:hover .icon,
.scroll-top:focus .icon,
.scroll-top:active .icon {
    fill: #f59200;
    top: -5px
}

.privacy {
    padding: 10px 10px 10px 15px;
    background: #997123;
    border: 1px solid #5b4315;
    border-radius: 8px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: none
}

.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: #fff;
    line-height: 1.6;
    margin-right: 15px
}

.privacy__content a {
    color: #f59200
}

.privacy__links {
    text-align: center;
    font-size: 0
}

.privacy__links .icon {
    fill: #fff
}

@media (max-width: 991px) {
    .privacy {
        right: 80px
    }

    .privacy__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    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: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.games-list {
    margin-bottom: 12px;
}

.flex-row {
    flex-flow: row nowrap;
}

.align-item-center {
    align-items: center;
}

.view-more, .play_more {
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #25a2ec;
    padding: 4px 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.view-more .svg-icon {
    width: 15px;
    height: 15px;
}

.view-more:hover .svg-icon {
    animation: focusme .3s infinite;
}

@keyframes focusme {
    0% {
        transform: translateX(4px)
    }

    100% {
        transform: translateX(0px)
    }
}

.play_more {
    margin: 0;
    width: fit-content;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.banner-big:hover .play_more {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
}

.min-h100 {
    min-height: 100vh;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.search-form {
    display: flex;
    position: relative;
    font-weight: 500;
    align-items: center;
}

.search-form__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;
}


.search-form__btn {
    outline: none;
    border: 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;
    text-decoration: none;
    padding: 0 10px;
    z-index: 1;
    color: #fff;
    background: transparent;
}

.navbar_nav .links li .sub-menu {
    position: absolute;
    left: 0;
    top: 45px;
    line-height: 40px;
    padding-left: 0;
    background: #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 999;
    width: max-content;
}

.menu-item {
    position: relative;
}

.navbar_nav .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
}

.navbar_nav .links li .sub-menu li a {
    color: #fff;
}

.navbar_nav .links li a {
    text-decoration: none;
}

.navbar_nav .links li:hover .htmlCss-sub-menu, .navbar_nav .links li:focus .htmlCss-sub-menu, .navbar_nav .links li:active .htmlCss-sub-menu {
    display: block;
}

.btn_up {
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: transform 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transform: translateX(120px);
    z-index: 9999;
}

.btn_up.show {
    transform: translateX(0);
}

.btn_up span {
    background: #F59200;
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    box-shadow: inset 0 2px 4px 0 rgb(255 255 255 / 38%), inset 0 -3px 3px 0 rgb(0 0 0 / 20%), 0 8px 15px 0 #F59200, 0 -4px 20px 0 #ffe3c7;
}

.btn_up.show span {
    animation: gelatine 2.5s infinite;
}

.btn_up.show span:before {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes gelatine {
    from, to {
        transform: scale(1, 1);
    }
    20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    40% {
        transform: translateY(-30px);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    /*75% { transform: scale(0.95, 1.05); }*/
    60% {
        transform: translateY(-15px);
    }
}

.more-game {
    margin: 12px auto;
    background: #8566ff;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 29%);
    padding: 8px 16px;
    max-width: 300px;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
    transition-duration: .3s;
    color: #fff !important;
    text-decoration: none !important;
}

.more-game:hover {
    transform: scale(1.1);
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.tag--list {
    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;
}

.game-content-page .tag--list {
    margin: 10px 0 0;
}

/*.tag--component {
    border: 2px solid #F59200;
    border-radius: 5px;
    color: #F59200;
    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;

    padding: 8px 10px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.tag--component:hover {
    background: #F59200;
    color: #fff
}*/

.show_content {
    position: absolute;
    max-width: calc(100% - 30px);
    width: 100%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
}

.ShowMore_button {
    position: relative;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
    font-family: inherit;
}

.new-content-page ul, .new-content-page ol, .game-content-page ul, .game-content-page ol {
    padding-left: 24px;
    margin: 0 0 10px;
}

.game-content-page p, .new-content-page p {
    margin: 0 0 10px;
}

.game-content-page p:last-child, .new-content-page p:last-child {
    margin: 0;
}

.new-content-page ul li, .new-content-page ol li,
.game-content-page ul li, .game-content-page ol li {
    list-style: disc;
    margin: 0 0 6px;
}

.new-content-page p,
.game-content-page p {
    margin-bottom: 10px;
}

.game-content-page a:not([class]),
.new-content-page a:not([class]) {
    color: #2898CD;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.game-content-page a:not([class]):hover,
.new-content-page a:not([class]):hover {
    color: #F59200;
    text-decoration: none;
}

.game-content-page h1,
.new-content-page h1 {
    color: #F59200;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.game-content-page h2,
.new-content-page h2 {
    color: #F59200;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.game-content-page h3, .game-content-page h4, .game-content-page h5,
.new-content-page h3, .new-content-page h4, .new-content-page h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #F59200
}

.games_content--bottom {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-flow: row wrap;
}

.comment {
    width: 340px;
}

.games_content--bottom .game-content-page {
    flex: 1;
}

@media (max-width: 1200px) {
    .games_content--bottom .comment, .games_content--bottom .game-content-page {
        width: 100%;
    }
}

.slide-posts-banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: unset !important;
    z-index: 2
}

.slide-posts-banner .swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px;
    background-color: #c0c3ce;
    width: 10px;
    height: 10px;
}

.game_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px !important;
    flex-flow: row wrap;
}

.game_title .games__title {

}

.slide-posts-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
    right: 0;
}

.carousel__container--hot .slick-slide, .carousel__container--popular .slick-slide {
    margin: 0 12px;
}

.slide-posts-banner .slick-dots li button:before {
    font-size: 12px;
}

.list_news--categories {
    width: 100%;
    padding: 24px 0;
}

.item-news {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin-top: 15px;
    border-top: 1px solid #919191;
    background: #cccccc40;
    padding: 15px;
    border-radius: 8px;
}

.item-news .thumb_post {
    width: 30%;
}

.item-news .relNewsInfo {
    flex: 1;
}

.item-news .relNewsTitle {

    margin: 0 0 12px !important;
}

.item-news .thumb_post img {
    width: 100%;
    border-radius: 8px;
}

.shortDes {
    color: #bebebe;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read_more {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.widget_categories {
    padding: 15px;
    background: linear-gradient(180deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 0%) 100%);
    border-radius: 8px;
}

.widget_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.list_categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.category_link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.category_link:hover {
    color: #F59200;
}

.popular-posts {
    height: 400px;
    width: 100%;
    padding: 12px 0;
    background: #0000009e;
    border-radius: 8px;
}

.popular-posts .slick-list, .popular-posts .slick-track {
    height: 100%;
}

.popular-post {
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(153, 113, 35, 0.5) 0%, rgba(153, 113, 35, 0.8) 35%, #997123 100%);

}

.popular-posts .slick-dots {
    position: absolute;
    bottom: 6px;
    right: 10px;
    display: block;
    width: fit-content;
}

.popular-post .slick-slide {
    width: 100%;
}

.banner-big-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner-big-item img {
    width: 200px;
    height: 200px;
    margin-right: 12px;
}

.banner-big-item .banner-big__content {
    width: calc(100% - 200px);
}

.star-icon {
    color: #fc0;
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.g-footer__button {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #25a2ec;
    border: 0;
    outline: 0;
    border-radius: 5px;
    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;
    transition: all .3s;
    box-shadow: 0 3px 0 0 #227da9;
}

.g-footer__button:hover {
    box-shadow: 0 0;
    transform: translateY(3px);
    background-color: #f59200;
}

.player-footer__item .title {
    font-size: 24px;
    color: #000;
    margin: 0 0 8px 0;
}

.show_content {
    position: absolute;
    max-width: calc(100% - 30px);
    width: 100%;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
}

.ShowMore_button {
    position: relative;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
    font-family: inherit;
}

.game-content-page p {
    margin-bottom: 10px;
}

.game-content-page p a, .game-content-page ul li a, .game-content-page ol li a {
    color: #F59200;
    text-decoration: none;
}

.game-content-page p a:hover, .game-content-page ul li a:hover, .game-content-page ol li a:hover {
    color: #F59200;
    text-decoration: none;
}

.game-content-page .instructions {
    background: #e9e9e9;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 3px 0 0 #ccc;
}

.game-content-page h2 {
    color: #F59200;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.game-content-page h3, .game-content-page h4, .game-content-page h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #F59200
}


.games_content--bottom {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-flow: row wrap;
}

.games_content--bottom .game-content-page {
    flex: 1;
}

.comment {
    width: 340px;
}

@media (max-width: 1200px) {
    .games_content--bottom .comment, .games_content--bottom .game-content-page {
        width: 100%;
    }
}

.pulse {
    position: relative;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #3ca4a49e;
    -webkit-animation: pulse 1.5s infinite;
}

.pulse:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.s-content__title {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    margin: 0 0 20px !important;
}

.s-content__content {
    background-color: #000;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.breadcrumbs {
    color: #fff;
    font-size: 14px
}

.breadcrumbs__current {
    opacity: .5
}

.breadcrumbs__delimiter {
    color: rgba(255, 255, 255, .5);
    margin: 0 2px
}

.breadcrumbs a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.breadcrumbs a:hover {
    color: #fff
}

.s-content img {
    margin: 0 auto;
    display: block;
}

.widget__title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.news__item {
    border-top: 1px solid rgba(229, 229, 229, 0.26);
    margin-top: 15px;
    padding-top: 12px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news__item .title-news .title-news-link {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    text-decoration: none;
    color: #fff;
}

.news_item_bt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}

.news_item_bot .thumb-art {
    margin-right: 10px;
    margin-top: 4px;
}

.news_item_description {
    color: #ffffff9c;
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 200;
}

.sidebar {
    margin: 0 0 30px;
}

#game-suggestions .swiper-wrapper,
#game_popular_slider .swiper-wrapper,
#game_hot_slider .swiper-wrapper {
    transition-timing-function: linear;
}

#game-suggestions {
    height: 100%;
}

.swiper-container .swiper-button-disabled, #category_list .swiper-button-disabled {
    opacity: 0.5;
}

#game_hot_slider:hover .carousel__nav,
#game_popular_slider:hover .carousel__nav,
#game_category_slider:hover .carousel__nav {
    display: flex;
}

#game-suggestions .swiper-slide {
    height: fit-content;
}

.game_bottom_more_games {
    dipplay: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.view_more_btn {
    border: 2px solid #25a2ec;
    border-radius: 5px;
    background: #25a2ec;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 8px 18px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 0 auto;
    line-height: normal;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 19%);
}

.view_more_btn:hover {
    box-shadow: 0 0px 11px 0 rgb(255 255 255 / 20%), 0 -4px 13px 0 rgb(255 255 255 / 19%);
}

.view_more_btn .svg-icon {
    width: 16px;
    height: 16px;
}

/*category_slider*/
.heading {
    margin: 0 0 20px;
}

.heading__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #0d0d0d;
}

.topgames_title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.category_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}


.about_category {
    max-width: 300px;
    width: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    color: #000;
}

.category_boundary {
    width: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.category_boundary .slick-arrow {
    width: 50px;
    color: #fff;
    border: 0;
    position: absolute;
    z-index: 111;
    top: 0;
    height: 100%;
    background: #000;
    cursor: pointer;
    left: 0;
    display: none;
}

.categories_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    padding: 12px 0;
}

.category_item {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.category_item .tag--component:first-child {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .category_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .about_category {
        max-width: 100%
    }
}

.tag--component {
    display: block;
    background-color: #25a2ec;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 3px 0 0 #004b68;
    transition: all .3s ease-out;
    text-align: center;
}

.tag--component:hover {
    box-shadow: 0 0 0 0 #004b68;
    transform: translateY(3px);
    background-color: #004b68;
}

.category_boundary:hover .slick-arrow {
    display: block;
}

.category_boundary .right-icon {
    left: unset;
    right: 0;
}

.categories_list .swiper-slide {
    width: fit-content !important;
}

/*category_slider*/


.BlogCard_container {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
    text-decoration: none;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .32);
    box-shadow: 0 0 9px rgba(0, 0, 0, .32);
}

.BlogCard_cardImageContainer {
    overflow: hidden
}

.BlogCard_cardImage {
    width: 100%;
	height: auto;
    object-fit: contain;
    object-position: center;
    transform: scale(1);
    transition: transform .3s ease-in
}

.BlogCard_description {
    padding: 8px 10px 12px
}

.BlogCard_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.Category_category {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    color: #000000d6;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    background: #ddd;
    border-radius: 6px;
    margin: 0
}

.Date_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(124, 114, 114, 0.51)
}

.BlogCard_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 8px;
    word-wrap: break-word
}

.BlogCard_text {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.51);
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.Blog_containerCards {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 44px;
}

/*
@media (max-width: 1024px) {
    .Blog_containerCards {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 892px) {
    .Blog_containerCards {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .Blog_containerCards {
        grid-template-columns:repeat(1, 1fr)
    }

    .BlogCard_cardImage {
        height: 300px
    }
}

@media (max-width: 500px) {
    .Blog_containerCards {
        grid-template-columns:repeat(1, 1fr)
    }
}
*/

.mb-3 {
    margin: 0 0 16px;
}

.action-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
}

.action-button button {
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 3px 0 0 #227da9;
    border: 0;
    background-color: #25a2ec;
}

.action-button button:hover {
    box-shadow: 0 0;
    transform: translateY(3px);
    background-color: #227da9;
}

.action-button button:first-child {
    border-radius: 6px 0 0 6px
}

.action-button button:last-child {
    border-radius: 0 6px 6px 0
}

.action-button button.swiper-button-disabled {
    opacity: .4;
    color: #545454;
}

.titleControl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
}

select.classic {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 1.4em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;
    font-size: 14px;
}

select.classic:focus {
    color: #000;
    border-color: grey;
    outline: 0;
}

.sort_container {
    margin-left: auto;
}

.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 989;
    background-color: rgba(0, 0, 0, .75);
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}

.loader:before, .loader:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #fff;
    animation: l5 2.5s infinite;
}

.loader:after {
    animation-delay: -1.25s;
    border-radius: 0;
}

@keyframes l5 {
    0% {
        inset: 0 35px 35px 0
    }
    12.5% {
        inset: 0 35px 0 0
    }
    25% {
        inset: 35px 35px 0 0
    }
    37.5% {
        inset: 35px 0 0 0
    }
    50% {
        inset: 35px 0 0 35px
    }
    62.5% {
        inset: 0 0 0 35px
    }
    75% {
        inset: 0 0 35px 35px
    }
    87.5% {
        inset: 0 0 35px 0
    }
    100% {
        inset: 0 35px 35px 0
    }
}

#game_hot_slider .swiper-container,
#game_popular_slider .swiper-container,
.sliderCategoryList .swiper-container,
#game_trending_slider .swiper-container {
    padding: 10px 0
}

.random-games {
    background: 0;
    border: 0;
    color: #fff;
}

.btn_menu {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 982px) {
    .banners {
        display: none;
    }
}