﻿@font-face {
    font-family: din_condensedbold;
    src: url(../fonts/din_condensed_bold-webfont.eot);
    src: url(../fonts/din_condensed_bold-webfont.woff2) format('woff2'), url(../fonts/din_condensed_bold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box
}

html,
body {
    height: 100%
}

html {
    font-family: roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body:before {
    content: '';
    position: fixed;
    bottom: 0;
    top: 0;
    width: 50%;
    max-width: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(to left, #380d80 0, rgba(0, 0, 0, .8) 0, #0f0c41 480px, rgba(0, 0, 0, .7) 750px, #010207 1000px), linear-gradient(to bottom, #0f0c41 0, #0f0c41 375px, rgba(32, 27, 109, .85), #201b6d 100%)
}

body:after {
    content: '';
    position: fixed;
    bottom: 0;
    top: 0;
    width: 50%;
    max-width: 100%;
    z-index: -2;
    right: 0;
    background: linear-gradient(to right, #380d80 0, rgba(0, 0, 0, .8) 0, #0f0c41 480px, rgba(0, 0, 0, .7) 750px, #010207 1000px), linear-gradient(to bottom, #0f0c41 0, #0f0c41 375px, rgba(32, 27, 109, .85), #201b6d 100%)
}

.btn {
    display: block;
    position: relative;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
    font-weight: 400;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    will-change: background, filter
}

.btn:hover {
    cursor: pointer;
    font-weight: 400;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.btn:active {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-weight: 400;
    -webkit-filter: brightness(.9);
    filter: brightness(.9)
}

.btn,
.btn:hover,
.btn:hover>*,
.btn>* {
    text-decoration: none
}

.btn span {
    display: block;
    text-align: center
}

.btn-green {
    background-color: #00c13b
}

.btn-red {
    background-color: #d0021b
}

.btn-blue {
    background-color: #0059b3
}

.btn-bar {
    font-size: 16px;
    line-height: 40px;
    text-align: center
}

.widget-reg .btn-bar {
    line-height: 48px
}

.btn-reg {
    width: 254px;
    height: 40px
}

.btn-auth {
    width: 120px;
    height: 40px;
    margin-left: 22px
}

.btn-rolling {
    height: 64px;
    width: 242px;
    background: #000 url(../img/btn-redesign-bg.png) repeat-x 0 0;
    transition: none;
    margin: 4px 0 0 24px
}

.btn-rolling:before {
    content: '';
    width: 23px;
    height: 64px;
    background: url(../img/btn-engage-toggle.png) no-repeat 0 0;
    position: absolute;
    left: -23px;
    top: 0
}

.btn-rolling:after {
    content: '';
    width: 55px;
    height: 82px;
    background: url(../img/btn-engage-toggle.png) no-repeat 0 -64px;
    position: absolute;
    right: -55px;
    top: -17px
}

.btn-rolling span {
    line-height: 64px;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .7);
    display: block;
    text-align: center
}

.btn-rolling:hover {
    -webkit-filter: none;
    filter: none;
    background-position: 0 -65px
}

.btn-rolling:hover:before {
    background-position: 0 -315px
}

.btn-rolling:hover:after {
    height: 84px;
    top: -21px;
    background-position: 0 -145px
}

.btn-rolling:active {
    -webkit-filter: none;
    filter: none;
    background-position: 0 0
}

.btn-rolling:active:before {
    background-position: 0 0
}

.btn-rolling:active:after {
    height: 74px;
    top: -9px;
    background-position: 0 -234px
}

.btn-intext {
    color: #fff!important;
    width: 300px;
    height: 46px;
    line-height: 46px;
    display: block;
    margin: 5px auto 12px
}

.user-bar__socials {
    display: flex;
    flex-direction: row;
    width: 265px;
    justify-content: space-between;
    padding-right: 34px
}

.user-bar__socials span {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-image: url(../img/sociale-icons.png);
    background-repeat: no-repeat;
    opacity: 1;
    position: relative
}

.user-bar__socials span.vk {
    background-position: -2px 3px
}

.user-bar__socials span.vk:hover {
    background-position: -2px -36px
}

.user-bar__socials span.vk:active {
    background-position: -2px -76px
}

.user-bar__socials span.ok {
    background-position: -81px 3px
}

.user-bar__socials span.ok:hover {
    background-position: -81px -36px
}

.user-bar__socials span.ok:active {
    background-position: -81px -76px
}

.user-bar__socials span.mru {
    background-position: -41px 3px
}

.user-bar__socials span.mru:hover {
    background-position: -41px -36px
}

.user-bar__socials span.mru:active {
    background-position: -41px -76px
}

.user-bar__socials span.fb {
    background-position: -161px 3px
}

.user-bar__socials span.fb:hover {
    background-position: -161px -36px
}

.user-bar__socials span.fb:active {
    background-position: -161px -76px
}

.user-bar__socials span.ya {
    background-position: -121px 3px
}

.user-bar__socials span.ya:hover {
    background-position: -121px -36px
}

.user-bar__socials span.ya:active {
    background-position: -121px -76px
}

.user-bar__socials span.tw {
    background-position: -201px 3px
}

.user-bar__socials span.tw:hover {
    background-position: -201px -36px
}

.user-bar__socials span.tw:active {
    background-position: -201px -76px
}

.user-bar__socials a:hover {
    opacity: 1!important
}

.user-bar__socials a:active {
    top: 1px
}

.page-size,
main {
    width: 1000px;
    margin: 0 auto
}

header {
    position: relative;
    z-index: 12;
    margin-bottom: 24px
}

.other-page header {
    margin-bottom: 24px
}

.other-page .header__top>a {
    margin: 6px 0 0 38px
}

.other-page .header__top>a img {
    width: 140px;
}

.header__top {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    margin-bottom: 3px
}

.header__top:after {
    content: '';
    background: url(../img/bg-header-top.png) 100% -2px no-repeat;
    height: 120px;
    width: calc(50% + 40px);
    position: absolute;
    position: absolute;
    background-size: cover;
    right: -40px;
}

.header__top:before {
    content: '';
    background: url(../img/bg-header-top.png) 100% -2px no-repeat;
    position: absolute;
    height: 120px;
    width: calc(50% + 40px);
    position: absolute;
    background-size: cover;
    left: -40px;
    transform: rotateY(180deg);
}

.header__top>a {
    display: block;
    margin: 6px 0 0 38px;
    position: absolute;
    z-index: 5
}

.header__top>a img {
    width: 180px
}

.header__top-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 41px;
    position: relative;
    z-index: 5;
    margin-left: 215px;
    margin-top: 20px;
}

.top-items__user-bar {
    padding-bottom: 6px
}

.top-items__user-bar,
.user-bar__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 100%
}

.top-items__nav {
    margin-top: 30px;
}

.header-nav {
    display: flex;
    justify-content: space-around;
}

.top-items__nav .header-nav a {
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: #d1d1d1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.top-items__nav .header-nav a:hover {
    color: #fdbb2c
}

.top-items__del {
    display: inline-block;
    position: relative;
    top: 0;
    left: 12px;
    margin-right: 19px;
    padding: 1px 10px;
    background: #17212a;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), inset 0 1px 1px 0 #000;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1), inset 0 1px 1px 0 #000;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    color: #3a485b;
    letter-spacing: 0;
    text-shadow: 0 1px 0 #000;
    z-index: 2
}

.top-items__del:before {
    content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 21px;
    width: 1px;
    height: 60px;
    opacity: .1;
    background: #fff;
    z-index: -1
}

.top-items__del:after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 20px;
    background: #000;
    width: 1px;
    height: 60px;
    z-index: -1
}

.header__bottom {
    height: 270px;
    position: relative;
    z-index: 1
}

.header__bottom-slide {
    position: relative
}

.header__bottom-slide img {
    position: relative;
    z-index: 5
}

.slide-caption {
    position: absolute;
    left: 30px;
    bottom: 36px;
    z-index: 15;
    display: flex;
    flex-direction: column
}

.slide-caption span.caption1 {
    font-family: roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02rem;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 3px 1px rgba(15, 11, 65, .25), -1px -1px 0 #110e4a, 1px -1px 0 #110e4a, -1px 1px 0 #110e4a, 1px 1px 0 #110e4a, -2px -2px 2px rgba(17, 14, 74, .75), 2px -2px 2px rgba(17, 14, 74, .75), -2px 2px 2px rgba(17, 14, 74, .75), 2px 2px 2px rgba(17, 14, 74, .75);
    margin: 0
}

.slide-caption span.caption2 {
    text-shadow: 1px 1px 1px #1e225d, 1px -1px 1px #1e225d, -1px 1px 1px #1e225d, -1px -1px 1px #1e225d, 0 0 1px #1e225d;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    color: #ffc000;
    margin: 0 0 10px
}

.banner {
    display: block;
    width: 1000px;
    margin: -65px auto 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-caption {
    max-width: 420px;
    position: absolute;
    left: 30px;
    top: 95px;
    z-index: 2;
}

.banner-subtitle {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    color: #ffc000;
    margin: 0 0 10px;
}

.banner-title {
    font-family: Roboto,sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02rem;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 3px 1px rgba(15,11,65,.25), -1px -1px 0 #110e4a, 1px -1px 0 #110e4a, -1px 1px 0 #110e4a, 1px 1px 0 #110e4a, -2px -2px 2px rgba(17,14,74,.75), 2px -2px 2px rgba(17,14,74,.75), -2px 2px 2px rgba(17,14,74,.75), 2px 2px 2px rgba(17,14,74,.75);
    margin: 0;
}

.banner-subtitle {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    color: #ffc000;
    margin: 0 0 10px;
}

main {
    padding: 6px 0 24px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #21252e;
    background-size: 100%;
    background: url(../img/redes-bg-content.png) repeat scroll 0 0 transparent;
    z-index: 14;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.main__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.main__bottom {}

.content {
    width: 687px
}

.content.cat-244 {
    width: 100%
}

.game-page .content {
    width: 100%
}

main aside {
    width: 292px
}

.widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../img/new_sidebar_retina.png) 50% 0 repeat #000;
    position: relative;
    margin-bottom: 7px;
    border: 2px solid #090909;
    -webkit-box-shadow: inset 0 0 0 1px rgba(60, 65, 71, .4), 0 0 0 1px #171e27;
    box-shadow: inset 0 0 0 1px rgba(60, 65, 71, .4), 0 0 0 1px #171e27;
    background-size: 256px
}

.widget-box {
    min-height: 76px;
    padding: 5px
}

.widget:before,
.widget:after,
.widget-box:before,
.widget-box:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-image: url(../img/ellipse.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain
}

.widget:before,
.widget:after {
    top: 5px
}

.widget:before,
.widget-box:before {
    left: 5px
}

.widget:after,
.widget-box:after {
    right: 5px
}

.widget-box:before,
.widget-box:after {
    bottom: 5px
}

.widget-reg .btn {
    margin: 9px 21px 9px 22px
}

.widget-search input[type=text] {
    width: 100%;
    background: #000;
    height: 80px;
    border: 1px solid #000;
    padding-left: 70px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    font-weight: 300
}

.widget-search,
.widget-search .widget-box,
.widget-search:before,
.widget-search:after,
.widget-search .widget-box:before,
.widget-search .widget-box:after,
.widget-strip:before,
.widget-strip:after,
.widget-strip .widget-box:after,
.widget-strip .widget-box:before {
    background: 0 0;
    padding: 0;
    border: none;
    box-shadow: none
}

.widget-search form {
    display: block;
    position: relative
}

.widget-search form:before {
    content: '';
    display: block;
    background: url(../img/icon_search.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 27px;
    top: 32px
}

@-webkit-keyframes blinking-full {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blinking-full {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blinking-full-revert {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes blinking-full-revert {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.widget-light__header {
    height: 63px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .9);
    white-space: nowrap;
    margin: -7px -8px -1px
}

.widget-light__header:before {
    left: -12px;
    right: 50%;
    background-position: 0 -2px
}

.widget-light__header:after {
    right: -12px;
    left: 50%;
    background-position: 100% -2px
}

.widget-light__header:after,
.widget-light__header:before {
    content: '';
    height: 93px;
    position: absolute;
    top: -18px;
    background-image: url(../img/sprite-lights.png);
    background-repeat: no-repeat;
    z-index: -1
}

.widget-light__header span {
    font-size: 20px;
    font-weight: 700;
    height: inherit;
    line-height: 58px;
    color: #c4dcec;
    display: block;
    position: relative;
    z-index: 3
}

.light-header__twinkle_1 {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1
}

.light-header__twinkle_1:after,
.light-header__twinkle_1:before {
    content: '';
    height: 93px;
    position: absolute;
    top: -18px;
    background-image: url(../img/sprite-lights.png);
    background-repeat: no-repeat;
    z-index: -1
}

.light-header__twinkle_1:before {
    left: -12px;
    right: 50%;
    background-position: 0 -96px
}

.light-header__twinkle_1:after {
    right: -12px;
    left: 50%;
    background-position: 100% -96px
}

.light-header__twinkle_2 {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: blinking-full 1s infinite;
    animation: blinking-full 1s infinite;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2
}

.light-header__twinkle_2:after,
.light-header__twinkle_2:before {
    content: '';
    height: 93px;
    position: absolute;
    top: -18px;
    background-image: url(../img/sprite-lights.png);
    background-repeat: no-repeat;
    z-index: -1
}

.light-header__twinkle_2:before {
    left: -12px;
    right: 50%;
    background-position: 0 -190px
}

.light-header__twinkle_2:after {
    right: -12px;
    left: 50%;
    background-position: 100% -190px
}

.widget-light__header.active .light-header__twinkle_1 {
    display: block;
    opacity: 1
}

.widget-light__header.active .light-header__twinkle_2 {
    display: none;
    opacity: 0
}

.widget-light__header.animate .light-header__twinkle_1 {
    display: block;
    opacity: 1;
    -webkit-animation: blinking-full-revert 1s infinite;
    animation: blinking-full-revert 1s infinite;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear
}

.widget-light__header.animate .light-header__twinkle_2 {
    display: block;
    opacity: 0
}

@-webkit-keyframes blinkNeon {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    35% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes blinkNeon {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    35% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

.widget-strip .widget-body {
    position: relative;
    z-index: 0;
    height: 472px;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    background-image: url(../img/strip-gallery-widget-bg-1.png), linear-gradient(to bottom, #000 0, #0b2864 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-color: #0097ec;
    border-style: solid;
    -webkit-box-shadow: 0 0 16px 4px rgba(0, 118, 185, .5);
    box-shadow: 0 0 16px 4px rgba(0, 118, 185, .5);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 4px 0 6px
}

.widget-strip .widget-box {
    padding-bottom: 9px
}

.widget-strip__girl {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none
}

.widget-strip__girl:before {
    content: '';
    position: absolute;
    top: 380px;
    left: 50%;
    width: 300px;
    height: 56px;
    background-image: url(../img/strip-gallery-girl-substrate-shadow.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.widget-strip__girl-animate {
    position: absolute;
    top: 5px;
    left: 96px;
    width: 124px;
    height: 377px
}

.widget-strip__girl-animate:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/strip-gallery-girl-neon-1.png);
    background-repeat: no-repeat
}

.widget-strip__girl-animate:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/strip-gallery-girl-neon-2.png);
    background-repeat: no-repeat;
    -webkit-animation-name: blinkNeon;
    animation-name: blinkNeon;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: step-end;
    animation-timing-function: step-end;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.widget-strip__text {
    position: absolute;
    top: 265px;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 1.1;
    text-align: left;
    color: #fff;
    text-shadow: -1px 0 6px rgba(38, 0, 230, .4), 1px 0 6px rgba(38, 0, 230, .4), 0 -1px 6px rgba(38, 0, 230, .4), 0 1px 6px rgba(38, 0, 230, .4), -1px -1px 6px rgba(38, 0, 230, .4), -1px 1px 6px rgba(38, 0, 230, .4), 1px -1px 6px rgba(38, 0, 230, .4), 1px 1px 6px rgba(38, 0, 230, .4)
}

.widget-strip__text-header {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.widget-strip__btn {
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: -3px;
    display: block;
    width: calc(100% + 6px);
    height: 48px;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
    background-color: #d0021b;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none
}

.widget-tnmt__promo {
    width: 254px;
    padding: 6px;
    margin: 0 auto 10px;
    border-radius: 6px;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    text-overflow: ellipsis;
    white-space: nowrap
}

.widget-tnmt__promo img {
    max-width: 100%;
    display: block
}

.widget-tnmt__promo-size1 {
    min-height: 70px;
    background-position: -2px -524px;
    background-repeat: repeat-x;
    box-shadow: 0 0 #000
}

.widget-tnmt__promo-size1 .widget-tnmt__image {
    position: relative;
    overflow: hidden;
    max-height: 200px;
    border: 2px solid #000;
    box-shadow: inset 0 0 0 1px hsla(0,0%,100%,.05), 0 0 0 1px #171e27;
    border-radius: 6px;
}
}

.widget-tnmt__promo-size2 {
    height: 210px;
    background-image: url(../img/sprite-thumb.png);
    background-position: -2px -313px;
    background-repeat: repeat-x
}

.widget-tnmt__promo-size2 .widget-tnmt__image {
    height: 175px;
    position: relative;
    overflow: hidden
}

.widget-tnmt__size {
    padding: 5px 0 16px;
    text-align: center;
    color: #7a8999;
    font-size: 14px
}

.widget-tnmt__size-count {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .001em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffc000
}

.widget-tnmt .btn {
    height: 48px;
    line-height: 48px;
    margin: 18px auto;
    max-width: 236px
}

.tnmt-item {
    margin-top: 9px
}

.wpl {
    height: 80px;
    border: 2px solid #090909;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(60, 65, 71, .4), 0 0 0 1px #171e27;
    background: #0e161f url(../img/wrapper-main-1.png) 50% 0 repeat;
    z-index: 4;
    padding: 0 5px;
    margin-bottom: 7px
}

.wpl,
.wpl__jackpot,
.wpl__wrs {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center
}

.wpl__jackpot,
.wpl__wrs {
    flex-grow: 1;
    width: 50%
}

.wpl__cpt {
    font-family: roboto, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    color: #415367;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75);
    text-transform: uppercase;
    padding: 13px 5px 15px 12px;
    word-wrap: break-word;
    word-break: break-all
}

.wpl__box {
    position: relative
}

.jackpot {
    display: block;
    position: relative;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 12px 10px;
    margin: 0 -2px;
    white-space: nowrap
}

.jackpot:before {
    content: '';
    height: 52px;
    position: absolute;
    top: 6px;
    right: 5px;
    bottom: auto;
    left: 6px;
    border-radius: 9px;
    -webkit-box-shadow: -1px 1px 0 rgba(256, 256, 256, .2), 0 0 0 1px rgba(256, 256, 256, .1);
    box-shadow: -1px 1px 0 rgba(256, 256, 256, .2), 0 0 0 1px rgba(256, 256, 256, .1);
    background-color: #100f0f;
    z-index: 1
}

.jackpot>* {
    position: relative;
    z-index: 2
}

.jackpot-el {
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    position: relative;
    height: 40px;
    width: 25px;
    background-image: url(../img/sprite-jackpot.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
    box-sizing: content-box
}

.jackpot-el:after {
    position: absolute;
    top: auto;
    right: 2px;
    bottom: -5px;
    left: auto;
    content: '';
    width: 11px;
    height: 13px;
    background-image: url(../img/sprite.png);
    background-position: -28px -98px;
    background-repeat: no-repeat;
    display: none
}

.jackpot-el:nth-last-child(3) {
    padding-right: 11px
}

.jackpot-el:nth-last-child(3):after {
    display: block
}

.jackpot-el:nth-last-child(12),
.jackpot-el:nth-last-child(6),
.jackpot-el:nth-last-child(9) {
    padding-right: 11px
}

.jackpot-el:nth-last-child(12):after,
.jackpot-el:nth-last-child(6):after,
.jackpot-el:nth-last-child(9):after {
    display: block;
    background-position: -28px -78px
}

.jackpot-el:last-child {
    padding-right: 27px
}

.jackpot-el:last-child:after {
    display: block;
    background-position: 0 -77px;
    height: 40px;
    width: 25px;
    margin: 0 0 0 6px;
    right: 2px;
    top: 0
}

.wcrl__item {
    display: flex;
    flex-direction: row;
    height: 66px;
    width: 245px;
    position: relative
}

.wcrl__item:before {
    content: '';
    height: 52px;
    position: absolute;
    top: 6px;
    right: 5px;
    bottom: auto;
    left: 6px;
    border-radius: 9px;
    -webkit-box-shadow: -1px 1px 0 rgba(255, 255, 255, .2), 0 0 0 1px rgba(255, 255, 255, .1);
    box-shadow: -1px 1px 0 rgba(255, 255, 255, .2), 0 0 0 1px rgba(255, 255, 255, .1);
    background-color: #100f0f;
    z-index: -1
}

.wcrl__item-image {
    width: 108px;
    height: 66px;
    padding: 6px 8px 8px 7px;
    background-image: url(../img/sprite.png);
    background-position: -225px -41px;
    background-repeat: no-repeat
}

.wcrl__item-image img {
    max-width: 94px;
    position: relative;
    z-index: 11
}

.wcrl__item-image a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 6px;
    text-decoration: none
}

.wcrl__item-info {
    padding: 10px 7px
}

.item-info__wname {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 3px
}

.item-info__wcash {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #ffc000;
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.item-info__wcash span {
    font-size: 15px;
    color: #0097ec
}

.category-nav {
    background: url(../img/bg-category.png) no-repeat 50% 0;
    background-size: cover;
    height: 80px;
    z-index: 1;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    border-radius: 2px;
    opacity: 1;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .9);
    -webkit-transition: margin .2s ease-in-out, opacity .3s ease-out;
    transition: margin .2s ease-in-out, opacity .3s ease-out;
    padding-left: 40px;
    margin-left: 0px;
    margin-bottom: 10px
}

.category-nav a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    margin-right: 25px;
    font-family: din_condensedbold, sans-serif
}

.category-nav a.active,
.category-nav a:hover {
    color: #ffc109
}

.category-nav a.category-nav__favorite {
    width: 28px;
    height: 27px;
    position: relative;
    background-image: url(../img/favorites-def.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 28px 27px;
    margin-left: auto;
    font-size: 0
}

.mbox {
    box-shadow: inset 0 0 0 1px rgba(60, 65, 71, .4), 0 0 0 1px #171e27;
    padding: 0 20px 20px;
    border: 2px solid #090909;
    border-radius: 4px;
    background: #0e161f url(../img/wrapper-main-1.png) 50% 0 repeat;
    z-index: 4;
    margin-bottom: 7px
}

.mbox h1, .mbox .h1,
.mbox h2 .mbox .h2,
.mbox h3 .mbox .h3,
.mbox h4, .mbox .h4 {
	text-align: center;
	text-transform: uppercase;
    line-height: 2em;
}

.games {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    max-width: 666px;
    margin: 0 -14px 10px -10px
}

.content.cat-244 .games {
    max-width: none;
    margin: 0 -40px 10px -10px
}

.games:after {
    clear: both
}

.games:after,
.games:before {
    content: "";
    display: table
}

.games__item {
    display: inline-block;
    vertical-align: top;
    width: 206px;
    height: 118px;
    padding: 3px;
    margin: 0 9px 34px 7px;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px 0 #000;
    box-shadow: inset 0 0 4px 0 #000
}

.content.cat-244 .games__item {
    margin: 0 34px 42px 7px
}

.games__item-cnt {
    position: relative;
    z-index: 10
}

.games__item-cnt:before {
    content: 'Играть';
    width: 168px;
    height: 48px;
    background: #fe0320;
    background: linear-gradient(180deg, rgba(254, 3, 32, 1) 0%, rgba(131, 2, 17, 1) 100%);
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    border-radius: 5px;
    position: absolute;
    left: 16px;
    bottom: 73px;
    -webkit-transition: 125ms linear;
    transition: 125ms linear;
    overflow: hidden;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    z-index: 12;
    opacity: 0;
    text-align: center
}

.games__item-cnt:after {
    content: '';
    width: 200px;
    height: 112px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 11;
    opacity: 0;
    -webkit-transition: opacity 125ms;
    transition: opacity 125ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.games__item-img {
    width: 202px;
    height: 114px;
    border-radius: 4px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center
}

.games__item-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px 0 #000;
    box-shadow: 0 10px 20px 0 #000;
    -webkit-transition: .3s;
    transition: .3s
}

.games__item-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
    opacity: .1;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s
}

.games__item-img img {
    max-width: 100%;
    border-radius: 2px;
    opacity: 1;
    -webkit-transition: all 125ms linear;
    transition: all 125ms linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.games__item-link {
    text-align: center
}

.games__item:hover .games__item-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 14
}

.games__item:hover .games__item-link a {
    display: block;
    padding-top: 61.7%
}

.games__item-link a {
    font-size: 12px;
    line-height: 20px;
    color: #ccc;
    opacity: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    text-decoration: none
}

.games__item:hover .games__item-img:before {
    opacity: 1
}

.games__item:hover .games__item-img img {
    -webkit-transform: scale(.95, .95) translateZ(0);
    transform: scale(.95, .95) translateZ(0)
}

.games__item:hover .games__item-cnt:after {
    opacity: 1
}

.games__item:hover .games__item-cnt:before {
    opacity: 1
}

footer {
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    z-index: 15;
    padding-bottom: 20px;
}

footer .page-size {
    border: 1px solid #21242e;
    position: relative;
    background: url(../img/redes-bg-content.png)
}

.footer-payments {
    height: 64px;
    width: 1024px;
    border-radius: 8px;
    background: url(../img/bg-footer-redes.png) 50% 0 no-repeat;
    border: 2px solid #15222f;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), inset 0 -1px 0 rgba(0, 0, 0, .25);
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -20px 0 2px -12px;
    position: relative
}

.footer-payments:after {
    content: '';
    display: block;
    width: 998px;
    font-size: 0;
    height: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: -23px;
    left: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.footer-payments ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 105px
}

.footer-payments ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 32px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap
}

.footer-payments ul li.fp__yandex {
    height: 24px;
    background-image: url(../img/yandexmoney.svg);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.footer-payments ul li.fp__qiwi {
    height: 27px;
    background-image: url(../img/qiwi.svg);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer-payments ul li.fp__mastercard {
    height: 24px;
    background-image: url(../img/mastercard.svg);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.footer-payments ul li.fp__maestro {
    height: 24px;
    background-image: url(../img/maestro.svg);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.footer-payments ul li.fp__visa {
    height: 15px;
    background-image: url(../img/visa.svg);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.footer-payments ul li.fp__cirrus {
    height: 24px;
    background-image: url(../img/cirrus.svg);
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.footer-payments ul li.fp__sberbank {
    height: 23px;
    background-image: url(../img/shape.svg);
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.footer-payments ul li.fp__webmoney {
    height: 24px;
    background-image: url(../img/webmoney.svg);
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.footer-payments ul li.fp__alfa {
    height: 24px;
    background-image: url(../img/alfabank.svg);
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
}

.footer-nav__box {
    padding: 10px;
}

.footer-nav a {
    color: #c2c4cc;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: block
}

.footer-nav a:hover {
    color: #fff
}

.footer-copyright {
    padding: 13px 360px 10px 12px;
    height: 60px;
    border-top: 1px solid #21242e;
    background-color: #080f15;
    color: #8a8d99;
    font-size: 10px;
    line-height: 16px;
    position: relative
}

.footer-copyright a {
    color: #8a8d99
}

.footer-copyright p span:nth-child(2) {
    margin-left: 10px;
}

.footer-copyright:after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 334px;
    height: 38px;
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.text-center {
	text-align: center;
}

.page-text {
    color: #8a8d99;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px 15px
}

.game-text {
	color: #8a8d99;
    font-size: 14px;
    line-height: 20px;
}

.page-text h1, .page-text .h1,
.page-text h2, .page-text .h2,
.page-text h3, .page-text .h3,
.page-text h4, .page-text .h4 {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

.game-text h1, .game-text .h1,
.game-text h2, .game-text .h2,
.game-text h3, .game-text .h3,
.game-text h4, .game-text .h4 {
	text-align: center;
}

.mbox .page-text {
    padding-left: 0;
    padding-right: 0
}

.page-text p {
    margin: 0 0 15px
}

.page-text a {
    color: #ffc000
}

.page-text a:hover {
    text-decoration: none
}

.page-text ul,
.page-text ol {
    margin: 0 0 15px 15px;
    list-style-position: inside
}

.page-text li {
    font-size: 13px;
    color: #b7b7b7
}

.page-text>p>img,
.page-text>img {
    float: left;
    margin: 0 15px 10px 0
}

.page-navigation {
    width: 325px;
    float: left;
    margin: 3px 15px 15px 0
}

.page-navigation p {
    margin-bottom: 5px
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    color: #fafafa;
    text-align: left;
    line-height: 24px;
    font-weight: 700;
    margin: 10px 0;
    position: relative
}

h1,
.h1 {
    font-size: 24px
}

h2,
.h2 {
    font-size: 20px
}

h3,
.h3 {
    font-size: 16px
}

.h1 {
    font-weight: 700;
    margin: 20px 0;
    position: relative
}

.breadcrumbs {
    color: #8a8d99;
    line-height: 20px;
    font-size: 11px;
    margin: 16px 2px
}

.breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumbs ol li {
    display: inline-block;
    vertical-align: middle
}

.breadcrumbs ol li:after {
    content: '›';
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle
}

.breadcrumbs ol li:last-child:after {
    display: none
}

.breadcrumbs a {
    color: #ffc000
}

.breadcrumbs a:hover {
    text-decoration: none
}

.page-404__image {
    background-color: #010c20;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 300px;
    padding: 150px 20px 0;
    text-align: center
}

.page-404__image div {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-shadow: 3px 3px 1px rgba(15, 11, 65, .25), 0 2px 3px #110e4a
}

.page-404__image p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #ecb613;
    text-shadow: 0 1px 3px rgba(3, 4, 4, .63)
}

.news__item {
    margin: 10px 0
}

.news__item a {
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
    color: #ffc000;
    font-weight: 700
}

.news__item a:hover {
    text-decoration: none
}

.news__item p {
    color: #8a8d99;
    line-height: 14px;
    font-size: 11px
}

.landing-layout {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11
}

.landing-layout a {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-attachment: fixed;
    background-size: cover;
    font-size: 0;
    display: block
}

@media only screen and (max-device-width:1366px) {
    .landing-layout a {
        background-attachment: scroll
    }
}

.table-of-content {
	border: 3px solid #ddd;
	margin: 0 0 10px 10px;
	float: right;
}
.table-of-content ol {
	margin: 10px;
	padding: 0 10px;
}