.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.glide * {
    box-sizing: inherit
}

.glide__slides, .glide__track {
    overflow: hidden
}

.glide__slides {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide__slide {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%
}

.glide__slide a {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, p, pre, td, textarea, th, ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

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

abbr, fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

ul li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

img {
    height: auto;
    max-width: 100%
}

@font-face {
    font-display: swap;
    font-family: muller;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/mullerLight/mullerLight.woff)
}

@font-face {
    font-display: swap;
    font-family: muller;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/muller/muller.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: muller;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/mullerMedium/mullerMedium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: muller;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/mullerBold/mullerBold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: muller;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/mullerExtraBold/mullerExtraBold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: muller;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/mullerBlack/mullerBlack.woff) format("woff")
}

body {
    background: url(../img/noise.png) 50%, url(../img/bg_pattern.svg) 50%/100% repeat-y #242433;
    color: #fff;
    font-family: muller, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative
}

a {
    cursor: pointer;
    text-decoration: none
}

.container {
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.row--align-center {
    align-items: center
}

.row--jst-between {
    justify-content: space-between
}

.btn {
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .6);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    padding: 11.5px 30px 8px;
    text-align: center;
    text-transform: uppercase
}

.btn--green {
    background-color: #4dd433;
    border: solid #2d851c;
    border-width: 0 0 3px
}

.btn--red {
    background-color: #fe284a;
    border: solid #871628;
    border-width: 0 0 3px
}

.btn--red:hover {
    background: linear-gradient(180deg, #ff91a3, #fe284a)
}

.btn--yellow {
    background-color: #f5ea1a;
    border: solid #a29a07;
    border-width: 0 0 3px;
    color: #141426
}

.btn--yellow:hover {
    background: linear-gradient(180deg, #fbf7ad, #f5ea1a);
    color: #141426
}

.btn--center {
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.btn--big {
    font-size: 17px;
    height: 50px;
    line-height: 53px;
    padding: 0;
    text-align: center;
    width: 220px
}

.btn:active {
    border-width: 2px 0 0
}

.line {
    border-bottom: 2px dotted hsla(0, 0%, 100%, .25);
    display: block;
    width: 100%
}

.section {
    padding: 40px 0
}

svg {
    fill: transparent
}

.top-head {
    background-color: rgba(20, 20, 38, .9);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .5);
    display: block;
    height: 50px;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
    z-index: 10
}

@media (max-width: 780px) {
    .top-head {
        height: auto;
        padding-bottom: 15px
    }

    .top-head-row {
        align-items: center;
        flex-direction: column
    }
}

.top-head .top-logo {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: 200px
}

@media (max-width: 780px) {
    .top-head .top-logo {
        margin-bottom: 15px;
        margin-right: 10px
    }
}

.top-head .line {
    display: none;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%
}

.top-head .r-side {
    word-wrap: break-word;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    margin-left: auto;
    margin-right: 10px
}

@media (max-width: 780px) {
    .top-head .r-side {
        margin-left: 10px
    }
}

@media (max-width: 374px) {
    .top-head .r-side {
        align-items: center;
        display: flex;
        flex-direction: column
    }
}

.top-head .r-side .log-in {
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff
}

@media (max-width: 991px) {
    .top-head .r-side .log-in {
        display: none
    }
}

.top-head .r-side .registration {
    margin: 0 20px
}

@media (max-width: 374px) {
    .top-head .r-side .registration {
        display: inline-block;
        margin: 0 20px 10px
    }
}

.top-head .r-side .faq {
    color: #f5ea1a
}

.top-head .r-side .faq img {
    vertical-align: middle;
    width: 22px
}

.navigation_social {
    align-items: center;
    display: flex;
    margin: auto
}

@media (max-width: 780px) {
    .navigation_social {
        margin-bottom: 15px
    }
}

.navigation_social li {
    margin-right: 10px
}

.navigation_social li:last-child {
    margin-right: 0
}

.navigation_social a, .navigation_social span {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.navigation_social a img, .navigation_social span img {
    height: 20px;
    width: 20px
}

.navigation_social a.social_youtube img, .navigation_social span.social_youtube img {
    height: 26px;
    width: 26px
}

.social_instagram {
    background-color: #264484;
    box-shadow: 0 3px 0 1px #16284d
}

.social_instagram:focus, .social_instagram:hover {
    box-shadow: 0 3px 0 1px #16284d, inset 0 10px 10px 5px hsla(0, 0%, 100%, .4)
}

.social_vkontakte {
    background-color: #3a6aa3;
    box-shadow: 0 3px 0 1px #223f61
}

.social_vkontakte:focus, .social_vkontakte:hover {
    box-shadow: 0 3px 0 1px #223f61, inset 0 10px 10px 5px hsla(0, 0%, 100%, .4)
}

.social_facebook {
    background-color: #3e5a98;
    box-shadow: 0 3px 0 1px #253459
}

.social_facebook:focus, .social_facebook:hover {
    box-shadow: 0 3px 0 1px #253459, inset 0 10px 10px 5px hsla(0, 0%, 100%, .4)
}

.social_youtube {
    background-color: red;
    box-shadow: 0 3px 0 1px #781712
}

.social_youtube:focus, .social_youtube:hover {
    box-shadow: 0 3px 0 1px #781712, inset 0 10px 10px 5px hsla(0, 0%, 100%, .4)
}

.social_telegram {
    background-color: #2ca3df;
    box-shadow: 0 3px 0 1px #1a6b84
}

.social_telegram:focus, .social_telegram:hover {
    box-shadow: 0 3px 0 1px #1a6b84, inset 0 10px 10px 5px hsla(0, 0%, 100%, .4)
}

.hero {
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, .4);
    max-height: 380px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.hero img {
    height: 283px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width: 767px) {
    .hero {
        display: none
    }
}

.top-nav {
    background-color: #191929;
    background-image: repeating-linear-gradient(-45deg, #252534, #252534 2px, transparent 0, transparent 4.8px);
    overflow: hidden;
    padding: 10px 0;
    position: relative
}

.top-nav:after {
    bottom: 0;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .5);
    content: "";
    position: absolute;
    width: 100%
}

.top-nav__list {
    word-wrap: break-word;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%
}

.menu-item {
    border-right: 1px solid #303045;
    font-weight: 600;
    font-size: 12px;
    padding: 0 30px 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 25%
}

.menu-item.icon_777:before {
    background: url(../img/icon2_777.svg?ver=0.1) 50%;
    background-size: 100%;
    height: 32px;
    width: 60px
}

.menu-item.icon_777:before, .menu-item.icon_live:before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    position: relative;
    transition: .25s;
    vertical-align: middle
}

.menu-item.icon_live:before {
    background: url(../img/icon_live2.svg) 50%;
    background-size: 100%;
    height: 42px;
    width: 53px
}

.menu-item.icon_board:before {
    background: url(../img/icon_board.svg) 50%;
    background-size: 100%;
    height: 42px;
    width: 42px
}

.menu-item.icon_board:before, .menu-item.icon_pig:before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    position: relative;
    transition: .25s;
    vertical-align: middle
}

.menu-item.icon_pig:before {
    background: url(../img/icon_pig.svg) 50%;
    background-size: 100%;
    height: 35px;
    width: 44px
}

.menu-item.icon_review:before {
    background: url(../img/icon_review.svg?ver=0.1) 50%;
    background-size: 100%
}

.menu-item.icon_pocker:before, .menu-item.icon_review:before {
    content: "";
    display: inline-block;
    height: 25px;
    margin-right: 20px;
    position: relative;
    transition: .25s;
    vertical-align: middle;
    width: 37px
}

.menu-item.icon_pocker:before {
    background: url(../img/icon_pocker.svg) 50%;
    background-size: 100%
}

.menu-item:last-child {
    border: none
}

.current-menu-item span, .menu-item:first-child a {
    color: #17eada
}

.menu-item:first-child a:hover {
    text-shadow: 0 0 25px #17eada
}

.menu-item:first-child a:hover svg {
    -webkit-filter: drop-shadow(0 0 10px #17eada);
    filter: drop-shadow(0 0 10px #17eada)
}

.menu-item:nth-child(2) a {
    color: #de593e
}

.menu-item:nth-child(2) a:hover {
    text-shadow: 0 0 25px #de593e
}

.menu-item:nth-child(2) a:hover svg {
    -webkit-filter: drop-shadow(0 0 10px #de593e);
    filter: drop-shadow(0 0 10px #de593e)
}

.menu-item:nth-child(3) a {
    color: #4dd433
}

.menu-item:nth-child(3) a:hover {
    text-shadow: 0 0 25px #4dd433
}

.menu-item:nth-child(3) a:hover svg {
    -webkit-filter: drop-shadow(0 0 10px #4dd433);
    filter: drop-shadow(0 0 10px #4dd433)
}

.menu-item:nth-child(4) a {
    color: #f5ea1a
}

.menu-item:nth-child(4) a:hover {
    text-shadow: 0 0 25px #f5ea1a
}

.menu-item:nth-child(4) a:hover svg {
    -webkit-filter: drop-shadow(0 0 10px #f5ea1a);
    filter: drop-shadow(0 0 10px #f5ea1a)
}

.menu-item:nth-child(5) a {
    color: #f5ea1a
}

.menu-item:nth-child(5) a:hover {
    text-shadow: 0 0 25px #f5ea1a
}

.menu-item:nth-child(5) a:hover svg {
    -webkit-filter: drop-shadow(0 0 10px #f5ea1a);
    filter: drop-shadow(0 0 10px #f5ea1a)
}

#menu-bottom-menu .menu-item {
    text-align: center;
    width: inherit
}

.top-nav__link {
    align-items: center;
    display: flex;
    font-weight: 800;
    text-transform: uppercase;
    transition: .25s;
    white-space: nowrap
}

.top-nav__link svg {
    fill: transparent;
    stroke-width: 1.5px;
    height: 40px;
    margin-right: 20px;
    transition: .25s
}

.top-nav__link svg.icon_777 {
    stroke: #17eada;
    height: 32px;
    width: 60px
}

.top-nav__link svg.icon_live {
    stroke: #de593e;
    fill: #de593e;
    stroke-width: .1px;
    height: 42px;
    width: 53px
}

.top-nav__link svg.icon_pocker {
    stroke: #5280eb;
    height: 37px;
    width: 60px
}

.top-nav__link svg.icon_board {
    stroke: #4dd433;
    height: 42px;
    width: 42px
}

.top-nav__link svg.icon_pig {
    stroke: #f5ea1a;
    height: 35px;
    width: 44px
}

.games-row {
    margin-bottom: 15px
}

.provider {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    position: relative
}

@media (max-width: 780px) {
    .provider.active .provider__content {
        display: flex
    }
}

.provider__text {
    background-color: #191929;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #545469;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    min-width: 200px;
    padding: 0 10px
}

.provider__text:after {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    content: "";
    height: 7px;
    position: absolute;
    right: 13px;
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px
}

@media (min-width: 781px) {
    .provider__text:hover + .provider__content {
        display: flex
    }
}

.provider__content {
    background-color: #191929;
    border-radius: 5px;
    display: none;
    font-weight: 500;
    min-width: 100%;
    padding: 20px;
    position: absolute;
    z-index: 5
}

@media (min-width: 781px) {
    .provider__content:hover {
        display: flex
    }
}

.provider__col {
    margin-right: 10px
}

.provider__col:last-child {
    margin-right: 0
}

.provider__tag {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative
}

.provider__letter {
    color: #545469;
    font-size: 14px;
    left: 0;
    position: absolute
}

.provider__link {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0 0 10px
}

.provider__link:last-child {
    padding-bottom: 0
}

.provider__link:hover {
    text-decoration: underline
}

.games .btn--big {
    margin-top: 40px
}

.games__nav {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px
}

.games__navlist {
    border-bottom: 2px solid #191929;
    display: flex;
    margin-bottom: 15px;
    position: relative
}

.games__navlist-link {
    cursor: pointer;
    display: inline-block;
    padding: 0 17px 10px;
    position: relative
}

.games__navlist-link:last-child {
    margin-right: 0
}

.games__navlist-link svg {
    fill: #191929;
    font-size: 8px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 23px
}

.games__navlist-link.active .icon_hit, .games__navlist-link:hover .icon_hit {
    fill: #a91fff;
    -webkit-filter: drop-shadow(0 2px 10px #a91fff);
    filter: drop-shadow(0 2px 10px #a91fff)
}

.games__navlist-link.active .icon_new, .games__navlist-link:hover .icon_new {
    fill: #4dd433;
    -webkit-filter: drop-shadow(0 2px 10px #4dd433);
    filter: drop-shadow(0 2px 10px #4dd433)
}

.games__navlist-link.active .icon_heart, .games__navlist-link:hover .icon_heart {
    fill: #fe284a;
    -webkit-filter: drop-shadow(0 2px 10px #fe284a);
    filter: drop-shadow(0 2px 10px #fe284a)
}

.games__navlist-link.active:after, .games__navlist-link:hover:after {
    background-color: #a91fff;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.games__navlist-link span {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.games__navlist-item:nth-child(2) a.active:after, .games__navlist-item:nth-child(2) a:hover:after {
    background-color: #4dd433
}

.games__navlist-item:nth-child(3) a.active:after, .games__navlist-item:nth-child(3) a:hover:after {
    background-color: #fe284a
}

.games__search {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 10px;
    width: 430px;
    width: calc(33.33333% - 20px)
}

.games__search form {
    margin: 0;
    padding: 0;
    position: relative
}

.games__search form input {
    background-color: #191929;
    border: 1px solid #707070;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 1;
    outline: transparent;
    padding: 0 29px;
    width: 100%
}

.games__search form input::-webkit-input-placeholder {
    color: #545469
}

.games__search form input::-moz-placeholder {
    color: #545469
}

.games__search form input::placeholder {
    color: #545469
}

.games__search form input:focus {
    border-color: #f5ea1a
}

.games__search form input:focus::-webkit-input-placeholder {
    color: transparent
}

.games__search form input:focus::-moz-placeholder {
    color: transparent
}

.games__search form input:focus::placeholder {
    color: transparent
}

.games__search form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
    outline: transparent;
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px
}

.games__search form button .icon_loupe {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2px;
    height: 16px;
    width: 16px
}

.games__list {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    width: 100%
}

.game-card {
    background-color: #191929;
    border: 1px solid #252536;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    margin: 5px;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    width: 219px
}

.game-card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2
}

.game-card:hover .game-card__link {
    opacity: 1
}

.game-card__flag {
    left: 7px;
    position: absolute;
    top: -2px;
    z-index: 1
}

.game-card__flag svg {
    height: 28px;
    width: 29px
}

.game-card__flag svg.icon_hit {
    fill: #a91fff
}

.game-card__flag svg.icon_new {
    fill: #4dd433
}

.game-card__flag svg.icon_heart {
    fill: #fe284a
}

.game-card__img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 163px;
    overflow: hidden;
    padding: 0;
    position: relative
}

.game-card__link {
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    height: 105%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: opacity .25s;
    width: 100%
}

.game-card__link a.btn-get-ref {
    margin-bottom: 15px
}

@media (max-width: 560px) {
    .game-card__link a.btn-get-ref {
        margin-bottom: 10px
    }
}

.game-card__title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    position: relative;
    text-align: center
}

.game-card__title span {
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

.tournament__item {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px)
}

.tournament__title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.tournament__title span {
    color: #6c749c;
    font-size: 22px;
    font-weight: 300
}

.tournament__title svg {
    fill: transparent;
    stroke: #f5ea1a;
    stroke-width: 1px;
    font-weight: 300;
    height: 41px;
    margin-right: 12px;
    width: 44px
}

.tournament__info {
    background-color: #1c1f30;
    background-image: url(../img/noise.png);
    border: 1px solid #252536;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
    overflow: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.tournament__info a {
    display: block;
    width: 100%
}

.tournament__info img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .5);
    position: relative;
    width: 100%;
    z-index: 2
}

.tournament__info .table-head {
    background-color: hsla(0, 0%, 100%, .08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
    display: flex;
    justify-content: space-around;
    margin-top: -6px;
    padding: 15px 0 10px;
    position: relative;
    width: 100%
}

.tournament__info .table-head:after {
    background: repeating-linear-gradient(0deg, #757c9e, #757c9e 2px, #242424 0, #242424 4px);
    content: "";
    height: 80%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px
}

.tournament__info .table-head__info {
    align-items: center;
    display: flex;
    flex-direction: column;
    letter-spacing: 1px;
    text-align: center
}

.tournament__info .table-head__info .headline {
    color: #757c9e;
    font-size: 11px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.tournament__info .table-head__info .bodyline {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 2px 10px #000;
    text-transform: uppercase
}

.tournament__info .table-body {
    align-content: space-between;
    counter-reset: list;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    height: auto;
    margin-bottom: 0;
    max-height: 120px;
    padding: 0 10px 5px
}

.tournament__info .table-body__item {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05);
    color: hsla(0, 0%, 100%, .5);
    display: inline-flex;
    font-weight: 400;
    height: 20px;
    justify-content: space-between;
    padding: 13px 0 10px;
    width: 48%
}

.tournament__info .table-body__item:before {
    content: counter(list);
    counter-increment: list;
    display: inline-block;
    margin-right: 13px;
    width: 17px
}

.tournament__info .table-body__item .player-name {
    margin-right: auto
}

.articles__list {
    counter-reset: article;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.articles__item {
    color: #fff;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%
}

.articles__item:before {
    border: 1px solid #4d5a85;
    border-radius: 50px;
    box-shadow: 0 0 10px #4d5a85;
    content: counter(article);
    counter-increment: article;
    display: inline-block;
    font-weight: 700;
    height: 24px;
    left: 50%;
    line-height: 26px;
    margin-bottom: 17px;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 24px
}

.articles__item .line {
    margin: 20px 0
}

.articles article {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%
}

@media screen and (max-width: 780px) {
    .articles article {
        margin: 0 auto
    }
}

.h1-cls {
    margin: auto
}

.articles article h1, .articles article h2, .articles article h3, .articles article h4, .articles section h1, .articles section h2, .articles section h3, .articles section h4, .h1-cls {
    color: #f5ea1a;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 0 0 10px #f5ea1a;
    text-transform: uppercase
}

.articles article h2, .articles section h2 {
    font-size: 18px
}

.articles article p, .articles section p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px
}

.articles article nav {
    margin-bottom: 20px
}

.articles article nav ul li a {
    color: #f5ea1a
}

.bottom_content {
    margin-top: 15px
}

.advantages {
    background-color: #191929;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .6);
    position: relative
}

.advantages:after, .advantages:before {
    background-image: url(../img/icon_star.svg?v=1);
    background-repeat: repeat-x;
    background-size: contain;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%
}

.advantages:before {
    top: 5px
}

.advantages:after {
    bottom: 5px
}

.advantages__dots {
    display: none;
    justify-content: center;
    margin-top: 20px
}

.advantages__dots .dots__item {
    border: 1px solid #707070;
    border-radius: 50px;
    height: 15px;
    margin-right: 6px;
    padding: 0;
    position: relative;
    width: 15px
}

.advantages__dots .dots__item--active {
    position: relative
}

.advantages__dots .dots__item--active:after {
    background-color: #f5ea1a;
    border-radius: 50px;
    content: "";
    display: inline-block;
    height: 9px;
    margin: 3px;
    width: 9px
}

.advantages__dots .dots__item:last-child {
    margin-right: 0
}

.advantages__list {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
}

.advantages__item {
    word-wrap: break-word;
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    width: 33.333%
}

@media (max-width: 780px) {
    .advantages__item {
        margin-bottom: 20px
    }
}

.advantages__item img {
    stroke: #f5ea1a;
    stroke-width: 2px;
    height: 40px;
    margin-right: 20px
}

.advantages__item img.icon_guarranty, .advantages__item img.icon_safe {
    width: 60px
}

.advantages__item img.icon_gold {
    width: 90px
}

.advantages__info .advantages__info-title {
    color: #fff;
    font-size: 18px;
    font-weight: 800
}

.advantages__info .advantages__info-descr {
    color: #545469;
    font-size: 14px
}

.footer {
    background-color: #13131b;
    padding-bottom: 20px
}

.footer h3 {
    border-bottom: 1px solid rgba(84, 84, 105, .35);
    color: #545469;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%
}

.footer__nav {
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer__nav .game {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(70% - 20px)
}

.footer__nav .game__list {
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.footer__nav .menu-item {
    border: none;
    font-weight: 100;
    padding: 5px 0
}

.footer__nav .menu-item a {
    font-size: 15px
}

.footer__nav .menu-item:before {
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 37px
}

.footer__nav .menu-item:first-child a {
    color: #17eada
}

.footer__nav .menu-item:nth-child(2) a {
    color: #5280eb
}

.footer__nav .menu-item:nth-child(3) a {
    color: #f5ea1a
}

.footer__nav .menu-item:nth-child(4) a {
    color: #4dd433
}

.footer__nav .menu-item:nth-child(5) a {
    color: #de593e
}

.footer__nav .game__link svg {
    fill: transparent;
    stroke-width: 1.5px;
    height: 25px;
    margin-right: 20px;
    vertical-align: middle;
    width: 37px
}

.footer__nav .game__link svg.icon_777 {
    stroke: #17eada
}

.footer__nav .game__link svg.icon_live {
    stroke: #de593e;
    fill: #de593e;
    stroke-width: .1px
}

.footer__nav .game__link svg.icon_pocker {
    stroke: #5280eb
}

.footer__nav .game__link svg.icon_board {
    stroke: #4dd433
}

.footer__nav .game__link svg.icon_pig {
    stroke: #f5ea1a
}

.footer__nav .game__link svg.icon_review {
    stroke: #f5ea1a;
    fill: #f5ea1a;
    stroke-width: .1px
}

.footer__nav .game__link span {
    font-size: 15px;
    text-transform: uppercase
}

.help {
    margin-bottom: 20px
}

.help h3, .help__list {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px
}

.help__list {
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
}

.help__item {
    margin-bottom: 7px;
    margin-right: 10px
}

.help__link {
    color: #fff;
    display: inline-block;
    padding: 5px 0
}

.help__link:hover {
    text-decoration: underline
}

.footer__nav .social {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(20.83333% - 20px)
}

.footer__nav .social__icons {
    margin-top: 15px
}

.footer__nav .social__icons a {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    display: inline-block;
    height: 35px;
    margin-right: 12px;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    width: 35px
}

.footer__nav .social__icons a:last-child {
    margin-right: 0
}

.footer__nav .social__icons a.ins {
    background-image: url(../img/icon-instagram.svg)
}

.footer__nav .social__icons a.vk {
    background-image: url(../img/icon-vkontakte.svg)
}

.footer__nav .social__icons a.tl {
    background-image: url(../img/icon-telegram.svg)
}

.footer .payments {
    margin-top: 40px
}

.footer .payments h3, .footer .payments__icons {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px
}

.footer .payments__icons {
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%
}

.footer .payments__icons img, .footer .payments__icons span {
    display: inline-block;
    height: 40px;
    margin-right: 35px;
    position: relative
}

.footer .payments__icons img:last-child, .footer .payments__icons span:last-child {
    margin-right: 0
}

.footer .payments__icons .logo_visa {
    fill: #00589f;
    background: url(/wp-content/themes/31246/assets/img/logo_visa.svg) no-repeat;
    height: 21px;
    width: 70px
}

.footer .payments__icons .logo_master {
    background: url(/wp-content/themes/31246/assets/img/logo_master.svg) no-repeat;
    height: 39px;
    width: 50px
}

.footer .payments__icons .logo_mir {
    background: url(/wp-content/themes/31246/assets/img/logo_mir.svg) no-repeat;
    height: 21px;
    width: 75px
}

.footer .payments__icons .logo_yandex {
    fill: #fff;
    background: url(/wp-content/themes/31246/assets/img/logo_yandex.svg) no-repeat;
    height: 19px;
    width: 100px
}

.footer .payments__icons .logo_qiwi {
    background: url(/wp-content/themes/31246/assets/img/logo_qiwi.svg) no-repeat;
    height: 40px;
    width: 89px
}

.footer .payments__icons .logo_moneta {
    fill: #f5ea1a;
    background: url(/wp-content/themes/31246/assets/img/logo_moneta.svg) no-repeat;
    height: 39px;
    width: 90px
}

.footer .payments__icons .logo_webmoney {
    background: url(/wp-content/themes/31246/assets/img/logo_webmoney.svg) no-repeat;
    height: 25px;
    width: 107px
}

.footer .payments__icons .logo_skrill {
    background: url(/wp-content/themes/31246/assets/img/logo_skrill.svg) no-repeat;
    height: 21px;
    width: 70px
}

.footer .payments__icons img.logo_neteller {
    width: 90px
}

.footer .partners {
    margin-top: 40px
}

.footer .partners h3, .partners__list {
    word-wrap: break-word;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px
}

.partners__list {
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.footer .partners__icon {
    margin-bottom: 18px;
    margin-right: 20px;
    max-width: 140px;
    width: 100%
}

.footer .partners__icon .logo_partners_11 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-11.svg) no-repeat;
    display: inline-block;
    height: 44px;
    width: 140px
}

.footer .partners__icon .logo_partners_1 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-1.svg) no-repeat;
    display: inline-block;
    height: 52px;
    width: 140px
}

.footer .partners__icon .logo_partners_5 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-5.svg) no-repeat;
    display: inline-block;
    height: 32px;
    width: 140px
}

.footer .partners__icon .logo_partners_4 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-4.svg) no-repeat;
    display: inline-block;
    height: 34px;
    width: 140px
}

.footer .partners__icon .logo_partners_6 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-6.svg) no-repeat;
    display: inline-block;
    height: 67px;
    width: 140px
}

.footer .partners__icon .logo_partners_17 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-17.svg) no-repeat;
    display: inline-block;
    height: 29px;
    width: 140px
}

.footer .partners__icon .logo_partners_7 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-7.svg) no-repeat;
    display: inline-block;
    height: 32px;
    width: 140px
}

.footer .partners__icon .logo_partners_12 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-12.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 64px;
    width: 140px
}

.footer .partners__icon .logo_partners_2 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-2.svg) no-repeat;
    display: inline-block;
    height: 35px;
    width: 140px
}

.footer .partners__icon .logo_partners_9 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-9.svg) no-repeat;
    display: inline-block;
    height: 30px;
    width: 140px
}

.footer .partners__icon .logo_partners_10 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-5.svg) no-repeat;
    display: inline-block;
    height: 24px;
    width: 140px
}

.footer .partners__icon .logo_partners_13 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-13.svg) no-repeat;
    display: inline-block;
    height: 31px;
    width: 140px
}

.footer .partners__icon .logo_partners_18 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-18.svg) no-repeat;
    display: inline-block;
    height: 46px;
    width: 140px
}

.footer .partners__icon .logo_partners_14 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-14.png) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 46px;
    width: 140px
}

.footer .partners__icon .logo_partners_15 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-15.svg) no-repeat;
    display: inline-block;
    height: 64px;
    width: 140px
}

.footer .partners__icon .logo_partners_3 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-3.svg) no-repeat;
    display: inline-block;
    height: 34px;
    width: 140px
}

.footer .partners__icon .logo_partners_16 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-16.svg) no-repeat;
    display: inline-block;
    height: 44px;
    width: 140px
}

.footer .partners__icon .logo_partners_19 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-19.svg) no-repeat;
    display: inline-block;
    height: 50px;
    width: 140px
}

.footer .partners__icon .logo_partners_8 {
    background: url(/wp-content/themes/31246/assets/img/partners/partners-8.svg) no-repeat;
    display: inline-block;
    height: 55px;
    width: 140px
}

.footer .footer__last {
    justify-content: center;
    padding-top: 40px
}

.footer .footer__last .license {
    word-wrap: break-word;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.33333% - 20px)
}

.footer .footer__last .license img {
    margin-right: 20px;
    max-width: 40px
}

.footer .footer__last .license span {
    color: #545469;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.footer .footer__last .age {
    word-wrap: break-word;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(41.66667% - 20px)
}

@media (max-width: 780px) {
    .footer .footer__last .age {
        margin-bottom: 20px
    }
}

.footer .footer__last .age span {
    background-color: #fff;
    border: 4px solid #fe284a;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    flex: none;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    margin-right: 20px;
    text-align: center;
    width: 44px
}

.footer .footer__last .age p {
    color: #545469;
    font-size: 13px
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider > .tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    clear: both;
    content: "";
    display: table
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.tns-no-calc {
    left: 0;
    position: relative
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    opacity: .6;
    transition: opacity .6s
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    left: -10000em;
    position: absolute
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 0
}

.tns-fadeOut, .tns-normal {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block
}

.tns-t-subp2 {
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 310px
}

.tns-t-ct {
    position: absolute;
    right: 0;
    width: 2333.3333333%;
    width: 2333.33333%
}

.tns-t-ct:after {
    clear: both;
    content: "";
    display: table
}

.tns-t-ct > div {
    float: left;
    height: 10px;
    width: 1.4285714%;
    width: 1.42857%
}

.has-btn {
    display: table-row;
    list-style-type: none;
    margin-top: 20px;
    text-align: center;
    width: 100%
}

.staff-rp-crumbs {
    display: block;
    padding: 10px 0;
    position: static;
    width: 100%
}

.staff-rp-crumbs li {
    display: inline-block;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 5px
}

.staff-rp-crumbs li:first-child {
    padding: 0
}

.staff-rp-crumbs li a {
    color: #fe284a;
    text-decoration: none
}

.staff-rp-crumbs b {
    color: #656565;
    padding: 0 10px
}

.staff-rp-crumbs .crumbs__curr {
    color: #bdd2e5
}

.mobile-nav {
    background: #171728;
    box-sizing: border-box;
    color: #fff;
    height: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.mobile-nav--list {
    padding: 0
}

.mobile-nav .mobile-nav--item:first-child {
    margin-top: 20px
}

.mobile-nav .mobile-nav--item:last-child {
    margin-bottom: 20px
}

.mobile-nav--item {
    list-style: none;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.mobile-nav a, .mobile-nav span {
    color: #fff;
    display: block;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out
}

.mobile-nav span {
    background: linear-gradient(90deg, #30336b 1px, transparent 1%) 50%, linear-gradient(#30336b 1px, transparent 1%) 50%, #7a7a7a;
    background-size: 2px 2px
}

.mobile-nav--btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    height: 50px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in-out;
    width: 50px;
    z-index: 10
}

.mobile-nav--btn span {
    background: #fff;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 10px;
    opacity: 1;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.mobile-nav--btn span:nth-child(2) {
    top: 17px
}

.mobile-nav--btn span:nth-child(3) {
    top: 25px
}

.mobile-nav--btn span:nth-child(4) {
    top: 33px
}

.active-nav .mobile-nav--btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.active-nav .mobile-nav--btn span:nth-child(3) {
    left: -60px;
    opacity: 0
}

.active-nav .mobile-nav--btn span:nth-child(4) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.ax-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

@media screen and (max-width: 780px) {
    .active-nav .mobile-nav {
        height: auto
    }

    .active-nav .mobile-nav--item {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .3s ease-in-out
    }


    .mobile-nav--btn {
        display: block
    }
}

@media screen and (max-width: 960px) {
    .hero__content {
        left: calc(50% - 380px)
    }

    .menu-item {
        padding: 0 1.5%
    }

    .footer__nav .social {
        margin-top: 20px;
        width: calc(33.33333% - 20px)
    }
}

@media screen and (max-width: 900px) {
    .tournament__info .table-body {
        max-height: 300px
    }

    .tournament__info .table-body__item {
        width: 100%
    }
}

@media screen and (max-width: 860px) {
    .menu-item {
        border: none;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 780px) {
    body {
        background: #242433
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .top-head .top-logo {
        width: 230px
    }

    .top-head .r-side .faq span {
        display: none
    }

    .section.articles {
        padding-top: 0;
        text-align: justify
    }

    h1 {
        font-size: 20px;
        text-shadow: none !important
    }

    h2 {
        font-size: 18px
    }

    .hero__content {
        left: calc(50% - 270px)
    }

    .provider {
        margin: 0 auto 20px;
        width: 90%
    }

    .provider__content {
        padding: 20px 10px
    }

    .games__nav {
        margin: 0 auto
    }

    .games__search {
        margin: 0 auto;
        width: calc(83.33333% - 20px)
    }

    .game-card {
        margin: 7px
    }

    .tournament__item {
        margin-bottom: 30px;
        width: calc(100% - 20px)
    }

    .tournament__item:last-child {
        margin-bottom: 0
    }

    .advantages__dots {
        display: flex
    }

    .advantages__list {
        display: block;
        width: 100%
    }

    .advantages__item {
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%
    }

    .advantages__item svg {
        margin-right: 0
    }

    .advantages__info .advantages__info-title {
        margin: 10px 0
    }

    .advantages__info .advantages__info-descr {
        padding: 0 20%
    }

    .footer__nav .game {
        width: calc(100% - 20px)
    }

    .footer__nav .game__link svg {
        margin-right: 10px
    }

    .footer__nav .help {
        margin-top: 20px;
        width: calc(100% - 20px)
    }

    .footer__nav .help__list {
        max-height: 150px
    }

    .footer__nav .help__item {
        margin-right: 20px
    }

    .footer__nav .social {
        width: calc(100% - 20px)
    }

    .footer .payments__icons svg {
        margin-right: 15px
    }

    .footer .footer__last .license {
        margin-bottom: 20px;
        width: calc(100% - 20px)
    }

    .footer .footer__last .age {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 680px) {
    .top-nav__link span {
        font-size: 14px
    }

    .top-nav__link svg {
        width: 40px !important
    }
}

@media screen and (max-width: 560px) {
    .top-head .mnu {
        display: inline-block
    }

    .top-head .line {
        display: block;
        margin: -5px 0 10px
    }

    .top-nav__list {
        flex-wrap: wrap;
    }

    .menu-item {
        border: none;
        padding: 5px 10px
    }

    .top-nav__link span {
        font-size: 14px
    }

    .top-nav__link svg {
        margin-right: 10px
    }

    .top-nav__link svg.icon_777 {
        height: 22px;
        width: 43px
    }

    .top-nav__link svg.icon_live, .top-nav__link svg.icon_pocker {
        height: 26px;
        width: 42px
    }

    .top-nav__link svg.icon_board {
        height: 32px;
        width: 32px
    }

    .top-nav__link svg.icon_pig {
        height: 34px;
        width: 32px
    }

    .games__nav {
        text-align: center;
        width: calc(100% - 20px)
    }

    .games__navlist {
        border: none;
        justify-content: center
    }

    .games__navlist-link {
        padding: 0
    }

    .games__navlist-link:after {
        display: none
    }

    .games__navlist-link svg {
        height: 37px;
        width: 38px
    }

    .games__navlist-link svg.icon_heart {
        margin-right: 0
    }

    .games__navlist-link.active:after, .games__navlist-link:hover:after {
        background-color: transparent
    }

    .games__navlist-link span {
        display: none
    }

    .games__search {
        margin-bottom: 20px
    }

    .games__list {
        margin-top: 0
    }

    .game-card {
        margin: 5px
    }

    .game-card__flag svg {
        height: 20px;
        width: 20px
    }

    .game-card__title {
        font-size: 11px;
        height: 35px
    }

    .tournament__info .table-head {
        flex-direction: column
    }

    .tournament__info .table-head:after {
        background: repeating-linear-gradient(90deg, #757c9e, #757c9e 2px, #242424 0, #242424 4px);
        height: 2px;
        width: 95%
    }

    .tournament__info .table-head__info {
        margin-bottom: 15px
    }

    .tournament__info .table-head__info:last-child {
        margin-bottom: 0
    }

    .tournament__info .table-head__info .headline {
        margin-bottom: 5px
    }

    .articles article p, .articles section p {
        font-size: 14px
    }

    .advantages__info .advantages__info-descr {
        padding: 0
    }

    .section.articles {
        margin-left: 10px;
        margin-right: 10px
    }

    .footer .partners__icon {
        max-width: 130px
    }

    .games-row {
        height: 165px
    }
}

.p-404-p {
    text-align: center
}

.p-404-p a {
    color: #eae019
}

a.apk-btn {
    background-color: #fe284a;
    border: solid #871628;
    border-radius: 50px;
    border-width: 0 0 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin: auto;
    outline: none;
    padding: 11.5px 30px 8px;
    text-align: center;
    text-transform: uppercase
}

.alignleft, .single-thumb, img.alignleft {
    float: left;
    margin-right: 20px
}

.alignright, img.alignright {
    float: right;
    margin-left: 20px
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 20px;
    padding-top: 5px;
    text-align: center
}

.wp-caption img {
    border: 0;
    margin: 0;
    padding: 0
}

.wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0
}
.articles img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}
figure img {
    border-radius: 14px;
    margin: 30px auto;
}

table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid orangered;
}
p {
    margin-bottom: 15px;
    line-height: 130%;
}
.articles ul, .articles ol {
    margin: 20px 0;
}
h1, h2, h3, h4 {
    font-weight: bold;
    color: orangered;
    margin-top: 32px;
    margin-bottom: 18px;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
