button, input {
    -webkit-appearance: none
}

.header__info a, .header__nav a {
    text-decoration: none
}

.lang:hover .lang__current:after, .lang__current:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.input, a:active, a:hover {
    outline: 0
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

.games__img, .lang__list, .nav a, .slider__item, svg:not(:root) {
    overflow: hidden
}

.lang__item, .lang__list, .news__title, .text__button a {
    text-transform: uppercase
}

.footer__block ul, .header__nav ul, .links, .nav, .text ul {
    list-style-type: none
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), local('PTSans-Regular'), url('assets/fonts/ptsans.woff2') format('woff2'), url('assets/fonts/ptsans.woff') format('woff'), url('assets/fonts/ptsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold'), local('PTSans-Bold'), url('assets/fonts/ptsansbold.woff2') format('woff2'), url('assets/fonts/ptsansbold.woff') format('woff'), url('assets/fonts/ptsansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

hr, input[type=search] {
    box-sizing: content-box
}

html {
    font-family: 'PT Sans', sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html * {
    max-height: 1000000px
}

body {
    margin: 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c0c11), color-stop(90%, #262634), to(#2e2e3e));
    background: -webkit-linear-gradient(top, #0c0c11 0, #262634 90%, #2e2e3e 100%);
    background: linear-gradient(to bottom, #0c0c11 0, #262634 90%, #2e2e3e 100%);
    background-color: #0c0c11;
    min-width: 320px
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

hr {
    height: 0
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.header__info, .header__nav {
    line-height: 1.3;
    font-weight: 700
}

button {
    overflow: visible;
    border-radius: 0
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    border-radius: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.blocks .search, td, th {
    padding: 0
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: .2s ease-out
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    transition: .2s ease-out
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    transition: .2s ease-out
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    transition: .2s ease-out
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent
}

.container {
    max-width: 1310px;
    padding: 0 15px;
    margin: auto
}

.hidden {
    display: none
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.wrapper:after, .wrapper:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 8%;
    width: 330px;
    height: 100%;
    position: fixed;
    top: 0
}

.clearfix:after {
    clear: both
}

.wrapper:before {
    background-image: url(bg-left.jpg);
    left: calc(50% - 959px)
}

.wrapper:after {
    background-image: url(bg-right.jpg);
    right: calc(50% - 959px)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    padding: 10px 4px 12px 25px;
    box-shadow: 0 0 18px 16px rgba(0, 0, 0, .15);
    z-index: 10
}

.header__tooltip, .slider .owl-dot.active {
    background: #24bb9d
}

.header__top {
    display: flex;
    padding-bottom: 5px
}

.header__btn, .header__btn.active i:first-child, .header__btn.active i:last-child, .header__hidden, .header__logo img:nth-of-type(2) {
    display: none
}

.header__btn {
    border: 2px solid #e03d22;
    width: 34px;
    height: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 2px;
    cursor: pointer;
    margin-right: 7px;
    position: relative
}

.header__btn i {
    position: absolute;
    top: 4px;
    left: 1px;
    width: 90%;
    height: 4px;
    background-color: #a9a9a9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__nav a, .lang__current:after, .links a, .nav a:after {
    transition: .2s ease-out
}

.header__btn i:nth-child(2), .header__btn i:nth-child(3) {
    top: 11px
}

.header__btn i:last-child {
    top: 18px
}

.header__btn.active i:nth-child(2) {
    transform: rotate(45deg)
}

.header__btn.active i:nth-child(3) {
    transform: rotate(-45deg)
}

.header__logo {
    position: absolute;
    left: 25px;
    top: 10px
}

.header__logo img {
    display: block;
    width: 170px;
    height: 60px
}

.header__form {
    margin-left: auto;
    display: flex
}

.header__inputs, .news__info, .text__info {
    display: flex
}

.header__buttons {
    display: flex;
    margin-left: 5px
}

.header__bottom {
    display: flex;
    padding-top: 6px;
    position: relative;
    z-index: 10
}

.header__bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 250px;
    height: 1px;
    background: #656565;
    display: none
}

.header__info {
    display: none;
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding: 9px 10px 9px 45px
}

.header__info span {
    color: red
}

.header__info a {
    color: #fff
}

.header__nav, .header__nav a {
    color: #a9a9a9;
    position: relative
}

.header__nav {
    margin: 0 auto;
    font-size: 20px
}

.header__nav ul {
    display: flex;
    margin: 0;
    padding: 0
}

.header__nav ul + ul, .hits .owl-nav, .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-carousel.owl-refresh .owl-item, .slider .owl-nav {
    display: none
}

.header__nav li + li {
    margin-left: 30px
}

.header__nav a:after, .links a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #24bb9d;
    border-radius: 50%;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%);
    transition: .2s ease-out;
    opacity: 0
}

.header__nav a:hover:after, .links a:hover:after {
    opacity: 1
}

.header__nav a:hover, .links a:hover {
    color: #fff
}

.header__nav a:before {
    display: none;
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    left: 10px;
    background-repeat: no-repeat
}

.button-entry:after, .button-registration:after, .button:before, .nav a:after {
    content: '';
    background-image: url(assets/img/arrow.png);
    background-size: 100%;
    width: 31px;
    top: 50%
}

.header__nav a.icon1:before {
    background-image: url(assets/img/icon1.svg)
}

.header__nav a.icon2:before {
    background-image: url(assets/img/icon2.svg)
}

.header__nav a.icon3:before {
    background-image: url(assets/img/icon3.svg)
}

.header__nav a.icon4:before {
    background-image: url(assets/img/icon4.svg)
}

.header__nav a.icon5:before {
    background-image: url(assets/img/icon5.svg)
}

.header__nav a.icon6:before {
    background-image: url(assets/img/icon6.svg)
}

.header__nav a.icon7:before {
    background-image: url(assets/img/icon7.svg)
}

.header__nav a.icon8:before {
    background-image: url(assets/img/icon8.svg)
}

.header__nav a.icon9:before {
    background-image: url(assets/img/icon9.svg)
}

.header__nav a.icon10:before {
    background-image: url(assets/img/icon10.svg)
}

.header__nav a.icon11:before {
    background-image: url(assets/img/icon11.svg)
}

.header__nav a.icon12:before {
    background-image: url(assets/img/icon12.svg)
}

.header__input {
    width: 182px;
    position: relative
}

.header__tooltip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    color: #fff;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    cursor: pointer
}

.button-entry, .button-registration {
    line-height: 32px;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none
}

.header__input + .header__input {
    margin-left: 8px
}

.input {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-radius: 6px;
    border: none;
    height: 35px;
    font-size: 16px;
    color: #767676
}

.button-entry, .button-registration, .lang__item, .lang__list {
    color: #fff;
    font-size: 16px
}

.button-entry {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
    background: -webkit-linear-gradient(top, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    border: 1px solid #55a399;
    padding: 1px 12px 0;
    border-radius: 6px
}

.button-entry:after, .button-registration:after, .button:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    height: 26px
}

.header__button + .header__button {
    margin-left: 5px
}

.button-registration {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border: 1px solid #bc2502;
    padding: 1px 13.5px 0;
    border-radius: 6px
}

.header__lang {
    position: absolute;
    right: 10px;
    top: 10px
}

.lang, .lang__current, .menu {
    position: relative
}

.lang__current {
    cursor: pointer;
    z-index: 5
}

.lang__current:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 7px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #fff;
    height: 0;
    width: 0
}

.lang:hover .lang__current:after {
    border-bottom: 5px solid #24bb9d;
    border-top: 5px solid transparent;
    top: 7px
}

.lang__item {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 63px;
    height: 31px;
    padding: 3px 0 3px 8px
}

.lang__list, .nav a:after {
    height: 26px;
    position: absolute
}

.lang__current .lang__item {
    font-size: 0;
    padding-top: 0
}

.lang__current .lang__item:before {
    position: relative;
    top: -1px
}

.lang__item:before {
    content: '';
    display: block;
    width: 26px;
    height: 20px;
    margin-right: 4px
}

.lang__item_ru:before {
    background: url(assets/img/ru.svg) no-repeat
}

.lang__item_en:before {
    background: url(assets/img/en.svg) no-repeat
}

.lang__item_uk:before {
    background: url(assets/img/uk.svg) no-repeat
}

.lang__item_tr:before {
    background: url(assets/img/tr.svg) no-repeat
}

.lang__item_es:before {
    background: url(assets/img/es.svg) no-repeat
}

.lang__item_br:before {
    background: url(assets/img/br.svg) no-repeat
}

.lang__item_az:before {
    background: url(assets/img/az.svg) no-repeat
}

.lang__list {
    margin: 0;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    padding: 26px 0 0;
    background: linear-gradient(to bottom, #424242 0, #343434 100%)
}

.bonus__caption, .bonus__sum {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: center
}

.lang:hover .lang__list {
    height: auto
}

.lang__list li + li {
    border-top: 1px solid #0f0f0f
}

.lang__list .lang__item {
    height: 36px
}

.header__animation {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important
}

.header__bottom-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 51px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.bonus__content, .button, .content, .content__left, .nav a, .search, .slider__item {
    position: relative
}

.content {
    padding-top: 99px;
    z-index: 1
}

.content__block {
    display: flex;
    background: #262634;
    padding-bottom: 10px
}

.bonus__block, .nav a:after, .search input[type=text] {
    background-repeat: no-repeat
}

.content__left {
    width: 20%;
    padding: 5px
}

.content__right {
    width: 80%;
    padding: 5px
}

.bonus {
    margin-top: 13px
}

.bonus__content {
    animation-name: bonus-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite
}

.bonus__block {
    margin: 0 auto;
    max-width: 230px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('frame.png');
    padding: 5px 0 0
}

.bonus__caption {
    color: #5f5;
    text-shadow: 0 0 10px #0f0, 0 0 20px #0f0;
    padding-top: 15px
}

.bonus__sum {
    color: #f55;
    text-shadow: 0 0 10px red, 0 0 20px red;
    margin-top: 10px
}

.button, .nav a, .slider__label {
    font-size: 16px;
    color: #fff
}

.bonus__block:after {
    content: '';
    display: block;
    width: 50px;
    height: 57px;
    background: url(arrow-flur.png) 0 0/cover no-repeat
}

@-webkit-keyframes bonus-animation {
    0%, 100% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
    50% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

.bonus__button {
    margin: auto;
    max-width: 195px
}

.button {
    background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
    background: -webkit-linear-gradient(top, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    border: none;
    display: block;
    width: 100%;
    padding: 1px 24px 0;
    text-align: center;
    line-height: 34px;
    border-radius: 6px;
    text-decoration: none
}

.button_red, .nav a {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%)
}

.button_red, .games__button, .nav a {
    border: 1px solid #bc2502
}

.button_red {
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    padding-top: 0
}

.nav {
    margin: 15px 0 0;
    width: 100%;
    padding: 5px
}

.nav + .nav {
    margin-top: 0
}

.nav a {
    padding: 10px 10px 8px;
    display: block;
    text-decoration: none;
    line-height: 1;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%)
}

.nav_dark a, .search {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%)
}

.nav_dark a {
    border: none;
    border-bottom: 1px solid #656565;
    background: linear-gradient(to bottom, #424242 0, #343434 100%)
}

.nav a:after {
    right: 10px;
    transform: translate(0, -50%)
}

.nav a:hover:after {
    right: -31px
}

.nav li:first-child a {
    border-radius: 6px 6px 0 0
}

.nav li:last-child a {
    border-radius: 0 0 6px 6px
}

.search {
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    border-bottom: 1px solid #656565;
    padding: 4px 5px
}

.search input[type=text] {
    outline: 0;
    border: none;
    display: block;
    width: 100%;
    height: 24px;
    border-radius: 5px;
    padding-left: 25px;
    background-image: url(assets/img/search.svg);
    background-position: 3px 50%;
    background-size: 15px 15px;
    font-size: 14px
}

.slider {
    margin-bottom: 10px
}

.slider__item {
    background: top center/cover no-repeat #000b24;
    padding: 40px 30px 39px;
    height: 220px;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.slider__left {
    max-width: 400px
}

.slider__right {
    flex-shrink: 0
}

.slider__logo {
    margin-bottom: 40px
}

.slider__logo img, .slider__middle img, .text__img img {
    display: block;
    max-width: 100%;
    height: auto
}

.slider__label {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1px
}

.slider__caption {
    font-size: 42px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 0 0 14px
}

.slider .owl-dots {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center
}

.slider .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #3d3737;
    margin: 0 8.5px
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img, .owl-carousel .owl-item img.owl-lazy {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.footer, .owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.affiliate:hover svg g, .games__img:hover .games__info, .rounds__item:hover .rounds__more {
    opacity: 1
}

.now {
    display: none;
    margin-top: 15px
}

.links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    border-radius: 6px;
    margin: 0 0 10px;
    color: #a9a9a9;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

.links li {
    width: 25%
}

.links a {
    color: #a9a9a9;
    position: relative;
    text-decoration: none
}

.hits {
    margin-bottom: 15px
}

.hits__item {
    max-width: 170px;
    height: 122px;
    margin: auto;
    background: url(assets/img/hit.png) top center/cover no-repeat
}

.hits__caption {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    text-align: center
}

.hits__img img {
    display: block;
    width: 100px;
    height: 75px;
    border-radius: 10px;
    margin: 5px auto 0
}

.hits__left {
    color: #24bb9d;
    font-size: 16px;
    line-height: 20px
}

.hits__right {
    color: #d4351d;
    font-size: 16px;
    line-height: 20px
}

.hits__bottom {
    display: flex;
    justify-content: center
}

.games__row {
    margin: -10px -5px 0;
    display: flex;
    flex-wrap: wrap
}

.games__all, .games__col, .now + .blocks, .title + .blocks {
    margin-top: 10px
}

.games__col {
    width: 20%;
    padding: 0 5px
}

.games__img, .games__info {
    width: 100%;
    transition: .2s ease-out
}

.games__img {
    position: relative
}

.games__img img {
    border-radius: 5px;
    height: 140px;
    object-fit: cover;
    transition: .2s ease-out;
    max-width: 100%;
    max-height: 100%
}

.games__img:hover img {
    transform: scale(1.1)
}

.games__info {
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.games__all a, .games__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
    font-size: 16px;
    color: #fff;
    text-decoration: none
}

.games__button {
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    padding: 5px 12px;
    border-radius: 6px;
    margin-bottom: 8px
}

.games__link {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none
}

.games__link:hover {
    text-decoration: underline
}

.games__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.games__name {
    font-size: 16px;
    color: #fff;
    padding: .25em 19px .25em 0
}

.games__favorite {
    cursor: pointer;
    width: 23px;
    height: 22px;
    flex-shrink: 0;
    margin-left: 10px;
    background: url(assets/img/favorite.png) 0 0/cover no-repeat
}

.rounds__title, .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    font-weight: 700
}

.games__all a {
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border: 1px solid #bc2502;
    border-radius: 6px;
    padding: 7px 5px;
    text-align: center
}

.text li, .text ul {
    padding-left: 20px
}

.text {
    color: #fff;
    font-size: 16px;
    line-height: 1.3
}

.text h1 {
    font-size: 22px
}

.text p {
    margin: 15px 0
}

.text h2 {
    font-size: 18px
}

.text ul {
    margin-top: 15px
}

.text li {
    color: #fff;
    font-size: 16px;
    position: relative
}

.text li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #24bb9d;
    border-radius: 50%
}

.menu__button, .news__img img, .news__item, .rounds__title, .title {
    border-radius: 6px
}

.text a {
    text-decoration: underline;
    color: #24bb9d
}

.text a:hover {
    text-decoration: none
}

.text__button {
    max-width: 188px;
    margin: 20px auto auto
}

.text__button a {
    color: #fff;
    text-decoration: none
}

.news__all a, .text__all a {
    color: #24bb9d;
    text-decoration: none
}

.news__date, .text__date {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    opacity: .5
}

.news__all, .text__all {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-left: 14px
}

.text__caption {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 33px
}

.title {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    margin-bottom: 15px
}

.title * {
    font-size: inherit;
    margin: 0
}

.news__item {
    display: flex;
    background: #424242;
    padding: 10px
}

.news__item + .news__item {
    margin-top: 8px
}

.news__img {
    max-width: 374px;
    margin-right: 20px;
    width: 100%
}

.news__img img {
    display: block;
    width: 100%;
    height: auto
}

.news__title {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.news__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 16px;
    min-height: 63px
}

.news__more {
    max-width: 188px;
    margin: 16px auto 0
}

.rounds {
    margin-top: 10px;
    padding: 0 5px
}

.rounds__title {
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 0 0 1em #fff;
    font-size: 20px
}

.rounds__caption, .rounds__sum {
    font-size: 16px;
    line-height: 1.3
}

.rounds__item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #656565;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    background: linear-gradient(to bottom, #424242 0, #343434 100%)
}

.rounds__item:first-child {
    border-radius: 6px 6px 0 0
}

.rounds__item:last-child {
    border-radius: 0 0 6px 6px
}

.rounds__img {
    margin: 0 5px;
    flex-shrink: 0
}

.rounds__img img {
    width: 64px;
    height: 36px;
    display: block
}

.rounds__caption {
    color: #fff
}

.rounds__sum {
    color: #24bb9d;
    margin-top: 2px
}

.rounds__more {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .2s ease-out
}

.footer, .menu__button, .menu__icon {
    position: relative
}

.rounds__more a {
    width: 70px;
    padding: 0
}

.footer__blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 5px
}

.footer__caption {
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px;
    font-weight: 700
}

.footer__block ul {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    padding: 0
}

.footer__block ul a {
    color: #fff;
    text-decoration: none
}

.footer__block ul li + li {
    margin-top: 4px
}

.affiliate {
    display: block;
    width: 50px;
    margin-top: 15px
}

.footer__images, .footer__logos {
    list-style-type: none;
    display: flex
}

.affiliate svg {
    display: block;
    width: 100%
}

.affiliate svg g {
    fill: #38b399;
    opacity: .5;
    transition: .2s ease-out
}

.footer__top {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    padding: 0 6px
}

.footer__images {
    border-top: 1px solid #777;
    flex-wrap: wrap;
    padding: 10px 0 0;
    margin: 0
}

.footer__images li {
    transition: .2s ease-out;
    margin-left: 11px;
    max-width: 160px;
    width: 100%
}

.footer__images img {
    display: block;
    min-width: 120px;
    min-height: 35px;
    filter: grayscale(100%)
}

.footer__images img:hover {
    filter: unset
}

.footer__logos {
    padding: 10px;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    background: #212121
}

.footer__copyright, .menu__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    line-height: 1.3
}

.footer__logos li {
    min-width: 100px
}

.footer__logos img {
    display: block;
    height: auto;
    margin: auto;
    width: 80px
}

.footer__copyright {
    text-align: center;
    color: #a9a9a9;
    font-size: 10px;
    padding: 10px 0;
    background: linear-gradient(to bottom, #424242 0, #343434 100%)
}

.footer__text {
    max-width: 820px;
    margin: 10px auto
}

.blocks {
    display: none;
    margin: 15px -5px 10px
}

.blocks__col {
    width: 50%;
    padding: 0 5px
}

.blocks__col.blocks__col_full, .text table {
    width: 100%
}

.blocks .search input[type=text] {
    height: 34px;
    padding-left: 35px;
    background-position: 3px 50%;
    background-size: 30px 15px
}

.menu__button {
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    height: 35px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px
}

.menu__button.active .menu__icon i:last-child, .menu__list {
    display: none
}

.menu__icon {
    width: 20px;
    height: 22px;
    top: -3px;
    margin: 0 7px
}

.menu__icon i {
    height: 2px;
    margin: 5px 0;
    background: #fff;
    width: 100%;
    transition: .2s ease-out;
    position: absolute
}

.menu__icon i:nth-child(2) {
    top: 7px
}

.menu__icon i:last-child {
    top: 14px
}

.menu__button.active .menu__icon i:first-child {
    transform: rotate(45deg);
    top: 7px
}

.menu__button.active .menu__icon i:nth-child(2) {
    transform: rotate(-45deg);
    top: 7px
}

.menu__list {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 5;
    width: 267px;
    left: 0;
    top: 35px
}

.menu__list .nav {
    margin: 0
}

@media only screen and (max-width: 1440px) {
    .header__logo img {
        width: 140px;
        height: 48px
    }

    .header__nav {
        font-size: 18px
    }

    .header__top {
        padding-bottom: 13px
    }
}

@media only screen and (max-width: 1300px) {
    .header__nav {
        font-size: 17px
    }

    .news__block {
        max-width: 424px;
        margin-left: auto
    }
}

@media only screen and (max-width: 1170px) {
    .content__left, .games__col {
        width: 25%
    }

    .content__right {
        width: 75%
    }
}

@media only screen and (max-width: 1024px) {
    .content__left {
        width: 25%
    }

    .content__right {
        width: 75%
    }

    .header__logo {
        position: static
    }

    .header__logo img {

        width: 80px;
        height: 20px
    }

    .header__info, .header__logo:nth-of-type(2), .header__nav ul {
        display: block
    }

    .header__top {
        align-items: center;
        padding: 0 8px;
        height: 50px
    }

    .header__btn {

    }

    .header {
        padding: 0;
        border-bottom: 1px solid #656565
    }

    .content {
        padding-top: 50px
    }

    .slider__left {
        max-width: 257px
    }

    .button {
        padding-left: 6px;
        padding-right: 6px
    }



    .header__nav a:before, .header__nav ul + ul {
        display: block
    }


    .title {
        margin-bottom: 10px
    }

    .header__nav ul {
        display: flex;
    }
}

@media only screen and (max-width: 992px) {
    .content__left {
        display: none
    }

    .content__right {
        width: 100%
    }

    .footer__logos {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 15px
    }

    .footer__logos li {
        margin-top: 5px
    }

    .blocks {
        display: flex
    }

    .header__nav ul {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .news__block, .news__img {
        margin-left: auto;
        margin-right: auto
    }

    .games__col {
        width: 33.3333%
    }

    .footer__top,  .hits-wrapper, .links_hidden, .slider__middle, .slider__right, .title_hidden {
        display: none
    }

    .news__item, .now {
        display: block
    }

    .slider__item {
        padding: 20px;
        height: 186px
    }

    .slider__caption {
        font-size: 28px;
        margin-bottom: 10px
    }

    .header__bottom {
        left: -75%;
        width: 75%
    }

    .news__img {
        margin-bottom: 25px
    }

    .news__block {
        max-width: 374px
    }
}

@media only screen and (max-width: 576px) {
    .games__col {
        width: 50%
    }

    .text {
        font-size: 15px
    }

    .text h1 {
        font-size: 20px
    }

    .text ul {
        padding-left: 0
    }

    .footer__logos li {
        min-width: 90px;
        width: inherit
    }

    .header__bottom {
        left: -90%;
        width: 90%
    }

    .header__info {
        padding-left: 10px
    }

    .news__more {
        margin-top: 10px
    }

    .text__caption {
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 1025px) {

}

.pagination {
    margin: 40px auto 0;
    width: 300px;
    text-align: center;
    padding-bottom: 18px
}

.pagination .page-numbers {
    border: 1px solid #fff;
    padding: 5px 9px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none
}

.pagination .page-numbers.current {
    background: #585858
}

.text table td {
    border: 1px solid;
    padding: 10px
}

.iframe_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.iframe_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}


