/* base */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

html
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th,
td
{
    font-weight: normal;

    text-align: left;
    vertical-align: middle;
}

q,
blockquote
{
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after
{
    content: '';
    content: none;
}

a img
{
    border: none;
}

elements-of-type(html5-block)
{
    display: block;
}

body
{
    background-color: #424242;
}

body.mobile-menu-open
{
    overflow: hidden;

    height: 100vh;
}

div
{
    position: relative;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/docs/3.3/customize/?id=f07e0f036db1edf7a2ae36bb3f4252f8)
 * Config saved to config.json and https://gist.github.com/f07e0f036db1edf7a2ae36bb3f4252f8
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html
{
    font-family: sans-serif;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;

    vertical-align: baseline;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

[hidden],
template
{
    display: none;
}

a
{
    background-color: transparent;
}

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

abbr[title]
{
    border-bottom: 1px dotted;
}

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 2em;

    margin: .67em 0;
}

mark
{
    color: #000;
    background: #ff0;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

img
{
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

figure
{
    margin: 1em 40px;
}

hr
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

pre
{
    overflow: auto;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled]
{
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

input
{
    line-height: normal;
}

input[type='checkbox'],
input[type='radio']
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

input[type='search']
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

legend
{
    padding: 0;

    border: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*:before,
*:after
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html
{
    font-size: 10px;

    -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a
{
    text-decoration: none;

    color: #337ab7;
}

a:hover,
a:focus
{
    text-decoration: underline;

    color: #23527c;
}

a:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure
{
    margin: 0;
}

img
{
    vertical-align: middle;
}

.img-responsive
{
    display: block;

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

.img-rounded
{
    -webkit-border-radius: 6px;
            border-radius: 6px;
}

.img-thumbnail
{
    line-height: 1.42857143;

    display: inline-block;

    max-width: 100%;
    height: auto;
    padding: 4px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
}

.img-circle
{
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

hr
{
    margin-top: 20px;
    margin-bottom: 20px;

    border: 0;
    border-top: 1px solid #eee;
}

.sr-only
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

[role='button']
{
    cursor: pointer;
}

.container
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 7px;
    padding-left: 7px;
}

.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 7px;
    padding-left: 7px;
}

.row
{
    margin-right: -7px;
    margin-left: -7px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16
{
    position: relative;

    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16
{
    float: left;
}

.col-xs-16
{
    width: 100%;
}

.col-xs-15
{
    width: 93.75%;
}

.col-xs-14
{
    width: 87.5%;
}

.col-xs-13
{
    width: 81.25%;
}

.col-xs-12
{
    width: 75%;
}

.col-xs-11
{
    width: 68.75%;
}

.col-xs-10
{
    width: 62.5%;
}

.col-xs-9
{
    width: 56.25%;
}

.col-xs-8
{
    width: 50%;
}

.col-xs-7
{
    width: 43.75%;
}

.col-xs-6
{
    width: 37.5%;
}

.col-xs-5
{
    width: 31.25%;
}

.col-xs-4
{
    width: 25%;
}

.col-xs-3
{
    width: 18.75%;
}

.col-xs-2
{
    width: 12.5%;
}

.col-xs-1
{
    width: 6.25%;
}

.col-xs-pull-16
{
    right: 100%;
}

.col-xs-pull-15
{
    right: 93.75%;
}

.col-xs-pull-14
{
    right: 87.5%;
}

.col-xs-pull-13
{
    right: 81.25%;
}

.col-xs-pull-12
{
    right: 75%;
}

.col-xs-pull-11
{
    right: 68.75%;
}

.col-xs-pull-10
{
    right: 62.5%;
}

.col-xs-pull-9
{
    right: 56.25%;
}

.col-xs-pull-8
{
    right: 50%;
}

.col-xs-pull-7
{
    right: 43.75%;
}

.col-xs-pull-6
{
    right: 37.5%;
}

.col-xs-pull-5
{
    right: 31.25%;
}

.col-xs-pull-4
{
    right: 25%;
}

.col-xs-pull-3
{
    right: 18.75%;
}

.col-xs-pull-2
{
    right: 12.5%;
}

.col-xs-pull-1
{
    right: 6.25%;
}

.col-xs-pull-0
{
    right: auto;
}

.col-xs-push-16
{
    left: 100%;
}

.col-xs-push-15
{
    left: 93.75%;
}

.col-xs-push-14
{
    left: 87.5%;
}

.col-xs-push-13
{
    left: 81.25%;
}

.col-xs-push-12
{
    left: 75%;
}

.col-xs-push-11
{
    left: 68.75%;
}

.col-xs-push-10
{
    left: 62.5%;
}

.col-xs-push-9
{
    left: 56.25%;
}

.col-xs-push-8
{
    left: 50%;
}

.col-xs-push-7
{
    left: 43.75%;
}

.col-xs-push-6
{
    left: 37.5%;
}

.col-xs-push-5
{
    left: 31.25%;
}

.col-xs-push-4
{
    left: 25%;
}

.col-xs-push-3
{
    left: 18.75%;
}

.col-xs-push-2
{
    left: 12.5%;
}

.col-xs-push-1
{
    left: 6.25%;
}

.col-xs-push-0
{
    left: auto;
}

.col-xs-offset-16
{
    margin-left: 100%;
}

.col-xs-offset-15
{
    margin-left: 93.75%;
}

.col-xs-offset-14
{
    margin-left: 87.5%;
}

.col-xs-offset-13
{
    margin-left: 81.25%;
}

.col-xs-offset-12
{
    margin-left: 75%;
}

.col-xs-offset-11
{
    margin-left: 68.75%;
}

.col-xs-offset-10
{
    margin-left: 62.5%;
}

.col-xs-offset-9
{
    margin-left: 56.25%;
}

.col-xs-offset-8
{
    margin-left: 50%;
}

.col-xs-offset-7
{
    margin-left: 43.75%;
}

.col-xs-offset-6
{
    margin-left: 37.5%;
}

.col-xs-offset-5
{
    margin-left: 31.25%;
}

.col-xs-offset-4
{
    margin-left: 25%;
}

.col-xs-offset-3
{
    margin-left: 18.75%;
}

.col-xs-offset-2
{
    margin-left: 12.5%;
}

.col-xs-offset-1
{
    margin-left: 6.25%;
}

.col-xs-offset-0
{
    margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after
{
    display: table;

    content: ' ';
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after
{
    clear: both;
}

.center-block
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}

.pull-right
{
    float: right !important;
}

.pull-left
{
    float: left !important;
}

.hide
{
    display: none !important;
}

.show
{
    display: block !important;
}

.invisible
{
    visibility: hidden;
}

.text-hide
{
    font: 0/0 a;

    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.hidden
{
    display: none !important;
}

.affix
{
    position: fixed;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}

html,
body
{
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section
{
    display: block;
}

b,
strong
{
    font-weight: bold;
}

img
{
    font-size: 0;

    vertical-align: middle;

    -ms-interpolation-mode: bicubic;
    color: transparent;
}

ol,
ul
{
    list-style: none;
}

li
{
    display: list-item;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td,
caption
{
    font-weight: normal;

    text-align: left;
    vertical-align: top;
}

q
{
    quotes: none;
}

q:before,
q:after
{
    content: '';
    content: none;
}

sub,
sup,
small
{
    font-size: 75%;
}

sub,
sup
{
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

input
{
    padding: 0;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

svg
{
    overflow: hidden;
}

.link
{
    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;
    text-decoration: inherit;

    color: inherit;
}

.link:hover,
.link:active,
.link:focus
{
    text-decoration: none;

    color: inherit;
}

.card
{
    position: relative;

    overflow: hidden;

    cursor: pointer;
    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;

    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: rgba(0, 0, 0, .5);
}

.card img
{
    display: block;

    width: 100%;
    min-height: 100%;
}

.footer
{
    position: relative;

    width: 100%;
    padding: 30px 0 30px;

    background-color: #0d1418;
}

.footer > .container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.footer img
{
    display: block;

    width: 100%;
}

header ~ .container
{
    min-height: -webkit-calc(100vh - 419px);
    min-height:         calc(100vh - 419px);
}

.header__top-wrap
{
    height: 300px;

    background-color: #000;
}

.header__logo
{
    display: inline-block;

    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.header__nav
{
    display: none;

    height: 60px;
    padding-top: 9px;

    background: -webkit-gradient(linear, left bottom, left top, from(#383838), to(#202020));
    background: -webkit-linear-gradient(bottom, #383838 0%, #202020 100%);
    background:      -o-linear-gradient(bottom, #383838 0%, #202020 100%);
    background:         linear-gradient(to top, #383838 0%, #202020 100%);
}

.header__nav > .container > .row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.header__nav_item
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 38px;

    position: relative;

    height: 40px;
    padding-left: 40px;

    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
}

.header__nav_item:not(:last-child)
{
    padding-right: 10px;

    border-right: 1px solid #2b2b2b;
}

.header__nav_item span
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 40px;
    height: 40px;

    background-repeat: no-repeat;
    background-position: center;
}

.header__nav_item:nth-child(1) span
{
    background-image: url(../img/casino.png);
}

.header__nav_item:nth-child(2) span
{
    background-image: url(../img/poker.png);
}

.header__nav_item:nth-child(3) span
{
    background-image: url(../img/roulet.png);
}

.header__nav_item:nth-child(4) span
{
    background-image: url(../img/day-game.png);
}

.header__nav_item:nth-child(5) span
{
    background-image: url(../img/jackpot.png);
}

.header__nav_item:nth-child(6) span
{
    background-image: url(../img/slot.png);
}

.header__nav_item:nth-child(7) span
{
    background-image: url(../img/desktop.png);
}

.header__nav_item:nth-child(8) span
{
    background-image: url(../img/bandit.png);
    background-size:contain;
}
.header__nav_item:nth-child(9) span
{
    background-image: url(../img/pokersheet.png);
    background-size:contain;
}

.header__slider_item img
{
    width: 100%;
    height: auto;
}

.header__slider .slick-dots
{
    position: absolute;
    right: 5px;
    bottom: 30px;

    list-style: none;
}

.header__slider .slick-dots li
{
    position: relative;

    display: inline-block;

    -webkit-box-sizing: padding-box;
            box-sizing: padding-box;
    width: 20px;
    height: 20px;
    margin-right: 6px;

    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;

    border: 2px solid #fbc02d;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background-color: transparent;
}

.header__slider .slick-dots li.slick-active
{
    left: 1px;

    width: 18px;
    height: 18px;

    background-color: #fbc02d;
}

.header__slider .slick-dots li button
{
    display: none;
}

.header__button
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 48px;

    display: block;

    width: 225px;
    height: 50px;
    margin: 0 auto 15px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 25px;
            border-radius: 25px;
}

.header__button span
{
    position: absolute;
    top: 5px;
    left: 5px;

    display: block;

    width: 40px;
    height: 40px;

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #dd2c00;
    background-repeat: no-repeat;
    background-position: center;
}

.header__button_now
{
    background-color: #ff6f00;
}

.header__button_now span
{
    background-color: #dd2c00;
    background-image: url(../img/straberry.png);
}

.header__button_game
{
    background-color: #7e57c2;
}

.header__button_game span
{
    background-color: #303f9f;
    background-image: url(../img/diamond.png);
}

.header__button_bonus
{
    background-color: #00695c;
}

.header__button_bonus span
{
    background-color: #004d40;
    background-image: url(../img/cherries.png);
}

.header__menu-button
{
    position: relative;
    z-index: 101;
    top: 18px;
    right: 15px;

    display: inline-block;
    float: right;

    cursor: pointer;
}

.header__menu-button .top-active
{
    margin-top: 10px;
    margin-bottom: 0;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.header__menu-button .mid-active
{
    opacity: 0;
}

.header__menu-button .bot-active
{
    margin-top: -18px;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.header__menu-button *
{
    width: 40px;
    height: 3px;

    -webkit-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;

    -webkit-border-radius: 1px;
            border-radius: 1px;
    background-color: #fff;
}

.header__menu-button *:not(:last-child)
{
    margin-bottom: 6px;
}

.left-aside
{
    display: none;

    padding-top: 40px;
}

.left-aside__title
{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 40px;

    height: 40px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #9c27b0;
}

.left-aside__list-item
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

    position: relative;

    padding: 13px 0 13px 30px;

    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;

    color: #fff;
}

.left-aside__list-item:not(:last-child)
{
    border-bottom: 1px solid #383838;
}

.main
{
    padding: 40px 30px;

    background-color: #000;
}

.main h1
{
    font-family: 'Kurale', serif;
    font-size: 28px;
    line-height: 35px;

    margin-bottom: 20px;

    color: #fff;
}

.main__text-wrap
{
    padding: 0 10px;
}

.main__text
{
    padding: 20px 20px 30px;

    color: #fff;
    background-color: #212121;
}

.main__text h1
{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 35px;

    margin-bottom: 15px;
}

.main__text p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.main__text p a
{
    text-decoration: underline;

    color: #40c4ff;
}

.main__card
{
    margin-bottom: 6px;
    padding: 0 3px;
}

.mobile-menu
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: -100%;

    display: block;
    overflow-y: scroll;

    width: 100%;
    height: 100vh;
    padding-bottom: 30px;

    -webkit-transition: all linear .3s;
         -o-transition: all linear .3s;
            transition: all linear .3s;

    background-color: rgba(0, 0, 0, .9);
}

.mobile-menu.open
{
    left: 0;
}

.mobile-menu__logo
{
    font-family: 'Kurale', serif;
    font-size: 28px;
    line-height: 25px;

    padding: 14px 0 18px 20px;

    color: #fff;
}

.mobile-menu input
{
    position: absolute;

    opacity: 0;
}

.mobile-menu label
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

    position: relative;

    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

    color: #fff;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.mobile-menu label:nth-child(2)
{
    border-right: 1px solid #363534;
    border-left: 1px solid #363534;
}

.mobile-menu label:before
{
    position: absolute;
    top: 73px;
    left: 50%;

    display: none;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-width: 18px 17px 0 17px;
    border-style: solid;
    border-color: #363534 transparent transparent;
}

.mobile-menu label:after
{
    position: absolute;
    top: 72px;
    left: 50%;

    display: none;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-width: 18px 17px 0 17px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.mobile-menu label span
{
    display: block;
}

.mobile-menu__labels
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 18px 0;

    border-top: 1px solid #363534;
    border-bottom: 1px solid #363534;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.mobile-menu__menu
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

    padding: 40px 10px 0 32px;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: #fff;
}

.mobile-menu__menu_item
{
    position: relative;

    margin-bottom: 40px;
    padding-left: 50px;
}

.mobile-menu__menu_item_active
{
    text-decoration: underline;
}

.mobile-menu__menu_item span
{
    position: absolute;
    top: -14px;
    left: 0;

    display: inline-block;

    width: 40px;
    height: 40px;

    background-repeat: no-repeat;
    background-position: center;
}

.mobile-menu__menu_item:nth-child(1) span
{
    background-image: url(../img/casino.png);
}

.mobile-menu__menu_item:nth-child(2) span
{
    background-image: url(../img/poker.png);
}

.mobile-menu__menu_item:nth-child(3) span
{
    background-image: url(../img/roulet.png);
}

.mobile-menu__menu_item:nth-child(4) span
{
    background-image: url(../img/day-game.png);
}

.mobile-menu__menu_item:nth-child(5) span
{
    background-image: url(../img/jackpot.png);
}

.mobile-menu__menu_item:nth-child(6) span
{
    background-image: url(../img/slot.png);
}

.mobile-menu__menu_item:nth-child(7) span
{
    background-image: url(../img/desktop.png);
}

.mobile-menu__popular
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

    padding: 40px 10px 0 32px;
}

.mobile-menu__popular_title
{
    font-weight: 700;

    margin-bottom: 15px;

    text-transform: uppercase;

    color: #fff;
}

.mobile-menu__popular_item
{
    margin-bottom: 15px;

    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;

    color: #fff;
}

#menu-tab,
#popular-tab
{
    display: none;
}

#menu:checked ~ #menu-tab,
#popular:checked ~ #popular-tab
{
    display: block;
}

#menu:checked ~ .mobile-menu__labels > #menu-label:before,
#menu:checked ~ .mobile-menu__labels > #menu-label:after
{
    display: block;
}

#popular:checked ~ .mobile-menu__labels > #popular-label:before,
#popular:checked ~ .mobile-menu__labels > #popular-label:after
{
    display: block;
}

.right-aside
{
    display: none;

    padding-top: 40px;
}

.right-aside__title
{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 40px;

    width: 105px;
    height: 40px;
    margin-bottom: 30px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #388e3c;
}

.right-aside__list-item
{
    margin-bottom: 15px;
}

.right-aside__list-item img
{
    display: block;

    width: 100%;
}

.error-page
{
    overflow: hidden;
}

.error-page .header__slider
{
    display: none;
}

.error-page__text h1
{
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;

    margin-bottom: 50px;
    padding-top: 50px;

    text-align: center;

    color: #fff;
}

.error-page__text p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;

    margin-bottom: 20px;

    text-align: center;

    color: #fff;
}

.error-page__text p a
{
    text-decoration: underline;
}

.game-page
{
    overflow: hidden;

    background-color: #000;
}

.game-page .header__slider
{
    display: none;
}

.game-page__breadcrumbs
{
    height: 41px;
    margin-top: 20px;
    margin-bottom: 0;
}

.game-page__breadcrumbs ul li
{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;

    display: inline-block;

    margin-right: 4px;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #cfb12a;
}

.game-page__breadcrumbs ul li:last-child
{
    color: rgba(255, 255, 255, .6);
}

.game-page__breadcrumbs ul li:last-child .fa
{
    display: none;
}

.game-page__breadcrumbs ul li a
{
    display: inline;

    margin-right: 5px;
}

.game-page__breadcrumbs ul li .fa
{
    font-size: 14px;

    color: #fff;
}

.game-page__title
{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;

    margin-bottom: 21px;

    color: #fff;
}

.game-page__img
{
    overflow: hidden;

    width: 100%;
    margin-bottom: 26px;
}

.game-page__img img
{
    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto;
}

.game-page__button-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 60px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.game-page__button_money
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 58px;

    width: 328px;
    height: 60px;

    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .05em;
    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 29px;
            border-radius: 29px;
    background: -webkit-gradient(linear, left bottom, left top, from(#d50000), to(#ff5252));
    background: -webkit-linear-gradient(bottom, #d50000 0%, #ff5252 100%);
    background:      -o-linear-gradient(bottom, #d50000 0%, #ff5252 100%);
    background:         linear-gradient(to top, #d50000 0%, #ff5252 100%);
    -webkit-box-shadow: 0 5px 0 0 #8f0303, inset 0 1px 4px 0 rgba(255, 138, 128, .004);
            box-shadow: 0 5px 0 0 #8f0303, inset 0 1px 4px 0 rgba(255, 138, 128, .004);
}

.game-page__button_more
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;

    width: 250px;

    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;
    text-align: center;
    text-decoration: underline;

    color: #00acc1;
}

.game-page__bottom-wrap
{
    margin-bottom: 30px;

    background: none;
}

.game-page__description
{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;

    padding: 30px;

    color: #fff;
    background-color: #212121;
}

.game-page__description h2
{
    margin-bottom: 10px;
}

.game-page__description p
{
    font-size: 14px;
    line-height: 23px;
}

.game-page__description p a
{
    display: inline;

    text-decoration: underline;
}

.game-page__advert
{
    padding: 30px;

    background-color: #424242;
}

.home-page
{
    overflow: hidden;
}

@media (min-width: 400px)
{
    .main__card
    {
        width: 50%;
    }
}

@media (min-width: 640px)
{
    .main__card
    {
        width: 33.33333333%;
    }
}

@media (min-width: 768px)
{
    .container
    {
        width: 750px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16
    {
        float: left;
    }

    .col-sm-16
    {
        width: 100%;
    }

    .col-sm-15
    {
        width: 93.75%;
    }

    .col-sm-14
    {
        width: 87.5%;
    }

    .col-sm-13
    {
        width: 81.25%;
    }

    .col-sm-12
    {
        width: 75%;
    }

    .col-sm-11
    {
        width: 68.75%;
    }

    .col-sm-10
    {
        width: 62.5%;
    }

    .col-sm-9
    {
        width: 56.25%;
    }

    .col-sm-8
    {
        width: 50%;
    }

    .col-sm-7
    {
        width: 43.75%;
    }

    .col-sm-6
    {
        width: 37.5%;
    }

    .col-sm-5
    {
        width: 31.25%;
    }

    .col-sm-4
    {
        width: 25%;
    }

    .col-sm-3
    {
        width: 18.75%;
    }

    .col-sm-2
    {
        width: 12.5%;
    }

    .col-sm-1
    {
        width: 6.25%;
    }

    .col-sm-pull-16
    {
        right: 100%;
    }

    .col-sm-pull-15
    {
        right: 93.75%;
    }

    .col-sm-pull-14
    {
        right: 87.5%;
    }

    .col-sm-pull-13
    {
        right: 81.25%;
    }

    .col-sm-pull-12
    {
        right: 75%;
    }

    .col-sm-pull-11
    {
        right: 68.75%;
    }

    .col-sm-pull-10
    {
        right: 62.5%;
    }

    .col-sm-pull-9
    {
        right: 56.25%;
    }

    .col-sm-pull-8
    {
        right: 50%;
    }

    .col-sm-pull-7
    {
        right: 43.75%;
    }

    .col-sm-pull-6
    {
        right: 37.5%;
    }

    .col-sm-pull-5
    {
        right: 31.25%;
    }

    .col-sm-pull-4
    {
        right: 25%;
    }

    .col-sm-pull-3
    {
        right: 18.75%;
    }

    .col-sm-pull-2
    {
        right: 12.5%;
    }

    .col-sm-pull-1
    {
        right: 6.25%;
    }

    .col-sm-pull-0
    {
        right: auto;
    }

    .col-sm-push-16
    {
        left: 100%;
    }

    .col-sm-push-15
    {
        left: 93.75%;
    }

    .col-sm-push-14
    {
        left: 87.5%;
    }

    .col-sm-push-13
    {
        left: 81.25%;
    }

    .col-sm-push-12
    {
        left: 75%;
    }

    .col-sm-push-11
    {
        left: 68.75%;
    }

    .col-sm-push-10
    {
        left: 62.5%;
    }

    .col-sm-push-9
    {
        left: 56.25%;
    }

    .col-sm-push-8
    {
        left: 50%;
    }

    .col-sm-push-7
    {
        left: 43.75%;
    }

    .col-sm-push-6
    {
        left: 37.5%;
    }

    .col-sm-push-5
    {
        left: 31.25%;
    }

    .col-sm-push-4
    {
        left: 25%;
    }

    .col-sm-push-3
    {
        left: 18.75%;
    }

    .col-sm-push-2
    {
        left: 12.5%;
    }

    .col-sm-push-1
    {
        left: 6.25%;
    }

    .col-sm-push-0
    {
        left: auto;
    }

    .col-sm-offset-16
    {
        margin-left: 100%;
    }

    .col-sm-offset-15
    {
        margin-left: 93.75%;
    }

    .col-sm-offset-14
    {
        margin-left: 87.5%;
    }

    .col-sm-offset-13
    {
        margin-left: 81.25%;
    }

    .col-sm-offset-12
    {
        margin-left: 75%;
    }

    .col-sm-offset-11
    {
        margin-left: 68.75%;
    }

    .col-sm-offset-10
    {
        margin-left: 62.5%;
    }

    .col-sm-offset-9
    {
        margin-left: 56.25%;
    }

    .col-sm-offset-8
    {
        margin-left: 50%;
    }

    .col-sm-offset-7
    {
        margin-left: 43.75%;
    }

    .col-sm-offset-6
    {
        margin-left: 37.5%;
    }

    .col-sm-offset-5
    {
        margin-left: 31.25%;
    }

    .col-sm-offset-4
    {
        margin-left: 25%;
    }

    .col-sm-offset-3
    {
        margin-left: 18.75%;
    }

    .col-sm-offset-2
    {
        margin-left: 12.5%;
    }

    .col-sm-offset-1
    {
        margin-left: 6.25%;
    }

    .col-sm-offset-0
    {
        margin-left: 0;
    }

    header ~ .container
    {
        min-height: -webkit-calc(100vh - 498px);
        min-height:         calc(100vh - 498px);
    }

    .header__slider .slick-dots
    {
        left: -webkit-calc(50% + 360px);
        left:         calc(50% + 360px);

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .game-page__breadcrumbs ul li
    {
        margin-right: 9px;
    }

    .game-page__breadcrumbs ul li a
    {
        margin-right: 15px;
    }

    .game-page__title
    {
        font-size: 28px;
    }

    .game-page__button_money
    {
        font-size: 20px;
    }

    .game-page__button_more
    {
        font-size: 20px;
    }
}

@media (min-width: 992px)
{
    .container
    {
        width: 970px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16
    {
        float: left;
    }

    .col-md-16
    {
        width: 100%;
    }

    .col-md-15
    {
        width: 93.75%;
    }

    .col-md-14
    {
        width: 87.5%;
    }

    .col-md-13
    {
        width: 81.25%;
    }

    .col-md-12
    {
        width: 75%;
    }

    .col-md-11
    {
        width: 68.75%;
    }

    .col-md-10
    {
        width: 62.5%;
    }

    .col-md-9
    {
        width: 56.25%;
    }

    .col-md-8
    {
        width: 50%;
    }

    .col-md-7
    {
        width: 43.75%;
    }

    .col-md-6
    {
        width: 37.5%;
    }

    .col-md-5
    {
        width: 31.25%;
    }

    .col-md-4
    {
        width: 25%;
    }

    .col-md-3
    {
        width: 18.75%;
    }

    .col-md-2
    {
        width: 12.5%;
    }

    .col-md-1
    {
        width: 6.25%;
    }

    .col-md-pull-16
    {
        right: 100%;
    }

    .col-md-pull-15
    {
        right: 93.75%;
    }

    .col-md-pull-14
    {
        right: 87.5%;
    }

    .col-md-pull-13
    {
        right: 81.25%;
    }

    .col-md-pull-12
    {
        right: 75%;
    }

    .col-md-pull-11
    {
        right: 68.75%;
    }

    .col-md-pull-10
    {
        right: 62.5%;
    }

    .col-md-pull-9
    {
        right: 56.25%;
    }

    .col-md-pull-8
    {
        right: 50%;
    }

    .col-md-pull-7
    {
        right: 43.75%;
    }

    .col-md-pull-6
    {
        right: 37.5%;
    }

    .col-md-pull-5
    {
        right: 31.25%;
    }

    .col-md-pull-4
    {
        right: 25%;
    }

    .col-md-pull-3
    {
        right: 18.75%;
    }

    .col-md-pull-2
    {
        right: 12.5%;
    }

    .col-md-pull-1
    {
        right: 6.25%;
    }

    .col-md-pull-0
    {
        right: auto;
    }

    .col-md-push-16
    {
        left: 100%;
    }

    .col-md-push-15
    {
        left: 93.75%;
    }

    .col-md-push-14
    {
        left: 87.5%;
    }

    .col-md-push-13
    {
        left: 81.25%;
    }

    .col-md-push-12
    {
        left: 75%;
    }

    .col-md-push-11
    {
        left: 68.75%;
    }

    .col-md-push-10
    {
        left: 62.5%;
    }

    .col-md-push-9
    {
        left: 56.25%;
    }

    .col-md-push-8
    {
        left: 50%;
    }

    .col-md-push-7
    {
        left: 43.75%;
    }

    .col-md-push-6
    {
        left: 37.5%;
    }

    .col-md-push-5
    {
        left: 31.25%;
    }

    .col-md-push-4
    {
        left: 25%;
    }

    .col-md-push-3
    {
        left: 18.75%;
    }

    .col-md-push-2
    {
        left: 12.5%;
    }

    .col-md-push-1
    {
        left: 6.25%;
    }

    .col-md-push-0
    {
        left: auto;
    }

    .col-md-offset-16
    {
        margin-left: 100%;
    }

    .col-md-offset-15
    {
        margin-left: 93.75%;
    }

    .col-md-offset-14
    {
        margin-left: 87.5%;
    }

    .col-md-offset-13
    {
        margin-left: 81.25%;
    }

    .col-md-offset-12
    {
        margin-left: 75%;
    }

    .col-md-offset-11
    {
        margin-left: 68.75%;
    }

    .col-md-offset-10
    {
        margin-left: 62.5%;
    }

    .col-md-offset-9
    {
        margin-left: 56.25%;
    }

    .col-md-offset-8
    {
        margin-left: 50%;
    }

    .col-md-offset-7
    {
        margin-left: 43.75%;
    }

    .col-md-offset-6
    {
        margin-left: 37.5%;
    }

    .col-md-offset-5
    {
        margin-left: 31.25%;
    }

    .col-md-offset-4
    {
        margin-left: 25%;
    }

    .col-md-offset-3
    {
        margin-left: 18.75%;
    }

    .col-md-offset-2
    {
        margin-left: 12.5%;
    }

    .col-md-offset-1
    {
        margin-left: 6.25%;
    }

    .col-md-offset-0
    {
        margin-left: 0;
    }

    /* update 15.02.18
    .footer
    {
        padding: 90px 0 30px;
    } */

    header ~ .container
    {
        min-height: -webkit-calc(100vh - 448px);
        min-height:         calc(100vh - 448px);
    }

    .header__top-wrap
    {
        height: 89px;
    }

    .header__logo
    {
        margin-bottom: 0;
    }

    .header__nav
    {
        display: block;
    }

    .header__nav_item
    {
        padding-left: 45px;
    }

    .header__nav_item:not(:last-child)
    {
        padding-right: 10px;
    }

    .header__slider .slick-dots
    {
        left: -webkit-calc(50% + 480px);
        left:         calc(50% + 480px);
    }

    .header__button
    {
        display: inline-block;
    }

    .header__button_now
    {
        margin-right: 10px;
    }

    .header__button_game
    {
        margin-right: 10px;
    }

    .left-aside
    {
        display: block;
    }

    .main__card
    {
        width: 50%;
    }

    .mobile-menu
    {
        display: none;
    }

    .right-aside
    {
        display: block;
    }

    .game-page__bottom-wrap
    {
        padding: 50px 0;

        /*background: -webkit-gradient(linear, left top, right top, from(#212121), color-stop(71%, #212121), color-stop(71%, #000), color-stop(72%, #000), color-stop(72%, #424242));
        background: -webkit-linear-gradient(left, #212121, #212121 71%, #000 71%, #000 72%, #424242 72%);
        background:      -o-linear-gradient(left, #212121, #212121 71%, #000 71%, #000 72%, #424242 72%);
        background:         linear-gradient(to right, #212121, #212121 71%, #000 71%, #000 72%, #424242 72%);*/
    }

    .game-page__description
    {
        padding: 0;

        background-color: transparent;
    }

    .game-page__advert
    {
        padding: 0;

        background-color: transparent;
    }
}

@media (min-width: 1200px)
{
    .container
    {
        width: 1184px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16
    {
        float: left;
    }

    .col-lg-16
    {
        width: 100%;
    }

    .col-lg-15
    {
        width: 93.75%;
    }

    .col-lg-14
    {
        width: 87.5%;
    }

    .col-lg-13
    {
        width: 81.25%;
    }

    .col-lg-12
    {
        width: 75%;
    }

    .col-lg-11
    {
        width: 68.75%;
    }

    .col-lg-10
    {
        width: 62.5%;
    }

    .col-lg-9
    {
        width: 56.25%;
    }

    .col-lg-8
    {
        width: 50%;
    }

    .col-lg-7
    {
        width: 43.75%;
    }

    .col-lg-6
    {
        width: 37.5%;
    }

    .col-lg-5
    {
        width: 31.25%;
    }

    .col-lg-4
    {
        width: 25%;
    }

    .col-lg-3
    {
        width: 18.75%;
    }

    .col-lg-2
    {
        width: 12.5%;
    }

    .col-lg-1
    {
        width: 6.25%;
    }

    .col-lg-pull-16
    {
        right: 100%;
    }

    .col-lg-pull-15
    {
        right: 93.75%;
    }

    .col-lg-pull-14
    {
        right: 87.5%;
    }

    .col-lg-pull-13
    {
        right: 81.25%;
    }

    .col-lg-pull-12
    {
        right: 75%;
    }

    .col-lg-pull-11
    {
        right: 68.75%;
    }

    .col-lg-pull-10
    {
        right: 62.5%;
    }

    .col-lg-pull-9
    {
        right: 56.25%;
    }

    .col-lg-pull-8
    {
        right: 50%;
    }

    .col-lg-pull-7
    {
        right: 43.75%;
    }

    .col-lg-pull-6
    {
        right: 37.5%;
    }

    .col-lg-pull-5
    {
        right: 31.25%;
    }

    .col-lg-pull-4
    {
        right: 25%;
    }

    .col-lg-pull-3
    {
        right: 18.75%;
    }

    .col-lg-pull-2
    {
        right: 12.5%;
    }

    .col-lg-pull-1
    {
        right: 6.25%;
    }

    .col-lg-pull-0
    {
        right: auto;
    }

    .col-lg-push-16
    {
        left: 100%;
    }

    .col-lg-push-15
    {
        left: 93.75%;
    }

    .col-lg-push-14
    {
        left: 87.5%;
    }

    .col-lg-push-13
    {
        left: 81.25%;
    }

    .col-lg-push-12
    {
        left: 75%;
    }

    .col-lg-push-11
    {
        left: 68.75%;
    }

    .col-lg-push-10
    {
        left: 62.5%;
    }

    .col-lg-push-9
    {
        left: 56.25%;
    }

    .col-lg-push-8
    {
        left: 50%;
    }

    .col-lg-push-7
    {
        left: 43.75%;
    }

    .col-lg-push-6
    {
        left: 37.5%;
    }

    .col-lg-push-5
    {
        left: 31.25%;
    }

    .col-lg-push-4
    {
        left: 25%;
    }

    .col-lg-push-3
    {
        left: 18.75%;
    }

    .col-lg-push-2
    {
        left: 12.5%;
    }

    .col-lg-push-1
    {
        left: 6.25%;
    }

    .col-lg-push-0
    {
        left: auto;
    }

    .col-lg-offset-16
    {
        margin-left: 100%;
    }

    .col-lg-offset-15
    {
        margin-left: 93.75%;
    }

    .col-lg-offset-14
    {
        margin-left: 87.5%;
    }

    .col-lg-offset-13
    {
        margin-left: 81.25%;
    }

    .col-lg-offset-12
    {
        margin-left: 75%;
    }

    .col-lg-offset-11
    {
        margin-left: 68.75%;
    }

    .col-lg-offset-10
    {
        margin-left: 62.5%;
    }

    .col-lg-offset-9
    {
        margin-left: 56.25%;
    }

    .col-lg-offset-8
    {
        margin-left: 50%;
    }

    .col-lg-offset-7
    {
        margin-left: 43.75%;
    }

    .col-lg-offset-6
    {
        margin-left: 37.5%;
    }

    .col-lg-offset-5
    {
        margin-left: 31.25%;
    }

    .col-lg-offset-4
    {
        margin-left: 25%;
    }

    .col-lg-offset-3
    {
        margin-left: 18.75%;
    }

    .col-lg-offset-2
    {
        margin-left: 12.5%;
    }

    .col-lg-offset-1
    {
        margin-left: 6.25%;
    }

    .col-lg-offset-0
    {
        margin-left: 0;
    }

    .hidden-lg
    {
        display: none !important;
    }

    .card:hover,
    .card:active,
    .card:focus
    {
        -webkit-box-shadow: 0 0 10px 0 #ff6f00;
                box-shadow: 0 0 10px 0 #ff6f00;
    }

    header ~ .container
    {
        min-height: -webkit-calc(100vh - 486px);
        min-height:         calc(100vh - 486px);
    }

    .header__logo
    {
        margin-right: 67px;
    }

    .header__nav_item:hover,
    .header__nav_item:active,
    .header__nav_item:focus
    {
        text-decoration: underline;
    }

    .header__slider .slick-dots
    {
        left: -webkit-calc(50% + 592px);
        left:         calc(50% + 592px);
    }

    .header__button
    {
        font-size: 16px;

        width: 270px;
    }

    .header__button:hover span,
    .header__button:active span,
    .header__button:focus span
    {
        background-color: transparent;
    }

    .header__button_now
    {
        margin-right: 26px;
    }

    .header__button_game
    {
        margin-right: 26px;
    }

    .left-aside__title
    {
        font-size: 16px;
    }

    .left-aside__list-item:hover,
    .left-aside__list-item:active,
    .left-aside__list-item:focus
    {
        background-color: #3b3b3b;
    }

    .left-aside__list-item:hover:before,
    .left-aside__list-item:active:before,
    .left-aside__list-item:focus:before
    {
        position: absolute;
        top: 0;
        left: -2px;

        width: 2px;
        height: 100%;

        content: '';

        background-color: #9c27b0;
    }

    .main__text p a:hover,
    .main__text p a:active,
    .main__text p a:focus
    {
        text-decoration: none;
    }

    .main__card
    {
        width: 33.33333333%;
    }

    .right-aside__title
    {
        font-size: 16px;
    }

    .game-page__button_money:hover,
    .game-page__button_money:active,
    .game-page__button_money:focus
    {
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .game-page__button_more:hover,
    .game-page__button_more:active,
    .game-page__button_more:focus
    {
        text-decoration: none;
    }

    .game-page__description p a:hover,
    .game-page__description p a:active,
    .game-page__description p a:focus
    {
        text-decoration: none;
    }
}

@media (max-width: 767px)
{
    .hidden-xs
    {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-sm
    {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-md
    {
        display: none !important;
    }
}

/* new style 15.02.18 */
.card__name {
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

/* pagination */
.main__pagination {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 999;
}

.main__pagination_item {
    line-height: 30px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    -webkit-transition: all linear .12s;
    -o-transition: all linear .12s;
    transition: all linear .12s;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.main__pagination_item:hover {
    -webkit-box-shadow: 0 0 10px 0 #ff6f00;
    box-shadow: 0 0 10px 0 #ff6f00;
}

.main__pagination_item_active {
    border-color: #dfa652;
}

.main__text {
    margin-bottom: 10px;
}

.main {
    padding: 40px 30px 20px;
}

h2 {
    font-size: 20px;
    margin: 5px 0 10px;
}

.error-page {
    min-height: 500px;
}

.card__name a, .left-aside__list li a {
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header__button {
    float: right;
    margin-top: 20px; 
}

.game-page__button-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.game-page__bottom-wrap {
    padding: 20px;
    margin: 10px 0;
}

.game-page h1 {
    margin-bottom: 15px; 
}

/* media */
@media (max-width: 992px) {
    .header__top-wrap {
        height: auto;
    }

    .header__button {
        float: inherit;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
/* end new style 15.02.18 */

/* Review styled 05.02.19 */
.review__title {
    font-size: 24pt;
    font-weight: 600;
}
.review__head {
    font-size:18pt;
    font-weight:600;
}
.review__text {
    font-size:14pt;
    line-height: 1.7em !important;
    padding:0 10px 15px;
}

.review__list {
    margin:0 0 15px 30px !important;
    font-size:10pt;
    list-style:none;
}
.review__list li {
    padding:5px 0;
}
.review__list li::before {
  content: "★"; 
  color: silver;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
  margin-right: 5px;
}
.review__anonce {
    list-style-type: decimal;
    margin: 30px 0 30px 42px;
    font-size: 14pt;
}

.review__anonce a {
    margin: 2px 0;
    display: inline-block;
}
.review__img {
    width: 100%;
}
/* /Review styled 05.02.19 */