@charset "UTF-8";
@font-face {
    font-family: PariMatchRegular;
    src: url(fonts/PariMatchRegular.eot);
    src: url(fonts/PariMatchRegular.eot?#iefix) format("embedded-opentype"),
        url(fonts/PariMatchRegular.woff2) format("woff2"),
        url(fonts/PariMatchRegular.woff) format("woff"),
        url(fonts/PariMatchRegular.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Bebas_Neue_Cyrillic;
    src: url(fonts/Bebas_Neue_Cyrillic.eot);
    src: url(fonts/Bebas_Neue_Cyrillic.eot?#iefix) format("embedded-opentype"),
        url(fonts/Bebas_Neue_Cyrillic.woff2) format("woff2"),
        url(fonts/Bebas_Neue_Cyrillic.woff) format("woff"),
        url(fonts/Bebas_Neue_Cyrillic.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: PariMatchMedium;
    src: url(fonts/PariMatchMedium.eot);
    src: url(fonts/PariMatchMedium.eot?#iefix) format("embedded-opentype"),
        url(fonts/PariMatchMedium.woff2) format("woff2"),
        url(fonts/PariMatchMedium.woff) format("woff"),
        url(fonts/PariMatchMedium.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: Bebas_Neue_Cyrillic;
    src: url(fonts/Bebas_Neue_Cyrillic.ttf) format("truetype");
    font-display: swap;
}

/* Bebas_Neue_Cyrillic */
.slick-slider {
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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-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);
    -ms-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;
    width: 100%;
}
.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;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    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");
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0;
}
.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: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dots {
    position: absolute;
    bottom: 17px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4.5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #000;
}
.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 {
    font-family: slick;
    font-size: 6px;
    line-height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #ffcc00;
}
.site-sidebar {
    width: 186px;
    position: absolute;
    top: 160px;
    font-family: sans-serif;
}
@media screen and (max-width: 1182px) {
    .site-sidebar {
        display: none;
    }
}
.site-sidebar img {
    max-width: 100%;
}
.sidebar-left {
    left: -webkit-calc(50% - (1182px / 2));
    left: calc(50% - (1182px / 2));
}
.sidebar-right {
    right: -webkit-calc(50% - (1182px / 2));
    right: calc(50% - (1182px / 2));
}
.sidebar-right__header {
    font-family: Bebas_Neue_Cyrillic, sans-serif;
    color: #ffcc00;
    width: 186px;
    height: 38px;
    background-color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}
.winners-header {
    font-family: Bebas_Neue_Cyrillic, sans-serif;
    color: #ffcc00;
    width: 187px;
    height: 38px;
    background-color: #000;
   
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}
.winner-box {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 10px;
}
.winner-box:nth-child(odd) {
    background: #0f0f14;
}
.winner-box:nth-child(even) {
    background: #27272b;
}
.winner-box .slick-slide {
    outline: 0 !important;
}
.winner-box img {
    width: 60px;
    height: auto;
    float: left;
    margin-right: 5px;
}
.winner-box .winners-name {
    display: block;
    color: #929292;
    height: 50%;
    max-height: 20px;
    width: 60%;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    word-spacing: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.winner-box .winners-prize {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.bonus-img-block {
    padding: 10px 0 0 0;
}
.bonus-img-block img {
    max-width: 187px;
}
.tournamet-img-block {
    margin: 0 0 -3px 0;
}
.tournament-block {
    max-width: 186px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tournament-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tournament-header div {
    height: 30px;
}
.tournament-header__num {
    background: #27272b;
    width: 32px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}
.tournament-header__name {
    width: 83px;
    background: #323236;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}
.tournament-header__val {
    width: 71px;
    background: url(images/sprite/stars.png) center no-repeat #27272b;
}
.tournament-line {
    max-width: 186px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tournament-line div {
    padding: 7px 0;
}
.tournament-line__num {
    background: #0f0f14;
    width: 32px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
}
.tournament-line__name {
    background: #1b1b20;
    width: 83px;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
}
.tournament-line__val {
    background: #0f0f14;
    width: 71px;
    color: #ffcc00;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.tournamet-btn-block {
    width: 186px;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
}
.tournamet-btn-block span {
    width: 134px;
}
.gamelist-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.game-item {
    width: 100%;
    max-width: 181px;
    display: block;
    overflow: hidden;
    margin: 0 0.4%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    will-change: transform;
}
.game-item img {
    width: 100%;
    height: 148px;
}
.game-item:hover .game-hover {
    opacity: 1;
    pointer-events: all;
}
.game-title {
    padding: 0.5em;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow-x: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.game-item a:hover .game-title {
    color: #ccc;
}
.game-hover {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.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: #dfe1e5;
    color: #1a1b15;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #09f;
    -webkit-box-shadow: 0 0 5px #00c3ff;
    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, 0.7);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.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;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    max-width: 350px;
    -webkit-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    background: #000 50% 0 repeat;
    -webkit-box-shadow: 0 0 80px 0 rgba(119, 154, 197, 0.7);
    box-shadow: 0 0 80px 0 rgba(119, 154, 197, 0.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;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.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: #8b0f15;
    color: #fff;
    padding: 10px;
    display: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}
.btn {
    font-family: Bebas_Neue_Cyrillic, sans-serif;
    width: 100px;
    text-transform: uppercase;
    padding: 1px 0;
    background-color: #202125;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn:hover {
    background-color: #000;
}
.btn:hover::before {
    border-bottom: 30px #000 solid;
    border-right: 16px #000 solid;
}
.btn:hover::after {
    border-top: 30px #000 solid;
    border-left: 16px #000 solid;
}
.btn::after,
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    z-index: 0;
    overflow-y: hidden;
}
.btn::before {
    left: -13px;
    border-bottom: 30px #202125 solid;
    border-right: 16px #202125 solid;
    border-top: 0 transparent solid;
    border-left: 10px transparent solid;
}
.btn::after {
    right: -13px;
    border-top: 30px #202125 solid;
    border-left: 16px #202125 solid;
    border-bottom: 0 transparent solid;
    border-right: 10px transparent solid;
}
.btn--primary {
    background-color: #ffcc00;
    color: #000;
}
.btn--primary:hover {
    background-color: #ffd415;
}
.btn--primary:hover::before {
    border-bottom: 30px #ffd415 solid;
    border-right: 16px #ffd415 solid;
}
.btn--primary:hover::after {
    border-top: 30px #ffd415 solid;
    border-left: 16px #ffd415 solid;
}
.btn--primary::after,
.btn--primary::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    z-index: 0;
    overflow-y: hidden;
}
.btn--primary::before {
    left: -13px;
    border-bottom: 30px #ffcc00 solid;
    border-right: 16px #ffcc00 solid;
    border-top: 0 transparent solid;
    border-left: 10px transparent solid;
}
.btn--primary::after {
    right: -13px;
    border-top: 30px #ffcc00 solid;
    border-left: 16px #ffcc00 solid;
    border-bottom: 0 transparent solid;
    border-right: 10px transparent solid;
}
.btn--large {
    width: 266px;
    height: 54px;
    font-size: 22px;
    margin: 20px 0;
}
.btn--large::before {
    border-bottom: 54px #ffcc00 solid;
}
.btn--large::after {
    border-top: 54px #ffcc00 solid;
}
.btn--large:hover::before {
    border-bottom: 54px #ffd415 solid;
}
.btn--large:hover::after {
    border-top: 54px #ffd415 solid;
}
.btn__text {
    position: relative;
    z-index: 2;
}
.btn--game {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -webkit-calc(50% - 30px));
    -ms-transform: translate(-50%, calc(50% - 30px));
    transform: translate(-50%, calc(50% - 30px));
}
.soc {
    display: block;
    margin: 0 1.5px;
    height: 29px;
    width: 29px;
    cursor: pointer;
}
.soc:hover {
    opacity: 0.7;
}
.soc.mail {
    background: url(images/sprite/mail.png);
}
.soc.ok {
    background: url(images/sprite/ok.png);
}
.soc.fb {
    background: url(images/sprite/fb.png);
}
.soc.vk {
    background: url(images/sprite/vk.png);
}
.burger {
    display: block;
    border: 0;
    background: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    border-bottom: 4px solid currentColor;
    width: 28px;
    -o-transition: border-bottom 1s ease-in-out;
    transition: border-bottom 1s ease-in-out;
    -webkit-transition: border-bottom 1s ease-in-out;
}
.burger::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.burger:before {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger:after {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger.open {
    border-bottom: 4px solid transparent;
    -o-transition: border-bottom 0.8s ease-in-out;
    transition: border-bottom 0.8s ease-in-out;
    -webkit-transition: border-bottom 0.8s ease-in-out;
}
.burger.open:before {
    -ms-transform: rotate(-405deg) translateY(1px) translateX(-3px);
    transform: rotate(-405deg) translateY(1px) translateX(-3px);
    -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger.open:after {
    -ms-transform: rotate(405deg) translateY(-4px) translateX(-5px);
    transform: rotate(405deg) translateY(-4px) translateX(-5px);
    -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
body {
    background-color: #bc8f8f;
    text-align: center;
    font-family: "Cutive Mono";
    color: #fff;
    line-height: 25px;
}
a {
    color: inherit;
}
.burger {
    color: #fff;
}
small {
    font-size: 10px;
}
.site-header {
    position: relative;
}
.site-header .logo {
    position: relative;
    width: 15%;
    z-index: 10000;
}
@media screen and (max-width: 1100px) {
    .site-header .logo {
        top: 0;
        margin-left: 20px;
        width: auto;
    }
}
.site-header .logo img {
    width: 100%;
    max-width: 165px;
    left: -18%;
    top: -5%;
    z-index: 999;
}
@media screen and (max-width: 1100px) {
    .site-header .logo img {
        position: static;
        width: 180px;
    }
}
.header__topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
@media screen and (max-width: 726px) {
    .header__topbar {
        display: block;
    }
}
.header__topbar-jackpot {
    font-family: Bebas_Neue_Cyrillic, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 36px;
    color: #929292;
}
@media screen and (max-width: 1100px) {
    .header__topbar-jackpot {
        display: none;
    }
}
.header__topbar-jackpot .jackpot-val {
    margin: 0 0 0 10px;
    color: #ffcc00;
}
.header__topbar-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
    .header__topbar-btns {
        background-position-x: 100%;
    }
}
.header__topbar-btns .btn {
    margin-right: 20px;
}
.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.topbar {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(50% - 211px);
    -ms-flex: 1 0 calc(50% - 211px);
    flex: 1 0 calc(50% - 211px);
    padding: 15px 10px 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.topbar-left {
    background-image: url(images/left-block-shadow.png);
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 5px 10px 15px 50px;
}
.topbar-right {
    background-image: url(images/right-block-shadow.png);
}
@media screen and (max-width: 726px) {
    .topbar-right {
        background: 0 0 !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0;
    }
}
.header__nav {
    padding: 25px 0;
    font-size: 18px;
    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;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    left: 0;
    z-index: 999;
}
@media screen and (max-width: 768px) {
    .header__nav {
        padding: 5px 0;
    }
}
.header__nav .topbar-nav {
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .header__nav .topbar-nav {
        display: none;
        z-index: 9999;
        background: #000;
        padding: 0;
        margin: 0 auto;
    }
    .header__nav .topbar-nav:last-child {
        border-bottom: 4px solid #ffcc00;
    }
}
.header__nav2 {
    background-color: #000;
    padding: 15px 10px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .header__nav2 {
        display: none;
    }
}
.header__nav2 .nav ul li a {
    font-size: 24px;
}
.nav ul li a {
    font-family: Bebas_Neue_Cyrillic, sans-serif;
    color: #fff;
    line-height: 1.2;
}
.nav ul li a:hover {
    color: #ffcc00;
}
.leftside a,
.rightside a {
    padding-left: 20px;
}
.leftside ul,
.rightside ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (max-width: 768px) {
    .leftside ul,
    .rightside ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .leftside ul li,
    .rightside ul li {
        padding: 10px 0;
    }
}
.leftside ul li:nth-child(1) a {
    background: url(images/sprite/icon1.png) no-repeat 0 50%;
}
.leftside ul li:nth-child(2) a {
    background: url(images/sprite/icon4.png) no-repeat 0 50%;
}
.leftside ul li:nth-child(3) a {
    background: url(images/sprite/icon5.png) no-repeat 0 50%;
}
.leftside ul li:nth-child(4) a {
    background: url(images/sprite/icon6.png) no-repeat 0 50%;
}
.rightside ul li:nth-child(1) a {
    background: url(images/sprite/icon7.png) no-repeat 0 50%;
}
.rightside ul li:nth-child(2) a {
    background: url(images/sprite/icon8.png) no-repeat 0 50%;
}
.rightside ul li:nth-child(3) a {
    background: url(images/sprite/icon9.png) no-repeat 0 50%;
}
.rightside ul li:nth-child(4) a {
    background: url(images/sprite/icon10.png) no-repeat 0 50%;
}
.rightside ul li:nth-child(5) a {
    background: url(images/sprite/icon11.png) no-repeat 0 50%;
}
.header__nav2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.header__nav2 a {
    padding-left: 28px;
}
.header__nav2 ul li:nth-child(1) a {
    background: url(images/sprite/icon9.png) no-repeat 0 50%;
}
.header__nav2 ul li:nth-child(2) a {
    background: url(images/sprite/icon3.png) no-repeat 0 50%;
}
.header__nav2 ul li:nth-child(3) a {
    background: url(images/sprite/icon10.png) no-repeat 0 50%;
}
.header__nav2 ul li:nth-child(4) a {
    background: url(images/sprite/icon1.png) no-repeat 0 50%;
}
.header__nav2 ul li:nth-child(5) a {
    background: url(images/sprite/icon8.png) no-repeat 0 50%;
}
#menu-toggle-but {
    margin: 10px 10px 10px auto;
}
#menu-toggle-but.open {
    margin-top: 14px;
    margin-bottom: 6px;
}
.burger-wrapper {
    width: 100%;
    background: #000;
    padding: 1px 0;
}
.burger-menu {
    display: none;
}
.page-wrapper {
    height: auto;
    overflow: hidden;
    padding: 15px;
    background-color: #0f0f15;
    text-align: center;
}
.page-wrapper .for-h {
    position: relative;
    font-size: 16px;
    margin: 0 0 20px;
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.page-wrapper .main-text {
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}
.page-wrapper .main-text p {
    margin: 8px 0;
}
.page-wrapper .game-block img {
    padding: 0 !important;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 200px;
}
.page-wrapper .more_game {
    font-size: 24px;
    cursor: pointer;
    height: 2px;
    width: 90%;
    max-width: 512px;
    background-color: #99a7b4;
    display: block;
    margin: 20px auto;
}
body.single .play-now {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#3e88d5),
            color-stop(20%, #0b2745),
            color-stop(80%, #3e88d5)
        )
        no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#3e88d5 0, #0b2745 20%, #3e88d5 80%)
        no-repeat 0 0 transparent;
    background: -o-linear-gradient(#3e88d5 0, #0b2745 20%, #3e88d5 80%)
        no-repeat 0 0 transparent;
    background: linear-gradient(#3e88d5 0, #0b2745 20%, #3e88d5 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;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s background;
    -o-transition: 0.2s background;
    transition: 0.2s background;
}
body.single .play-now:hover {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#3e88d5),
            color-stop(40%, #0b2745),
            color-stop(80%, #3e88d5)
        )
        no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#3e88d5 0, #0b2745 40%, #3e88d5 80%)
        no-repeat 0 0 transparent;
    background: -o-linear-gradient(#3e88d5 0, #0b2745 40%, #3e88d5 80%)
        no-repeat 0 0 transparent;
    background: linear-gradient(#3e88d5 0, #0b2745 40%, #3e88d5 80%) no-repeat 0
        0 transparent;
}
body.single footer {
    background-color: #000;
}
.aside.aside-single {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
}
@media screen and (max-width: 1024px) {
    .aside.aside-single {
        width: 100%;
        padding: 0;
        margin: 15px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.aside-left {
    float: left;
}
@media screen and (max-width: 1024px) {
    .aside-left {
        float: none;
    }
}
.aside .game-item {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .aside .game-item {
        width: 165px;
    }
}
.aside .game-item img {
    height: auto;
}
.main-single {
    width: 79%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 1024px) {
    .main-single {
        width: 100%;
        float: none;
    }
}
.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: #3e88d5;
    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 #3e88d5;
    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: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#3e88d5),
            color-stop(20%, #0b2745),
            color-stop(80%, #3e88d5)
        )
        no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#3e88d5 0, #0b2745 20%, #3e88d5 80%)
        no-repeat 0 0 transparent;
    background: -o-linear-gradient(#3e88d5 0, #0b2745 20%, #3e88d5 80%)
        no-repeat 0 0 transparent;
    background: linear-gradient(#3e88d5 0, #0b2745 20%, #3e88d5 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;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s background;
    -o-transition: 0.2s background;
    transition: 0.2s background;
}
.enter_slot:hover {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#3e88d5),
            color-stop(40%, #0b2745),
            color-stop(80%, #3e88d5)
        )
        no-repeat 0 0 transparent;
    background: -webkit-linear-gradient(#3e88d5 0, #0b2745 40%, #3e88d5 80%)
        no-repeat 0 0 transparent;
    background: -o-linear-gradient(#3e88d5 0, #0b2745 40%, #3e88d5 80%)
        no-repeat 0 0 transparent;
    background: linear-gradient(#3e88d5 0, #0b2745 40%, #3e88d5 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: #2b8ce5;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 41px;
    border: 1px solid;
    border-color: #2b8ce5;
    -webkit-transition: 0.15s ease-in;
    -o-transition: 0.15s ease-in;
    transition: 0.15s ease-in;
}
.igr_zal:hover {
    color: #ffb125;
    border-color: #ffb125;
}
.item-404 {
    font-size: 180px;
    line-height: 180px;
    margin-left: 15px;
    text-align: center;
    color: #ffcc00;
}
@media screen and (max-width: 768px) {
    .item-404 {
        font-size: 100px;
    }
}
.error {
    background-color: #ebf2f5;
}
.footer-payment {
    width: 100%;
    background-color: #343845;
    -webkit-background-size: contain;
    background-size: contain;
    height: 94px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-nav {
    padding: 15px 0;
}
.footer-nav ul li {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    position: relative;
}
.footer-nav ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 2px;
    width: 2px;
    background-color: #ffcc00;
    right: -3px;
}
.footer-nav ul li:hover a {
    text-decoration: none;
}
.footer-nav ul li a {
    color: #ffcc00;
    text-decoration: underline;
}
.footer-copyright {
    text-align: center;
    padding: 10px;
    font-size: 14px;
}
.footer-copyright span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.4);
}
.footer-menu .nav-item a {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer-menu .nav-item a:hover {
    color: #3e88d5;
    text-decoration: none;
}
.payment-icon {
    display: inline-block;
    width: 45px;
    height: 36px;
    margin: 5px;
}
.payment-icon.visa {
    background: url(images/sprite/visa.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.payment-icon.mastercard {
    background: url(images/sprite/mastercard.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    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: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0 auto;
}
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 {
    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: #000 url(images/bg/bg.jpg) 50% 0 no-repeat;
    position: relative;
    padding: 0 0 50px;
}
a {
    color: #0064f5;
    text-decoration: none;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.game-picture-wrapper img {
    width: 100%;
}
.main-nav {
    width: 100%;
    padding: 0 15px;
    background-color: #0c2c55;
}
.main-nav ul {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.main-nav ul li {
    display: inline-block;
    padding: 14px 10px;
}
.main-nav ul a {
    color: #cdd1d5;
    font-size: 16px;
}
.main-nav.single-nav {
    background-color: transparent;
}
.logo {
    max-width: 100%;
}
h1 {
    font-family: Bebas_Neue_Cyrillic, sans-serif;
    font-size: 44px;
}
@media screen and (max-width: 600px) {
    h1 {
        font-size: 30px;
    }
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 798px;
}
@media screen and (max-width: 1200px) {
    .container {
        padding: 0;
    }
}
.container-main {
    margin: 0 auto;
    width: 100%;
    max-width: 1182px;
}
@media screen and (min-width: 769px) {
    .mob {
        display: none;
    }
}
iframe {
    max-width: 100%;
}
.main-text ol,
.main-text ul {
    padding-left: 30px;
}
[data-link] {
    cursor: pointer;
}
