@charset "UTF-8";
.slick-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider a {
    width: 100%
}

.slick-slider a img {
    width: 100%
}

@media screen and (max-width: 700px) {
    .slick-slider {
        display: none
    }
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

picture img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
}

h1 {
    padding: 20px 0;
    text-align: center;
}

h2 {
    padding: 20px 0;
    text-align: center;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow.slick-hidden:before {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(images/loading.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0;
    color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.game-item {
    width: 100%;
    max-width: 238px;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    position: relative
}

@media screen and (max-width: 420px) {
    .game-item {
        width: 95%
    }
}

.game-item img {
    border: 5px solid #0f124a;
    width: 100%;
    height: 170px;
    max-height: 180px
}

.game-item img.is-loading {
    width: auto
}

.game-item:hover .game-hover {
    opacity: 1;
    pointer-events: all
}

.game-title {
    color: #89c700;
    font-size: 18px;
    text-transform: uppercase;
    padding: .5em;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis
}

.game-item a:hover .game-title {
    color: #ccc
}

.game-hover {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 63px;
    top: 5px;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 16px 0 rgba(153, 153, 255, .8)
}

.game-hover__demo, .game-hover__play {
    display: block;
    height: 52px;
    width: 55%;
    padding: 14px 15px;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    background-color: #000;
    background-image: linear-gradient(140deg, #000, #000);
    box-shadow: 0 -1px 10px 1px #000;
    margin-top: -6px;
    margin-bottom: 20px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .9;
    text-align: center !important;
    transition: opacity .25s ease;
    will-change: opacity;
    transition: box-shadow .2s ease
}

.game-hover__demo:hover, .game-hover__play:hover {
    color: #ff0;
    box-shadow: 0 -1px 10px 1px #ff0
}

.game-hover__favorite {
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    bottom: 10px;
    right: 12px;
    cursor: pointer;
    background: url(images/svg/star.svg) center no-repeat;
    background-size: 100%
}

.game-hover__demo {
    background: rgba(106, 109, 112, .7);
    box-shadow: none;
    border: 0;
    border-radius: 0;
    top: 95px
}

.playing-now {
    color: #666;
    font-size: 13px;
    font-weight: 700
}

.category .game-hover {
    bottom: 47px
}

.box {
    width: 95%;
    margin: 0 auto;
    padding: 35px;
    background-clip: padding-box;
    text-align: center;
    z-index: 10000;
    max-width: 350px
}

.register input {
    background-color: #dfe1e6;
    color: #1a1b1b;
    border-radius: 3px;
    border: 2px solid #09f;
    box-shadow: 0 0 5px #00c3ff;
    width: 100%;
    margin: 15px 0 10px !important;
    display: inline-block;
    padding: 10px 7px
}

.register a {
    margin: 0 auto;
    display: block;
    width: 186px;
    cursor: pointer
}

.overlay {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    pointer-events: none
}

.overlay.visible {
    pointer-events: all;
    opacity: 1;
    visibility: visible
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    width: 100%;
    max-width: 350px;
    transition: all 5s ease-in-out;
    background: #000 50% 0 repeat;
    box-shadow: 0 0 80px 0 rgba(119, 154, 196, .7)
}

.popup__caption {
    display: block;
    margin-top: 0;
    font-size: 1.5em;
    color: #fff;
    font-family: Arial, sans-serif
}

.popup .close {
    position: absolute;
    top: 11px;
    right: 30px;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #fff
}

.popup .close:hover {
    color: red
}

.popup .content {
    max-height: 30%;
    overflow: auto
}

.error-email {
    background: #8b0f11;
    color: #fff;
    padding: 10px;
    display: none;
    border-radius: 5px;
    margin: 0 0 10px 0
}

.header__menu-header {
    position: relative
}

.header__logo {
    display: inline-block;
    width: 20%;
    margin-top: 20px
}

@media screen and (max-width: 850px) {
    .header__logo {
        position: absolute;
        left: 20px;
        top: 30px;
        margin-top: 0
    }
}

.header__logo img {
    width: 255px;
    height: 145px
}

@media screen and (max-width: 850px) {
    .header__logo img {
        width: 125px;
        height: 80px
    }
}

.header__logo_single {
    position: absolute;
    left: 20px;
    top: 30px
}

@media screen and (max-width: 1100px) {
    .header__logo_single {
        top: 80px
    }
}

@media screen and (max-width: 850px) {
    .header__logo_single {
        top: 50px
    }
}

@media screen and (max-width: 570px) {
    .header__logo_single {
        width: 100%;
        left: 0;
        top: 30px;
        text-align: center
    }
}

.header__block-head {
    width: 75%;
    display: inline-block;
    margin-left: 4.5%
}

@media screen and (max-width: 1000px) {
    .header__block-head {
        width: 70%;
        margin-left: 9.5%
    }
}

@media screen and (max-width: 850px) {
    .header__block-head {
        width: 100%;
        margin-left: 0
    }
}

.header__reg-buttons {
    display: inline-block;
    height: 75px;
    padding: 14px;
    background: #000;
    width: 100%;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

@media screen and (max-width: 850px) {
    .header__reg-buttons {
        border-radius: 0;
        height: 130px;
        text-align: right
    }
}

@media screen and (max-width: 850px) {
    .header__reg-buttons .btn {
        width: 130px
    }
}

.toggle-but_block {
    width: 100%
}

@media screen and (max-width: 850px) {
    .toggle-but_block {
        height: 50px;
        padding: 5px
    }
}

#menu-toggle-but {
    cursor: pointer;
    float: right;
    height: 50px;
    width: 50px;
    background: url(images/sprite/dehaze.png) center no-repeat;
    background-size: 100%;
    z-index: 9;
    display: none
}

@media screen and (max-width: 850px) {
    #menu-toggle-but {
        display: block
    }
}

@media screen and (min-width: 851px) {
    #menu-toggle-but {
        display: none
    }
}

@media screen and (max-width: 850px) {
    #menu-toggle {
        display: none;
        position: fixed;
        height: 100%;
        width: 230px;
        background: #00022e;
        top: 0;
        left: 0;
        padding: 25px;
        z-index: 7;
        overflow: auto
    }
}

@media screen and (min-width: 851px) {
    #menu-toggle {
        display: block
    }
}

.left-butt {
    display: inline-block
}

@media screen and (max-width: 850px) {
    .left-butt {
        display: block;
        margin-bottom: 15px
    }
}

.left-butt .gift {
    background: url(./reg_and_get_bonus.png);
    display: inline-block;
    width: 147px;
    height: 47px;
    vertical-align: bottom;
    margin-right: 10px
}

@media screen and (max-width: 1000px) {
    .left-butt .gift {
        display: none
    }
}

.right-butt {
    display: flex;
    float: right
}

@media screen and (max-width: 850px) {
    .right-butt {
        display: block;
        float: none
    }
}

@media screen and (max-width: 1000px) {
    .right-butt ul {
        display: none
    }
}

.right-butt span:nth-child(1) {
    margin-right: 10px
}

@media screen and (max-width: 850px) {
    .right-butt span:nth-child(1) {
        margin: 0
    }
}

.right-butt li {
    display: inline-block;
    color: #fff;
    cursor: pointer
}

.right-butt li:nth-child(1) {
    max-width: 50px;
    font-size: 16px;
    line-height: 22px;
    white-space: normal;
    margin-right: 5px
}

.soc-butt {
    width: 43px;
    height: 43px;
    background-color: transparent;
    border: 2px solid #00afff;
    border-radius: 20px;
    box-shadow: inset 0 0 6px 1px rgba(255, 255, 255, .05);
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    transition: border .2s ease;
    text-align: center
}

.soc-butt:hover {
    border: 2px solid #00afff !important;
    color: #00afff;
    background-color: rgba(0, 175, 255, .44);
    cursor: pointer
}

.soc-butt img {
    width: 25px;
    height: 32px;
    padding-top: 9px
}

.header__menu {
    width: 100%
}

.header__menu ul {
    text-align: center
}

.header__menu ul {
    text-align: left
}

.header__menu li {
    display: inline-block;
    position: relative
}

.header__menu li:after {
    content: "|";
    display: block;
    position: absolute;
    color: #00b6fb;
    font-size: 18px;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%)
}

.header__menu li:last-child:after {
    display: none
}

@media screen and (max-width: 850px) {
    .header__menu li {
        display: block;
        border-bottom: 1px solid #efe338
    }

    .header__menu li:after {
        display: none
    }
}

.header__menu li a {
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    font-size: 21px;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 19px 17px;
    text-align: center;
    white-space: nowrap
}

.header__menu li a:active, .header__menu li a:hover {
    color: #efe338
}

@media screen and (max-width: 1000px) {
    .header__menu li a {
        padding: 15px;
        text-transform: capitalize;
        font-size: 15px
    }
}

.header__menu .naw-list-wrapper_single {
    padding: 20px 0 20px 250px;
    text-align: center
}

@media screen and (max-width: 1100px) {
    .header__menu .naw-list-wrapper_single {
        padding: 20px 20px 20px 20px
    }
}

@media screen and (max-width: 850px) {
    .header__menu .naw-list-wrapper_single {
        padding: 0
    }
}

.header__menu .naw-list-wrapper_single li {
    display: inline-block;
    position: relative
}

.header__menu .naw-list-wrapper_single li a {
    padding: 19px 17px;
    color: #00b6fb;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.header__menu .naw-list-wrapper_single li a:hover {
    color: #fff700
}

@media screen and (max-width: 1080px) {
    .header__menu .naw-list-wrapper_single li a {
        padding: 10px 10px
    }
}

@media screen and (max-width: 850px) {
    .header__menu .naw-list-wrapper_single li a {
        white-space: normal
    }
}

.header__menu .naw-list-wrapper_single li:after {
    content: "-";
    display: block;
    position: absolute;
    color: #00b6fb;
    font-size: 18px;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%)
}

.header__menu .naw-list-wrapper_single li:last-child:after {
    display: none
}

@media screen and (max-width: 850px) {
    .header__menu .naw-list-wrapper_single li {
        display: block
    }

    .header__menu .naw-list-wrapper_single li:after {
        display: none
    }
}

@media only screen and (max-width: 730px) {
    .front-page .main-nav {
        display: none
    }
}

.front-page .main-nav a:active, .front-page .main-nav a:hover {
    color: #efe338
}

.front-page .main-nav a:active:after, .front-page .main-nav a:hover:after {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 6px;
    background-color: #efe338
}

@media only screen and (max-width: 1000px) {
    .front-page .main-nav a {
        font-size: 14px;
        padding: 21px 25px
    }
}

.category, .category-page, .front-page {
    height: auto;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    color: #0c2c53
}

@media screen and (max-width: 1420px) {
    .category, .category-page, .front-page {
        width: 100%
    }
}

.category .for-h, .category-page .for-h, .front-page .for-h {
    position: relative;
    font-size: 16px;
    margin: 40px 0 20px;
    color: #e2a115;
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid #bac3cc
}

@media screen and (max-width: 1024px) {
    .category .for-h, .category-page .for-h, .front-page .for-h {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .category .for-h, .category-page .for-h, .front-page .for-h {
        font-size: 12px
    }
}

@media screen and (max-width: 500px) {
    .category .for-h, .category-page .for-h, .front-page .for-h {
        font-size: 10px;
        margin: 20px 0
    }
}

.category .main-text, .category-page .main-text, .front-page .main-text {
    text-align: left;
    margin-bottom: 15px;
    color: #435872;
    font-weight: 400px;
    padding: 20px;
    font-size: 20px;
    text-align: justify
}

.category .main-text ol, .category-page .main-text ol, .front-page .main-text ol{
    padding-left: 40px;
    margin: 10px 0
}

.category .main-text ul, .category-page .main-text ul, .front-page .main-text ul{
    padding-left: 40px;
    margin: 10px 0
}

.category .game-block img, .category-page .game-block img, .front-page .game-block img {
    padding: 0 !important;
    display: block;
    border-radius: 0;
    width: 100%;
    height: 200px
}

.category .more_game, .category-page .more_game, .front-page .more_game {
    font-size: 24px;
    cursor: pointer;
    height: 2px;
    width: 90%;
    max-width: 512px;
    background-color: #99a7b4;
    display: block;
    margin: 20px auto
}

.post-content {
    color: #435872
}

.category h1 {
    position: relative;
    font-size: 30px;
    margin: 40px 0 20px;
    color: #e2a115;
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid #bac3cc
}

@media screen and (max-width: 1024px) {
    .category h1 {
        font-size: 26px
    }
}

@media screen and (max-width: 768px) {
    .category h1 {
        font-size: 22px
    }
}

@media screen and (max-width: 500px) {
    .category h1 {
        font-size: 18px;
        margin: 20px 0
    }
}

.page {
    height: auto;
    overflow: hidden;
    padding: 15px;
    text-align: center
}

.page .for-h {
    position: relative;
    font-size: 16px;
    margin: 0 0 20px;
    color: #e2a115;
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid #bac3cc
}

@media screen and (max-width: 1024px) {
    .page .for-h {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .page .for-h {
        font-size: 12px
    }
}

@media screen and (max-width: 500px) {
    .page .for-h {
        font-size: 10px
    }
}

.page .main-text {
    text-align: left;
    margin-bottom: 15px;
    color: #435872;
    font-weight: 400px;
    padding: 20px;
    font-size: 20px;
    text-align: justify
}

.page .main-text ol {
    padding-left: 20px;
    margin: 10px 0
}

.page .game-block img {
    padding: 0 !important;
    display: block;
    border-radius: 0;
    width: 100%;
    height: 200px
}

.single {
    background-color: #000
}

.single .container {
    margin: 0 auto
}

.single .game-hover {
    bottom: 59px
}

.single .post-content {
    color: #fff
}

.single .inner-wrapper {
    padding: 20px 0 20px
}

@media screen and (max-width: 1100px) {
    .single .inner-wrapper {
        padding: 0 15px;
        width: 100%
    }
}

.single .play-now {
    background: linear-gradient(#3e88d1 0, #0b274a 20%, #3e88d1 80%) no-repeat 0 0 transparent;
    height: 45px;
    padding: 5px 35px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    width: 260px;
    text-align: center;
    border-radius: 4px;
    transition: .2s background
}

.single .play-now:hover {
    background: linear-gradient(#3e88d1 0, #0b274a 40%, #3e88d1 80%) no-repeat 0 0 transparent
}

.single footer {
    background-color: #000
}

.aside.aside-single {
    width: calc(100% / 5);
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    text-align: center;
    vertical-align: top
}

@media screen and (max-width: 1100px) {
    .aside.aside-single {
        width: 100%;
        padding: 0;
        margin: 15px 0
    }
}

.aside-left {
    float: left;
    padding: 200px 10px 0 !important
}

@media screen and (max-width: 1100px) {
    .aside-left {
        float: none;
        padding: 0 10px !important
    }
}

.aside-left .btn-block {
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 700px) {
    .aside-left .btn-block {
        width: 300px;
        float: right
    }
}

@media screen and (max-width: 570px) {
    .aside-left .btn-block {
        width: 100%;
        float: none;
        margin-top: 115px;
        margin-bottom: -30px
    }
}

.aside-left .btn {
    margin: 20px auto;
    display: block;
    width: 200px
}

.main-single {
    width: 56%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 1100px) {
    .main-single {
        width: 100%;
        float: none
    }
}

.game-block__img {
    padding: 0 !important;
    display: block;
    border-radius: 0;
    width: 100%;
    height: 200px
}

iframe {
    width: 100%
}

.for-h {
    color: #e2a115;
    text-align: center;
    padding: 30px 0
}

@media screen and (max-width: 700px) {
    .btn-soc {
        display: none
    }
}

.btn-soc li {
    margin: 0 0 20px
}

.reg_cnt {
    padding: 22px 0;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .reg_cnt {
        width: 420px;
        max-width: 100%;
        margin: 0 auto
    }
}

.reg_cnt span {
    margin: 18px 0 13px;
    color: #3e88d1;
    text-align: left;
    display: block;
    font-size: 15px
}

@media screen and (max-width: 1024px) {
    .reg_cnt span {
        text-align: center
    }
}

.reg_cnt input[type=text] {
    border: 1px solid #3e88d1;
    background: 0;
    color: #fff;
    display: block;
    padding: 7px;
    width: 90%;
    margin: 5px 0
}

.reg_cnt .forgot_btn {
    line-height: 45px
}

@media screen and (max-width: 1024px) {
    .reg_cnt .forgot_btn {
        float: left;
        margin-left: 15px
    }
}

.enter_slot {
    background: linear-gradient(#3e88d1 0, #0b274a 20%, #3e88d1 80%) no-repeat 0 0 transparent;
    padding: 5px 25px;
    line-height: 24px;
    margin: 5px 0 10px;
    float: left;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: .2s background
}

.enter_slot:hover {
    background: linear-gradient(#3e88d1 0, #0b274a 40%, #3e88d1 80%) no-repeat 0 0 transparent
}

.soc_cont {
    text-align: left
}

@media screen and (max-width: 1024px) {
    .soc_cont {
        text-align: center
    }
}

.soc_cont div:nth-child(1) {
    background: url(images/iconso.png) no-repeat;
    background-position: 0 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

.soc_cont div:nth-child(1):hover {
    background-position: 0 -37px
}

.soc_cont div:nth-child(2) {
    background: url(images/iconso.png) no-repeat;
    background-position: -37.5px 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

.soc_cont div:nth-child(2):hover {
    background-position: -37.5px -37px
}

.soc_cont div:nth-child(3) {
    background: url(images/iconso.png) no-repeat;
    background-position: -75px 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

.soc_cont div:nth-child(3):hover {
    background-position: -75px -37px
}

.soc_cont div:nth-child(4) {
    background: url(images/iconso.png) no-repeat;
    background-position: -112.5px 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

.soc_cont div:nth-child(4):hover {
    background-position: -112.5px -37px
}

.soc_cont div:nth-child(5) {
    background: url(images/iconso.png) no-repeat;
    background-position: -150px 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

.soc_cont div:nth-child(5):hover {
    background-position: -150px -37px
}

.soc_cont div:nth-child(6) {
    background: url(images/iconso.png) no-repeat;
    background-position: -187.5px 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

.soc_cont div:nth-child(6):hover {
    background-position: -187.5px -37px
}

.soc_cont div:nth-child(7) {
    background: url(images/iconso.png) no-repeat;
    background-position: -225px 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

.soc_cont div:nth-child(7):hover {
    background-position: -225px -37px
}

.igr_zal {
    max-width: 100%;
    width: 200px;
    height: 43px;
    margin: 0 auto;
    display: block;
    color: #2b8ce3;
    font-size: 18px;
    background-color: rgba(0, 0, 0, .2);
    line-height: 41px;
    border: 1px solid;
    border-color: #2b8ce3;
    transition: .15s ease-in
}

.igr_zal:hover {
    color: #ffb120;
    border-color: #ffb120
}

.item-404 {
    display: block;
    color: #92b2d8;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 179px;
    margin: 0 auto;
    line-height: 135px
}

.error-text__title {
    display: block;
    color: #92b2d8;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 30px;
    margin: 10px auto 20px;
    letter-spacing: 3px
}

.error-text__subtitle {
    display: block;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .29);
    color: #00b6fb;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 20px
}

.error-text__offer {
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .17);
    color: #80a3cb;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto 25px;
    padding: 8px 20px
}

.error .game-item {
    box-shadow: 0 0 6px rgba(0, 0, 0, .65), inset 0 -1px 0 rgba(255, 255, 255, .04);
    padding: 0 0 15px 0
}

.error .game-hover {
    bottom: 78px
}

.error .btn-block {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.footer-menu ul {
    width: 100%;
    text-align: center
}

.vulkmill-footer-payment {
    width: 100%;
    padding: 20px 15% 10px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .vulkmill-footer-payment {
        padding: 20px 5% 10px
    }
}

.payment {
    display: inline-block;
    height: 30px;
    margin: 10px 2.5px;
    cursor: pointer
}

.payment__visa {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -725px -220px;
    width: 40px
}

.payment__mastercard {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -496px -437px;
    width: 80px
}

.payment__qiwi {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -797px -566px;
    width: 63px
}

.payment__yandex {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -797px -620px;
    width: 70px
}

.payment__web-money {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -269px -766px;
    width: 105px
}

.payment__moneta-ru {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -122px -831px;
    width: 90px
}

.payment__wallet {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -360px -831px;
    width: 37px
}

.payment__sber {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -129px -766px;
    width: 114px
}

.payment__alfa-b {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -688px -600px;
    width: 82px
}

.payment__psb {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -589px -666px;
    width: 132px
}

.payment__18 {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -538px -490px;
    width: 40px
}

.payment__shield {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -904px 0;
    width: 35px
}

.payment__ecogra {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: 0 -831px;
    width: 96px
}

.vulkmill-footer-icon {
    width: 100%;
    padding: 10px 15% 20px;
    text-align: center
}

.icon {
    display: inline-block;
    height: 45px;
    margin: 10px 2.5px;
    cursor: pointer
}

.icon__18 {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -538px -490px;
    width: 40px
}

.icon__shield {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: -904px 0;
    width: 35px
}

.icon__ecogra {
    background: url(images/sprite/sprite-payments.png) no-repeat;
    background-position: 0 -831px;
    width: 96px
}

.vulkmill-footer-copyright {
    text-align: center;
    padding: 10px 30px 20px;
    font-size: 14px
}

.vulkmill-footer-copyright a {
    display: block;
    width: 360px;
    color: #fff;
    margin: 0 auto
}

@media screen and (max-width: 510px) {
    .vulkmill-footer-copyright a {
        width: 100%
    }
}

.vulkmill-footer-copyright .logo {
    background: url(images/logo.png) no-repeat 0 0;
    background-size: 100%;
    height: 200px;
    width: 360px;
    margin: 0 auto
}

@media screen and (max-width: 320px) {
    .vulkmill-footer-copyright .logo {
        height: 155px
    }
}

.vulkmill-footer-copyright span {
    display: inline-block;
    line-height: 100px;
    color: #0088f7
}

@media screen and (max-width: 510px) {
    .vulkmill-footer-copyright span {
        line-height: 25px;
        margin-top: 15px
    }
}

.footer-menu li {
    position: relative
}

.footer-menu li:after {
    content: "|";
    display: block;
    position: absolute;
    color: #00b6fb;
    font-size: 18px;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1000px) {
    .footer-menu li:after {
        display: none
    }
}

.footer-menu li:last-child:after {
    display: none
}

.footer-menu .nav-item-link {
    transition: .2s;
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    font-size: 21px;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 19px 17px;
    text-align: center;
    white-space: nowrap
}

@media screen and (max-width: 1000px) {
    .footer-menu .nav-item-link {
        padding: 29px 13px;
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu .nav-item-link {
        font-size: 10px;
        padding: 4px 20px;
        line-height: 12px;
        text-align: left
    }
}

.footer-menu .nav-item-link:hover {
    color: #efe338
}

.footer-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 15px;
    max-width: 1420px
}

.footer-nav li {
    margin: 5px 5px
}

.footer-nav li a {
    color: #fff;
    transition: color .2s ease;
    font-size: 16px
}

.footer-nav li a:hover {
    color: #efe338
}

.btn {
    font-size: 16px;
    line-height: 16px;
    padding: 13px 9px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .11);
    cursor: pointer;
    transition: box-shadow .3s ease;
    font-family: "ClearSans bold";
    text-align: center
}

.btn:hover {
    box-shadow: 0 0 10px 2px rgba(233, 250, 0, .52)
}

.btn-red {
    min-width: 130px;
    font-weight: 600;
    background-color: #ff4a00;
    background-image: linear-gradient(180deg, #ff4a00, #ca3900)
}

.btn-yellow {
    line-height: 16px;
    padding: 12px 21px 13px;
    background-color: #fff700;
    text-shadow: 1px 1px 2px #2f2404;
    background-image: linear-gradient(180deg, #fff700, #ffae00)
}

.btn-yellow__banners {
    text-shadow: 0 0 0 #2f2404;
    color: #000
}

.btn-yellow__banners:hover {
    color: #fff;
    text-shadow: 1px 1px 2px #fff;
    background-color: #ccc600;
    background-image: linear-gradient(180deg, #e6de00, #e69d00);
    box-shadow: 0 0 10px 0 rgba(251, 255, 34, .7)
}

.banners {
    margin: 30px 0
}

.banners__inner {
    text-align: center;
    width: 100%
}

.banners__image {
    border: 1px solid #0c4271;
    text-align: center;
    display: inline-block;
    width: 49.5%;
    margin: 0 .05%;
    padding: 65px 15px 15px
}

@media screen and (max-width: 600px) {
    .banners__image {
        width: 99%;
        margin: 1% .05%
    }
}

.banners__image img {
    width: 100%;
    margin-bottom: 10px
}

.banners__image img.b-lazy {
    width: 248px;
    display: block;
    margin: 70px auto
}

@font-face {
    font-family: "ClearSans Regular";
    src: url(fonts/clearsans.woff);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "ClearSans medium";
    src: url(fonts/clearsansmedium.woff);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "ClearSans bold";
    src: url(fonts/clearsansbold.woff);
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 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
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

b, strong {
    font-weight: 700
}

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: 0 auto
}

hr {
    -moz-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 {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

.clearfix:after {
    clear: both;
    display: table;
    content: " "
}

.kill-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    background-color: #00022e;
    position: relative
}

a {
    color: #0064ff;
    text-decoration: none
}

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

.container {
    width: 1420px;
    z-index: 10
}

@media screen and (max-width: 1420px) {
    .container {
        width: 100%
    }
}

.clearfix:after {
    clear: both
}

article {
    color: #0c2c53
}

article ul {
    padding: 10px 17px
}

article h2, article h3 {
    padding: 10px 0;
    font-size: 18px
}

.game-picture-wrapper img {
    width: 100%
}

.main-nav {
    width: 100%
}

.main-nav ul {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.main-nav ul li {
    display: inline-block
}

.main-nav ul a {
    display: block;
    color: #fff;
    font-size: 21px;
    padding: 22px 50px 36px 43px;
    position: relative;
    text-align: center;
    padding: 22px 36px;
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    line-height: 18px;
    height: 55px
}

.main-nav.single-nav {
    background-color: transparent
}

.logo {
    max-width: 100%
}

.is-loading {
    padding: 41px 70px
}