@charset "UTF-8"; /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer, header, nav {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border-style: none
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.o-slide {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.o-slide.o-loaded {
    display: block
}

.o-slide .o-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.o-slide .o-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.o-slide .o-item img {
    transform-style: preserve-3d
}

.lang-select, .lang-select::after {
    transition: all .3s ease-in-out
}

.btn-wrap-center:after, .btn-wrap-center:before, .b-header:after, .b-header:before, .nav-primary:after, .nav-primary:before, .social-wrap:after, .social-wrap:before, .social-list:after, .social-list:before {
    content: "";
    display: table
}

.btn-wrap-center:after, .b-header:after, .nav-primary:after, .social-wrap:after, .social-list:after {
    clear: both
}

html {
    height: 100%;
    width: 100%;
    font-size: 10px
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: #dcd9d5;
    background: #13100e;
    font-size: 14px;
    font-size: 1.4rem
}

h1 {
    position: relative;
    margin: 0;
    padding-bottom: .1rem;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fdc061
}

h1 {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-size: 3.2rem
}

h1 {
    font-weight: 700;
    color: #ededed
}

a {
    color: #fdc061
}

a:hover {
    color: #fdc061;
    text-decoration: none;
    outline: 0
}

a:focus {
    outline: 0
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.inner-block {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    min-width: 320px
}

.content-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 2%
}

.btn-wrap-center {
    clear: both;
    text-align: center
}

.btn {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 -2px 0 0;
    padding: 0 15px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 38px;
    line-height: 3.8rem
}

.btn:hover {
    transition: background .1s ease-in-out
}

.btn:active {
    transform: scale(.95)
}

.btn-green {
    border: 1px solid #3daa45;
    background: #3daa45;
    border-radius: 50px
}

.btn-green:hover {
    background: #000;
    color: #3daa45;
    border: 1px solid #3daa45
}

.btn-gold {
    border: 1px solid #fdc061;
    background: #fdc061
}

.btn-gold:hover {
    background: #000;
    color: #fdc061;
    border: 1px solid #fdc061
}

.btn-link {
    color: #dcd9d5;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem
}

.btn-link:hover {
    color: #dcd9d5;
    text-decoration: none
}

.btn-transparent {
    display: inline-block;
    border-radius: 50px;
    color: #fdc061;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fdc061;
    font-size: 14px;
    font-size: 1.4rem
}

.btn-transparent.btn-border-dark {
    border: 2px solid #13100e
}

.btn-transparent:active {
    transform: scale(.95)
}

.btn-transparent:hover {
    color: #13100e;
    text-decoration: none;
    background: #fdc061
}

.btn-wrap-center .btn {
    width: auto;
    white-space: nowrap
}

.social-wrap {
    position: relative
}

.social-text {
    float: left;
    width: 85px;
    color: #797979;
    text-transform: uppercase;
    line-height: 30px;
    line-height: 3rem;
    font-size: 10px;
    font-size: 1rem
}

.social-list {
    position: absolute;
    left: 85px;
    width: 100%
}

.social-list__item {
    float: left;
    margin: 0 1% 0 0
}

.social-list__link:hover {
    transition: all .1s ease-in-out;
    opacity: .7
}

.vkontakte-icon {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3830px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .vkontakte-icon {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3738px;
        height: 30px;
        width: 30px
    }
}

.mailru-icon {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2168px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .mailru-icon {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2117px;
        height: 30px;
        width: 30px
    }
}

.facebook-icon {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -1394px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .facebook-icon {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -1361px;
        height: 30px;
        width: 30px
    }
}

.twitter-icon {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3719px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .twitter-icon {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3630px;
        height: 30px;
        width: 30px
    }
}

.yandex-icon {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -4011px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .yandex-icon {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3914px;
        height: 30px;
        width: 30px
    }
}

.b-header__social-wrap {
    width: 290px;
    padding: 5px 0 0 0;
    overflow: hidden
}

.b-promo__link {
    display: block
}

.promo-block-wrapper {
    position: relative;
    width: 100%;
    max-height: 315px;
    overflow: hidden;
    z-index: 10
}

.b-header__lang {
    float: right;
    margin: 10px 0 0 0
}

.lang {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 16px;
    z-index: 215
}

.lang-select {
    position: relative;
    display: block;
    height: 16px
}

.lang-select::after {
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #797979 transparent transparent transparent
}

.ru-icon::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: ""
}

.ru-icon::before {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3071px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 16px;
    width: 24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .ru-icon::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2995px;
        height: 16px;
        width: 24px
    }
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    min-height: 50vh;
}
.video iframe {
    width: 100%;
    height: 100%;
    min-height: 50vh;
}

.slot-item {
    position: relative;
    padding: 2px;
    background: #302d28
}

.game-item__image {
    display: block;
    width: 100%;
    height: auto
}

.slot-item.is-active .slot-hover {
    transform: scale(1);
    transition: all .1s ease-in-out
}

.slot-item__title {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 7% 0 0 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem
}

.i-tape__free, .i-tape__hot, .i-tape__new, .i-tape__tournament {
    position: absolute;
    top: 2px;
    left: 2px
}

.i-tape__new {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2387px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .i-tape__new {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2329px;
        height: 77px;
        width: 77px
    }
}

.i-tape__free {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -1515px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .i-tape__free {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -1478px;
        height: 77px;
        width: 77px
    }
}

.i-tape__tournament {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3592px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .i-tape__tournament {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3506px;
        height: 77px;
        width: 77px
    }
}

.i-tape__hot {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -1656px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 77px;
    width: 77px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .i-tape__hot {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -1616px;
        height: 77px;
        width: 77px
    }
}

.slot-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(19, 16, 14, .8);
    transform: scale(0);
    transition: all .1s ease-in-out;
    z-index: 15
}

.slot-hover__button-wrapper {
    padding: 5% 0 0 0;
    position: relative;
    text-align: center
}

.slot-hover__button-demo, .slot-hover__button-money {
    white-space: nowrap
}

.slot-hover__button-money {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width: 1300px) {
    .slot-hover__button-money {
        font-size: 12px
    }
}

@media screen and (max-width: 1180px) {
    .slot-hover__button-money {
        font-size: 10px
    }
}

@media screen and (max-width: 1100px) {
    .slot-hover__button-money {
        font-size: 8px
    }
}

@media screen and (max-width: 992px) {
    .slot-hover__button-money {
        font-size: 13px
    }
}

@media screen and (max-width: 820px) {
    .slot-hover__button-money {
        font-size: 11px
    }
}

@media screen and (max-width: 768px) {
    .slot-hover__button-money {
        font-size: 14px
    }
}

@media screen and (max-width: 680px) {
    .slot-hover__button-money {
        font-size: 12px
    }
}

@media screen and (max-width: 620px) {
    .slot-hover__button-money {
        font-size: 10px
    }
}

@media screen and (max-width: 540px) {
    .slot-hover__button-money {
        font-size: 14px
    }
}

@media screen and (max-width: 450px) {
    .slot-hover__button-money {
        font-size: 12px
    }
}

@media screen and (max-width: 400px) {
    .slot-hover__button-money {
        font-size: 10px
    }
}

@media screen and (max-width: 340px) {
    .slot-hover__button-money {
        font-size: 10px
    }
}

.slot-hover__button-demo {
    display: inline-block;
    margin: 6% 0 0 0
}

.pay-processors {
    display: table;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center
}

.pay-processors__item {
    display: table-cell;
    width: 1%;
    margin: 0 5px;
    height: 40px;
    vertical-align: top
}

.pay-processors__lnk {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    font-size: .9rem
}

.pay-processors__lnk::before {
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

.pay-processors__name {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -44px;
    padding: 30px 0 0 0;
    width: 88px;
    color: #302d28;
    transition: all .1s ease-in-out;
    font-size: 13px;
    font-size: 1.3rem
}

.pay-processors .visa-icon::before {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3751px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 47px;
    width: 49px;
    margin: -23.5px 0 0 -24.5px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .pay-processors .visa-icon::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3661px;
        height: 47px;
        width: 48.5px
    }
}

.pay-processors .maestro-icon::before {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2126px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 40px;
    width: 67px;
    margin: -20px 0 0 -33.5px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .pay-processors .maestro-icon::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2076px;
        height: 40px;
        width: 67.5px
    }
}

.pay-processors .qiwi-icon::before {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2929px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 46px;
    width: 44px;
    margin: -23px 0 0 -22px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .pay-processors .qiwi-icon::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2856px;
        height: 46.5px;
        width: 44px
    }
}

.pay-processors .webmoney-icon::before {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3887px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 45px;
    width: 45px;
    margin: -22.5px 0 0 -22.5px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .pay-processors .webmoney-icon::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3793px;
        height: 45px;
        width: 45px
    }
}

.pay-processors .yandex-wallet-icon::before {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3966px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 43px;
    width: 38px;
    margin: -21.5px 0 0 -19px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .pay-processors .yandex-wallet-icon::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3870px;
        height: 43px;
        width: 38px
    }
}

.pay-processors .skrill-icon::before {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3089px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 26px;
    width: 76px;
    margin: -13px 0 0 -38px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .pay-processors .skrill-icon::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3012px;
        height: 26px;
        width: 76px
    }
}

.pay-processors .neteller-icon::before {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2332px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 19px;
    width: 107px;
    margin: -9.5px 0 0 -53.5px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .pay-processors .neteller-icon::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2276px;
        height: 19.5px;
        width: 107.5px
    }
}

.header {
    position: relative;
    padding: 15px 0;
    background: #13100e;
    z-index: 110
}

.header__inner {
    position: relative
}

.logo {
    position: relative;
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2084px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 40px;
    width: 255px;
    z-index: 215
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .logo {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2035px;
        height: 40px;
        width: 255px
    }
}

.header-btn-wrap {
    position: relative;
    float: right;
    width: 290px;
    overflow: hidden;
    z-index: 210
}

.header-register-btn {
    float: right;
    width: 165px;
    margin: 0 1.764705882352941% 0 0;
    border-radius: 0 50px 50px 0
}

.header-auth-btn {
    position: relative;
    float: right;
    width: 110px;
    margin: 0 2px 0 0;
    border-radius: 50px 0 0 50px
}

.content {
    padding-top: 40px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem
}

.content p {
    margin: 12px 0;
    line-height: 1.5
}

.content-top__wrap {
    position: relative;
    padding: 0 8px
}

.row {
    position: relative;
    box-sizing: border-box
}

.row:before {
    display: table;
    content: ""
}

.row:after, .row:before {
    box-sizing: border-box
}

.cols-12, .cols-4, .cols-8 {
    float: left;
    position: relative;
    box-sizing: border-box
}

.cols-4 {
    width: 33.33333%
}

.cols-8 {
    width: 66.66666%
}

.cols-12 {
    width: 100%
}

.nav-inner {
    position: relative;
    background: #302d28;
    z-index: 100
}

.nav-primary__item {
    float: left;
    text-align: center;
    border-right: 1px solid #000
}

.nav-primary__item:last-child {
    border-right: none
}

.nav-primary__lnk {
    display: block;
    padding: 10px 35px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #fdc061;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s ease-in-out;
    font-size: 14px;
    font-size: 1.4rem
}

.nav-primary__lnk.is-active {
    color: #000;
    background: #fdc061;
    pointer-events: none
}

.mobile-m-panel.active {
    display: block;
}

.nav-primary__lnk:hover {
    transition: all .1s ease-in-out;
    background: rgba(253, 192, 97, .1)
}

.game-sort {
    position: relative
}

.game-sort-list {
    display: table;
    width: 100%
}

.game-sort-list__item {
    display: table-cell;
    position: relative;
    width: 1%;
    text-align: center;
    overflow: hidden
}

.game-sort-list__item:first-child a {
    margin-left: 0
}

.game-sort-list__item:last-child a {
    margin-right: 0
}

.game-sort__scroll {
    -webkit-overflow-scrolling: touch
}

.game-sort__wrapp {
    position: relative;
    padding: 10px 0 0 0;
    height: 81px;
    overflow: hidden
}

.game-sort__wrapp::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #fdc061;
    z-index: 10
}

.game-sort .game-sort__scroll {
    top: 10px;
    transition: top .2s ease-in-out
}

.game-sort .game-sort__wrapp {
    transition: height .2s ease-in-out
}

.game-sort-arrow {
    display: none;
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 5px 40px 5px 10px;
    background: #302d28;
    border-radius: 0 0 5px 5px;
    color: #fdc061;
    text-align: center;
    cursor: pointer;
    z-index: 10
}

.game-sort-arrow__text {
    position: relative
}

.game-sort-arrow__text::before {
    position: absolute;
    top: 5px;
    right: -30px;
    content: "";
    transition: all .2s ease-in-out;
    transform: rotate(0);
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -51px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 8px;
    width: 16px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .game-sort-arrow__text::before {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -49px;
        height: 8px;
        width: 16px
    }
}

.game-sort__link {
    display: block;
    position: relative;
    height: 81px;
    margin: 0 5px;
    padding: 1px;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: #fdc061;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    font-size: 10px;
    font-size: 1rem
}

.game-sort__link .game-sort-category {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%
}

.game-sort__link:hover {
    background: #fdc061
}

.game-sort__link:hover .game-sort-category {
    color: #13100e
}

.game-sort__link:hover svg {
    fill: #13100e
}

.game-sort__link.is-active {
    border: 1px solid #fdc061;
    border-bottom: 1px solid #13100e;
    pointer-events: none
}

.game-sort__link.is-active:hover {
    background: 0 0
}

.all-game-icon, .jackpot-icon, .keno-icon, .live-icon, .slots-icon, .table-games-icon, .vpoker-icon {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 46px;
    height: 27px;
    margin: 0 0 0 -23px;
    fill: #fdc061
}

.jackpot-icon {
    width: 45px;
    height: 25px
}

.slots-block_wrapper {
    margin: 15px 0 0 0;
    overflow: hidden
}

.slots-block {
    overflow: hidden
}

.slots-block__item {
    display: inline-block;
    width: 20%;
    margin: 0 -4px 0 0;
    padding: 8px;
    box-sizing: border-box
}

.btn-all-game {
    width: auto
}

.footer {
    position: relative;
    padding: 40px 0 20px 0
}

.l-software {
    padding: 40px 0 0 0;
    text-align: center
}

.l-software__item {
    display: inline-block;
    padding: 0 20px 40px 20px;
    vertical-align: middle
}

.l-sertificate {
    text-align: center
}

.l-sertificate__item {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle
}

.l-sertificate__item img {
    width: 50px;
}

.icon-betsoft, .icon-bigtimegaming, .icon-blueprint, .icon-elk, .icon-endorphina, .icon-habanero, .icon-nextgen, .icon-nolimitcity, .icon-pagi, .icon-quickfire, .icon-quickspin, .icon-relax, .icon-thunderkick {
    display: block
}

.icon-quickfire {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2977px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 92px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-quickfire {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2904px;
        height: 32px;
        width: 92px
    }
}

.icon-netent {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2353px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 91px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-netent {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2296px;
        height: 32px;
        width: 91px
    }
}

.icon-yggdrasil {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -4073px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-yggdrasil {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3974px;
        height: 32px;
        width: 132px
    }
}

.icon-quickspin {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3011px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 24px;
    width: 100px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-quickspin {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2937px;
        height: 24px;
        width: 100px
    }
}

.icon-itechlabs {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -1815px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 53px;
    width: 53px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-itechlabs {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -1771px;
        height: 53px;
        width: 53px
    }
}

.icon-pagi {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2594px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 53px;
    width: 53px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-pagi {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2531px;
        height: 53px;
        width: 53px
    }
}

.icon-pushgaming {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2912px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 15px;
    width: 140px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-pushgaming {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2840px;
        height: 15px;
        width: 140px
    }
}

.icon-nextgen {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2466px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 116px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-nextgen {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2407px;
        height: 32px;
        width: 116px
    }
}

.icon-elk {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -1122px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 81px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-elk {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -1095px;
        height: 32px;
        width: 81px
    }
}

.icon-thunderkick {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3479px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 103px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-thunderkick {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -3395px;
        height: 32px;
        width: 103px
    }
}

.icon-playngo {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2760px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 116px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-playngo {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2694px;
        height: 32px;
        width: 116px
    }
}

.icon-amatic {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 104px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-amatic {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 0;
        height: 32px;
        width: 104px
    }
}

.icon-bigtimegaming {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -590px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 127px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-bigtimegaming {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -576px;
        height: 32px;
        width: 127px
    }
}

.icon-betsoft {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -556px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 84px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-betsoft {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -543px;
        height: 32px;
        width: 84px
    }
}

.icon-endorphina {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -1326px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 48px;
    width: 105px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-endorphina {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -1295px;
        height: 48px;
        width: 105px
    }
}

.icon-relax {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -3037px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 103px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-relax {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2962px;
        height: 32px;
        width: 103px
    }
}

.icon-nolimitcity {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2518px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 119px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-nolimitcity {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -2457px;
        height: 32px;
        width: 119px
    }
}

.icon-blueprint {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -634px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 32px;
    width: 137px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-blueprint {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -618px;
        height: 32px;
        width: 137px
    }
}

.icon-habanero {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -1626px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 28px;
    width: 136px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .icon-habanero {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -1587px;
        height: 28px;
        width: 136px
    }
}

.copyrights-wrap {
    width: 40%;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-size: 1.3rem
}

.footer__nav-wrap {
    margin: 50px auto 0;
    padding: 30px 0;
    background: #302d28
}

.footer-nav {
    width: 100%;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #dcd9d5
}

.footer-nav__item {
    display: table-cell;
    width: 1%
}

.footer-nav__lnk {
    color: #fdc061;
    text-decoration: none;
    transition: all .1s ease-in-out;
    font-size: 14px;
    font-size: 1.4rem
}

.footer-nav__lnk:hover {
    color: #dcd9d5
}

.mobile-m-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 110px 0 25px 0;
    background: #302d28;
    z-index: 200
}

.mobile-m-panel .m-panel-inner {
    position: relative;
    width: 290px;
    min-width: 290px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.mobile-m-panel .m-panel-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAYAAAAlH6X5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADFJREFUeNpiNNDVeMPEwMDwEUS8BhHPQMRDEPEARNyHs96BiA8M////ZwCx0AmAAAMAJq0MqjOr6F8AAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    z-index: 10
}

.mobile-m-panel .m-panel-scroll {
    width: 310px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-m-panel .m-panel-scroll-wrap {
    width: 290px;
    min-height: 100%;
    padding: 0 0 150px 0
}

.nav-mobile-icon-line, .nav-mobile-icon::after, .nav-mobile-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #fdc061
}

.nav-mobile-icon {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #302d28;
    border: 2px solid #13100e;
    z-index: 210
}

.nav-mobile-icon::after, .nav-mobile-icon::before {
    content: "";
    transition: all .2s ease-in-out
}

.nav-mobile-icon::before {
    margin: -7px 0 0 -10px
}

.nav-mobile-icon::after {
    margin: 5px 0 0 -10px
}

.nav-mobile ul {
    width: 96%
}

.nav-mobile ul li {
    text-align: center;
    border-top: 2px solid #13100e
}

.nav-mobile ul li a {
    display: block;
    padding: 10px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fdc061;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 24px;
    font-size: 2.4rem
}

.nav-mobile ul li a:hover {
    color: #ededed
}

.nav-mobile ul li:first-child {
    border-top: none
}

.mobile-m-panel .chat-btn {
    margin: 15px 0 0 0
}

.mobile-lang {
    margin: 15px 50px 0 50px
}

.mobile-lang-list {
    text-align: center
}

.mobile-lang-list__item {
    position: relative;
    display: inline-block
}

.mobile-lang-list__link {
    display: block;
    width: 50px;
    height: 50px
}

.mobile-lang-list__link::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -12px;
    content: ""
}

.mobile-lang-list__link.is-active::after {
    position: absolute;
    top: -2px;
    left: -3px;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    border: 2px solid #13100e
}



.btn__404 {
    display: block;
    width: 220px;
    padding: 7px 15px;
    border: 1px solid #fdc061;
    text-decoration: none;
    border-radius: 10px;
}

.btn__404:hover {
    background-color: #fdc061;
    color: black;
    transition: 1.5s;
}

@media (max-width: 1300px) {
    .inner-block {
        width: 96%
    }
}

@media (max-width: 1000px) {
    .content-inner {
        width: 96%
    }
}

@media only screen and (max-width: 992px) {
    .b-header__social-wrap {
        width: 170px;
        padding: 0 0 0 15px;
        overflow: visible;
        box-sizing: border-box
    }

    .b-header__social-wrap .social-text {
        float: none;
        padding: 0
    }

    .b-header__social-wrap .social-list {
        top: 0;
        left: 85px;
        width: 100px;
        transform: scale(.8)
    }

    .slots-block__item {
        width: 25%
    }
}

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

    h1 {
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-size: 2.8rem
    }

    .b-header__social-wrap {
        display: none
    }

    .b-header__social-wrap .social-list {
        width: 210px
    }

    .main-content {
        padding: 120px 0 0 0
    }

    .content {
        padding-top: 0
    }

    .content-inner {
        padding-top: 40px
    }

    .header {
        position: fixed;
        width: 100%;
        box-shadow: 0 0 20px #13100e;
        border-bottom: 2px solid #302d28
    }

    .header .cols-4, .header .cols-8 {
        float: none;
        width: 100%
    }

    .header .logo {
        margin: 0 auto 15px;
        display: block;
        background-image: url(../img/images-list-s8ce043f1f1.png);
        background-position: 0 -2045px;
        background-repeat: no-repeat;
        overflow: hidden;
        height: 37px;
        width: 193px
    }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
    .header .logo {
        background-image: url(../img/images-list-2x-s2d335c8dbc.png);
        background-size: 255px 4022.5px;
        background-position: 0 -1996px;
        height: 37.5px;
        width: 193px
    }
}

@media only screen and (max-width: 768px) {
    .header-btn-wrap {
        float: none;
        margin: 5px auto 0
    }

    .lang {
        display: none
    }

    .nav-inner {
        display: none
    }

    .nav-mobile-icon {
        display: block
    }

    .promo-block-wrapper {
        display: none
    }

    .game-sort {
        margin: 10px 0 0 0
    }

    .game-sort__scroll {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        padding: 0 0 20px 0;
        overflow-x: scroll
    }

    .game-sort-list {
        display: block;
        position: relative;
        width: 1210px
    }

    .game-sort-list__item {
        display: inline-block;
        margin-right: -4px;
        min-width: 130px
    }

    .slots-block__item {
        width: 33.333333%
    }

    .footer-nav__item {
        display: block;
        width: 100%
    }

    .footer-nav__lnk {
        line-height: 28px;
        line-height: 2.8rem
    }

    .pay-processors {
        display: block;
    }

    .pay-processors__item {
        display: inline-block;
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 610px) {
    .slots-block__item {
        width: 33.333333%
    }
}

@media only screen and (max-width: 540px) {
    .slots-block__item {
        width: 50%
    }
}

@media only screen and (max-width: 375px) {
    .header .logo {
        margin: 20px auto 0
    }
}
@media (orientation: landscape) and (max-height: 600px) {
   .video {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
   } 
}

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

.content figure img {
    border-radius: 14px;
    margin: 30px auto;
}

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

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}

.logo {
    text-decoration: none;
    font-size: 24px;
}