/*
	Theme Name: Play Vulkan
	Version: 0.1
*/

/* ------------------------------------*\
    MAIN
\*------------------------------------ */

/* global box-sizing */
*,
*::after,
*::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

/* clear */
.clear::before,
.clear::after {
    content: ' ';
    display: table;
}

.clear::after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

a:focus {
    outline: 0;
}

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

input:focus {
    outline: 0;
    border: 1px solid #04a4cc;
}

/* ------------------------------------*\
    STRUCTURE
\*------------------------------------ */

/* wrapper */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {

}

/* logo */
.logo {

}

.logo-img {

}

/* nav */
.nav {

}

/* sidebar */
.sidebar {

}

/* footer */
.footer {

}

/* ------------------------------------*\
    PAGES
\*------------------------------------ */

/* ------------------------------------*\
    IMAGES
\*------------------------------------ */

/* ------------------------------------*\
	TYPOGRAPHY
\*------------------------------------ */

/* ------------------------------------*\
    RESPONSIVE
\*------------------------------------ */



/* ------------------------------------*\
    MISC
\*------------------------------------ */

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

/* ------------------------------------*\
    WORDPRESS CORE
\*------------------------------------ */


/* ------------------------------------*\
    PRINT
\*------------------------------------ */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    .ir a::after,
    a[href^="javascript:"]::after,
    a[href^="#"]::after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

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

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

[hidden] {
    display: none;
}

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

a:focus {
    outline: thin dotted;
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    line-height: 1.3;
}

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

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

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

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

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

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;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

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;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

body,
figure {
    margin: 0;
}

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

/* normalize end */
html,
body {
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 21px;
    min-height: 100%;
    background: #000 url(img/platinum/bg_b-back-top.jpg) 50% 0 no-repeat;
    min-width: 300px;
}

.site1wrap {
    margin: 0 auto;
    min-height: 500px;
}


.site1_textblock h1 {
    line-height: 1.3em;
}

/* Header */
.site1header {
    /*position: relative;*/
    overflow: hidden;
    z-index: 1;
}

.site1_h_top {
    position: relative;
    z-index: 2;
    margin-bottom: -25px;
}

.site1_h_inner,
.site1_f_inner {
    margin: 0 auto;
    overflow: hidden;
}

.site1_logo {
    margin: 45px 0 0 -10px;
    vertical-align: top;
    z-index: 100;
    display: block;
    text-align: center;
}

.site1_h_top_reg_block {
    vertical-align: top;
    padding: 5px 0 11px 4px;
}


/* Main Nav */
.site1_h_subnav .site1_h_inner {
    position: relative;
    z-index: 5;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
    height: 51px;
    background: url(img/platinum/main-nav-bg.png) repeat-x 0 0;
}

.site1_h_subnav .site1_h_inner::before,
.site1_h_subnav .site1_h_inner::after {
    content: '';
    display: block;
    height: 1px;
    border: 1px solid #ccf2ff;
    border-radius: 2px;
    box-shadow: 0 0 7px 2px #2c84fb, inset 0 0 7px 2px #2c84fb;
    position: absolute;
    width: 100%;
    padding: 0 30px;
}

.site1_h_subnav .site1_h_inner::before {
    top: 0;
}

.site1_h_subnav .site1_h_inner::after {
    bottom: 0;
}

.site1_h_subnav .site1_h_inner,
.site1_h_subnav {
    width: 1075px;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1000px) {
    .site1_h_subnav .site1_h_inner,
    .site1_h_subnav {
        width: 100% !important;
    }
}


.site1_h_subnav li {
    list-style: none;
    display: inline-block;
    height: 44px;
    position: relative;
    margin-top: 5px;
}

.site1_h_subnav li.current-menu-item::after {
    opacity: 1;
}

.menu-main-container {
    padding-left: 20px;
    padding-bottom: 10px;
}

.site1_h_subnav li a {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-weight: bold;
    font-size: 15px;
    margin: 0 18px;
    line-height: 42px;
    text-transform: uppercase;
    color: #a4afbb;
    height: 44px;
}

.site1_h_subnav li a:hover,
.site1_h_subnav li.current-menu-item a {
    color: #ffe00d;
    text-shadow: 1px 1px 24px #ffe00d, -1px -1px 24px #ffe00d;
}

.site1_h_subnav li a:hover span.menu-text,
.site1_h_subnav li.current-menu-item a span.menu-text {
    color: #fff;
}

/* .header_sub_nav li a:hover {background-position: 0 -254px;} */

.site1_h_subnav li a span.menu-text {
    padding: 2px 15px 0;
    display: inline-block;
    position: relative;
    z-index: 3;
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #a4afbb;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000,
            -2px -2px 2px rgba(0, 0, 0, 0.75),
            2px -2px 2px rgba(0, 0, 0, 0.75),
            -2px 2px 2px rgba(0, 0, 0, 0.75),
            2px 2px 2px rgba(0, 0, 0, 0.75);
}

.site1_h_subnav li a span.menu-text::after,
.site1_h_subnav li a span.menu-text::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
}

.site1_h_subnav li a span.menu-text::before {
    left: 1px;
    background-position: -592px -112px;
}

.site1_h_subnav li a span.menu-text::after {
    right: -1px;
    background-position: -606px -112px;
}

.site1_h_subnav li a span.menu-bg {
    position: absolute;
    top: 5px;
    left: 4px;
    right: 4px;
    background-position: 50% -379px;
    background-repeat: repeat;
    z-index: 2;
}

.site1_h_subnav li a span.menu-bg,
.site1_h_subnav li a span.menu-bg::after,
.site1_h_subnav li a span.menu-bg::before {
    height: 35px;
    display: block;
}

.site1_h_subnav li a span::after,
.site1_h_subnav li a span::before {
    content: "";
    position: absolute;
    width: 15px;
    top: 0;
    background-repeat: no-repeat;
}

.site1_h_subnav li a span::before {
    left: -15px;
    background-position: 0 -343px;
}

.site1_h_subnav li a span::after {
    right: -15px;
    background-position: 100% -343px;
}

.site1_h_subnav li + .menu-item {
    margin-left: 26px;
}


/* Main Psrt */
.site1_main_container {
    background: url(img/platinum/bg_b-back-bot.png) 50% 100% no-repeat;
    z-index: 1;
}

.site1_content_block {
    position: relative;
    margin: -51px auto 0;
    border-top: 0;
    z-index: 1;
    overflow: hidden;
    padding: 60px 30px 25px;
}

.site1_content_block::before {
    top: 0;
}

.site1_content_block::after {
    bottom: 0;
}

.site1_textblock {
    padding: 0 10px;
    color: #fff;
    user-select: none;
}

.site1_textblock ul {
    padding-left: 20px;
}

/* Slots List */
.site1_slotslist {
    overflow: hidden;
    padding: 0;
    list-style: none;
}

.site1_slotslist li {
    list-style: none;
}

.site1_slotslist_img_holder {
    overflow: hidden;
    width: 190px;
    height: 110px;
    margin: 5px 1px 3px;
}

/* Sidebar */
.sb-section {
    margin: 30px auto;
}

.site1_sidebar {
    float: right;
    width: 296px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
}

.sb-title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 2px 0 #000;
    width: 280px;
    height: 51px;
    background-position: 0 0;
    background-image: url(img/platinum/sprite2.png);
    background-size: 433px 403px;
    background-repeat: no-repeat;
    line-height: 51px;
    box-shadow: 0 2px 2px 0 #000;
    margin-bottom: 10px;
}

.site1_sbblock {
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 #000;
    padding: 8px;
    background: url(img/platinum/bg-sb-strap.png) repeat-y 50% 0;
    z-index: 1;
}

.site1_sbblock::before {
    content: '';
    position: absolute;
    width: 163px;
    height: 17px;
    background-position: 0 -289px;
    background-image: url(img/platinum/sprite2.png);
    background-size: 433px 403px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -81.5px;
    top: -7px;
}

@keyframes blinking {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blinking-reverse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.site1_sb_winners_slider {
    padding: 10px 18px 20px;
}

.site1_sb_winners_slider li {
    overflow: hidden;
    list-style: none;
}

.site1_sb_winners_slider li a {
    float: left;
    padding: 7px 8px;
    background: url("img/site1_winner_window.png") 0 0 no-repeat;
}

.site1_sb_winners_sliderholder {
    padding: 15px 0;
}

.site1_sb_winners_blockinfo {
    float: left;
    margin-left: 10px;
}

.site1_sb_winner_name {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 8px 0 4px;
}

.site1_sb_winner_summ {
    font-size: 20px;
    font-weight: bold;
    color: #ffc000;
    line-height: 20px;
}

.site1_sb_winner_rub {
    font-size: 15px;
    font-weight: bold;
    color: #0097ec;
    line-height: 20px;
}

.site1_title_line {
    width: 100%;
    height: 2px;
    position: relative;
    margin: 20px auto 15px;
}

.site1_title_line::after {
    content: '';
    display: block;
    height: 1px;
    border: 1px solid #ccf2ff;
    border-radius: 2px;
    box-shadow: 0 0 7px 2px #2c84fb, inset 0 0 7px 2px #2c84fb;
    position: absolute;
    width: 100%;
    padding: 0 30px;
}

/* Footer */
.site1_footer {
    clear: both;
    overflow: hidden;
}

.site1_footer_container {
    position: relative;
    z-index: 1;
}

.site1_footer_nav_block {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.site1_footer_nav_block p {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #f7f7f7;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.site1_footer_nav_block ul {
    list-style: none;
}

.site1_footer_nav_block ul li {
    font-size: 14px;
    line-height: 16px;
    color: #f7f7f7;
    padding: 0 0 8px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.site1_footer_nav_block ul a {
    color: #c2c4cc;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.site1_footer_bottom {
    padding: 0 30px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}


@media screen and (min-width: 769px) {
    .site1_content_block {
        background: url('img/platinum/bg-substrate.png') repeat-y 50% 0;
        background-size: contain;
    }

    .site1_h_top {
        background: url(img/platinum/bg-header-panel.png) 50% 65px no-repeat;
        height: 255px;
        padding: 28px 75px 0 75px;
        position: relative;
    }

    .site1_logo {
        display: inline-block;
        position: absolute;
    }

    .site1_h_subnav li a::after,
    .site1_h_subnav li a::before {
        content: "";
        position: absolute;
        width: 18px;
        top: 0;
        z-index: 1;
        height: 44px;
        display: block;
    }

    .site1_h_subnav li a {

    }

    .site1_h_subnav li::after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        height: 40px;
        bottom: 4px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        z-index: 0;
        opacity: 0;
        box-shadow: 1px 10px 10px rgba(202, 120, 0, 0.5);
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

    .site1_h_subnav li a:hover::after,
    .site1_h_subnav li.current-menu-item a::after {
        right: -18px;
        background-position: 100% -254px;
    }

    .site1_h_subnav li a:hover::before,
    .site1_h_subnav li.current-menu-item a::before {
        left: -18px;
        background-position: 0 -254px;
    }

    .site1_h_subnav li a::before {
        left: -18px;
        background-position: 0 -164px;
    }

    .site1_h_subnav li a::after {
        right: -18px;
        background-position: 100% -164px;
    }

    .site1_topnav_holder {
        margin: 26px 15px 8px 215px;
        text-align: right;
    }

    .site1_h_top_reg_block {
        display: block;
        height: 55px;
        margin-left: 170px;
    }


    .site1_h_inner,
    .site1_f_inner {
        width: 1000px;
    }

    .site1_topnav_holder {
        height: 42px;
    }

    .site1_content_leftpart {
        float: left;
        padding: 0 5px 0 25px;
        width: 702px;
        min-height: 1280px;
        position: relative;
        margin-bottom: 30px;
    }

    .site1_content_block {
        width: 1100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .site1_slotslist li:hover .back {
        opacity: 1;
    }


    .site1_footer_payments .site1_f_inner {
        margin: 30px auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .site1_footer_payments {
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .site1_footer_payments .site1_f_inner::after {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 980px;
        height: 5px;
        box-shadow: 0 12px 15px rgba(0, 0, 0, 0.75);
        z-index: 1;
    }


    .site1_footer_container .site1_f_inner .site1_footer_center {
        overflow: hidden;
        border-radius: 5px;
        background: url(img/platinum/main-bg.jpg) repeat 0 0;
        box-shadow: inset 0 1px 0 0 #60585d, 0 0 13px 0 #000;
        padding: 8px 20px;
        text-shadow: 0 2px 0 #000;
        position: relative;
        z-index: 1;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }

    .site1_footer_bottom {
        border-top: 1px solid #21252e;
        border-bottom: 1px solid #22252b;
        border-left: 1px solid #1c212b;
        border-right: 1px solid #1c212b;
        background-color: #080f15;
        text-align: center;
    }

    .site1_footer {
        padding-bottom: 20px;
    }

    .site1_h_slider_holder {
        z-index: 1;
        position: relative;
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }

    .site1_textblock a{
        color: #2b89f1;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        line-height: 1.3em;
    }

    img {
        max-width: 100%;
    }

    /* #menu is the original menu */
    #menu-top {
        display: none;
    }

    #menu-top-2 {
        text-align: center;
    }


    .site1_h_subnav li a {
        margin: 0;
    }

    .site1_h_subnav li + .menu-item {
        margin-left: 3%;
    }

    .site1_sidebar,
    .site1_sidebar,
    .site1_footer_payments .site1_f_inner img {
        display: none;
    }

    .site1_logo {

        background: url("img/header_bg.jpg") no-repeat;
        background-size: 100%;
        width: auto !important;
        margin-top: 0;
    }

    .site1_footer_payments {
        height: 91px;
        padding-top: 15px;
    }

    .site1_footer_payments .site1_f_inner {

    }

    .site1_footer_payments img {
        display: block !important;
    }

    .site1_footer_container .site1_f_inner .site1_footer_center {
        overflow: hidden;
        border-radius: 5px;
        background: url(img/platinum/main-bg.jpg) repeat 0 0;
        box-shadow: inset 0 1px 0 0 #60585d, 0 0 13px 0 #000;
        padding: 8px 20px;
        text-shadow: 0 2px 0 #000;
        position: relative;
        z-index: 1;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }

    .site1_slotslist li {
        background-size: contain;
        vertical-align: top;
    }

    .site1_footer_nav_block {
        padding: 0 30px;
        line-height: 30px;
        margin-top: 15px;
    }

    .site1_h_subnav {
        margin-top: 0;
    }

    .container__canvas {
        transform: scale(0.5);
    }
}


/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */


.pagination {
    text-align: center;
    margin-bottom: 10px;
}

.page-numbers {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 33px;
    min-width: 34px;
    text-align: center;
    padding: 0 10px;
    background: #242647;
    border: 1px solid #6f85cb;
    border-left-color: #4d5275;
    border-right-color: #4d5275;
    box-shadow: 0 3px 0 0 #0d193c, inset 0 0 7px 1px rgba(255, 255, 255, 0.3);
}

.page-numbers.current,
.page-numbers:hover {
    color: #fff;
    background: #242647;
    border: 1px solid #5b88e2;
    border-left-color: #39558c;
    border-right-color: #39558c;
    box-shadow: 0 3px 0 0 #0d193c, inset 0 0 24px 3px rgba(58, 154, 255, 0.5);
}


.thumb {
    float: left;
    margin: 0 20px 10px 0;
}

.kama_breadcrumbs {
    margin-top: 20px;
    text-shadow: 0 2px 0 #000;
    color: #a4afbb;
}

.kama_breadcrumbs a {
    color: #ffe00d;
}

.gamehall_help_item li {
    margin: 20px auto;
    width: 100%;
    padding: 20px;
    list-style: none;
}


.post-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    color: #a4afbb;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -2px -2px 2px rgba(0, 0, 0, 0.5), 2px -2px 2px rgba(0, 0, 0, 0.5), -2px 2px 2px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.post-excerpt {
    font-size: 14px;
    line-height: 18px;
    color: #c4cad0;
    text-decoration: none;
}

.post-excerpt a {
    color: #d60909;
}

.bg {
    background: #411f89;
    background: linear-gradient(to bottom, #c10606 0%, #6b091b 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#411f89', endColorstr='#c21070', GradientType=1);
}

.header-btns {
    padding-left: 230px;
    padding-right: 10px;
}

.header-btns__text {
    width: 386px;
    height: 46px;
    position: relative;
    text-align: center;
    display: inline-block;
    padding-top: 4px;
    background: url("img/platinum/header-nav-bar-text.png") no-repeat 50% 2px;
}

.header-btns__text::before,
.header-btns__text::after {
    content: '';
    display: block;
    position: absolute;
}

.header-btns__text::before {
    bottom: 10px;
    left: 0;
    width: 52px;
    height: 27px;
    background-position: -213px -153px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.header-btns__text::after {
    bottom: 8px;
    right: 0;
    width: 58px;
    height: 33px;
    background-position: -344px -172px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.fl-r {
    float: right;
}

.btn-helper--inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.btn-helper {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    position: relative;
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
    z-index: 1;
}

.btn-helper {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    position: relative;
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
}

.btn-helper--inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.btn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 0 7px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.btn::before,
.btn::after {
    content: '';
    display: block;
}

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

.btn--inline {
    display: inline-block;
    vertical-align: middle;
}

.btn--lg {
    height: 48px;
    line-height: 45px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
    padding: 0 8px;
}

.btn--lg::before,
.btn--lg::after {
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    z-index: -1;
}

.btn--lg::before {
    left: -25px;
}

.btn--lg::after {
    right: -25px;
}

.btn--lg:hover {
    line-height: 50px;
}

.btn--sm {
    height: 39px;
    line-height: 41px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 18px;
}

.btn--sm::before,
.btn--sm::after {
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
}

.btn--sm::before {
    left: -12px;
}

.btn--sm::after {
    right: -12px;
}

.btn--sm:hover {
    line-height: 44px;
}

.btn--xs {
    height: 43px;
    line-height: 40px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
    padding: 0;
}

.btn--xs::before,
.btn--xs::after {
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
}

.btn--xs::before {
    left: -12px;
}

.btn--xs::after {
    right: -12px;
}

.btn--xs:hover {
    line-height: 50px;
}

.btn--wrn-lg {
    background: url("img/platinum/btn-lg.png") repeat-x 50% -49px;
}

.btn--wrn-lg::before,
.btn--wrn-lg::after {
    background: url("img/platinum/btn-lg.png") no-repeat 0 0;
}

.btn--wrn-lg::before {
    background-position: 0 0;
}

.btn--wrn-lg::after {
    background-position: 0 -98px;
}

.btn--wrn-lg:hover {
    background-position: 50% -196px;
}

.btn--wrn-lg:hover::before {
    background-position: 0 -147px;
}

.btn--wrn-lg:hover::after {
    background-position: 0 -245px;
}

.btn--wrn-sm {
    background: url("img/platinum/btn-sm.png") repeat-x 50% -40px;
}

.btn--wrn-sm::before,
.btn--wrn-sm::after {
    background: url("img/platinum/btn-sm.png") no-repeat 0 0;
}

.btn--wrn-sm::before {
    background-position: 0 0;
}

.btn--wrn-sm::after {
    background-position: 0 -80px;
}

.btn--wrn-sm:hover {
    background-position: 50% -160px;
}

.btn--wrn-sm:hover::before {
    background-position: 0 -120px;
}

.btn--wrn-sm:hover::after {
    background-position: 0 -200px;
}

.btn--prm-lg {
    background: url("img/platinum/btn-lg.png") repeat-x 50% -343px;
}

.btn--prm-lg::before,
.btn--prm-lg::after {
    background: url("img/platinum/btn-lg.png") no-repeat 0 0;
}

.btn--prm-lg::before {
    background-position: 0 -294px;
}

.btn--prm-lg::after {
    background-position: 0 -392px;
}

.btn--prm-lg:hover {
    background-position: 50% -490px;
}

.btn--prm-lg:hover::before {
    background-position: 0 -441px;
}

.btn--prm-lg:hover::after {
    background-position: 0 -539px;
}

.btn--prm-sm {
    background: url("img/platinum/btn-sm.png") repeat-x 50% -280px;
}

.btn--prm-sm::before,
.btn--prm-sm::after {
    background: url("img/platinum/btn-sm.png") no-repeat 0 0;
}

.btn--prm-sm::before {
    background-position: 0 -240px;
}

.btn--prm-sm::after {
    background-position: 0 -320px;
}

.btn--prm-sm:hover {
    background-position: 50% -400px;
}

.btn--prm-sm:hover::before {
    background-position: 0 -360px;
}

.btn--prm-sm:hover::after {
    background-position: 0 -440px;
}

.btn--prm-xs {
    background: url("img/platinum/btn-xs.png") repeat-x 50% -44px;
}

.btn--prm-xs::before,
.btn--prm-xs::after {
    background: url("img/platinum/btn-xs.png") no-repeat 0 0;
}

.btn--prm-xs::before {
    background-position: 0 0;
}

.btn--prm-xs::after {
    background-position: 0 -88px;
}

.btn--prm-xs:hover {
    background-position: 50% -176px;
}

.btn--prm-xs:hover::before {
    background-position: 0 -132px;
}

.btn--prm-xs:hover::after {
    background-position: 0 -220px;
}

.social-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.social-btn__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 9px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    background: #242647;
    border: 1px solid #6f85cb;
    border-left-color: #4d5275;
    border-right-color: #4d5275;
    box-shadow: 0 3px 0 0 #0d193c, inset 0 0 7px 1px rgba(255, 255, 255, 0.3);
}

.social-btn__item:hover {
    background: #242647;
    border: 1px solid #5b88e2;
    border-left-color: #39558c;
    border-right-color: #39558c;
    box-shadow: 0 3px 0 0 #0d193c, inset 0 0 24px 3px rgba(58, 154, 255, 0.5);
}

.social-btn__item:first-child {
    margin-left: 0;
}

.social-btn__item::before,
.social-btn__item::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.social-btn__item::before {
    width: 0;
    height: 100%;
}

.social-btn__item--vk::after {
    width: 16px;
    height: 20px;
    background-position: -324px -42px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.social-btn__item--ok::after {
    width: 15px;
    height: 24px;
    background-position: -406px -172px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.social-btn__item--fb::after {
    width: 13px;
    height: 24px;
    background-position: -326px -189px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.social-btn__item--ya::after {
    width: 13px;
    height: 24px;
    background-position: 0 -318px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.social-btn__item--tw::after {
    width: 23px;
    height: 19px;
    background-position: -237px -233px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.social-btn__item--gp::after {
    width: 25px;
    height: 23px;
    background-position: -269px -153px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.social-btn__item--mail::after {
    width: 23px;
    height: 21px;
    background-position: -400px -253px;
    background-image: url("img/platinum/sprite.png");
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

.social-btn.js-social-btn.active .social-btn__item--vk {
    animation: sonarEffect 1s ease-out 0.5s;
}

.social-btn.js-social-btn.active .social-btn__item--ok {
    animation: sonarEffect 1s ease-out 1s;
}

.social-btn.js-social-btn.active .social-btn__item--fb {
    animation: sonarEffect 1s ease-out 1.5s;
}

.social-btn.js-social-btn.active .social-btn__item--ya {
    animation: sonarEffect 1s ease-out 2s;
}

.social-btn.js-social-btn.active .social-btn__item--tw {
    animation: sonarEffect 1s ease-out 2.5s;
}

.social-btn.js-social-btn.active .social-btn__item--gp {
    animation: sonarEffect 1s ease-out 3s;
}

@keyframes sonarEffect {
    40% {
        box-shadow: inset 0 0 22px -1px #9ca8bd;
    }
}

.header__over {
    text-align: right;
    font-size: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    padding-right: 40px;
    text-shadow: 0 2px 0 #000;
    position: relative;
    z-index: 1;
}

.header__slogan {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-right: 25px;
}

.header__over .social-btn {
    margin-right: 25px;
}

.social-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.bx-viewport,
.slider_widget {
    height: 259px;
    position: relative;
    z-index: 1;
}

.bx-prev,
.bx-next {
    content: "";
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bx-prev {
    left: 0;
}

.bx-prev {
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    line-height: 100%;
    z-index: 3;
    display: inline-block;
    text-indent: -1000px;
}

.bx-prev::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -35px;
    width: 20px;
    height: 32px;
    background-position: -26px -336px;
    background-image: url(img/platinum/sprite.png);
    background-size: 397px 387px;
    background-repeat: no-repeat;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.bx-next {
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 100%;
    z-index: 3;
    display: inline-block;
    text-indent: -1000px;
}

.bx-next::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -35px;
    width: 20px;
    height: 32px;
    background-position: -26px -336px;
    background-image: url(img/platinum/sprite.png);
    background-size: 397px 387px;
    background-repeat: no-repeat;
}

.slider_widget .btn-helper {
    /*width: 338px;*/
    position: absolute;
    right: 50px;
    bottom: 30px;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.sb-search {
    position: relative;
    margin-bottom: 17px;
    padding: 4px 5px 0 38px;
    width: 279px;
    height: 43px;
    background-position: 0 -55px;
    background-image: url(img/platinum/sprite2.png);
    background-size: 433px 403px;
    background-repeat: no-repeat;
    font-size: 0;
    box-shadow: 0 2px 2px 0 #000;
}

.sb-search::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    width: 26px;
    height: 26px;
    background-position: -269px -249px;
    background-image: url(img/platinum/sprite2.png);
    background-size: 433px 403px;
    background-repeat: no-repeat;
}

.sb-search__field {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    width: 149px;
    height: 32px;
    border: 1px solid #3a4661;
    padding: 0 13px;
    text-shadow: 0 2px 0 #000;
    outline: none;
    background: #293349;
    background: -webkit-linear-gradient(bottom, #293349, #121621);
    background: linear-gradient(to top, #293349, #121621);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5) inset;
    margin: 1px 5px 0 0;
}

.sb-search__btn-helper {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
    border-radius: 25px;
    position: relative;
    outline: none;
    border: none;
    padding: 0;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 78px;
}

.sb-search__btn {
    display: block !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: #fff !important;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) !important;
    position: relative !important;
    border: 0 !important;
    outline: none !important;
    cursor: pointer !important;
    height: 33px !important;
    line-height: 31px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    font-size: 12px !important;
    padding: 0 !important;
    width: max-content !important;
    background: url(img/platinum/btn-xs.png) repeat-x 50% -33px;
}

.sb-search__btn::before {
    left: -15px;
    background-position: 0 0;
}

.sb-search__btn::before,
.sb-search__btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background: url(img/platinum/btn-xs.png) no-repeat 0 0;
}

.sb-search__btn::after {
    right: -15px;
    background-position: 0 -66px;
}

.sb-registration__tit-soc {
    font-size: 16px;
    text-align: center;
    text-shadow: 0 2px 0 #000;
    margin: 5px 0 10px;
    padding: 0 40px;
    position: relative;
    color: #fff;
}

.sb-registration__tit-soc::before,
.sb-registration__tit-soc::after {
    content: '';
    position: absolute;
    top: -6px;
    width: 47px;
    height: 37px;
    background-position: -184px -361px;
    background-image: url(img/platinum/sprite2.png);
    background-size: 433px 403px;
    background-repeat: no-repeat;
}

.sb-registration__tit-soc::before {
    left: 0;
}

.sb-registration__tit-soc::after {
    right: 0;
}

.sb-strap {
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 #000;
    padding: 8px;
    background: url(img/platinum/bg-sb-strap.png) repeat-y 50% 0;
    position: relative;
    z-index: 1;
}

.sb-registration__text-decor {
    width: 100%;
    height: 78px;
    background: url(img/platinum/sb-reg-text-decor.png) repeat-y 50% 7px;
}

.btn--wrn-sm {
    background: url(img/platinum/btn-sm.png) repeat-x 50% -40px;
}

.btn--sm {
    height: 39px;
    line-height: 41px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 18px;
}

.sb-registration__text-decor {
    width: 100%;
    height: 78px;
    background: url(img/platinum/sb-reg-text-decor.png) repeat-y 50% 7px;
}

.sb-separate {
    margin-bottom: 10px;
    position: relative;
}

.sb-separate::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: 22px;
    background: url(img/platinum/bg-sb-separate.png) repeat-y 50% -5px;
}

.sidebar-T-1 .sb-registration__tit-soc::before,
.sb-registration__tit-soc::after {
    content: '';
    position: absolute;
    top: -6px;
    width: 47px;
    height: 37px;
    background-position: -184px -361px;
    background-image: url(img/platinum/sprite2.png);
    background-size: 433px 403px;
    background-repeat: no-repeat;
}

.sb-registration__tit-soc::before {
    left: 0;
}

.sb-registration__tit-soc::after {
    right: 0;
}

.main-title {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-left: 45px;
    margin: 13px 0;
    overflow: hidden;
}

.main-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 30px;
    height: 26px;
    background: url(img/platinum/main-title-decor.png) repeat-x 50% 50%;
    margin-right: 5px;
}

.main-title__in {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 16px;
    margin: 0;
}

.main-title__in::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 100%;
    width: 99999%;
    height: 26px;
    background: url(img/platinum/main-title-decor.png) repeat-x 50% 50%;
}

.items-center {
    width: 630px;
    margin: 0 auto;
}

.items-line {
    margin: 0 -12px 10px;
}

.items-line__el {
    float: left;
    width: 33.333333%;
    padding: 0 6px;
    height: 171px;
    margin: 0 0 9px 0;
}

@media screen and (max-width: 649px) {
    .items-line__el {
        height: auto !important;
    }
}

.item {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    background: #303341;
    background: rgba(203, 211, 227, 0.14);
    border: 1px solid #6c6d76;
    box-shadow: 0 0 10px 0 #000, inset 0 0 10px 2px #6b6c74;
    padding: 7px 7px 0;
    border-radius: 5px;
}

.item__img {
    display: block;
    width: 100%;
    border: 2px solid #9096a8;
    overflow: hidden;
}

.item__img img {
    display: block;
    width: 100%;
    max-height: 120px;
}

.item__name-game,
.item__pnl {
    color: #fff;
    overflow: hidden;
    display: block;
    margin: 0 -7px -5px;
    padding: 5px 7px 5px;
}

.item__name-game {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    text-shadow: 0 2px 0 #000;
    padding: 0 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.item__in {
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 36px;
    position: relative;
}

.item__btn--demo,
.item__btn--play {
    float: left;
    font-weight: normal;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 0 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.item__btn--demo {
    width: 40%;
    font-size: 16px;
    text-transform: none;
    margin-right: 2%;
    text-shadow: 2px 2px 0 #083da0;
    background: #224184;
    background: linear-gradient(to bottom, #2270df 0%, #224184 49.99%, #152c68 50%, #0b3c9c 100%);
    box-shadow: inset 0 1px 0 0 #99bdf0, 0 2px 7px 0 rgba(0, 0, 0, 0.37);
}

.item__btn--demo:hover {
    background: #2274e8;
    background: linear-gradient(to bottom, #2297f9 0%, #2274e8 49.99%, #0e5cde 50%, #0b70ed 100%);
}

.item__btn--demo:active {
    background: #224184;
    background: linear-gradient(to bottom, #2270df 0%, #224184 49.99%, #152c68 50%, #0b3c9c 100%);
}

.item__btn--play {
    width: 58%;
    font-size: 19px;
    text-shadow: 2px 2px 0 #670a0a;
    background: #da3434;
    background: linear-gradient(to bottom, #f95252 0%, #da3434 49.99%, #bd2222 50%, #a81d1d 100%);
    box-shadow: inset 0 1px 0 0 #fcafaf, 0 2px 7px 0 rgba(0, 0, 0, 0.37);
}

.item__btn--play:hover {
    background: #ff5d47;
    background: linear-gradient(to bottom, #ff7562 0%, #ff5d47 49.99%, #ff4e37 50%, #ff4a32 100%);
}

.item__btn--play:active {
    background: #da3434;
    background: linear-gradient(to bottom, #f95252 0%, #da3434 49.99%, #bd2222 50%, #a81d1d 100%);
}

.item:hover .item__name-game {
    margin-top: -36px;
}

.item:hover .item__in {
    height: 50px;
}

.item__decor--hot {
    display: inline;
    height: 0;
    width: 100%;
}

.item--hot::before,
.item--new::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 0 0 50% 0;
    z-index: 1;
    left: -4px;
    top: -3px;
}

.item--hot::before {
    width: 94px;
    height: 55px;
    background-position: 0 -175px;
    background-image: url("img/platinum/sprite2.png");
    background-size: 397px 387px;
    background-repeat: no-repeat;
}

.item--new::before {
    width: 94px;
    height: 55px;
    background-position: -98px -175px;
    background-image: url("img/platinum/sprite2.png");
    background-size: 397px 387px;
    background-repeat: no-repeat;
}

.item--hot .item__decor--hot::before,
.item--hot .item__decor--hot::after {
    content: '';
    display: block;
    position: absolute;
    width: 203px;
    height: 14px;
    background-position: 0 -234px;
    background-image: url("img/platinum/sprite2.png");
    background-size: 397px 387px;
    background-repeat: no-repeat;
}

.item--hot .item__decor--hot::before {
    top: -14px;
}

.item--hot .item__decor--hot::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    bottom: -14px;
}

@media screen and (max-width: 768px) {
    .site1_slotslist li {
        width: 50%;
        list-style: none;
    }

    .item:hover .item__in {
        height: 36px !important;
    }

    .item__pnl {
        display: none !important;
    }

    .item:hover .item__name-game {
        margin-top: 0 !important;
    }

    .items-line__el {
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {

    .header__slogan {
        display: none !important;
    }

    .header__over {
        text-align: center;
    }

    .header-btns .fl-r,
    .header-btns__text,
    .header-btns {
        float: none;
        padding: 0;
        text-align: center;
    }

    .slider_widget {
        display: none;
    }

    .site1_h_top {
        margin-bottom: 30px;
    }
}

.header-game-T-1 .header {
    width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.header-game-T-1 .header__top {
    text-align: right;
    font-size: 0;
    padding: 10px 0;
    font-family: Segoe Print;
    color: #d4f3ff;
    padding-right: 7px;
    text-shadow: 1px 1px 15px #2279d5, -1px -1px 15px #2279d5, -1px 1px 15px #2279d5, 1px -1px 15px #2279d5;
}

.header-game-T-1 .header__slogan {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 25px;
}

.header-game-T-1 .header__logo {
    position: absolute;
    width: 256px;
    height: 168px;
    left: 0;
    top: 5px;
    background: url("img/platinum/bg-logo.png") no-repeat 50%;
    z-index: 1;
}

.header-game-T-1 .header__bot {
    height: 80px;
}

@-webkit-keyframes "verticalArrows" {
    0% {
        background-position: 0 0;
    }
    89.99% {
        background-position: 0 0;
    }
    90% {
        background-position: 0 -28px;
    }
    100% {
        background-position: 0 -28px;
    }
}

.text-center {
    text-align: center !important;
}

.game-title {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    padding-left: 45px;
    margin: 13px 0;
    line-height: 44px;
    overflow: hidden;
    text-transform: uppercase;
}

.page-bg-top {
    min-height: 100%;
    background: #000 url(img/platinum/page-bg-bot.jpg) no-repeat 50% 100%;
}

.page-bg-bot {
    background: #000 url(img/platinum/page-bg-top.jpg) no-repeat 50% 0;
}

.main-substrate {
    background: url(img/platinum/bg-substrate.png) repeat-y 50% 0;
}

.game-T-1 .game-row {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0 0;
    margin-bottom: 25px;
}

.game-T-1 .game-row-side {
    float: right;
    width: 185px;
}

.game-T-1 .game-row-side .btn {
    padding: 0;
}

.game-T-1 .game-row-side__text {
    font-size: 30px;
    color: #ffe00d;
    text-shadow: 0 0 10px #ffe00d;
    line-height: 1.1;
    margin-bottom: 10px;
}

.game-T-1 .game-row-side__img {
    position: absolute;
    top: 15px;
    width: 100%;
    left: 0;
    font-size: 0;
}

.game-T-1 .game-row-side__img img {
    display: inline-block;
}

.game-T-1 .game-row-side__separate {
    margin-bottom: 18px;
    position: relative;
    font-size: 0;
}

.game-T-1 .game-row-side__separate::after {
    content: '';
    position: absolute;
    height: 23px;
    width: 100%;
    left: 0;
    top: 100%;
}

.game-T-1 .game-row-side__strap {
    padding: 272px 2px 20px;
    background: url("img/platinum/bg-side-game.jpg") no-repeat 50% 0;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 #000;
    text-align: center;
    position: relative;
    height: 600px;
}

.game-T-1 .game-row-side__strap::before,
.game-T-1 .game-row-side__strap::after {
    content: '';
    position: absolute;
    left: 0;
    height: 24px;
    width: 100%;
    background: url("img/platinum/decor-main-menu.png") repeat-x 50% 0;
}

.game-T-1 .game-row-side__strap::before {
    top: 0;
    border-radius: 6px 6px 0 0;
}

.game-T-1 .game-row-side__strap::after {
    bottom: -15px;
    border-radius: 0 0 6px 6px;
}

.game-T-1 .game-row-iframe {
    margin-right: 200px;
    height: 600px;
    border: 2px solid #7f8495;
}

.game-T-1 .game-row-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.game-T-1 .arrow-anim {
    display: inline-block;
    width: 69px;
    height: 74px;
    padding-top: 25px;
}

.game-T-1 .arrow-anim__arr {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 18px;
    background: url("img/platinum/arr-anim.png") no-repeat 0 0;
    position: relative;
    -webkit-animation: verticalArrows 0.9s steps(2) 0s infinite;
    animation: verticalArrows 0.9s steps(2) 0s infinite;
}

.game-T-1 .arrow-anim__arr::before,
.game-T-1 .arrow-anim__arr::after {
    content: '';
    height: 18px;
    position: absolute;
    left: 0;
    width: 100%;
    background: url("img/platinum/arr-anim.png") no-repeat 0 0;
}

.game-T-1 .arrow-anim__arr::before {
    background-position: 0 0;
    top: -15px;
    -webkit-animation: verticalArrows 0.9s steps(2) 0.3s infinite;
    animation: verticalArrows 0.9s steps(2) 0.3s infinite;
}

.game-T-1 .arrow-anim__arr::after {
    background-position: 0 0;
    bottom: -15px;
    -webkit-animation: verticalArrows 0.9s steps(2) 0.6s infinite;
    animation: verticalArrows 0.9s steps(2) 0.6s infinite;
}

@-webkit-keyframes "verticalArrows" {
    0% {
        background-position: 0 0;
    }
    89.99% {
        background-position: 0 0;
    }
    90% {
        background-position: 0 -28px;
    }
    100% {
        background-position: 0 -28px;
    }
}

@keyframes "verticalArrows" {
    0% {
        background-position: 0 0;
    }
    89.99% {
        background-position: 0 0;
    }
    90% {
        background-position: 0 -28px;
    }
    100% {
        background-position: 0 -28px;
    }
}

.game-T-1 .count-down-tit {
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000;
    margin-bottom: 5px;
}

.game-T-1 .count-down {
    display: inline-block;
}

.game-T-1 .count-down__numb {
    overflow: hidden;
    text-align: center;
    padding-bottom: 1px;
}

.game-T-1 .count-down__item {
    float: left;
    width: 52px;
    height: 60px;
    line-height: 0.8;
    padding-top: 10px;
    font-size: 32px;
    margin-left: 5px;
    background: rgba(13, 16, 23, 0.8);
    box-shadow: 0 1px 0 #6c7eb2;
    position: relative;
    border-radius: 3px;
    text-shadow: 1px 1px 10px #2279d5, -1px -1px 10px #2279d5, -1px 1px 10px #2279d5, 1px -1px 10px #2279d5;
}

.game-T-1 .count-down__item::before {
    content: '';
    position: absolute;
    font-size: 12px;
    text-shadow: 0 1px 0 #000;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 8px;
}

.game-T-1 .count-down__item--d {
    display: none;
}

.game-T-1 .count-down__item--h {
    margin-left: 0;
}

.game-T-1 .count-down__item--h::before {
    content: 'часов';
}

.game-T-1 .count-down__item--m::before {
    content: 'мин.';
}

.game-T-1 .count-down__item--s::before {
    content: 'сек.';
}

.game-T-1 .btn-game {
    width: 726px;
    margin: 25px auto -15px;
}

.main-substrate__center {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}

.main-substrate__title {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

.main-substrate__title .main-title {
    margin: 0;
}

.mian-row-column__content {
    width: 640px;
}

.main-box {
    border-radius: 5px;
    background: #111547;
    border: 1px solid #036;
    padding: 15px 19px 19px;
    margin-bottom: 18px;
    box-shadow: 0 3px 9px 0 #000;
}

.description__title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 2px 0 #000;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 20px;
}

.description__title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #1e4070;
    box-shadow: 0 2px 1px 0 #000;
}

.description__img {
    float: left;
    border: 2px solid #7f8495;
    margin: 0 25px 10px 0;
}

.description__text {
    text-shadow: 0 2px 0 #000;
}

.description__text a {
    color: red;
}

@media screen and (max-width: 991px) {
    .header-game-T-1 .header {
        width: 100%;
    }

    .header-game-T-1 .header__top {
        float: none;
        text-align: right;
    }

    .game-title {
        text-align: right !important;
        padding-right: 15px;
    }

    .main-substrate__center {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .game-T-1 .game-row {
        width: 100%;
    }

    .game-row-iframe {
        position: relative;
        height: 100% !important;
        width: 95% !important;
        margin: 0 auto !important;
        display: block;
        padding-top: 56.25%;
    }

    .game-row-iframe iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
    }

    .game-row-iframe::after {
        clear: both;
        content: " ";
        display: table;
    }

    .game-T-1 .game-row-side {
        display: none;
    }
}

.main-slider-i {
    float: right;
    position: absolute;
    top: 40px;
    right: 60px;
    max-width: 420px;
    text-shadow: 0 2px 0 #000;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.main-slider-i__tit {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #e9f7ff;
    text-shadow: 2px 2px 7px #2c84fb, -2px -2px 7px #2c84fb, -2px 2px 7px #2c84fb, 2px -2px 7px #2c84fb;
}

.registation {
    display: flex;
    position: relative;
    width: 1040px;
    line-height: 1.2;
    height: 343px;
    font-size: 15px;
    text-shadow: 0 2px 0 #000;
    color: #f0f4ff;
    text-transform: uppercase;
    justify-content: space-evenly;
    align-items: center;
    bottom: 0;
    margin: auto;
}

.img-bottom-bunner {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    width: auto !important;
}

.social-buttom {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    font-size: 12px !important;
    width: 100%;
}

.flex {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: -3px 5px 20px #66a3ff;
    border: 3px solid #66a3ff;
}

.item-reg,
.item-reg:focus {
    background: linear-gradient(to top, #293349, #121621);
    color: #f0f0f0;
    margin-bottom: 5px;
    border: 3px solid #ff6;
    box-shadow: -2px 2px 20px #ffc;
    font-size: 24px;
}

.item-reg::placeholder {
    font-size: 15px;
}

.container-regestation {
    position: relative;
    display: flex;
    width: 355px;
    flex-direction: column;
}

.social-message {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 18%;
    margin-left: 7%;
}

#sb-money {
    font-size: 25px;
    font-weight: 700;
    color: #fc0;
    text-shadow: 1px 0 14px rgba(255, 192, 0, 0.6);
    text-align: center;
    margin: 5px 0;
    padding: 0;
}

#support_form {
    margin: 8px;
    justify-content: center;
}

#support_form {
    border-radius: 4px;
    background: #111547;

    /* border: 1px solid #C0CDDB; */
    color: #094793;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border: 2px solid #7e9aeb;
    border-radius: 10px;
}

.form-contact-info {
    display: flex;
    flex-wrap: wrap;
    width: 89%;
}

.label-item {
    font-weight: bold;
    flex: 1 1 auto;
}

.btn-send-msg {
    display: inline-block;
    vertical-align: top;
    color: #fefeff;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
    border-width: 0;
    position: relative;
    border-top: 1px solid #007f01;
    box-shadow: inset 0 1px 0 #37f45a;
    background: linear-gradient(to top, #008101, #009809 35%, #00ba22 66%, #00d426);
    font-size: 26px;
    line-height: 26px;
    padding: 12px 23px;
    border-radius: 6px;
}

.textarea-msg {
    resize: vertical;
}

.field {
    width: 100%;
    font-size: 20px;
    height: 40px;
}

.field,
.textarea-msg {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;

    /* height: 40px; */
}

.container-send-message {
    display: flex;
    width: 89%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

#support_form > * {
    font-weight: bold;
    color: white;
    width: 89%;
}

#ma_right {
    margin-right: 5px;
}

#textarea-msg {
    width: 100%;
    height: 170px;
}

.contacts-with-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
}

.img-contact-item {
    max-height: 48px;
    max-width: 48px;
    margin-right: 10px;
}

.contact-item {
    margin: 10px;
    display: flex;
    height: 74px;
    flex: 1 auto;
    background: #111547;
    border: 2px solid #7e9aeb;
    border-radius: 10px;
}

.link-item-support {
    display: flex;
    align-items: center;
    border-radius: 4px;
    height: 100%;
    padding-left: 20px;
}

.title-contact {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

/* .menu {
	display: flex;
	height: 50px;
	justify-content: flex-end;
	align-items: center;
} */

#ul-menu-top > li > a {
    position: relative;
}

#ul-menu-top > li > a:hover {
    color: #ffe00d;
    text-shadow: 1px 1px 24px #ffe00d, -1px -1px 24px #ffe00d;
}

#ul-menu-top > li > *::before {
    background-image: url('img/sprite-for-menu.png');
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 13px;
    background-position: -150px -133px;
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

#ul-menu-top > li > a:hover::before {
    margin-left: -40px;
    margin-top: -1px;
    width: 80px;
    height: 61px;
    background-position: -344px 0;
    background-image: url('img/sprite-for-menu.png');
    background-size: 424px 391px;
    background-repeat: no-repeat;
}

#ul-menu-top > .menu-item {
    min-width: 133px;
    display: flex;
    justify-content: center;
}

#ul-menu-top {
    display: flex;
    justify-content: flex-end;
}

.big-text {
    font-size: 40px;
    margin: 20px 0 0 0;
}

.label-quastions-group {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.container-question-response {
    list-style-type: none;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.response {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.question {
    border: none;
    background: transparent;
    color: #fff;
    margin: 5px;
    font-size: 20px;
    max-width: 100%;
    text-align: left;
}

.site1_footer_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info__license {
    width: 50%;
    margin-top: 11px;
}

.container__bonus {
    display: flex;
    align-items: center;
    flex: 1 auto;
    padding: 11px;
    border: 2px solid #7e9aeb;
    border-radius: 10px;
    background: #111547;
}

.info__bonus {
    margin-left: 15px;
    flex: 2 auto;
}

.link__bonus {
    display: flex;
    margin-top: 10px;
    flex: 2 auto;
}

.link__bonus > a {
    margin-right: 5px;
}

.img__bonus {
    justify-content: center;
    min-width: 160px;
    max-width: 160px;
    height: 130px;
    display: flex;
}

.title__bonus {
    font-size: 16px;
}

.main-box__btn {
    margin-top: 10px;
}

.text-excerpt__bonus {
    margin: 5px 0;
}

#bonuses > li {
    margin: 0;
    padding: 10px;
}

.width-btn-max {
    width: 100%;
}

.container__tops-wins {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    list-style: none;
}

.item_winner {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    font-size: 18px;
}

.list__old-winner {
    display: flex;
    flex-direction: column;
}

.slick-dots {
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 400px !important;
    position: absolute !important;
    top: 190px !important;
    left: 136px !important;
}

.number__item {
    width: 53px;
}

.money__item {
    width: 100px;
}

.game__item,
.name__item {
    flex-basis: 200px;

    /* text-align: center; */
}

.fields_name {
    color: gold;
    font-weight: bold;
}

.game-of-hall * * .slick-slide {
    border: 2px solid #7e9aeb;
    border-radius: 10px;
    background: #111547;
    padding: 10px;
}

.container__canvas {
    width: 600px;
    height: 600px;
    border-radius: 100%;
    margin: 150px auto 0;
    position: relative;
}

.container__canvas::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: url("./img/lamp_bg.png") 50% 50% no-repeat;
    background-size: cover;
    -webkit-animation: wofLamps 1.2s steps(1) infinite;
    animation: wofLamps 1.2s steps(1) infinite;
}

.wof__wheel {
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes wofLamps {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
}

@keyframes wofLamps {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
}

.btn-gogo {
    background: url(./img/spin_btn.png) no-repeat;
    width: 170px;
    height: 170px;
    border: 0;
    box-shadow: 0 0 80px #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 0 2px #000;
    text-transform: uppercase;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: arrow 1.2s steps(1) infinite;
    animation: arrow 1.2s steps(1) infinite;
    font-weight: bold;
}

.btn-gogo:hover {
    text-shadow: 4px 2px 6px #fff;
}

.loyalty__item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 30px 0 60px;
}

.loyalty__item::after {
    content: "";
    position: absolute;
    top: -45px;
    left: 50px;
    width: 26px;
    height: 20px;
    background: url(img/icons/sprite-profile.png) -213px -205px no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.loyalty__item--first::after {
    display: none;
}

.loyalty__image {
    box-shadow: 0 0 10px #fff;
    border-radius: 199px;
    min-width: 126px;
}

.loyalty__info {
    padding-left: 20px;
    width: 100%;
}

.loyalty__title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.loyalty__description-btn {
    margin: 10px 0;
    display: block;
    color: #cd0916;
    text-decoration: underline;
}

.loyalty__description {
    margin: 5px 0;
    color: #92bbde;
    font-size: 16px;
    display: none;
}

.loyalty__table {
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    border: 2px solid #2e4268;
    border-radius: 10px;
    background: 0 0;
    box-shadow: 2px 2px 2px #000, inset 2px 2px 2px #000;
    text-align: left;
    padding-bottom: 15px;
}

.loyalty__table-item {
    text-align: center;
}

.loyalty__table-value {
    color: #92bbde;
    display: flex;
    align-items: center;
}

.loyalty__table-value::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    background: url(img/icons/sprite-profile.png) no-repeat;
    width: 16px;
    height: 17px;
    background-position-y: -240px;
}

.loyalty__table-value--registration::before {
    background-position-x: -352px;
}

.loyalty__table-value--diamond::before {
    background-position-x: -252px;
    width: 20px;
}

.loyalty__table-value--coins::before {
    background-position-x: -280px;
    width: 17px;
}

.loyalty__table-value--refresh::before {
    background-position-x: -304px;
    height: 18px;
}

.loyalty__table-value--gift::before {
    background-position-x: -330px;
    width: 17px;
    height: 19px;
}

.loyalty__table-value--deposit::before {
    background-position-x: -352px;
}

.loyalty__table-value p {
    margin: 0;
}


.loyalty__table-value a {
    color: yellow;
    text-decoration: underline;
}

@-webkit-keyframes arrow {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -171px 0;
    }
}

@keyframes arrow {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -171px 0;
    }
}

.price-arrow {
    background: url("./img/price_arrow.png");
    width: 300px;
    height: 183px;
    padding: 45px 25px 60px;
    position: absolute;
    right: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.container-item__price-arrow {
    display: flex;
    flex-direction: column;
    font-size: 21px;
    margin-left: 33px;
    justify-content: center;
}

.second-item-price {
    width: 120px;
}

.arrow-win {
    background: url("./img/arrow.png") no-repeat;
    position: absolute;
    top: -25px;
    left: 50%;
    width: 175px;
    height: 253px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-animation: wofArrow 1.2s steps(1) infinite;
    animation: wofArrow 1.2s steps(1) infinite;
}

@-webkit-keyframes wofArrow {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: -181px 0;
    }
    50% {
        background-position: -362px 0;
    }
    75% {
        background-position: -543px 0;
    }
}

@keyframes wofArrow {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: -181px 0;
    }
    50% {
        background-position: -362px 0;
    }
    75% {
        background-position: -543px 0;
    }
}

.b-menu-panel-point__wof-promo .wof-promo-link {
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: url(./img/icons/wof-top-menu-anchor-bg.png) center center no-repeat;
}

li.b-menu-panel-point__wof-promo a::before {
    background: none !important;
}

li.b-menu-panel-point__wof-promo {
    margin-top: -15px;
}

@-webkit-keyframes menuWheelRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes menuWheelRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

.anim-menu-wheel {
    animation: menuWheelRotate 10s linear infinite;
}

.close {
    width: 50px;
    position: absolute;
    right: 40px;
}

.icon-koleso {
    content: "";

    /* position: absolute; */
    width: 194px;
    height: 84px;
    background: url('./img/icons/wf-ancor-sprite.png') 0 -13px no-repeat;

    /* left: 0; */
    opacity: 1;
}

.link-to-koleso {
    display: flex;
    justify-content: center;
    margin-top: -24px;
    margin-bottom: 25px;
}
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6K6MmTpA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6D6MmTpA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* vietnamese */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6I6MmTpA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6J6MmTpA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6H6Mk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

.b-jp-header {
    margin: 20px 25px 35px;
}

.b-jp-header {
    margin: 20px 25px 10px;
    color: #fff;
    font-size: 40px;
    line-height: 34px;
    font-family: 'Pacifico', cursive;
    text-align: right;
    text-shadow: 0 0 25px #fff;
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.b-jp-header__rotate {
    font-family: 'Pacifico', cursive;
    display: block;
    font-size: 56px;
    text-align: left;

    transform: rotate(-5deg);
}

.b-jp-header .yellow {
    color: #fffc00;
    text-shadow: 0 0 25px #fffc00;
}

.slick-arrow img {
    width: 50px;
    height: 50px;
}

.slick-prev img {
    transform: scaleX(-1);
}

.slick-prev {
    left: 0 !important;
    z-index: 99999 !important;
}

.slick-next {
    right: 0 !important;
    z-index: 99999 !important;
}

.slick-prev::before,
.slick-next::before {
    content: none !important;
}

.slick-prev,
.slick-next {
    width: 50px !important;
    height: 50px !important;
}

#slider_widget-3 .btn--wrn-lg {
    width: 240px;
}

/*#slider_widget-3 .btn-helper {*/
/*    width: 300px;*/
/*    bottom: 110px;*/
/*}*/

.registation--mobile {
    display: none;
}

@media screen and (max-width: 1150px) {
    .site1wrap {
        width: max-content;
    }
}

@media screen and (max-width: 992px) {
    .site1wrap {
        width: auto;
    }

    .site1_topnav_holder {
        justify-content: center;
        margin: 40px auto 0;
        flex-wrap: wrap;
    }

    #ul-menu-top {
        justify-content: center;
        flex-wrap: wrap;
    }

    #ul-menu-top > .menu-item {
        margin-bottom: 20px;
    }

    .registation {
        display: none;
    }

    .registation--mobile {
        display: block;
        text-align: center;
        margin: 10px 0;
    }
}

/*@media screen and  (min-width: 769px){*/
/*    .site1_logo:after {*/
/*        content: "";*/
/*        position: absolute;*/
/*        background: url("./img/snow_cap.png");*/
/*        width: 33px;*/
/*        height: 34px;*/
/*        left: 87px;*/
/*        top: 63px;*/
/*    }*/
/*}*/
.hide {
    display: none;
}

.tags-vendor {
    display: flex;
    overflow: auto;
    padding: 0 35px;
}
.item-vendor a {
    /*margin: 0 10px;*/
}

.tags__contianer .tags-vendor {
    flex-direction: column;
    padding: 0;
    max-width: 200px;
}

.slider_widget {
	height: auto;
}