@charset "UTF-8";
/* settings
===================================================*/
/*! 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 {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
}

/* vendor
===================================================*/
/* global
===================================================*/
/*============================================================================
	#Fonts
==============================================================================*/
@font-face {
    font-family: 'Muller';
    src: url("../fonts/MullerLight.woff2") format("woff2"), url("../fonts/MullerLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url("../fonts/MullerMedium.woff2") format("woff2"), url("../fonts/MullerMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url("../fonts/MullerRegular.woff2") format("woff2"), url("../fonts/MullerRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url("../fonts/MullerBold.woff2") format("woff2"), url("../fonts/MullerBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url("../fonts/MullerExtraBold.woff2") format("woff2"), url("../fonts/MullerExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*============================================================================
	#Global
==============================================================================*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none;
}

body {
    height: 100%;
    background: #070326;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

picture img {
  border-radius: 14px;
  margin: 20px auto;
}

/*img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}*/

svg {
    vertical-align: top;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/*============================================================================
	#Typography
==============================================================================*/
html {
    font-size: 100%;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: white;
    font-family: "Muller", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3 {
  text-align: center;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Muller", sans-serif;
    font-weight: 700;
    margin: 32px 0 16px;
    color: white;
}

h1, .h1 {
    font-size: 44px;
    line-height: 1.23;
}

h2, .h2 {
    font-size: 36px;
    line-height: 1.3;
}

h3, .h3 {
    font-size: 28px;
    line-height: 1.4;
}

h4, .h4 {
    font-size: 24px;
    line-height: 1.4;
}

h5, .h5 {
    font-size: 18px;
    line-height: 1.5;
}

h6, .h6 {
    font-size: 16px;
    line-height: 1.5;
}

p, ol, ul {
  font-size: var(--normal-font-size);
  margin-bottom: 16px;
  line-height: 28px;
  text-align: start;
}

/*p {
    margin: 16px 0 24px;
}*/

.alignleft {
    float: left;
    margin: 40px 60px 40px 0;
}

.alignright {
    float: right;
    margin: 40px 0 40px 60px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.typography > *:first-child {
    margin-top: 0;
}

.typography > *:last-child {
    margin-bottom: 0;
}

.typography .alignleft {
    float: left;
    margin: 40px 56px 40px 0;
}

.typography .alignright {
    float: right;
    margin: 40px 0 40px 56px;
}

.typography .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.typography h1,
.typography h2,
.typography h3,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-weight: 700;
    margin: 32px 0 16px;
    color: white;
}

.typography h1 {
    font-size: 44px;
    line-height: 1.23;
}

.typography h2 {
    font-size: 36px;
    line-height: 1.3;
}

.typography h3 {
    font-size: 28px;
    line-height: 1.4;
}

.typography h4 {
    font-size: 24px;
    line-height: 1.4;
}

.typography h5 {
    font-size: 18px;
    line-height: 1.5;
}

.typography h6 {
    font-size: 16px;
    line-height: 1.5;
}

.typography strong {
    font-weight: 600;
}

.typography a {
    text-decoration: none;
    color: #3246FF;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.typography a:hover {
    text-decoration: none;
    color: #04A5FF;
}

.typography p {
    margin: 16px 0 24px;
}

.typography p img {
    margin: 16px 0 16px;
}

.typography p img.alignleft {
    float: left;
    margin: 16px 56px 16px 0;
}

.typography p img .alignright {
    float: right;
    margin: 16px 0 16px 56px;
}

.typography p img .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.typography img {
    border-radius: 16px;
}

.typography ul, .typography ol {
    list-style-type: none;
    margin: 0 0 24px 0;
    padding: 0;
}

.typography ul li, .typography ol li {
    position: relative;
    margin: 16px 0 16px;
}

.typography ul li h1, .typography ul li h2, .typography ul li h3, .typography ul li h4, .typography ul li h5, .typography ul li h6, .typography ol li h1, .typography ol li h2, .typography ol li h3, .typography ol li h4, .typography ol li h5, .typography ol li h6 {
    display: inline-block;
    margin: 0;
    color: #070326;
    font-family: "Muller", sans-serif;
    font-weight: 600;
}

.typography ul li {
    padding-left: 16px;
    position: relative;
}

.typography ul li::before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    left: 0;
    top: 8px;
    border-radius: 100%;
    background: white;
}

.typography ol {
    counter-reset: section;
}

.typography ol li::before {
    counter-increment: section;
    content: counter(section) ". ";
    font-weight: 700;
}

table, th, td {
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}

.typography .responsive-table {
    margin: 24px 0;
}

.typography table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    line-height: 140%;
}

.typography table::before {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    height: 100%;
    width: 100%;
    border: 1px solid white;
    border-radius: 4px;
    pointer-events: none;
}

.typography table thead {
    border-bottom: 1px solid white;
}

.typography table thead tr:hover {
    background: rgba(101, 42, 130, 0.4);
}

.typography table th {
    text-align: left;
}

.typography table tr {
    border-bottom: 1px solid white;
    -webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.typography table tr:last-child {
    border-bottom: 0;
}

.typography table tr:hover {
    background: rgba(44, 34, 98, 0.5);
}

.typography table td, .typography table th {
    padding: 12px 12px;
    text-align: center;
    border-right: 1px solid white;
}

.typography blockquote {
    position: relative;
    z-index: 1;
    background: #2C3057;
    margin: 40px 0 40px;
    padding: 40px 68px;
    border-radius: 6px;
    text-align: center;
}

.typography blockquote p {
    position: relative;
}

@media (max-width: 1200px) {
    .typography h1,
    .typography h2,
    .typography h3,
    .typography h3,
    .typography h4,
    .typography h5,
    .typography h6 {
        margin: 24px 0 16px;
    }

    .typography h1 {
        font-size: 34px;
        line-height: 1.23;
    }

    .typography h2 {
        font-size: 32px;
        line-height: 1.23;
    }

    .typography blockquote {
        margin: 32px 0 32px;
        padding: 20px 38px;
    }

    .typography blockquote p {
        font-size: 17px;
    }

    .typography p img {
        margin: 16px 0 16px;
    }

    .typography p img.alignleft {
        float: left;
        margin: 16px 32px 16px 0;
    }

    .typography p img .alignright {
        float: right;
        margin: 16px 0 16px 32px;
    }

    .typography p img .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 880px) {
    .typography .responsive-table {
        width: 100%;
        overflow-x: auto;
    }

    .typography .responsive-table::-webkit-scrollbar {
        height: 4px;
        background: #2C3057;
        border-radius: 10px;
    }

    .typography .responsive-table::-webkit-scrollbar-thumb {
        background: #3246FF;
        border-radius: 10px;
    }

    .typography .responsive-table table {
        min-width: 570px;
        margin-bottom: 8px;
        line-height: 120%;
    }

    .typography .responsive-table table td,
    .typography .responsive-table table th {
        padding: 10px 12px;
    }
}

@media (max-width: 767px) {
    .typography h1 {
        font-size: 32px;
        line-height: 1.23;
    }

    .typography h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .typography h3 {
        font-size: 26px;
        line-height: 1.3;
    }

    .typography blockquote {
        padding: 10px 16px;
    }

    .typography blockquote p {
        font-size: 16px;
    }

    .typography p img {
        margin: 16px 0 16px;
    }

    .typography p img.alignleft {
        float: left;
        margin: 16px 32px 16px 0;
    }

    .typography p img .alignright {
        float: right;
        margin: 16px 0 16px 32px;
    }

    .typography p img .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .typography h1 {
        font-size: 26px;
        line-height: 1.2;
    }

    .typography h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .typography h3 {
        font-size: 22px;
        line-height: 1.25;
    }

    .typography h4 {
        font-size: 20px;
        line-height: 1.3;
    }

    .typography h5 {
        font-size: 18px;
        line-height: 1.3;
    }

    .typography h6 {
        font-size: 16px;
        line-height: 1.3;
    }
}

/* ui/ux
===================================================*/
/*============================================================================
	#Button
==============================================================================*/
.button,
.button-primary,
.button-secondary,
.button-nav {
    display: inline-block;
    border: 0;
    background: none;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: white;
    cursor: pointer;
}

.button-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 12px 24px 10px;
    background: #3246FF;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px #3246FF, 0px 0px 15px rgba(4, 165, 255, 0.5);
    box-shadow: inset 0 0 0 1px #3246FF, 0px 0px 15px rgba(4, 165, 255, 0.5);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-primary:hover {
    background: #04A5FF;
    -webkit-box-shadow: inset 0 0 0 1px #04A5FF, 0px 0px 15px rgba(4, 165, 255, 0.8);
    box-shadow: inset 0 0 0 1px #04A5FF, 0px 0px 15px rgba(4, 165, 255, 0.8);
}

.button-primary--base {
    max-width: 126px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 40px;
}

.button-primary--dark {
    background: #070326;
}

.button-primary--gradient {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.button-primary--gradient::before, .button-primary--gradient::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-primary--gradient::after {
    background: -o-linear-gradient(359.71deg, #3246FF 0.25%, #04A5FF 48.82%, #3246FF 98.41%);
    background: linear-gradient(90.29deg, #3246FF 0.25%, #04A5FF 48.82%, #3246FF 98.41%);
    z-index: -1;
}

.button-primary--gradient::before {
    background: -o-linear-gradient(359.71deg, #4504FF 0.25%, #745CC4 48.82%, #4504FF 98.41%);
    background: linear-gradient(90.29deg, #4504FF 0.25%, #745CC4 48.82%, #4504FF 98.41%);
    z-index: -1;
}

.button-primary--gradient:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.button-primary--gradient:hover::after {
    opacity: 0;
}

.button-primary--pure {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: inset 0 0 0 1px #4504FF;
    box-shadow: inset 0 0 0 1px #4504FF;
}

.button-primary--pure::before, .button-primary--pure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-primary--pure::before {
    background: -o-linear-gradient(359.71deg, #4504FF 0.25%, #745CC4 48.82%, #4504FF 98.41%);
    background: linear-gradient(90.29deg, #4504FF 0.25%, #745CC4 48.82%, #4504FF 98.41%);
    z-index: -1;
    opacity: 0;
}

.button-primary--pure:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.button-primary--pure:hover::after {
    opacity: 0;
}

.button-primary--pure:hover::before {
    opacity: 1;
}

.button-primary--small {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 13px 14px 11px;
}

.button-primary--large {
    padding: 18px 35px 15px;
    font-size: 18px;
    line-height: 18px;
}

.button-primary--big {
    padding: 20px 35px 16px;
}

.button-primary--wide {
    min-width: 198px;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 24px 11px;
}

.button-primary--icon {
    font-size: 16px;
    line-height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 14px 11px 16px;
    letter-spacing: 0;
    text-align: left;
    background: rgba(7, 3, 38, 0.5);
}

.button-primary--icon .icon {
    width: 10px;
    height: 10px;
    fill: #3246FF;
    margin-left: 10px;
    margin-top: -2px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.button-primary--icon .icon--large {
    width: 20px;
    height: 20px;
}

.button-primary--icon:hover .icon {
    fill: white;
}

.button-primary--radius {
    border-radius: 30px;
    padding: 13px 24px 11px;
    min-width: 148px;
    -webkit-box-shadow: 0px 2px 15px rgba(50, 70, 255, 0.5);
    box-shadow: 0px 2px 15px rgba(50, 70, 255, 0.5);
}

.button-search {
    padding: 9px 10px;
}

.button-search .icon {
    width: 20px;
    height: 20px;
    fill: #04A5FF;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-search:hover .icon {
    fill: #3246FF;
}

.button-nav {
    fill: white;
    opacity: .5;
    height: 14px;
    width: 14px;
    padding: 2px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-nav .icon {
    fill: inherit;
    height: 10px;
    width: 10px;
}

.button-nav:hover {
    opacity: 1;
}

.button-nav--prev .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.button-report {
    color: white;
    fill: white;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-report .icon {
    fill: inherit;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.button-report:hover {
    color: #FF0000;
    fill: #FF0000;
}

.button-play {
    width: 136px;
    height: 136px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-play::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: translate(4px, 0px);
    -ms-transform: translate(4px, 0px);
    transform: translate(4px, 0px);
    border-style: solid;
    border-width: 24px 0 24px 42px;
    border-color: transparent transparent transparent #04A5FF;
}

.button-play:hover {
    background: rgba(255, 255, 255, 0.5);
}

.button-play:hover::before {
    border-color: transparent transparent transparent #3246FF;
}

.button-play-small {
    width: 70px;
    height: 70px;
    background: #04A5FF;
    border-radius: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-play-small::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 20px;
    border-color: transparent transparent transparent white;
    -webkit-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    transform: translate(3px, 0);
}

.button-slider-nav {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2C3057;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-slider-nav:hover {
    background: #04A5FF;
    -webkit-box-shadow: 0px 0px 15px rgba(4, 165, 255, 0.5);
    box-shadow: 0px 0px 15px rgba(4, 165, 255, 0.5);
}

.button-slider-nav:hover .icon {
    opacity: 1;
}

.button-slider-nav .icon {
    width: 10px;
    height: 10px;
    fill: white;
    opacity: .5;
}

.button-slider-nav--prev .icon {
    -webkit-transform: rotate(180deg) translateX(1px);
    -ms-transform: rotate(180deg) translateX(1px);
    transform: rotate(180deg) translateX(1px);
}

.button-slider-nav--next .icon {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
}

.button-close {
    position: relative;
    padding: 20px;
    z-index: 2;
    display: block;
}

.button-close::before, .button-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 26px;
    background: black;
    opacity: .5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.button-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*============================================================================
	#Icons
==============================================================================*/
.i-star {
    width: 17px;
    height: 17px;
}

.i-large {
    width: 30px;
    height: 30px;
}

.i-star--sky,
.i-base--sky,
.i-large--sky {
    fill: #04A5FF;
}

.i-star--blue,
.i-base--blue {
    fill: #3246FF;
}

.i-base--green,
.i-large--green {
    fill: #00C337;
}

.i-base--red,
.i-large--red {
    fill: #FF0000;
}

.i-base {
    width: 20px;
    height: 20px;
}

.i-stroke {
    fill: transparent;
}

.i-stroke--sky {
    stroke: #04A5FF;
}

.icon--down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.i-rating-star {
    width: 20px;
    height: 20px;
}

.i-rating-star__body {
    fill: #04A5FF;
}

.i-rating-star__border {
    fill: #04A5FF;
}

.i-rating-star--stroke .i-rating-star__body {
    fill: transparent;
}

.i-rating-star--small {
    width: 18px;
    height: 18px;
}

.i-rating-star--large {
    width: 30px;
    height: 30px;
}

.stars-rating {
    direction: rtl;
}

.stars-rating .star-cb-clear + label {
    display: none;
}

.stars-rating > input {
    display: none;
}

.stars-rating > input + label {
    /* only enough room for the star */
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0;
    text-indent: 9999px;
    position: relative;
    padding: 0 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.stars-rating > input + label:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../icons/i-star-stroke.svg") no-repeat center;
    top: 0;
    left: 0;
}

.stars-rating > input:checked ~ label:before,
.stars-rating > input + label:hover ~ label:before,
.stars-rating > input + label:hover:before {
    background: url("../icons/i-star-full.svg") no-repeat center;
}

.stars-rating:hover > input + label:before {
    background: url("../icons/i-star-stroke.svg") no-repeat center;
}

.stars-rating:hover > input + label:hover ~ label:before,
.stars-rating:hover > input + label:hover:before {
    background: url("../icons/i-star-full.svg") no-repeat center;
}

/*============================================================================
	#FORM
==============================================================================*/
.form__row {
    margin-bottom: 24px;
}

.form__row:last-child {
    margin-bottom: 0;
}

.form__label {
    font-family: "Muller", sans-serif;
    color: #000000;
    opacity: .5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 12px;
}

.form__input {
    font-family: "Muller", sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    padding: 11px 16px;
    border: 1px solid #D4D9E0;
    border-radius: 16px;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.form__input::-webkit-input-placeholder {
    -webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #8D9AAE;
}

.form__input::-moz-placeholder {
    -moz-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #8D9AAE;
}

.form__input:-ms-input-placeholder {
    -ms-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #8D9AAE;
}

.form__input::-ms-input-placeholder {
    -ms-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #8D9AAE;
}

.form__input::placeholder {
    -webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #8D9AAE;
}

.form__input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form__input:focus::-moz-placeholder {
    opacity: 0;
}

.form__input:focus:-ms-input-placeholder {
    opacity: 0;
}

.form__input:focus::-ms-input-placeholder {
    opacity: 0;
}

.form__input:focus::placeholder {
    opacity: 0;
}

.form__input:focus {
    border-color: #000000;
}

.form__textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form__textarea:focus::-moz-placeholder {
    opacity: 0;
}

.form__textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.form__textarea:focus::-ms-input-placeholder {
    opacity: 0;
}

.form__textarea:focus::placeholder {
    opacity: 0;
}

.form__submit {
    width: 100%;
    min-width: 100%;
}

.form em.error {
    color: red;
    font-size: 12px;
    display: block;
    line-height: 18px;
    margin-top: 4px;
}

.mobile-search-form {
    width: 100%;
    position: relative;
}

.mobile-search-form__input {
    width: 100%;
    background: #2C3057;
    border: none;
    font-size: 14px;
    font-weight: 300;
    padding: 7px 16px 5px 38px;
    border-radius: 3px;
    -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 580px) {
    .mobile-search-form__input {
        font-size: 16px;
    }
}

.mobile-search-form__input:focus {
    -webkit-box-shadow: 0 0 0 1px #04A5FF;
    box-shadow: 0 0 0 1px #04A5FF;
}

.mobile-search-form__input::-webkit-input-placeholder {
    color: white;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mobile-search-form__input::-moz-placeholder {
    color: white;
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mobile-search-form__input:-ms-input-placeholder {
    color: white;
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mobile-search-form__input::-ms-input-placeholder {
    color: white;
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mobile-search-form__input::placeholder {
    color: white;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mobile-search-form__input:focus::-webkit-input-placeholder {
    opacity: .4;
}

.mobile-search-form__input:focus::-moz-placeholder {
    opacity: .4;
}

.mobile-search-form__input:focus:-ms-input-placeholder {
    opacity: .4;
}

.mobile-search-form__input:focus::-ms-input-placeholder {
    opacity: .4;
}

.mobile-search-form__input:focus::placeholder {
    opacity: .4;
}

.mobile-search-form__submit {
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    padding: 2px 10px;
}

.mobile-search-form__submit .icon {
    fill: #04A5FF;
    width: 16px;
    height: 16px;
}

/*============================================================================
	#Checkbox
==============================================================================*/
.checkbox__label > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox__label > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #070326;
    letter-spacing: 0.025rem;
}

.checkbox__label > span::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 2px solid #070326;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.checkbox__label > span::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    top: 4px;
    left: 4px;
}

.checkbox__label > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #92697c;
}

.checkbox__label > input:not(:disabled):active + span::before {
    border-color: #6e4357;
}

.checkbox__label > input:checked + span::after {
    border-color: #070326;
    background-image: url("../icons/checkmark.svg");
}

.checkbox__label > input:disabled + span::before {
    background-color: #e9ecef;
}

/*============================================================================
	#Select
==============================================================================*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    display: inline-block;
    cursor: pointer;
    line-height: 0;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
    width: 100%;
}

.hamburger.is-active {
    opacity: 0.5;
}

.hamburger.is-active:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: white;
}

.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    width: 100%;
}

.hamburger-box {
    width: 28px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #04A5FF;
    border-radius: 6px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
    width: 80%;
    right: 0;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
    -o-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease, width .2s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease, width .2s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease, width .2s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, width 0.2s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, width 0.2s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.2s ease;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.2s ease;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.2s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* common
===================================================*/
/*============================================================================
	#COMMON
==============================================================================*/
.site {
    padding-top: 112px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1380px) {
    .site {
        padding-top: 96px;
    }
}

@media (max-width: 1200px) {
    .site {
        padding-top: 70px;
    }
}

.site__body, .container {
    max-width: 1452px;
    padding: 0 16px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .site__body, .container {
        max-width: 960px;
    }
}

@media (max-width: 375px) {
    .site__body, .container {
        padding: 0 10px;
    }
}

.site-overlay {
    background: rgba(7, 3, 38, 0.7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
    .site-overlay {
        background: rgba(7, 3, 38, 0.5);
    }
}

.site-overlay.visible {
    opacity: 1;
    visibility: visible;
}

.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-content__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.5%;
    flex: 0 0 65.5%;
    max-width: 65.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-content__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(34.5% - 50px);
    flex: 0 0 calc(34.5% - 50px);
    max-width: calc(34.5% - 50px);
    margin-left: 50px;
}

@media (max-width: 1480px) {
    .page-content__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
        max-width: 67.5%;
    }

    .page-content__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(32.5% - 32px);
        flex: 0 0 calc(32.5% - 32px);
        max-width: calc(32.5% - 32px);
        margin-left: 32px;
    }
}

@media (max-width: 1200px) {
    .page-content__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }

    .page-content__aside {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 440px;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .page-content__aside {
        margin: 0 auto;
        width: 100%;
    }
}

.section {
    margin: 0 0 48px 0;
}

.section:last-of-type {
    margin-bottom: 24px;
}

.section__header {
    margin-bottom: 32px;
}

.section__header--morelink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.section__title {
    margin: 0 0 0 0;
}

@media (max-width: 1200px) {
    .section__title {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .section__title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .section__title {
        font-size: 24px;
    }
}

.main-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -18px;
}

.main-grid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 36px);
    flex: 0 0 calc(100% / 3 - 36px);
    max-width: calc(100% / 3 - 36px);
    margin: 18px 18px;
}

.main-grid__col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 1 - 36px);
    flex: 0 0 calc(100% / 1 - 36px);
    max-width: calc(100% / 1 - 36px);
}

@media (max-width: 1480px) {
    .main-grid {
        margin: -10px;
    }

    .main-grid__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 20px);
        flex: 0 0 calc(100% / 3 - 20px);
        max-width: calc(100% / 3 - 20px);
        margin: 10px 10px;
    }
}

.background-gradients__item {
    border-radius: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
    border-radius: 100%;
    -webkit-filter: blur(90px);
    filter: blur(90px);
}

.background-gradients__item--big {
    left: 0;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 820px;
    height: 820px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 92, 196, 0.8)), to(rgba(4, 165, 255, 0.8)));
    background: -o-linear-gradient(top, rgba(116, 92, 196, 0.8) 0%, rgba(4, 165, 255, 0.8) 100%);
    background: linear-gradient(180deg, rgba(116, 92, 196, 0.8) 0%, rgba(4, 165, 255, 0.8) 100%);
}

.background-gradients__item--small {
    top: 90px;
    right: 50%;
    width: 704px;
    height: 704px;
    background: -o-linear-gradient(195deg, rgba(227, 25, 98, 0.8) 0%, rgba(69, 4, 255, 0.8) 100%);
    background: linear-gradient(255deg, rgba(227, 25, 98, 0.8) 0%, rgba(69, 4, 255, 0.8) 100%);
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
}

.widget {
    margin-bottom: 30px;
}

.stars-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stars-list .icon {
    margin-right: 3px;
}

.stars-list .icon:last-child {
    margin-right: 0;
}

.stars-fluid {
    position: relative;
    width: 116px;
}

.stars-fluid__full {
    white-space: nowrap;
    overflow: hidden;
}

.stars-fluid__pure {
    position: absolute;
    top: 0;
    left: 0;
}

.stars-fluid--small {
    width: 106px;
}

.stars-fluid--large {
    width: 166px;
}

.swiper-container .swiper-pagination {
    bottom: 32px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #3246FF;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-lazy-preloader {
    border-color: #070326;
    border-top-color: transparent;
}

.swiper-pagination-fraction {
    width: auto;
}

.lazy-background {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQYV2P4//vHfwAJ4QPym4ubMgAAAABJRU5ErkJggg==) !important;
    background-repeat: repeat !important;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.site-pagination {
    margin: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-pagination .page-numbers {
    color: white;
    font-size: 18px;
    display: block;
    padding: 4px 6px;
    text-decoration: none;
}

.site-pagination .page-numbers:not(.currunt):hover {
    opacity: .7;
}

.site-pagination .current {
    color: #04A5FF;
}

.overflow {
    overflow: hidden;
}

.hidden {
    display: none;
}

.pixelated {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}

.link {
    color: #070326;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.order-last {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
}

/* Text meant only for screen readers. */
.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;
    width: 1px;
    word-wrap: normal !important;
}

noindex.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
}

.order-30 {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
}

.order-40 {
    -webkit-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40;
}

.order-50 {
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
}

.order-60 {
    -webkit-box-ordinal-group: 61;
    -ms-flex-order: 60;
    order: 60;
}

.order-70 {
    -webkit-box-ordinal-group: 71;
    -ms-flex-order: 70;
    order: 70;
}

.order-80 {
    -webkit-box-ordinal-group: 81;
    -ms-flex-order: 80;
    order: 80;
}

.order-90 {
    -webkit-box-ordinal-group: 91;
    -ms-flex-order: 90;
    order: 90;
}

.order-100 {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
}

.order-120 {
    -webkit-box-ordinal-group: 121;
    -ms-flex-order: 120;
    order: 120;
}

.order-130 {
    -webkit-box-ordinal-group: 104;
    -ms-flex-order: 103;
    order: 103;
}

.order-140 {
    -webkit-box-ordinal-group: 141;
    -ms-flex-order: 140;
    order: 140;
}

.order-150 {
    -webkit-box-ordinal-group: 151;
    -ms-flex-order: 150;
    order: 150;
}

.order-160 {
    -webkit-box-ordinal-group: 161;
    -ms-flex-order: 160;
    order: 160;
}

.order-170 {
    -webkit-box-ordinal-group: 171;
    -ms-flex-order: 170;
    order: 170;
}

.order-180 {
    -webkit-box-ordinal-group: 181;
    -ms-flex-order: 180;
    order: 180;
}

.order-190 {
    -webkit-box-ordinal-group: 191;
    -ms-flex-order: 190;
    order: 190;
}

.order-200 {
    -webkit-box-ordinal-group: 201;
    -ms-flex-order: 200;
    order: 200;
}

.order-last {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
}

/* components
===================================================*/
/*============================================================================
	#BREADCRUMBS
==============================================================================*/
.breadcrumbs {
    padding: 0 0 32px 0;
}

.breadcrumbs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__item {
    display: inline-block;
    text-decoration: none;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.breadcrumbs__item .icon {
    margin-top: -4px;
    margin-right: 14px;
}

.breadcrumbs__item--current {
    opacity: .5;
}

.breadcrumbs__item:not(.breadcrumbs__item--current):hover {
    color: #04A5FF;
}

.breadcrumbs__separator {
    margin: 0 14px 0 8px;
    font-weight: 300;
}

/*============================================================================
	#Pagination
==============================================================================*/
.pagination {
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .page-numbers {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.40;
    color: black;
    text-decoration: none;
    margin: 0 12px;
}

.pagination .page-numbers:not(.dots):not(.current):hover {
    text-decoration: underline;
}

.pagination .page-numbers.current {
    position: relative;
}

.pagination .page-numbers.current:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #070326;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    width: 42px;
    height: 42px;
    background: #000000;
    border-radius: 100%;
    fill: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pagination .page-numbers.prev svg,
.pagination .page-numbers.next svg {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

.pagination .page-numbers.prev {
    margin-left: -72px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination .page-numbers.next {
    margin-right: -72px;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
    background: #000000;
    fill: #000000;
}

/*============================================================================
	#Menu's
==============================================================================*/
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #2C3057;
    border-right: 1px solid #2C3057;
    position: relative;
}

.main-menu a {
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-menu > li > a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 48px 9px;
    border-left: 1px solid #2C3057;
    border-right: 1px solid #2C3057;
}

.main-menu > li > a::before, .main-menu > li > a::after {
    content: '';
    background: #2C3057;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-menu > li > a::after {
    left: auto;
    right: 0;
}

.main-menu > li > a .icon-arrow {
    display: none;
}

.main-menu > li:hover > a::before, .main-menu > li:hover > a::after {
    width: 50%;
    opacity: 1;
}

.main-menu > li > a svg {
    fill: #04A5FF;
    margin-right: 16px;
    width: 20px;
    height: 20px;
}

.main-menu > li:hover > .megamenu.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main-menu .sub-menu {
    margin-top: 16px;
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    list-style-type: none;
}

.main-menu .sub-menu::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-menu .sub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 16, 57, 0.9);
    z-index: -1;
    border-radius: 10px;
    overflow: hidden;
}

@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
    .main-menu .sub-menu {
        background: rgba(22, 16, 57, 0.5);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

    .main-menu .sub-menu::before {
        display: none;
    }
}

.sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sub-menu ul li {
    position: relative;
}

.sub-menu ul li::before {
    content: '';
    position: absolute;
    left: -24px;
    width: 15px;
    height: 15px;
    background: url("../icons/arrow-angel-next.svg") no-repeat;
    background-position: center;
    background-size: content;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sub-menu ul li:hover::before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sub-menu ul li:hover a {
    color: #04A5FF;
}

.sub-menu li.active::before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sub-menu li.active a {
    color: #04A5FF;
}

.sub-menu a {
    font-size: 18px;
    font-weight: 300;
}

.megamenu {
    padding: 42px 52px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 100%;
}

.megamenu__mobile {
    display: none;
    visibility: hidden;
}

.megamenu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
}

.megamenu__col {
    margin: 0 16px;
}

.megamenu__col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
}

.megamenu a.megamenu__col-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.megamenu__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.megamenu__list li {
    margin-bottom: 12px;
}

@media (max-width: 1380px) {
    .main-menu > li > a {
        padding: 9px 38px 9px;
    }
}

@media (max-width: 1280px) {
    .main-menu > li > a {
        padding: 9px 28px 9px;
    }
}

@media (max-width: 1200px) {
    .header.is-active .header-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
    }

    .main-menu > li > a {
        padding: 20px 30px 20px 30px;
        border: none;
    }

    .main-menu > li > a::before, .main-menu > li > a::after {
        display: none;
    }

    .main-menu > li > a .icon-arrow {
        display: block;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .main-menu > li > a .icon-arrow svg {
        margin-right: 0;
        width: 16px;
        height: 16px;
    }

    .main-menu > li > a .icon-arrow::before {
        position: absolute;
        content: '';
        width: 200%;
        height: 200%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .main-menu > li:nth-child(odd) > a {
        background: #2C3057;
    }

    .main-menu .sub-menu {
        margin-top: 0;
        position: fixed;
        top: -60px;
        border: none;
        border-radius: 0;
        background: #070326;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        width: 100%;
        height: 100vh;
    }

    .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .megamenu {
        padding: 0;
    }

    .megamenu__mobile {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        background: #070326;
        width: 100%;
        padding: 8px 32px;
        z-index: 1;
    }

    .megamenu__close-submenu {
        padding: 10px 10px;
        margin-left: -10px;
    }

    .megamenu__close-submenu .icon {
        fill: white;
        opacity: .5;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .megamenu__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 70px 32px 0;
        height: 100%;
        overflow: auto;
    }

    .megamenu__col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
    }

    .megamenu__col {
        border-bottom: 1px solid #2C3057;
        padding-bottom: 10px;
        margin-bottom: 24px;
    }

    .megamenu__col:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .main-menu > li:hover > .megamenu.sub-menu {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .main-menu > li.is-active:hover > .megamenu.sub-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .main-menu > li.is-active > .sub-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*============================================================================
	#Language
==============================================================================*/
.language {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 9px 15px 9px 0;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.language.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 18px;
    right: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #007bff transparent transparent transparent;
}

.language__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}

.language__header:hover {
    color: #04A5FF;
}

.language__dropdown {
    position: absolute;
    display: none;
}

.language__dropdown span, .language__dropdown a {
    margin-top: 4px;
    display: block;
    color: white;
    text-decoration: none;
}

.language__dropdown span:hover, .language__dropdown a:hover {
    color: #04A5FF;
}

/*============================================================================
	#Social Media
==============================================================================*/
.socialmedia__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socialmedia__button {
    margin: 0 10px;
}

@media (max-width: 480px) {
    .socialmedia__button {
        margin: 0 5px;
    }
}

.social-button {
    background: rgba(255, 255, 255, 0.3);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social-button:hover {
    background: #04A5FF;
    -webkit-box-shadow: 0px 0px 15px rgba(4, 165, 255, 0.8);
    box-shadow: 0px 0px 15px rgba(4, 165, 255, 0.8);
}

.social-button__icon {
    width: 20px;
    height: 20px;
    fill: white;
}

/*============================================================================
	#Banner Slider
==============================================================================*/
.banner-slider__slide {
    position: relative;
    padding: 56px 56px;
    overflow: hidden;
    border-radius: 16px;
    min-height: 544px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-slider__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-color: #070326;
}

.banner-slider__content {
    position: relative;
}

.banner-slider__title {
    font-size: 36px;
    max-width: 550px;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.banner-slider__sub-title {
    font-size: 28px;
    line-height: 1.2;
    max-width: 550px;
    font-weight: 500;
    margin: 0 0 16px 0;
}

.banner-slider__text {
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 0 0 0 0;
    min-height: 66px;
    max-width: 420px;
}

.banner-slider .button-primary {
    margin-top: 48px;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .banner-slider__slide {
        min-height: 500px;
    }

    .banner-slider__content {
        margin-top: 24px;
    }
}

@media (max-width: 980px) {
    .banner-slider__content {
        margin-top: 24px;
    }

    .banner-slider__slide {
        min-height: 52vw;
    }
}

@media (max-width: 880px) {
    .banner-slider__content {
        margin-top: 0px;
    }

    .banner-slider__slide {
        min-height: 417px;
    }
}

@media (max-width: 768px) {
    .banner-slider__title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .banner-slider__sub-title {
        font-size: 24px;
    }

    .banner-slider .button-primary {
        margin-top: 32px;
    }

    .banner-slider__slide {
        padding: 56px 40px;
    }

    .banner-slider .swiper-pagination {
        bottom: 24px;
    }
}

@media (max-width: 680px) {
    .banner-slider__image-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: -o-linear-gradient(179.48deg, #000000 0.47%, rgba(0, 0, 0, 0) 61.11%);
        background: linear-gradient(270.52deg, #000000 0.47%, rgba(0, 0, 0, 0) 61.11%);
    }
}

@media (max-width: 580px) {
    .banner-slider__title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .banner-slider__sub-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .banner-slider__text {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .banner-slider__slide {
        padding: 40px 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner-slider__content {
        margin-bottom: 16px;
    }

    .banner-slider__title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .banner-slider__sub-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .banner-slider__text {
        font-size: 14px;
        max-width: 100%;
    }

    .banner-slider .button-primary {
        font-size: 16px;
        line-height: 16px;
        padding: 14px 24px 10px;
    }
}

@media (max-width: 374px) {
    .banner-slider__slide {
        padding: 32px 24px;
    }
}

/*============================================================================
	#Cards Section
==============================================================================*/
.section-cards {
    margin-bottom: 56px;
}

.section-cards__header {
    margin: 0 0 32px 0;
}

.section-cards__header--morelink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .section-cards__header--morelink {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section-cards__title {
    margin: 0 0 8px 0;
    font-size: 38px;
}

@media (max-width: 1480px) {
    .section-cards__title {
        font-size: 36px;
    }
}

@media (max-width: 1200px) {
    .section-cards__title {
        font-size: 32px;
        line-height: 1.2;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .section-cards__title {
        font-size: 28px;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 480px) {
    .section-cards__title {
        font-size: 24px;
    }
}

.section-cards__description {
    margin: 8px 0 16px 0;
}

.section-cards__tags {
    margin: 24px 0 24px 0;
}

.section-cards__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0 0;
}

.section-cards--home {
    margin-bottom: 72px;
}

@media (max-width: 1200px) {
    .section-cards--home {
        margin-bottom: 48px;
    }
}

.section-cards--home .section-cards__header {
    margin-bottom: 48px;
}

@media (max-width: 1200px) {
    .section-cards--home .section-cards__header {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .section-cards--home .section-cards__header {
        margin-bottom: 24px;
    }
}

.section-cards--home .section-cards__footer {
    margin-top: 48px;
}

@media (max-width: 1200px) {
    .section-cards--home .section-cards__footer {
        margin-top: 40px;
    }
}

.section-cards--blog .section-cards__header {
    margin-bottom: 16px;
}

/*============================================================================
	#Card & Section Cards
==============================================================================*/
.casino-grid__col {
    margin-bottom: 24px;
    position: relative;
}

.card {
    background: #161039;
    border-radius: 6px;
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
}

.card::before, .card::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 20%;
    top: 0;
    left: 33%;
    background: rgba(4, 165, 255, 0.1);
    -webkit-transform: skewX(-38deg);
    -ms-transform: skewX(-38deg);
    transform: skewX(-38deg);
    opacity: 0;
    pointer-events: none;
}

.card::before {
    -webkit-transform: translateX(-150px) skewX(-38deg);
    -ms-transform: translateX(-150px) skewX(-38deg);
    transform: translateX(-150px) skewX(-38deg);
    -webkit-transition: 1s all cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 1s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card::after {
    left: 58%;
    width: 4%;
    -webkit-transform: translateX(-150px) skewX(-38deg);
    -ms-transform: translateX(-150px) skewX(-38deg);
    transform: translateX(-150px) skewX(-38deg);
    -webkit-transition: 1s all cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 1s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover {
    background: #1C1448;
    -webkit-box-shadow: inset 0 0 0 1px #04A5FF, 0px 2px 25px rgba(4, 165, 255, 0.25);
    box-shadow: inset 0 0 0 1px #04A5FF, 0px 2px 25px rgba(4, 165, 255, 0.25);
}

.card:hover::before {
    opacity: 1;
    -webkit-transform: translateX(0) skewX(-38deg);
    -ms-transform: translateX(0) skewX(-38deg);
    transform: translateX(0) skewX(-38deg);
}

.card:hover::after {
    opacity: 1;
    -webkit-transform: translateX(0) skewX(-38deg);
    -ms-transform: translateX(0) skewX(-38deg);
    transform: translateX(0) skewX(-38deg);
    -webkit-transition: 1s all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 1s all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
}

.card__col {
    border-right: 2px solid #2C3057;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

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

.card__col--left {
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card__col--main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
    max-width: 55%;
    padding: 9px 24px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.card__col--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 12px;
}

.card__col--right .button-primary {
    margin: 10px 0;
    min-width: auto;
    max-width: 184px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.card__col--right noindex {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card__main-toggle {
    display: none;
    visibility: hidden;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    color: rgba(255, 255, 255, 0.7);
}

.card__main-toggle .icon {
    width: 10px;
    height: 10px;
    fill: #3246FF;
    margin-left: 10px;
    -webkit-transform: translateY(-1px) rotate(-90deg);
    -ms-transform: translateY(-1px) rotate(-90deg);
    transform: translateY(-1px) rotate(-90deg);
}

.card__main-toggle.is-active .icon {
    -webkit-transform: translateY(-1px) rotate(90deg);
    -ms-transform: translateY(-1px) rotate(90deg);
    transform: translateY(-1px) rotate(90deg);
}

.card__image {
    margin-bottom: 14px;
    width: 160px;
}

.card__title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: center;
}

.card__progress-bar {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.card__amount, .card__currency {
    margin-bottom: 20px;
}

.card__games {
    max-width: 320px;
    margin-bottom: 24px;
}

.progress-bar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2px;
}

.progress-bar__title, .progress-bar__number {
    font-size: 14px;
}

.progress-bar__progress {
    height: 5px;
    width: 100%;
    background: #c4c4c4;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar__current-progress {
    width: auto;
    height: 100%;
    background: #3246FF;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.props-slider__title {
    font-size: 14px;
    margin-bottom: 2px;
}

.props-slider__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.props-slider .swiper-container {
    margin: 0;
    position: relative;
}

.props-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.props-slider .swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 4px;
}

.props-slider .button-nav {
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.props-block__title {
    font-size: 14px;
    margin-bottom: 2px;
}

.props-block__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.props-block__item {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding: 5px 10px 1px;
    border-right: 2px solid #2C3057;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.props-block__item:first-child {
    padding-left: 0;
    text-align: left;
}

.props-block__item:last-child {
    padding-right: 0;
    text-align: right;
    border-right: none;
}

.slider-currency {
    max-width: 216px;
}

.slider-currency.no-slider .swiper-slide {
    width: auto;
    margin-right: 6px;
}

.slider-currency.no-slider .swiper-navigation {
    display: none;
}

.slider-deposit {
    max-width: 224px;
}

.slider-deposit .slider-items__item {
    margin-right: 10px;
}

.slider-deposit.no-slider .swiper-slide:last-child .slider-items__item::before {
    display: none;
}

.slider-deposit.no-slider .swiper-navigation {
    display: none;
}

.slider-games.no-slider .swiper-slide:last-child .slider-items__item::before {
    display: none;
}

.slider-games.no-slider .swiper-navigation {
    display: none;
}

.slider-items .swiper-slide {
    width: auto;
}

.slider-items__item {
    line-height: 1;
    font-size: 14px;
    padding: 5px 0 1px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    position: relative;
    padding-right: 10px;
}

.slider-items__item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #2C3057;
    top: 0;
    right: 0;
}

.slider-items--amount .props-slider__title {
    margin-bottom: -2px;
}

.slider-items--games .props-slider__title {
    margin-bottom: 0px;
}

.slider-items--games .slider-items__item {
    padding-right: 14px;
    margin-right: 14px;
}

.card-bonus__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.card-bonus .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #04A5FF;
}

.card-bonus__title {
    font-size: 16px;
    font-weight: 300;
    color: #04A5FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.card-bonus__title span {
    margin-left: 6px;
    font-weight: 500;
}

.card-bonus__show-more {
    width: 18px;
    height: 18px;
    padding-top: 2px;
    background: #2C3057;
    border-radius: 50%;
    font-size: 12px;
    color: #9597AB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.card-bonus__show-more::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.card-bonus__show-more.active {
    background: #04A5FF;
    color: white;
}

.card-bonus__more-block {
    position: absolute;
    z-index: 2;
    background: white;
    color: #4F4F4F;
    width: 350px;
    border-radius: 8px;
    border-top-left-radius: 0;
    top: 55px;
    right: -340px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-bonus__more-block.active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.card-bonus__more-block::before {
    content: '';
    position: absolute;
    top: -33px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 0 0 46px;
    border-color: transparent transparent transparent white;
}

.card-bonus__more-block::after {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 34px);
    position: absolute;
    top: -34px;
    left: -12px;
    z-index: -1;
}

.card-bonus__more-heading {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 32px 16px 4px;
}

.card-bonus__more-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: black;
}

.card-bonus__more-close {
    position: absolute;
    top: 4px;
    right: 4px;
}

.card-bonus__item-list {
    margin: 12px 16px;
}

.card-bonus__item {
    padding-left: 16px;
    position: relative;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
}

.card-bonus__item::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url("../icons/arrow-next--blue.svg") no-repeat;
    background-size: contain;
}

@media (max-width: 1380px) {
    .card__col--main {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: inherit;
    }

    .card__col--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 206px;
        flex: 0 0 206px;
        max-width: 206px;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .card__col--main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card__progress-bar {
        width: 100%;
        margin-bottom: 14px;
    }

    .card__amount, .card__games, .card__currency {
        margin-bottom: 14px;
    }
}

@media (max-width: 940px) {
    .card__col--main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card__progress-bar {
        width: 100%;
        margin-bottom: 14px;
    }

    .card__amount, .card__games, .card__currency {
        margin-bottom: 14px;
    }
}

@media (max-width: 880px) {
    .card__col--main {
        padding: 9px 16px 14px;
    }

    .card__col--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
        max-width: 190px;
    }

    .card__col--right .button-primary {
        font-size: 14px;
        max-width: 166px;
    }
}

@media (max-width: 767px) {
    .card__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px 24px;
    }

    .card__col--left {
        padding: 0;
        padding-right: 24px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: inherit;
    }

    .card__col--right {
        padding: 0;
        padding-left: 24px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: inherit;
    }

    .card__col--main {
        margin-top: 16px;
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        padding-top: 16px;
        display: none;
        border: none;
        border-top: 2px solid #2C3057;
    }

    .card__main-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }

    .card__games {
        margin-bottom: 8px;
    }

    .card-bonus__title div {
        display: none;
    }

    .card-bonus__title span {
        margin-left: 0;
        line-height: 1.2;
    }

    .card-bonus__show-more {
        display: none;
    }

    .card-bonus {
        cursor: pointer;
    }

    .card-bonus__main {
        position: static;
    }

    .card-bonus__more-block {
        top: 50%;
        left: 50%;
        right: auto;
        border-radius: 16px;
        -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }

    .card-bonus__more-block::before, .card-bonus__more-block::after {
        display: none;
    }

    .card-bonus__more-block.active {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .card-bonus__more-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 580px) {
    .card:hover::before {
        -webkit-transform: translateX(0) skewX(-26deg);
        -ms-transform: translateX(0) skewX(-26deg);
        transform: translateX(0) skewX(-26deg);
        width: 26%;
        left: 28%;
    }

    .card:hover::after {
        -webkit-transform: translateX(0) skewX(-26deg);
        -ms-transform: translateX(0) skewX(-26deg);
        transform: translateX(0) skewX(-26deg);
    }
}

@media (max-width: 480px) {
    .card__image {
        width: 130px;
    }

    .card__title {
        word-break: break-all;
    }

    .card__col--left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1;
        flex: 0 1;
    }
}

@media (max-width: 430px) {
    .card:hover::before {
        left: 35%;
    }

    .card:hover::after {
        left: 64%;
    }

    .card__inner {
        padding: 16px 21px;
    }

    .card__col--left {
        margin-left: -12px;
        padding-right: 12px;
    }

    .card__col--right {
        padding-left: 20px;
    }

    .card__image {
        width: 112px;
    }
}

@media (max-width: 380px) {
    .card__image {
        margin-bottom: 8px;
    }

    .card__title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .card__col--main {
        padding-top: 10px;
        margin-top: 14px;
    }

    .card__col--right {
        padding-left: 10px;
        margin-right: -10px;
    }

    .card__col--right .button-primary {
        margin: 6px 0;
        padding-left: 4px;
        padding-right: 4px;
    }

    .card__bonus {
        margin-bottom: 2px;
    }

    .card__progress-bar, .card__amount, .card__games, .card__currency {
        margin-bottom: 10px;
    }

    .card-bonus__title {
        font-size: 14px;
        line-height: 24px;
        margin-right: 0;
    }

    .card-bonus__more-block {
        width: 100%;
        max-width: 350px;
    }

    .progress-bar__title, .progress-bar__number {
        font-size: 12px;
    }

    .props-slider__title {
        font-size: 12px;
    }

    .slider-items__item {
        font-size: 12px;
    }
}

/*============================================================================
	#Card Game
==============================================================================*/
.game-card {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 374px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game-card:hover {
    -webkit-box-shadow: 0 0 0 1px #04A5FF, 0px 2px 25px rgba(4, 165, 255, 0.25);
    box-shadow: 0 0 0 1px #04A5FF, 0px 2px 25px rgba(4, 165, 255, 0.25);
}

.game-card:hover::after {
    opacity: 0.95;
}

.game-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 16, 57, 0)), color-stop(84.37%, #161039), to(#161039));
    background: -o-linear-gradient(top, rgba(22, 16, 57, 0) 0%, #161039 84.37%, #161039 100%);
    background: linear-gradient(180deg, rgba(22, 16, 57, 0) 0%, #161039 84.37%, #161039 100%);
}

.game-card__inner {
    padding: 32px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.game-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.game-card__title {
    text-align: center;
    margin: 16px 0;
    font-size: 24px;
    line-height: 1.3;
}

.game-card__title a {
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .game-card {
        height: 340px;
    }

    .game-card__inner {
        padding: 24px 24px;
    }

    .game-card__title {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (max-width: 980px) {
    .game-card {
        height: calc(100vw / 3 + 48px);
    }
}

@media (min-width: 768px) and (max-width: 880px) {
    .game-card__inner {
        padding: 32px 24px;
    }

    .game-card__title {
        font-size: 22px;
        line-height: 1.3;
    }

    .game-card__button {
        padding: 12px 20px 10px;
        font-size: 16px;
        line-height: 18px;
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .main-grid--games {
        margin: -16px;
    }

    .main-grid--games .main-grid__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 32px);
        flex: 0 0 calc(100% / 2 - 32px);
        max-width: calc(100% / 2 - 32px);
        margin: 16px 16px;
    }

    .game-card {
        height: calc(100vw / 2 - 32px);
    }
}

@media (max-width: 580px) {
    .game-card__inner {
        padding: 32px 24px;
    }

    .game-card__title {
        font-size: 20px;
        line-height: 1.2;
        margin: 8px 0;
    }

    .game-card__button {
        padding: 12px 20px 10px;
        font-size: 16px;
        line-height: 18px;
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .main-grid--games {
        margin: -8px;
    }

    .main-grid--games .main-grid__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 16px);
        flex: 0 0 calc(100% / 2 - 16px);
        max-width: calc(100% / 2 - 16px);
        margin: 8px 8px;
    }

    .game-card {
        height: calc(100vw / 2 - 24px);
    }

    .game-card::after {
        opacity: 0;
    }

    .game-card__inner {
        padding: 24px 24px;
    }

    .game-card__title {
        font-size: 18px;
        margin-top: 16px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transition: 0.8s all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: 0.8s all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.8s all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    .game-card__button {
        padding: 10px 16px 8px;
        font-size: 14px;
        line-height: 16px;
        min-width: 100px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        opacity: 0;
    }

    .game-card:hover .game-card__title {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .game-card:hover .game-card__button {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    .game-card:hover::after {
        opacity: 1;
    }
}

@media (max-width: 440px) {
    .game-card__inner {
        padding: 16px 16px;
    }

    .game-card__title {
        font-size: 16px;
        line-height: 1.1;
        margin-bottom: 0;
    }

    .game-card__button {
        padding: 7px 16px 5px;
        min-width: 90px;
    }
}

@media (max-width: 374px) {
    .main-grid--games .main-grid__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 16px);
        flex: 0 0 calc(100% / 1 - 16px);
        max-width: calc(100% / 1 - 16px);
        margin: 8px 8px;
    }

    .game-card {
        height: calc(100vw / 1 - 24px);
    }

    .game-card::after {
        opacity: 1;
    }

    .game-card__inner {
        padding: 32px 24px;
    }

    .game-card__title {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 16px;
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .game-card__button {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        font-size: 16px;
        line-height: 16px;
        min-width: 120px;
        padding: 12px 16px 10px;
        opacity: 1;
    }

    .game-card:hover .game-card__button {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }

    .game-card:hover::after {
        opacity: .9;
    }
}

/*============================================================================
	#Post Card
==============================================================================*/
.post-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.post-card:hover {
    -webkit-box-shadow: 0 0 0 1px #04A5FF, 0px 2px 15px 0 rgba(4, 165, 255, 0.25);
    box-shadow: 0 0 0 1px #04A5FF, 0px 2px 15px 0 rgba(4, 165, 255, 0.25);
}

.post-card__inner {
    min-height: 290px;
    padding: 56px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-card__image {
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index: -1;
    top: -4px;
    left: -4px;
}

.post-card__image::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: black;
}

.post-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.post-card__category {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
}

.post-card__title {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 16px 0;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    max-height: 100px;
}

.post-card__date {
    opacity: .7;
    font-weight: 300;
    margin-bottom: 16px;
}

.post-card__excerpt {
    font-size: 18px;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    max-height: 104px;
}

.post-card__button {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #3246FF;
    box-shadow: inset 0 0 0 1px #3246FF;
    margin-top: auto;
}

.post-card__button:hover {
    background: #3246FF;
    -webkit-box-shadow: 0 0 0 1px #3246FF;
    box-shadow: 0 0 0 1px #3246FF;
}

.post-card--full {
    border-radius: 16px;
}

.post-card--full .post-card__inner {
    padding: 80px 40px;
    min-height: 460px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post-card--full .post-card__image::before {
    opacity: .6;
}

.post-card--full .post-card__image img {
    -webkit-filter: none;
    filter: none;
}

.post-card--full .post-card__title {
    font-size: 28px;
    line-height: 140%;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 78px;
    max-width: 550px;
    max-height: inherit !important;
}

.post-card--full .post-card__date {
    margin-bottom: 0;
}

.post-card--full .post-card__excerpt {
    margin-bottom: 40px;
    max-width: 500px;
}

@media (max-width: 1480px) {
    .main-grid__col-full {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 20px);
        flex: 0 0 calc(100% / 1 - 20px);
        max-width: calc(100% / 1 - 20px);
    }
}

@media (max-width: 980px) {
    .post-card__excerpt {
        font-size: 16px;
        font-weight: 300;
    }

    .post-card--full .post-card__inner {
        padding: 56px 40px;
        min-height: 420px;
    }

    .post-card--full .post-card__title {
        font-size: 24px;
        height: 66px;
        margin-bottom: 24px;
    }
}

@media (max-width: 780px) {
    .main-grid--posts .main-grid__col:not(.main-grid__col-full) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        max-width: calc(100% / 2 - 20px);
    }

    .post-card {
        height: 100%;
    }

    .post-card__inner {
        height: 100%;
        min-height: 208px;
        padding: 36px 24px;
    }

    .post-card__title {
        max-height: 75px;
        -webkit-line-clamp: 3;
    }

    .post-card__date {
        font-size: 14px;
    }
}

@media (max-width: 580px) {
    .main-grid--posts .main-grid__col:not(.main-grid__col-full) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 20px);
        flex: 0 0 calc(100% / 1 - 20px);
        max-width: calc(100% / 1 - 20px);
    }

    .post-card--full .post-card__inner {
        padding: 56px 32px;
    }

    .post-card--full .post-card__title {
        font-size: 22px;
        -webkit-line-clamp: 3;
        height: 90px;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .post-card__title {
        font-size: 16px;
        max-height: 66px;
    }

    .post-card__excerpt {
        font-size: 14px;
        line-height: 140%;
        max-height: 92px;
    }

    .post-card__button {
        font-size: 14px;
        line-height: 1;
        padding: 12px 12px 10px 16px;
    }

    .post-card--full .post-card__inner {
        min-height: 400px;
        padding: 56px 24px;
    }

    .post-card--full .post-card__title {
        font-size: 20px;
        height: 84px;
    }
}

@media (max-width: 380px) {
    .post-card__excerpt {
        -webkit-line-clamp: 5;
        max-height: 111px;
    }

    .post-card--full .post-card__inner {
        padding: 40px 20px;
    }

    .post-card--full .post-card__title {
        font-size: 18px;
        height: 75px;
    }
}

/*============================================================================
	#Card Data
==============================================================================*/
.card-data {
    background: #161039;
    border-radius: 6px;
    margin-bottom: 24px;
}

.card-data__inner {
    padding: 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-data__head {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 212px;
    flex: 0 0 212px;
    max-width: 212px;
    padding: 32px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-data__image {
    margin-bottom: 24px;
}

.card-data__title {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    text-align: center;
}

.card-data__rating {
    margin-bottom: 40px;
}

.card-data__button {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    min-height: 40px;
    padding: 13px 24px 10px;
}

.card-data__content {
    margin: -7px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-data__section {
    padding: 10px 18px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.card-data__section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.26;
    background: -o-linear-gradient(344.92deg, #04A5FF 0%, #4504FF 100%);
    background: linear-gradient(105.08deg, #04A5FF 0%, #4504FF 100%);
    z-index: -1;
}

.card-data__botton-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 3px;
    width: 100%;
}

.card-data__section.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 20px);
    flex: 0 0 calc(100% / 2 - 20px);
    max-width: calc(100% / 2 - 20px);
    margin: 7px 10px;
}

.card-data__section.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 14px);
    flex: 0 0 calc(100% / 3 - 14px);
    max-width: calc(100% / 3 - 14px);
    margin: 7px 7px;
    padding: 10px 10px;
}

.card-data__list {
    padding: 6px 0;
}

.card-data__list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 18px;
}

.card-data__list-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.card-data__list-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.card-data__list-item {
    font-size: 14px;
    line-height: 1;
    margin: 5px 0;
    padding-left: 14px;
    position: relative;
}

.card-data__list-item::before, .card-data__list-item::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 1px;
    width: 5px;
    background: white;
    opacity: 0;
}

.card-data__list-item--plus::before, .card-data__list-item--plus::after {
    background: #00C337;
    opacity: 1;
    width: 7px;
}

.card-data__list-item--plus::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.card-data__list-item--minus::before, .card-data__list-item--minus::after {
    background: #FF0000;
    opacity: 1;
}

.card-data__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.card-data__info-block * {
    line-height: 1;
}

.card-data__info-text, .card-data__info-title {
    margin-bottom: 8px;
}

.card-data__info-title {
    font-weight: 700;
    font-size: 18px;
}

.card-data__info-subtitle {
    font-weight: 300;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .card-data__head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
    }
}

@media (max-width: 980px) {
    .card-data__head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
    }
}

@media (min-width: 768.98px) and (max-width: 880px) {
    .card-data__head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
    }

    .card-data__info-text, .card-data__info-text {
        font-size: 14px;
    }

    .card-data__info-title {
        font-size: 16px;
    }

    .card-data__rating .rating__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .card-data__inner {
        padding: 16px 16px 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-data__head {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .card-data__head-top {
        max-width: 200px;
    }

    .card-data__image {
        margin-bottom: 16px;
    }

    .card-data__rating {
        margin-bottom: 8px;
    }

    .card-data__button {
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 680px) {
    .card-data__head-top {
        max-width: 180px;
    }

    .card-data__info-text, .card-data__info-text {
        font-size: 14px;
    }

    .card-data__info-title {
        font-size: 16px;
    }
}

@media (max-width: 580px) {
    .card-data__content {
        margin: -6px 0;
    }

    .card-data__section, .card-data__section.col-2, .card-data__section.col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 6px 0;
    }

    .card-data__section.col-2:nth-child(1), .card-data__section.col-2:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 6px);
        flex: 0 0 calc(100% / 2 - 6px);
        max-width: calc(100% / 2 - 6px);
        margin: 6px 6px;
    }

    .card-data__section.col-2:nth-child(1) {
        margin-left: 0;
    }

    .card-data__section.col-2:nth-child(2) {
        margin-right: 0;
    }

    .card-data__section.col-3 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 12px);
        flex: 1 0 calc(50% - 12px);
        margin: 6px 6px;
    }

    .card-data__botton-section {
        margin: 0 -6px;
        width: calc(100% + 12px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-data .slider-currency {
        max-width: 224px;
    }
}

@media (max-width: 480px) {
    .card-data__button {
        right: 0;
    }

    .card-data__section.col-2:nth-child(1), .card-data__section.col-2:nth-child(2) {
        padding: 8px 8px;
    }

    .card-data .card-data__list {
        padding: 0;
    }

    .card-data .card-data__list-head {
        margin-bottom: 10px;
        padding: 4px 8px 0 16px;
    }
}

@media (max-width: 440px) {
    .card-data {
        margin-left: -16px;
        margin-right: -16px;
    }
}

@media (max-width: 380px) {
    .card-data .slider-items__item {
        font-size: 14px;
    }

    .card-data__section.col-3 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin: 6px 0px;
    }

    .card-data__botton-section {
        margin: 0 0;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 340px) {
    .card-data__button {
        padding: 13px 16px 10px;
    }

    .card-data__section.col-2:nth-child(1), .card-data__section.col-2:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin: 6px 0;
    }

    .card-data__head-top {
        max-width: 170px;
    }

    .card-data__rating .rating__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*============================================================================
	#Rating
==============================================================================*/
.rating__title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 6px;
    font-weight: 300;
    color: white;
    opacity: .7;
    text-align: center;
}

.rating__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rating__stars {
    margin-right: 6px;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating__stars .icon {
    margin: 0 1px;
}

.rating__stars .icon:first-child {
    margin-left: 0;
}

.rating__stars .icon:last-child {
    margin-right: 0;
}

.rating__nubmer {
    font-size: 14px;
    font-weight: 500;
}

/*============================================================================
	#Bonus Cards and Items
==============================================================================*/
.bonus-item {
    height: 100%;
}

@media (min-width: 767px) {
    .bonus-item:hover .bonus-item__inner {
        -webkit-box-shadow: 0 0 0 1px #3246FF, 0px 2px 50px rgba(4, 165, 255, 0.25);
        box-shadow: 0 0 0 1px #3246FF, 0px 2px 50px rgba(4, 165, 255, 0.25);
        overflow: hidden;
    }

    .bonus-item:hover .bonus-item__inner::before {
        opacity: 0.75;
    }
}

.bonus-item__inner {
    height: 100%;
    text-align: center;
    padding: 44px 16px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.bonus-item__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bonus-item__top-text {
    opacity: .8;
    font-weight: 300;
    margin-bottom: 8px;
}

.bonus-item__title {
    margin: 8px 0 36px;
    font-size: 24px;
    line-height: 120%;
}

.bonus-item__subtitle {
    margin-top: auto;
    font-size: 18px;
    color: #04A5FF;
    font-weight: 500;
    margin-bottom: 32px;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .bonus-item__inner {
        padding: 40px 16px 40px;
    }

    .bonus-item__title {
        font-size: 22px;
        margin: 8px 0 24px;
    }
}

@media (min-width: 880px) and (max-width: 980px) {
    .bonus-item__inner {
        padding: 40px 16px 40px;
    }

    .bonus-item__title {
        font-size: 22px;
        margin: 8px 0 24px;
    }
}

@media (min-width: 767px) and (max-width: 880px) {
    .bonus-item__inner {
        padding: 40px 16px 40px;
    }

    .bonus-item__top-text {
        font-size: 14px;
    }

    .bonus-item__title {
        font-size: 20px;
        margin: 8px 0 24px;
    }

    .bonus-item__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-bonus-cards .section__body {
        position: relative;
    }

    .section-bonus-cards .main-grid {
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
    }

    .section-bonus-cards .main-grid__col {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: inherit;
    }

    .section-bonus-cards .swiper-slide-active .bonus-item .bonus-item__inner {
        -webkit-box-shadow: 0 0 0 1px #3246FF, 0px 2px 50px rgba(4, 165, 255, 0.25);
        box-shadow: 0 0 0 1px #3246FF, 0px 2px 50px rgba(4, 165, 255, 0.25);
        overflow: hidden;
    }

    .section-bonus-cards .swiper-slide-active .bonus-item .bonus-item__inner::before {
        opacity: 0.75;
    }

    .bonus-item {
        max-width: 300px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 580px) {
    .bonus-item {
        width: 260px;
    }

    .bonus-item__inner {
        padding: 40px 16px 40px;
    }

    .bonus-item__top-text {
        font-size: 14px;
    }

    .bonus-item__title {
        font-size: 20px;
        margin: 8px 0 24px;
    }

    .bonus-item__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .bonus-item {
        width: 220px;
    }

    .bonus-item__inner {
        padding: 34px 14px 34px;
    }

    .bonus-item__top-text {
        font-size: 12px;
    }

    .bonus-item__title {
        font-size: 18px;
        line-height: 120%;
        margin: 12px 0 22px;
    }

    .bonus-item__subtitle {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .bonus-item {
        width: 210px;
    }
}

/*============================================================================
	#Accordion
==============================================================================*/
.accordion__item {
    background: #2C3057;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 10px 16px 10px 16px;
}

.accordion__item:last-child {
    margin-bottom: 0;
}

.accordion__header {
    padding: 2px 0;
    position: relative;
    cursor: pointer;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion__header._active .accordion__button .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion__header:hover .accordion__title {
    color: #04A5FF;
}

.accordion__header:hover .accordion__button .icon {
    fill: #04A5FF;
}

.accordion__title {
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion__title img {
    margin-right: 4px !important;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

@media (max-width: 480px) {
    .accordion__title {
        font-size: 16px;
    }
}

.accordion__button {
    display: block;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 4px;
}

.accordion__button .icon {
    width: 16px;
    height: 16px;
    fill: white;
    fill: #04A5FF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion__body {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.705);
    padding: 10px 0 0px;
    margin-top: 8px;
}

.accordion__message {
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
}

@media (max-width: 980px) {
    .accordion__message {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .accordion__message {
        font-size: 14px;
    }
}

.accordion__message p {
    margin: 0 0 20px 0;
}

.accordion__message *:last-child {
    margin-bottom: 0;
}

/*============================================================================
	#Page Tags
==============================================================================*/
.page-tags {
    padding: 0;
}

.page-tags__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
}

@media (max-width: 767px) {
    .page-tags__inner {
        margin: -4px;
    }
}

.page-tags__link {
    margin: 8px 8px;
    padding: 12px 20px 10px;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .page-tags__link {
        font-size: 14px;
        padding: 7px 14px 5px;
        margin: 4px 4px;
    }
}

.page-tags__link._current {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.page-tags__link._current:hover {
    background: #3246FF;
}

.page-tags__link.button-primary--pure {
    -webkit-box-shadow: inset 0 0 0 1px #04A5FF;
    box-shadow: inset 0 0 0 1px #04A5FF;
}

.page-tags__link.button-primary--pure::before, .page-tags__link.button-primary--pure::after {
    display: none;
}

.page-tags__link.button-primary--pure:hover {
    background: #04A5FF;
}

/*============================================================================
	#Bonus Cards (Grid & Card)
==============================================================================*/
.bonus-cards {
    background: #161039;
    padding: 0 24px 24px;
}

.bonus-cards__header {
    padding: 16px 0;
}

.bonus-cards__title {
    font-weight: 300;
}

.bonus-cards__title span {
    font-weight: 400;
}

.bonus-cards__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0 8px;
}

.bonus-cards__footer .button-primary {
    background: transparent;
}

.bonus-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
}

.bonus-grid__col {
    margin: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 24px);
    flex: 0 0 calc(100% / 3 - 24px);
    max-width: calc(100% / 3 - 24px);
}

.bonus-card {
    border: 2px solid #2C3057;
    background: #161039;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.bonus-card:hover {
    background: #070326;
    border-color: #04A5FF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bonus-card:hover .bonus-card__button {
    -webkit-transform: translate(-50%, -12px);
    -ms-transform: translate(-50%, -12px);
    transform: translate(-50%, -12px);
    opacity: 1;
    visibility: visible;
}

.bonus-card:hover .bonus-card__image::before {
    opacity: 1;
}

.bonus-card__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bonus-card__header {
    position: relative;
}

.bonus-card__brand {
    background: rgba(255, 255, 255, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 8px 8px;
    min-height: 58px;
    border-bottom: 2px solid #2C3057;
}

.bonus-card__brand-name {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 44px;
}

.bonus-card__image {
    height: 246px;
    border-bottom: 2px solid #2C3057;
    position: relative;
}

.bonus-card__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}

.bonus-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bonus-card__edit {
    position: absolute;
    top: 4px;
    right: 8px;
    color: #00C337;
    text-transform: capitalize;
    text-decoration: none;
}

.bonus-card__edit:hover {
    text-decoration: underline;
}

.bonus-card__button {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 16px;
    width: 178px;
    padding: 14px 16px 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bonus-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 2px solid #2C3057;
}

.bonus-card__info {
    padding: 8px 8px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #2C3057;
}

.bonus-card__info-title {
    font-weight: 300;
    text-align: center;
}

.bonus-card__info-link {
    color: #04A5FF;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.bonus-card__info-decsription {
    font-size: 14px;
    line-height: 120%;
    font-weight: 300;
    opacity: .7;
}

.bonus-card__description {
    padding: 8px 16px;
}

.bonus-card__description-title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 4px;
}

.bonus-card__description-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    opacity: .7;
}

.bonus-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bonus-card__footer-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-right: 2px solid #2C3057;
    padding: 8px 8px;
}

.bonus-card__footer-item:last-child {
    border: none;
}

.bonus-card__footer-item span {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 4px;
}

.bonus-card__footer-item--promocode {
    font-size: 12px;
    word-break: break-all;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (max-width: 980px) {
    .bonus-card__footer-item--promocode {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.bonus-card-edit {
    color: #00C337;
    font-weight: 300;
    text-decoration: none;
    padding: 4px 0;
    display: inline-block;
    text-align: right;
}

.bonus-card-edit:hover {
    text-decoration: underline;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .bonus-cards {
        padding: 0 8px 24px;
    }

    .bonus-grid {
        margin: 0 -4px;
    }

    .bonus-grid__col {
        margin: 4px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 8px);
        flex: 0 0 calc(100% / 3 - 8px);
        max-width: calc(100% / 3 - 8px);
    }
}

@media (max-width: 880px) {
    .bonus-grid__col {
        margin: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 24px);
        flex: 0 0 calc(100% / 2 - 24px);
        max-width: calc(100% / 2 - 24px);
    }
}

@media (max-width: 700px) {
    .bonus-grid {
        max-width: 430px;
        margin: 0 auto;
    }

    .bonus-grid__col {
        margin: 12px 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 0px);
        flex: 0 0 calc(100% / 1 - 0px);
        max-width: calc(100% / 1 - 0px);
    }
}

@media (max-width: 430px) {
    .bonus-cards {
        margin: 0 -16px;
    }
}

@media (max-width: 380px) {
    .bonus-cards {
        padding: 0 16px 24px;
    }
}

/*============================================================================
	#Сasino Gutenberg Blocks
==============================================================================*/
.page-block {
    background: #161039;
    border-radius: 6px;
    padding: 24px 40px 40px;
    margin: 24px 0;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .page-block {
        padding: 24px 32px 32px;
    }
}

@media (max-width: 980px) {
    .page-block {
        padding: 24px 32px 32px;
    }
}

.page-block--notitle {
    padding: 40px 40px 40px;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .page-block--notitle {
        padding: 24px 24px 24px;
    }
}

@media (max-width: 980px) {
    .page-block--notitle {
        padding: 32px 24px 32px;
    }
}

.page-block__header {
    margin-bottom: 16px;
}

.page-block__title {
    font-size: 24px;
    font-weight: 700;
    font-family: "Muller", sans-serif;
    line-height: 1.4;
    margin: 0 0 0 0;
}

@media (max-width: 980px) {
    .page-block__title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .page-block__title {
        font-size: 20px;
    }
}

.page-block-table {
    border: 2px solid #2C3057;
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}

.page-block-table tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}

.page-block-table th {
    font-weight: 500;
    text-align: left;
    border-right: 2px solid #2C3057;
    width: 29%;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .page-block-table th {
        width: 22%;
    }
}

.page-block-table th, .page-block-table td {
    padding: 8px 16px 6px 16px;
}

.page-block-table td {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

.product-props-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .product-props-blocks {
        margin: 0 -8px;
    }
}

@media (max-width: 980px) {
    .product-props-blocks {
        margin: 0 -8px;
    }
}

.product-props-block {
    margin: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 40px);
    flex: 0 0 calc(100% / 3 - 40px);
    max-width: calc(100% / 3 - 40px);
    border: 2px solid #2C3057;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .product-props-block {
        margin: 0 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 16px);
        flex: 0 0 calc(100% / 3 - 16px);
        max-width: calc(100% / 3 - 16px);
    }
}

@media (max-width: 980px) {
    .product-props-block {
        margin: 0 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 16px);
        flex: 0 0 calc(100% / 3 - 16px);
        max-width: calc(100% / 3 - 16px);
    }
}

.product-props-block__header {
    background: rgba(255, 255, 255, 0.05);
    padding: 16px 16px;
}

.product-props-block__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.games-props {
    padding: 14px 4px 10px;
}

.games-props__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.games-props__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 11px 0;
    position: relative;
    padding: 0 4px;
}

.games-props__item .icon {
    margin-bottom: 6px;
}

.games-props__item span {
    text-align: center;
    font-size: 18px;
    color: white;
    opacity: .7;
    font-weight: 300;
}

.games-props__item::before, .games-props__item::after {
    content: '';
    position: absolute;
    top: 2px;
    left: calc(50% - 38px);
    height: 1px;
    width: 13px;
    background: #FF0000;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.games-props__item::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.games-props__item--checked::before, .games-props__item--checked::after {
    background: #00C337;
    left: calc(50% - 28px);
    width: 10px;
}

.games-props__item--checked::before {
    width: 5px;
    -webkit-transform-origin: -3px -5px;
    -ms-transform-origin: -3px -5px;
    transform-origin: -3px -5px;
}

.bonus-props {
    font-size: 18px;
    padding: 24px 24px;
}

.bonus-props__top {
    padding: 8px 0;
    text-align: center;
}

.bonus-props__top-item {
    margin-bottom: 6px;
}

.bonus-props__top-item span {
    color: #04A5FF;
    font-weight: 500;
    margin: 0 2px;
}

.bonus-props__table {
    margin: 40px 0;
}

.bonus-props__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bonus-props__table-title, .bonus-props__table-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 300;
    padding: 4px 0;
}

.bonus-props__table-title {
    border-right: 1px solid #2C3057;
}

.bonus-props__table-value {
    margin-left: 24px;
    opacity: .7;
}

.bonus-props__button {
    padding: 20px 24px 16px;
    width: 100%;
    margin: 10px 0;
}

.reting-props {
    font-size: 18px;
    padding: 24px 24px;
}

.reting-props__table {
    padding: 3px 0;
    font-weight: 300;
}

.reting-props__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reting-props__table-title, .reting-props__table-val {
    padding: 5px 0;
}

.reting-props__table-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    border-right: 1px solid #2C3057;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .reting-props__table-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
    }
}

.reting-props__table-val {
    padding-left: 14px;
    color: #04A5FF;
}

.reting-props__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 16px 0 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.reting-props__total-icon {
    font-size: 38px;
    color: #04A5FF;
    padding-top: 6px;
}

.reting-props__total-val {
    width: 64px;
    height: 64px;
    border: 1px solid #00C337;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 28px;
    color: #00C337;
    padding-top: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 8px;
}

.reting-props__total-val--bad {
    border-color: #F22613;
    color: #F22613;
}

.reting-props__total-val--normal {
    border-color: #D35400;
    color: #D35400;
}

.reting-props__total-val--good {
    border-color: #22A7F0;
    color: #22A7F0;
}

.reting-props__total-val--exellent {
    border-color: #00C337;
    color: #00C337;
}

.reting-props__total-val--best {
    border-color: #F7CA18;
    color: #F7CA18;
}

.reting-props__total-result {
    font-size: 18px;
    font-weight: 500;
}

.heading-w-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.heading-w-icon .icon {
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.heading-w-icon__content {
    margin-bottom: -6px;
}

.heading-w-icon__title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.heading-w-icon__subtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    opacity: .7;
}

.amount-props__top {
    margin-bottom: 16px;
}

.amount-props__table {
    width: 100%;
    border: 2px solid #2C3057;
    border-collapse: collapse;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.amount-props__table tr {
    border-bottom: 2px solid #2C3057;
}

.amount-props__table tr:last-child {
    border-bottom: none;
}

.amount-props__table th {
    border-right: 2px solid #2C3057;
    padding: 20px 24px;
    text-align: left;
}

.amount-props__table td {
    padding: 20px 34px;
}

.amount-props__table td.amount-props__table-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .amount-props__table td.amount-props__table-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 4px;
    }
}

.amount-props__table td.amount-props__table-items .heading-w-icon {
    margin-right: 32px;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .amount-props__table td.amount-props__table-items .heading-w-icon {
        margin-bottom: 16px;
    }
}

.amount-props__table td.amount-props__table-items .heading-w-icon:last-child {
    margin-right: 0;
}

.amount-props__items {
    border: 2px solid #2C3057;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 24px;
}

.amount-props__item {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.amount-props__item:last-child {
    margin-right: 0;
}

.amount-props__item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 16px;
}

@media (max-width: 980px) {
    .amount-props__table {
        font-size: 16px;
        line-height: 1.2;
    }

    .amount-props__table td {
        padding: 20px 24px;
    }

    .amount-props__table td.amount-props__table-items .heading-w-icon__title,
    .amount-props__table td.amount-props__table-items .heading-w-icon__subtitle {
        font-size: 16px;
    }

    .amount-props__item {
        font-size: 16px;
    }

    .heading-w-icon__subtitle {
        margin-top: 6px;
    }
}

@media (max-width: 880px) {
    .product-props-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -16px;
    }

    .product-props-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 32px);
        flex: 0 0 calc(100% / 2 - 32px);
        max-width: calc(100% / 2 - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }

    .product-props-block:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 32px);
        flex: 0 0 calc(100% / 1 - 32px);
        max-width: calc(100% / 1 - 32px);
        margin-bottom: 32px;
    }

    .games-props__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .reting-props__table-title {
        padding-right: 8px;
    }

    .amount-props__table td.amount-props__table-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 4px;
    }

    .amount-props__table td.amount-props__table-items .heading-w-icon {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .page-block {
        padding: 24px 24px;
    }

    .page-block-table {
        font-size: 16px;
    }

    .amount-props__items {
        padding: 20px 16px;
    }

    .amount-props__item {
        margin-right: 24px;
    }

    .amount-props__table td,
    .amount-props__table th {
        padding: 16px 16px;
    }
}

@media (max-width: 680px) {
    .reting-props__table-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
    }

    .amount-props__table {
        font-size: 14px;
    }

    .amount-props__table td.amount-props__table-items .heading-w-icon__title,
    .amount-props__table td.amount-props__table-items .heading-w-icon__subtitle {
        font-size: 14px;
    }

    .amount-props__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8px 0px;
    }

    .amount-props__item {
        font-size: 14px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 32px);
        flex: 0 0 calc(100% / 2 - 32px);
        max-width: calc(100% / 2 - 32px);
        margin: 8px 16px;
    }

    .amount-props__item:last-child {
        margin-right: 16px;
    }

    .heading-w-icon__subtitle {
        font-size: 14px;
    }
}

@media (max-width: 580px) {
    .page-block {
        padding: 24px 16px;
    }

    .page-block--notitle {
        padding: 32px 24px 32px;
    }

    .page-block-table {
        line-height: 1.2;
    }

    .page-block-table th, .page-block-table td {
        padding: 8px 8px;
    }

    .product-props-blocks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-props-block, .product-props-block:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(360px - 32px);
        flex: 1 1 calc(360px - 32px);
        max-width: calc(360px - 32px);
        margin-bottom: 32px;
    }

    .product-props-block:last-child {
        margin-bottom: 0;
    }

    .games-props__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .page-block-table {
        font-size: 14px;
    }
}

@media (max-width: 440px) {
    .page-block {
        margin-left: -16px !important;
        margin-right: -16px !important;
    }

    .amount-props__table th {
        padding: 16px 8px;
    }

    .amount-props__items {
        padding: 8px 8px;
    }

    .amount-props__item {
        margin: 8px 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 16px);
        flex: 0 0 calc(100% / 2 - 16px);
        max-width: calc(100% / 2 - 16px);
    }

    .amount-props__item:last-child {
        margin-right: 8px;
    }

    .amount-props__table td.amount-props__table-items .heading-w-icon {
        margin-right: 0;
    }
}

@media (max-width: 380px) {
    .page-block--notitle {
        padding: 24px 16px 24px;
    }

    .product-props-blocks {
        margin: 0;
    }

    .product-props-block, .product-props-block:first-child {
        margin-bottom: 24px;
        margin-left: 0;
        margin-right: 0;
    }

    .amount-props .i-large {
        width: 20px;
        height: 20px;
    }

    .amount-props .heading-w-icon__title {
        font-size: 14px;
    }

    .heading-w-icon .icon {
        margin-right: 8px;
    }

    .amount-props__table td {
        padding: 16px 8px;
    }

    .amount-props__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 16px);
        flex: 0 0 calc(100% / 1 - 16px);
        max-width: calc(100% / 1 - 16px);
    }

    .amount-props__item br {
        display: none;
    }
}

@media (max-width: 340px) {
    .page-block__table-responsive {
        width: 100%;
        overflow-x: auto;
    }

    .page-block__table-responsive::-webkit-scrollbar {
        height: 4px;
        background: #2C3057;
        border-radius: 10px;
    }

    .page-block__table-responsive::-webkit-scrollbar-thumb {
        background: #3246FF;
        border-radius: 10px;
    }

    .page-block__table-responsive table {
        min-width: 560px;
        margin-bottom: 8px;
    }
}

/*============================================================================
	#Flexible Content
==============================================================================*/
.flexible-content__header {
    margin-bottom: 24px;
}

.flexible-content__title {
    margin: 0 0 0 0;
    font-size: 36px;
}

@media (max-width: 1200px) {
    .flexible-content__title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .flexible-content__title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .flexible-content__title {
        font-size: 24px;
    }
}

.flexible-block {
    margin: 24px 0;
}

/*============================================================================
	#Futured Games
==============================================================================*/
.futured-games__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.futured-games__title {
    font-size: 24px;
    margin: 0;
    margin-right: 24px;
}

.futured-games__slider-controll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.futured-games__slider-controll .button {
    margin-left: 8px;
}

.futured-games__slider {
    margin-bottom: 28px;
}

@media (max-width: 980px) {
    .futured-games__slider .swiper-container {
        overflow: visible;
    }
}

.futured-games__slider .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 216px;
    flex: 0 0 216px;
    max-width: 216px;
}

@media (max-width: 1480px) {
    .futured-games__slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 224px;
        flex: 0 0 224px;
        max-width: 224px;
    }
}

@media (max-width: 1200px) {
    .futured-games__slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 216px;
        flex: 0 0 216px;
        max-width: 216px;
    }
}

.futured-games__slider-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.futured-games__slider-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #3246FF;
    margin: 0 5px;
    opacity: .5;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.futured-games__slider-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

.futured-games .swiper-container .swiper-slide {
    margin-right: 20px;
}

.futured-games .swiper-container-initialized .swiper-slide {
    margin-right: 0;
}

.futured-card {
    text-decoration: none;
    color: white;
    display: block;
}

.futured-card:hover .futured-card__media::before {
    opacity: .7;
}

.futured-card:hover .futured-card__button {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.futured-card__media {
    height: 188px;
    overflow: hidden;
    position: relative;
}

.futured-card__media::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.futured-card__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.futured-card__button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.futured-card__button .button-play-small {
    margin-bottom: 10px;
}

.futured-card__title {
    margin: 6px 0 0;
    font-size: 18px;
    font-weight: 400;
}

.futured-card__subtitle {
    display: block;
    font-weight: 300;
    opacity: .7;
    line-height: 120%;
}

/*============================================================================
	#Offcanvas Search
==============================================================================*/
.offcanvas-search {
    width: 100%;
    background: #070326;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    border-bottom: 1px solid #2C3057;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1200px) {
    .offcanvas-search {
        display: none;
    }
}

.offcanvas-search .container {
    height: 80px;
}

.offcanvas-search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.offcanvas-search.visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.offcanvas-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.offcanvas-search-form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 16px;
    background: #2C3057;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 20px 12px;
    border-radius: 6px;
}

.offcanvas-search-form__input:focus {
    -webkit-box-shadow: 0 0 0 1px #04A5FF;
    box-shadow: 0 0 0 1px #04A5FF;
}

.offcanvas-search-form__input::-webkit-input-placeholder {
    color: white;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.offcanvas-search-form__input::-moz-placeholder {
    color: white;
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.offcanvas-search-form__input:-ms-input-placeholder {
    color: white;
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.offcanvas-search-form__input::-ms-input-placeholder {
    color: white;
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.offcanvas-search-form__input::placeholder {
    color: white;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.offcanvas-search-form__input:focus::-webkit-input-placeholder {
    opacity: .4;
}

.offcanvas-search-form__input:focus::-moz-placeholder {
    opacity: .4;
}

.offcanvas-search-form__input:focus:-ms-input-placeholder {
    opacity: .4;
}

.offcanvas-search-form__input:focus::-ms-input-placeholder {
    opacity: .4;
}

.offcanvas-search-form__input:focus::placeholder {
    opacity: .4;
}

.offcanvas-search-form__submit {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offcanvas-search-form__submit .icon {
    fill: white;
}

/* partials
===================================================*/
/*============================================================================
	#Header
==============================================================================*/
.header {
    padding: 32px 0 40px;
    position: relative;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    -webkit-transition: padding 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: padding 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: padding 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1380px) {
    .header {
        padding: 24px 0 32px;
    }
}

@media (max-width: 1200px) {
    .header {
        padding: 0;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 16px;
    width: 100%;
}

.header__logo {
    z-index: 2;
}

.header__nav {
    margin: 0 auto;
    z-index: 2;
}

.header__authorization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__authorization .button-primary:first-child {
    margin-right: 24px;
}

@media (max-width: 1280px) {
    .header__authorization .button-primary:first-child {
        margin-right: 16px;
    }
}

.header__controll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1200px) {
    .header__controll {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header .button-search {
    margin: 0 32px;
}

@media (max-width: 1380px) {
    .header .button-search {
        margin: 0 16px;
    }
}

@media (max-width: 1280px) {
    .header .button-search {
        margin: 0 8px;
    }
}

@media (max-width: 1200px) {
    .header .button-search {
        display: none;
    }
}

.header__mobile-search {
    display: none;
    max-width: 230px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 230px;
    flex: 1 1 230px;
}

@media (max-width: 1200px) {
    .header__mobile-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__close-button {
    display: none;
}

.header.is-fixed,
.header-mobile.is-fixed {
    padding: 16px 0;
    background: #070326;
    border-bottom: 1px solid #2C3057;
}

@media (max-width: 1200px) {
    .header.is-fixed,
    .header-mobile.is-fixed {
        padding: 0;
    }
}

.header.is-active .header-mobile__nav-overlay {
    visibility: visible;
    opacity: 1;
}

.header-mobile {
    display: none;
    visibility: hidden;
    margin-left: auto;
    z-index: 100;
    border-bottom: 1px solid transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-mobile .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
}

@media (max-width: 1200px) {
    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }
}

.mobile-search {
    height: 100%;
}

@media (max-width: 1200px) {
    .header {
        height: 100vh;
        background: #070326;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 375px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        will-change: transform;
    }

    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .header__logo {
        margin: 10px 20px 10px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__nav {
        margin: 0 0 40px 0;
        border-bottom: 1px solid #2C3057;
    }

    .header__authorization, .header__controll {
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .header__close-button {
        position: absolute;
        padding: 20px;
        z-index: 2;
        right: 18px;
        top: 10px;
        display: block;
    }

    .header__close-button::before, .header__close-button::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 26px;
        background: white;
        opacity: .5;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .header__close-button::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header__close-button::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .header.is-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*============================================================================
	#Footer
==============================================================================*/
.footer {
    margin-top: 56px;
    padding-top: 80px;
    padding-bottom: 56px;
    border-top: 3px solid #2C3057;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.54%, #070326), to(#3246FF));
    background: -o-linear-gradient(top, #070326 8.54%, #3246FF 100%);
    background: linear-gradient(180deg, #070326 8.54%, #3246FF 100%);
}

@media (max-width: 1200px) {
    .footer {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding-bottom: 24px;
    }
}

.footer__widgets, .footer__banners, .footer__info {
    margin-bottom: 70px;
}

@media (max-width: 1200px) {
    .footer__widgets, .footer__banners, .footer__info {
        margin-bottom: 30px;
    }
}

.footer-widgets {
    padding-bottom: 24px;
    overflow: hidden;
}

.footer-widgets__row {
    margin: 0 -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-widgets__col {
    margin: 0 25px;
}

.footer-widgets__col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 6 - 50px);
    flex: 0 0 calc(100% / 6 - 50px);
    max-width: calc(100% / 6 - 50px);
}

.footer-widgets__col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4 - 50px);
    flex: 0 0 calc(100% / 4 - 50px);
    max-width: calc(100% / 4 - 50px);
}

.footer-widgets__col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 50px);
    flex: 0 0 calc(100% / 3 - 50px);
    max-width: calc(100% / 3 - 50px);
}

.widget-footer__title {
    font-size: 24px;
    margin: 0 0 24px 0;
    line-height: 1.4;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .widget-footer__title {
        font-size: 22px;
        line-height: 1.2;
    }
}

.widget-nav__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-nav .menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-nav ul li {
    margin-bottom: 12px;
}

.widget-nav ul li:last-child {
    margin-bottom: 0;
}

.widget-nav ul li a {
    font-size: 14px;
    line-height: 130%;
    color: white;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.widget-nav ul li a:hover {
    color: #04A5FF;
}

.widget-nav ul li a svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    fill: #04A5FF;
    margin-right: 10px;
    margin-top: -3px;
}

.footer-banners {
    padding-bottom: 24px;
}

@media (max-width: 767px) {
    .footer-banners {
        padding-bottom: 10px;
    }
}

.footer-banners__title {
    font-size: 24px;
    margin: 0 0 32px 0;
}

@media (max-width: 1200px) {
    .footer-banners__title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .footer-banners__title {
        font-size: 20px;
    }
}

.footer-banners__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .footer-info__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-info__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 80px;
}

@media (max-width: 767px) {
    .footer-info__logo {
        text-align: center;
        margin: 0 0 16px 0;
    }
}

.footer-info__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    opacity: .7;
}

.footer-bottom__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 0;
}

@media (max-width: 1480px) {
    .footer-widgets__row {
        margin: 0 -16px;
    }

    .footer-widgets__col {
        margin: 0 16px;
    }

    .footer-widgets__col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 6 - 32px);
        flex: 0 0 calc(100% / 6 - 32px);
        max-width: calc(100% / 6 - 32px);
    }

    .footer-widgets__col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 32px);
        flex: 0 0 calc(100% / 4 - 32px);
        max-width: calc(100% / 4 - 32px);
    }

    .footer-widgets__col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 32px);
        flex: 0 0 calc(100% / 3 - 32px);
        max-width: calc(100% / 3 - 32px);
    }
}

@media (max-width: 1380px) {
    .footer-widgets__col-2, .footer-widgets__col-3, .footer-widgets__col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 32px);
        flex: 0 0 calc(100% / 4 - 32px);
        max-width: calc(100% / 4 - 32px);
    }
}

@media (max-width: 980px) {
    .footer {
        padding-top: 40px;
        border-top-width: 1px;
    }

    .footer__widgets {
        padding-bottom: 0;
        margin-bottom: 8px;
    }

    .footer-widgets__col {
        padding-bottom: 40px;
    }

    .footer-widgets__col-2, .footer-widgets__col-3, .footer-widgets__col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 32px);
        flex: 0 0 calc(100% / 2 - 32px);
        max-width: calc(100% / 2 - 32px);
    }

    .footer-banners__content {
        position: relative;
        overflow: hidden;
    }

    .footer-banners__item-list {
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .footer-banners__item {
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
    }
}

@media (max-width: 580px) {
    .footer-widgets__row {
        margin: 0 -10px;
    }

    .footer-widgets__col {
        margin: 0 10px;
    }

    .footer-widgets__col-2, .footer-widgets__col-3, .footer-widgets__col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
        max-width: calc(100% / 2 - 20px);
    }
}

@media (max-width: 480px) {
    .widget-footer__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .footer-widgets__col {
        padding-bottom: 32px;
    }

    .footer-widgets__col-2, .footer-widgets__col-3, .footer-widgets__col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 20px);
        flex: 0 0 calc(100% / 1 - 20px);
        max-width: calc(100% / 1 - 20px);
    }
}

/*============================================================================
	#Modals
==============================================================================*/
.site__modals {
    display: none;
}

/* Modals */
.modals {
    display: none;
}

.modal {
    background: #1C1448;
    border-radius: 5px;
    padding: 24px 32px 32px;
    max-width: 440px;
    margin: 32px auto;
    position: relative;
}

.modal__header {
    margin-bottom: 24px;
}

.modal__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: white;
}

.modal__close {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
}

.modal__close::before,
.modal__close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close:hover::before,
.modal__close:hover::after {
    background: #04A5FF;
}

.modal-form .wpcf7-form-control-wrap {
    position: static !important;
}

.modal-form .button-primary {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-form__row {
    margin-bottom: 24px;
}

.modal-form__row--submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
}

.modal-form__row--submit .ajax-loader {
    position: absolute;
    top: 50%;
    right: 00px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-form__row:last-child {
    margin-bottom: 0;
}

.modal-form__input,
.modal-form__textarea {
    width: 100%;
}

.modal-form__input, .modal-form__text {
    width: 100%;
    background: #2C3057;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 20px 12px;
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-form__input:focus, .modal-form__text:focus {
    -webkit-box-shadow: 0 0 0 1px #04A5FF;
    box-shadow: 0 0 0 1px #04A5FF;
}

.modal-form__input::-webkit-input-placeholder, .modal-form__text::-webkit-input-placeholder {
    color: white;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-form__input::-moz-placeholder, .modal-form__text::-moz-placeholder {
    color: white;
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-form__input:-ms-input-placeholder, .modal-form__text:-ms-input-placeholder {
    color: white;
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-form__input::-ms-input-placeholder, .modal-form__text::-ms-input-placeholder {
    color: white;
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-form__input::placeholder, .modal-form__text::placeholder {
    color: white;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-form__input:focus::-webkit-input-placeholder, .modal-form__text:focus::-webkit-input-placeholder {
    opacity: .4;
}

.modal-form__input:focus::-moz-placeholder, .modal-form__text:focus::-moz-placeholder {
    opacity: .4;
}

.modal-form__input:focus:-ms-input-placeholder, .modal-form__text:focus:-ms-input-placeholder {
    opacity: .4;
}

.modal-form__input:focus::-ms-input-placeholder, .modal-form__text:focus::-ms-input-placeholder {
    opacity: .4;
}

.modal-form__input:focus::placeholder, .modal-form__text:focus::placeholder {
    opacity: .4;
}

.modal-form__text {
    resize: vertical;
    min-height: 180px;
}

.modal-report .modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: .7;
}

.form-report .wpcf7-response-output {
    margin: 24px 0 0 !important;
}

@media (max-width: 480px) {
    .modal__title {
        font-size: 24px;
    }

    .modal-form__input, .modal-form__text {
        padding: 12px 20px 10px;
        font-size: 16px;
        line-height: 1.2;
    }

    .modal-form__text {
        min-height: 140px;
    }

    .modal-form .button-primary {
        padding: 14px 35px 11px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 380px) {
    .modal {
        padding: 24px 24px 32px;
    }
}

@media (max-width: 350px) {
    .modal__title {
        font-size: 20px;
    }

    .modal {
        padding: 24px 20px 32px;
    }
}

/*============================================================================
	#FAQ
==============================================================================*/
.section-faq {
    border-radius: 5px;
    background: #161039;
    padding: 32px 32px 48px;
}

.section-faq__header {
    margin-bottom: 24px;
}

@media (max-width: 380px) {
    .section-faq__header {
        margin-bottom: 16px;
    }
}

.section-faq__title {
    margin: 0;
}

@media (max-width: 1200px) {
    .section-faq__title {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .section-faq__title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .section-faq__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .section-faq {
        margin-left: -16px;
        margin-right: -16px;
        padding: 32px 16px 32px;
    }
}

@media (max-width: 380px) {
    .section-faq {
        padding: 28px 16px 32px;
    }
}

/*============================================================================
	#Reviews
==============================================================================*/
.section-reviews .section__header {
    margin-bottom: 40px;
}

.review-cards {
    margin-bottom: 32px;
}

.review-cards__collapsed {
    margin-top: 18px;
}

.review-cards__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
}

.review-card {
    background: #2C3057;
    border-radius: 6px;
    margin-bottom: 18px;
}

.review-card:last-child {
    margin-bottom: 0;
}

.review-card__inner {
    padding: 28px 24px;
}

@media (max-width: 480px) {
    .review-card__inner {
        padding: 28px 20px;
    }
}

.review-card__header {
    margin-bottom: 24px;
}

.review-card__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.review-card__avatar {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 24px;
}

.review-card__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.review-card__date {
    font-weight: 300;
    line-height: 1;
}

.review-card__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.review-card__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

.review-card__stars .icon {
    margin: 0 5px;
}

.review-card__stars .icon:first-child {
    margin-left: 0;
}

.review-card__stars .icon:last-child {
    margin-right: 0;
}

.review-card__rating-total {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: -2px;
}

@media (max-width: 380px) {
    .review-card__text {
        font-size: 14px;
        line-height: 120%;
    }
}

.review-card__text p {
    margin: 16px 0 24px;
}

.review-card__text p:first-child {
    margin-top: 0;
}

.review-card__text p:last-child {
    margin-bottom: 0;
}

.review-form-block {
    margin-top: 32px;
}

.review-form-block__header {
    margin-bottom: 24px;
}

.review-form-block__title {
    margin: 0 0 0 0;
}

.review-form__row {
    margin-bottom: 20px;
}

.review-form__row:last-child {
    margin-bottom: 0;
}

.review-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 580px) {
    .review-form__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.review-form__input, .review-form__text {
    width: 100%;
    background: #2C3057;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 20px 12px;
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 580px) {
    .review-form__input, .review-form__text {
        font-size: 16px;
    }
}

.review-form__input:focus, .review-form__text:focus {
    -webkit-box-shadow: 0 0 0 1px #04A5FF;
    box-shadow: 0 0 0 1px #04A5FF;
}

.review-form__input::-webkit-input-placeholder, .review-form__text::-webkit-input-placeholder {
    color: white;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-form__input::-moz-placeholder, .review-form__text::-moz-placeholder {
    color: white;
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-form__input:-ms-input-placeholder, .review-form__text:-ms-input-placeholder {
    color: white;
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-form__input::-ms-input-placeholder, .review-form__text::-ms-input-placeholder {
    color: white;
    -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-form__input::placeholder, .review-form__text::placeholder {
    color: white;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-form__input:focus::-webkit-input-placeholder, .review-form__text:focus::-webkit-input-placeholder {
    opacity: .4;
}

.review-form__input:focus::-moz-placeholder, .review-form__text:focus::-moz-placeholder {
    opacity: .4;
}

.review-form__input:focus:-ms-input-placeholder, .review-form__text:focus:-ms-input-placeholder {
    opacity: .4;
}

.review-form__input:focus::-ms-input-placeholder, .review-form__text:focus::-ms-input-placeholder {
    opacity: .4;
}

.review-form__input:focus::placeholder, .review-form__text:focus::placeholder {
    opacity: .4;
}

.review-form__input--name {
    max-width: 280px;
    margin-right: 20px;
}

@media (max-width: 580px) {
    .review-form__input--name {
        max-width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}

.review-form__text {
    resize: vertical;
    min-height: 240px;
}

.review-form__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.review-form__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

.review-form__stars .icon {
    width: 18px;
    height: 18px;
    margin: 0 5px;
}

.review-form__stars .icon:first-child {
    margin-left: 0;
}

.review-form__stars .icon:last-child {
    margin-right: 0;
}

.review-form__rating-total {
    font-size: 18px;
    line-height: 1;
    margin-bottom: -2px;
}

.review-form__rating-total span {
    font-weight: 500;
}

.review-form__submit {
    margin-top: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*============================================================================
	#Section typography
==============================================================================*/
.typography-collapsed {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.typography-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #070326), to(rgba(7, 3, 38, 0)));
    background: -o-linear-gradient(bottom, #070326 10%, rgba(7, 3, 38, 0) 100%);
    background: linear-gradient(0deg, #070326 10%, rgba(7, 3, 38, 0) 100%);
}

.typography-collapsed.is-collapsed::after {
    opacity: 0;
}

.section-typography__footer {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-typography__more-less.active .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* widgets
===================================================*/
/*============================================================================
	#Widget Common
==============================================================================*/
.site-widget {
    background: #1C1448;
    border-radius: 5px;
    padding: 24px 20px 20px;
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .site-widget {
        padding: 24px 14px 20px;
    }
}

.site-widget__header {
    margin-bottom: 24px;
}

@media (max-width: 480px) {
    .site-widget__header {
        margin-bottom: 16px;
    }
}

.site-widget__header--subtitle {
    margin-bottom: 12px;
}

.site-widget__title {
    margin: 0;
    text-align: center;
}

@media (max-width: 480px) {
    .site-widget__title {
        font-size: 24px;
        line-height: 1.2;
    }
}

.site-widget__subtitle {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.site-widget--danger {
    -webkit-box-shadow: 0 0 0 1px #E31962, 0px 2px 25px rgba(227, 25, 98, 0.5);
    box-shadow: 0 0 0 1px #E31962, 0px 2px 25px rgba(227, 25, 98, 0.5);
}

.promo-banner {
    height: 168px;
    padding: 20px 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-color: #070326;
}

.promo-banner::before {
    content: '';
    position: absolute;
    background: -o-linear-gradient(179.66deg, #000000 0.29%, rgba(0, 0, 0, 0) 99.86%);
    background: linear-gradient(270.34deg, #000000 0.29%, rgba(0, 0, 0, 0) 99.86%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.promo-banner:last-child {
    margin-bottom: 0;
}

.promo-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.promo-banner .button-primary {
    margin: 8px 0;
}

.promo-banner:hover {
    -webkit-box-shadow: 0 0 0 1px #3246FF;
    box-shadow: 0 0 0 1px #3246FF;
    -webkit-filter: drop-shadow(0px 2px 25px rgba(4, 165, 255, 0.25));
    filter: drop-shadow(0px 2px 25px rgba(4, 165, 255, 0.25));
}

.game-banner {
    background: #131315;
    margin-bottom: 12px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game-banner__inner {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.game-banner__image {
    border: 1px solid #3246FF;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    margin-left: 14px;
}

.game-banner__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.game-banner__content {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.game-banner__title {
    margin: 13px 0 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.1;
    word-break: break-all;
    text-align: center;
}

.game-banner__subtitle {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 15px;
}

.game-banner .button-primary {
    margin: 5px;
}

.game-banner:hover {
    -webkit-box-shadow: 0 0 0 1px #3246FF;
    box-shadow: 0 0 0 1px #3246FF;
    -webkit-filter: drop-shadow(0px 2px 25px rgba(4, 165, 255, 0.25));
    filter: drop-shadow(0px 2px 25px rgba(4, 165, 255, 0.25));
}

.stiker-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.stiker-items__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 10px);
    flex: 0 0 calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    margin: 5px 5px;
}

.stiker-items__col--large {
    max-height: 78px;
}

.stiker-items .button-primary {
    height: 100%;
    border-radius: 5px;
}

.stiker {
    text-decoration: none;
    color: white;
}

.stiker__image {
    height: 58px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 6px 16px;
}

.stiker__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.stiker__title {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1;
}

.stiker:hover .stiker__image {
    -webkit-box-shadow: 0 0 0 1px #3246FF, 0px 2px 25px rgba(4, 165, 255, 0.25);
    box-shadow: 0 0 0 1px #3246FF, 0px 2px 25px rgba(4, 165, 255, 0.25);
    opacity: .4;
}

.stiker--large .stiker__image {
    height: 78px;
}

.casino-banner {
    background: white;
    border-radius: 5px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 16px;
}

.casino-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 14px 24px 12px;
    min-height: 140px;
}

.casino-banner__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.casino-banner__image {
    margin-top: 4px;
    margin-bottom: 4px;
}

.casino-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #070326;
    margin: 0 8px 0 8px;
}

.casino-banner__content .icon {
    margin-right: 6px;
}

.casino-banner__content span {
    line-height: 120%;
    font-weight: 500;
}

.casino-banner .i-rating-star__body,
.casino-banner .i-rating-star__border {
    fill: #3246FF;
}

.casino-banner .i-rating-star--stroke .i-rating-star__body {
    fill: transparent;
}

.casino-banner__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.casino-banner:hover {
    -webkit-box-shadow: 0 0 0 1px #3246FF;
    box-shadow: 0 0 0 1px #3246FF;
    -webkit-filter: drop-shadow(0px 2px 25px rgba(4, 165, 255, 0.25));
    filter: drop-shadow(0px 2px 25px rgba(4, 165, 255, 0.25));
}

.jeckpot-banner {
    position: relative;
    margin-bottom: 46px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 5px;
}

.jeckpot-banner:last-child {
    margin-bottom: 22px;
}

.jeckpot-banner__inner {
    background: white;
    border-radius: 5px;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 168px;
}

.jeckpot-banner__image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 8px;
}

.jeckpot-banner__image::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #2C3057;
    opacity: 0.3;
    right: -1px;
}

.jeckpot-banner__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 8px;
}

.jeckpot-banner__title {
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    background: -o-linear-gradient(276.23deg, #FFE70F 4.92%, #B67008 41.43%, #FFE70F 81.12%);
    background: linear-gradient(173.77deg, #FFE70F 4.92%, #B67008 41.43%, #FFE70F 81.12%);
    background-size: 100%;
    background-repeat: repeat;
    margin-bottom: 8px;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.jeckpot-banner__text {
    color: #070326;
    opacity: .8;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}

.jeckpot-banner .button-primary {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    padding: 13px 24px 11px;
    min-height: 42px;
}

.jeckpot-banner:hover {
    -webkit-box-shadow: 0 0 0 1px #3246FF;
    box-shadow: 0 0 0 1px #3246FF;
    -webkit-filter: drop-shadow(0px 2px 25px rgba(4, 165, 255, 0.25));
    filter: drop-shadow(0px 2px 25px rgba(4, 165, 255, 0.25));
}

@media (min-width: 1200px) and (max-width: 1480px) {
    .casino-banner__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px 14px 16px 12px;
    }

    .casino-banner__brand {
        margin-left: auto;
        margin-right: auto;
    }

    .casino-banner__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
        flex: 0 1 180px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: auto;
        margin-left: 16px;
    }

    .casino-banner__control {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-top: 8px;
    }

    .stiker__title {
        font-size: 16px;
    }

    .stiker--large .stiker__image,
    .stiker-items__col--large {
        height: 68px;
    }
}

@media (min-width: 1381px) and (max-width: 1480px) {
    .game-banner__title {
        font-size: 20px;
    }

    .game-banner__subtitle {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .game-banner__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
    }

    .game-banner__title {
        margin-top: 8px;
        margin-bottom: 4px;
        font-size: 18px;
    }

    .game-banner__subtitle {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .game-banner .button-primary {
        font-size: 16px;
        line-height: 16px;
        max-width: 110px;
        min-height: 36px;
        padding: 11px 24px 8px;
    }

    .casino-banner__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 160px;
        flex: 0 1 160px;
    }

    .casino-banner .button-primary {
        font-size: 16px;
        line-height: 16px;
        max-width: 110px;
        min-height: 36px;
        padding: 11px 24px 8px;
    }

    .stiker-items .button-primary {
        font-size: 14px;
        line-height: 1;
        padding: 11px 12px 9px 14px;
    }

    .stiker__image {
        height: 48px;
        padding: 4px 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .stiker-items .button-primary {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .site-widget__subtitle {
        font-weight: normal;
    }

    .game-banner__title {
        font-size: 20px;
    }

    .game-banner__subtitle {
        font-size: 16px;
    }

    .stiker-items .button-primary {
        font-size: 14px;
        line-height: 1;
    }

    .stiker-items .button-primary .icon {
        width: 16px;
        height: 16px;
    }

    .casino-banner__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px 14px 16px 12px;
    }

    .casino-banner__brand {
        margin-left: auto;
        margin-right: auto;
    }

    .casino-banner__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
        flex: 0 1 180px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: auto;
        margin-left: 16px;
    }

    .casino-banner__control {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-top: 8px;
    }
}

@media (max-width: 430px) {
    .promo-banner {
        height: 130px;
    }

    .game-banner__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
    }

    .game-banner__title {
        margin-top: 8px;
        margin-bottom: 4px;
        font-size: 18px;
    }

    .game-banner__subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .game-banner .button-primary {
        font-size: 16px;
        line-height: 16px;
        max-width: 110px;
        min-height: 36px;
        padding: 11px 24px 8px;
    }

    .casino-banner__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 160px;
        flex: 0 1 160px;
        margin-left: 8px;
    }

    .casino-banner .button-primary {
        font-size: 16px;
        line-height: 16px;
        max-width: 110px;
        min-height: 36px;
        padding: 11px 24px 8px;
    }

    .jeckpot-banner__inner {
        min-height: 140px;
    }

    .jeckpot-banner__image img {
        max-width: 120px;
    }

    .jeckpot-banner__title {
        font-size: 24px;
    }

    .jeckpot-banner__text {
        font-size: 18px;
    }

    .jeckpot-banner .button-primary {
        font-size: 16px;
        line-height: 16px;
        max-width: 110px;
        min-height: 36px;
        padding: 11px 24px 8px;
    }

    .stiker-items .button-primary {
        padding: 11px 12px 9px 14px;
    }

    .stiker-items .button-primary .icon {
        width: 12px;
        height: 12px;
        margin-left: 4px;
    }

    .stiker__image {
        height: 48px;
        padding: 4px 16px;
    }

    .stiker__title {
        font-size: 16px;
    }

    .stiker--large .stiker__image,
    .stiker-items__col--large {
        height: 68px;
    }
}

@media (max-width: 380px) {
    .site-widget {
        padding: 24px 10px 20px;
    }

    .promo-banner {
        padding: 10px 10px;
    }

    .game-banner__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
    }

    .game-banner .button-primary {
        font-size: 14px;
        max-width: 100px;
        min-height: 34px;
        padding: 11px 24px 7px;
    }

    .casino-banner__inner {
        padding: 12px 14px 12px 12px;
    }

    .casino-banner__brand {
        margin-left: 0;
    }

    .casino-banner__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 140px;
        flex: 0 1 140px;
        margin-right: 0;
    }

    .stiker-items .button-primary {
        font-size: 12px;
        padding: 4px 8px;
    }

    .stiker__image {
        height: 42px;
        padding: 8px 8px;
    }

    .stiker__title {
        font-size: 14px;
    }

    .stiker--large .stiker__image,
    .stiker-items__col--large {
        height: 58px;
    }
}

@media (max-width: 350px) {
    .casino-banner__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
        flex: 0 1 120px;
        font-size: 15px;
    }

    .casino-banner__content span {
        line-height: 1.1;
    }
}

/*============================================================================
	#Banner Widgets
==============================================================================*/
.widget-banner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 544px;
}

.widget-banner:hover::before {
    opacity: 1;
}

.widget-banner:hover .button-primary {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.widget-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70.31%, rgba(0, 0, 0, 0.94)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.94) 70.31%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.94) 70.31%, #000000 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.widget-banner__inner {
    padding: 24px 24px 80px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #070326;
}

.widget-banner__title {
    position: relative;
    z-index: 2;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 0 0 0;
}

.widget-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-banner .button-primary {
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.widget-banner--big {
    height: 650px;
    border-radius: 5px;
}

.widget-banner--big .widget-banner__inner {
    padding-bottom: 96px;
}

.widget-banner--big::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .widget-banner {
        height: 500px;
    }

    .widget-banner--big {
        height: 650px;
    }
}

@media (max-width: 480px) {
    .widget-banner {
        height: 115vw;
    }

    .widget-banner__title {
        font-size: 24px;
        line-height: 1.2;
    }

    .widget-banner--big {
        height: 650px;
    }
}

@media (max-width: 380px) {
    .widget-banner {
        height: 120vw;
    }

    .widget-banner--big {
        height: 150vw;
    }

    .widget-banner--big .widget-banner__inner {
        padding-bottom: 60px;
    }
}

/* pages
===================================================*/
/*============================================================================
	#404 Page
==============================================================================*/
.e-page {
    padding: 120px 0;
}

.e-page .container {
    position: relative;
}

.e-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.e-page__logo {
    font-size: 170px;
    line-height: 1;
    font-family: "Muller", sans-serif;
    font-weight: 500;
    color: #000000;
}

.e-page__deco {
    width: 718px;
    height: 718px;
    border: 72px solid #264066;
    opacity: .05;
    border-radius: 100%;
    z-index: -1;
    position: absolute;
    top: 100px;
    right: -160px;
}

@media (max-width: 1024px) {
    .e-page__deco {
        display: none;
    }
}

.e-page__title {
    color: #000000;
    margin-bottom: 32px;
}

.e-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.e-page__description {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .e-page {
        padding: 100px 0;
    }

    .e-page__logo {
        font-size: 110px;
    }

    .e-page__title {
        font-size: 38px;
    }
}

@media (max-width: 485.98px) {
    .e-page {
        padding: 80px 0;
    }

    .e-page__logo {
        font-size: 100px;
        margin-bottom: 16px;
    }

    .e-page__title {
        font-size: 32px;
    }

    .e-page__description {
        font-size: 16px;
    }
}

/*============================================================================
	#Singular Pages
==============================================================================*/
.author-block {
    margin: 24px 0 40px;
}

.author-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author-block__avatar {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #04A5FF;
    margin-right: 14px;
}

.author-block__content {
    padding-top: 8px;
}

.author-block__name {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px;
}

.author-block__date {
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    opacity: 0.7;
}

.page-article {
    margin-bottom: 72px;
}

.page-article:last-child {
    margin-bottom: 40px;
}

.page-article__header {
    margin: 0 0 32px 0;
}

.page-article__title {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 24px 0;
}

.page-article__image {
    margin: 24px 0;
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
}

.page-article__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-article__author {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 2px solid #2C3057;
}

.article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.article-meta__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    margin-left: 24px;
}

.article-meta__item .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.article-meta__item span {
    font-size: 14px;
    font-weight: 300;
    opacity: .7;
}

/*============================================================================
	#Casino Page
==============================================================================*/
.page-casino .section-faq {
    margin-bottom: 24px;
}

/*============================================================================
	#Game Page
==============================================================================*/
.page-game .section-typography {
    margin: 40px 0;
}

.game-player {
    background-color: #070326;
    border-radius: 16px;
    margin-bottom: 32px;
}

.game-player__header {
    padding: 10px 28px;
}

.game-player__title {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 480px) {
    .game-player__title {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
    }
}

.game-player__title span {
    font-size: 16px;
    font-weight: 300;
    opacity: .7;
}

.game-player__poster {
    height: 420px;
    position: relative;
}

.game-player__poster:hover::before {
    opacity: .6;
}

.game-player__poster::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .8;
    z-index: 1;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game-player__poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.game-player__poster .button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.game-player__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 28px;
}

.game-player__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.game-player__buttons .button-primary {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 16px;
    font-size: 16px;
    line-height: 16px;
    padding: 13px 24px 11px;
}

.game-player__buttons .button-primary:last-child {
    margin-right: none;
}

.game-player__buttons .button-primary--pure {
    -webkit-box-shadow: inset 0 0 0 1px #04A5FF;
    box-shadow: inset 0 0 0 1px #04A5FF;
}

.game-player__reports {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-player__reports .button-report {
    margin-right: 16px;
}

.game-player__reports .button-report:last-child {
    margin-right: 0;
}

.game-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.game-bio__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
    margin-right: 24px;
}

@media (max-width: 980px) {
    .game-bio__aside {
        margin-right: 16px;
    }
}

.game-bio__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 250px - 24px);
    flex: 0 0 calc(100% - 250px - 24px);
    max-width: calc(100% - 250px - 24px);
}

@media (max-width: 767px) {
    .game-bio__aside {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        margin-right: 0;
    }

    .game-bio__main {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 32px;
    }
}

.game-bio__header {
    margin-bottom: 12px;
}

.game-bio__title {
    font-size: 28px;
    margin: 2px 0 2px 0;
}

@media (max-width: 980px) {
    .game-bio__title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .game-bio__title {
        font-size: 24px;
    }
}

.game-bio__description {
    margin: 0;
}

.game-bio__services {
    margin-bottom: 32px;
}

.game-bio__rating {
    margin-bottom: 24px;
}

.game-service__list {
    margin: -12px -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.game-service__item {
    border-radius: 3px;
    background: #161039;
    position: relative;
    overflow: hidden;
    padding: 20px 20px;
    padding-right: 8px;
    margin: 12px 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 16px);
    flex: 0 0 calc(100% / 3 - 16px);
    max-width: calc(100% / 3 - 16px);
    min-height: 120px;
}

.game-service__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: #04A5FF;
}

.game-service__item-name {
    font-size: 16px;
    font-weight: 300;
    opacity: .7;
    margin-bottom: 5px;
}

.game-service__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-service__item-title .icon {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.game-service__item-title span {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.game-rating {
    border-radius: 3px;
    overflow: hidden;
    background: #161039;
}

.game-rating__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.game-rating__total {
    background: #04A5FF;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 174px;
    flex: 0 0 174px;
    max-width: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.game-rating__total .icon {
    width: 50px;
    height: 50px;
    fill: white;
    margin-bottom: 10px;
}

.game-rating__total-score {
    font-size: 26px;
    line-height: 140%;
    font-weight: 700;
}

.game-rating__total-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.game-rating__content {
    padding: 20px 22px;
    position: relative;
}

.game-rating__title {
    font-size: 24px;
    margin: 0;
    margin-bottom: 16px;
}

.game-rating__text {
    font-size: 18px;
    line-height: 120%;
}

.game-rating__button {
    position: absolute;
    top: 16px;
    right: 22px;
    letter-spacing: 0;
    padding: 13px 12px 11px 12px;
}

.game-rating__button .icon {
    margin-top: 0;
}

.game-provider__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px;
}

.game-provider__inner {
    border-radius: 3px;
    background: #161039;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 175px;
}

.game-provider__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 174px;
    flex: 0 0 174px;
    max-width: 174px;
    padding: 32px 24px;
    background: #221C43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-provider__content {
    padding: 24px 24px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.game-provider__table {
    width: 100%;
    font-size: 18px;
    line-height: 120%;
    border-collapse: collapse;
    margin-left: 10px;
}

.game-provider__table tr {
    border-bottom: 2px solid #2C3057;
}

.game-provider__table tr:first-child td {
    padding-top: 0;
}

.game-provider__table tr:last-child {
    border: none;
}

.game-provider__table td {
    padding: 10px 0 7px;
}

.game-provider__table td:last-child {
    font-weight: 300;
    color: #04A5FF;
    text-align: right;
    vertical-align: top;
}

.game-bio__logo {
    border-radius: 6px;
    overflow: hidden;
    height: 250px;
}

.game-bio__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.game-bio__widget {
    margin-bottom: 14px;
}

.game-bio__widget:last-child {
    margin-bottom: 0;
}

.game-bio__widget-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
}

.game-bio__widget-title .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 6px;
}

.game-info {
    background: #161039;
    border-radius: 6px;
    padding: 10px 8px;
}

.game-info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
}

.game-info__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.game-info__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    font-weight: 300;
    padding-right: 6px;
}

.game-info__item-title {
    word-break: break-word;
}

.game-info__item-val {
    text-align: center;
    min-width: 20px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.game-info__item-val .icon {
    margin-top: 2px;
}

.game-tags__header {
    margin-bottom: 14px;
}

.game-tags__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px;
}

.game-tags__button {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 0;
    margin: 2px;
    font-weight: 300;
}

.game-review-score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
}

@media (max-width: 480px) {
    .game-review-score {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.game-review-score__title {
    font-size: 24px;
    line-height: 1;
    margin: 6px 0 0;
}

@media (max-width: 480px) {
    .game-review-score__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 16px;
    }
}

.game-review-score__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 26px;
}

@media (max-width: 480px) {
    .game-review-score__stars {
        margin-left: 0;
    }
}

.game-review-score__stars .icon {
    margin: 0 2px;
}

.game-review-score__total {
    font-size: 24px;
    line-height: 1;
    margin: 6px 0 0;
}

.game-review-score__total span {
    font-weight: 700;
}

@media (min-width: 1201px) and (max-width: 1380px) {
    .game-player__header {
        padding: 10px 16px;
    }

    .game-player__footer {
        padding: 16px 16px;
    }

    .game-player__buttons .button-primary {
        padding: 13px 16px 11px;
    }

    .button-report {
        font-size: 15px;
    }

    .game-service__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 16px);
        flex: 0 0 calc(100% / 2 - 16px);
        max-width: calc(100% / 2 - 16px);
    }

    .game-rating__button {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 16px;
        margin-left: auto;
        max-width: 190px;
        display: block;
    }
}

@media (max-width: 980px) {
    .game-player__header {
        padding: 14px 24px 10px;
    }

    .game-player__footer {
        padding: 16px 24px;
    }

    .game-service__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 16px);
        flex: 0 0 calc(100% / 2 - 16px);
        max-width: calc(100% / 2 - 16px);
        margin: 8px 8px;
        min-height: inherit;
    }

    .game-rating__text {
        font-size: 16px;
    }

    .game-rating__button {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 16px;
        margin-left: auto;
        max-width: 190px;
        display: block;
    }

    .game-provider__table {
        margin: 0;
    }
}

@media (max-width: 880px) {
    .game-player__header {
        padding: 14px 16px 10px;
    }

    .game-player__poster {
        height: 400px;
    }

    .game-player__poster .button-play {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }

    .game-player__footer {
        padding: 16px 16px;
    }

    .game-player__buttons .button-primary {
        padding: 13px 16px 11px;
    }

    .button-report {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .game-player__buttons .button-primary {
        font-size: 14px;
        padding: 12px 16px 10px;
    }
}

@media (max-width: 767px) {
    .game-player__footer {
        padding: 8px 16px;
    }

    .game-player__buttons {
        padding: 8px 0;
    }

    .game-player__reports {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .game-player__reports .button-report {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .game-player__reports .button-report:last-child {
        margin-bottom: 0;
    }

    .game-bio__logo {
        height: 100%;
        max-width: 250px;
        margin-right: 24px;
    }

    .game-bio__logo img {
        height: auto;
    }

    .game-bio__main-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 24px;
        width: 100%;
    }

    .game-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .game-info__item-val br {
        display: none;
    }
}

@media (max-width: 580px) {
    .game-player {
        border-radius: 8px;
    }

    .game-player__header {
        position: relative;
        z-index: 2;
    }

    .game-player__title span {
        position: absolute;
        left: 50%;
        bottom: -32px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .game-player__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .game-player__buttons {
        width: 100%;
    }

    .game-player__buttons .button-primary {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .game-player__buttons .button-primary:last-child {
        margin: 0;
    }

    .game-player__reports {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        padding: 8px 0 8px;
    }

    .game-player__reports .button-report {
        margin: 0;
        margin-right: 24px;
    }

    .game-bio__logo {
        max-width: 200px;
        margin-right: 16px;
    }
}

@media (max-width: 480px) {
    .game-bio__logo {
        max-width: 160px;
    }

    .game-service__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1 - 16px);
        flex: 0 0 calc(100% / 1 - 16px);
        max-width: calc(100% / 1 - 16px);
    }

    .game-rating__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .game-rating__total {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        padding-top: 24px;
        padding-bottom: 16px;
    }

    .game-rating__content {
        padding: 20px 16px;
    }

    .game-rating__button {
        margin-right: auto;
        font-size: 14px;
        max-width: 172px;
    }

    .game-provider__inner {
        display: block;
    }

    .game-provider__logo {
        max-width: 100%;
    }

    .game-provider__logo img {
        max-width: 180px;
        max-height: 80px;
    }

    .game-provider__content {
        padding: 24px 16px;
    }
}

@media (max-width: 440px) {
    .game-player__buttons .button-primary:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .game-player__reports .button-report {
        max-width: 120px;
        margin-right: 16px;
    }

    .game-bio__main-group {
        display: block;
    }

    .game-bio__logo {
        max-width: 100%;
        height: 360px;
        margin-right: 0;
    }

    .game-bio__logo img {
        height: 100%;
    }
}

@media (max-width: 360px) {
    .game-player__header, .game-player__footer {
        padding-right: 12px;
        padding-left: 12px;
    }

    .game-player__buttons .button-primary {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/*============================================================================
	#Search Page
==============================================================================*/
.search-results__item {
    background: #1C1448;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 8px;
}

.search-results__item-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

@media (max-width: 480px) {
    .search-results__item-title {
        font-size: 20px;
    }
}

.search-results__item-title span {
    opacity: .7;
    font-size: 18px;
    font-weight: 300;
}

.search-results__item-link {
    color: #04A5FF;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
}

@media (max-width: 480px) {
    .search-results__item-link {
        font-size: 14px;
        line-height: 1.2;
    }
}

.search-results__item-link:hover {
    text-decoration: underline;
}

/*# sourceMappingURL=index.css.map */
