/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
.jcf-radio {
    border-radius: 9px
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%
}

.jcf-radio input[type=radio] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0
}

.jcf-radio.jcf-checked span {
    display: block
}

.jcf-checkbox, .jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px
}

.jcf-checkbox input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0
}

.jcf-checkbox.jcf-checked span {
    display: block
}

.jcf-button, .jcf-file {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #fff
}

.jcf-button {
    vertical-align: top;
    border: 1px solid #777;
    margin: 0 10px 10px 0;
    padding: 5px 10px
}

.jcf-button .jcf-real-element {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    outline: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.jcf-file {
    white-space: nowrap
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0
}

.jcf-file .jcf-fake-input, .jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #777;
    line-height: 28px;
    height: 28px
}

.jcf-file .jcf-fake-input {
    text-overflow: ellipsis;
    font-size: 13px;
    width: 125px;
    padding: 0 8px
}

.jcf-file .jcf-upload-button {
    margin: 0 0 0 -1px;
    padding: 0 10px
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #aaa;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...'
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid red
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px
}

.jcf-list, .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    width: 100%
}

.jcf-list {
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px
}

.jcf-list .jcf-list-content {
    overflow: auto
}

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

.jcf-list .jcf-option, .jcf-list ul li {
    overflow: hidden;
    display: block
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    white-space: nowrap;
    cursor: default;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important
}

.jcf-list-box .jcf-selected, .jcf-select-drop .jcf-hover {
    background: #e6e6e6;
    color: #000
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative
}

.jcf-textarea .jcf-scrollbar-horizontal {
    display: none;
    height: 0
}

.jcf-textarea textarea {
    padding: 8px 10px;
    border: none;
    margin: 0
}

.jcf-textarea .jcf-resize {
    position: absolute;
    text-align: center;
    cursor: se-resize;
    background: #e3e3e3;
    font-weight: 700;
    line-height: 15px;
    text-indent: 1px;
    font-size: 12px;
    height: 15px;
    width: 14px;
    bottom: 0;
    right: 0
}

.jcf-textarea .jcf-resize:before {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: block;
    margin: 4px 0 0 3px;
    width: 6px;
    height: 6px;
    content: ''
}

.jcf-number {
    display: inline-block;
    position: relative;
    height: 32px
}

.jcf-number input {
    -moz-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 27px 3px 7px;
    margin: 0;
    height: 100%
}

.jcf-number input::-webkit-inner-spin-button, .jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.jcf-number .jcf-btn-dec, .jcf-number .jcf-btn-inc {
    position: absolute;
    background: #aaa;
    width: 20px;
    height: 15px;
    right: 1px
}

.jcf-number .jcf-btn-inc {
    top: 1px
}

.jcf-number .jcf-btn-dec {
    top: auto;
    bottom: 1px
}

.jcf-number .jcf-btn-dec:hover, .jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover, .jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa
}

.jcf-number .jcf-btn-dec:before, .jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border: 4px solid #aaa
}

.jcf-number .jcf-btn-inc:before {
    margin: -6px 0 0 -4px;
    border-color: transparent transparent #000 transparent
}

.jcf-number .jcf-btn-dec:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent
}

.jcf-number .jcf-btn-dec.jcf-disabled:before, .jcf-number .jcf-btn-inc.jcf-disabled:before, .jcf-number.jcf-disabled .jcf-btn-dec:before, .jcf-number.jcf-disabled .jcf-btn-inc:before {
    opacity: .3
}

.jcf-number.jcf-disabled input {
    background: #ddd
}

.jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 0 10px;
    width: 130px
}

.jcf-range .jcf-range-track {
    margin: 0 20px 0 0;
    position: relative;
    display: block;
    height: 10px
}

.jcf-range .jcf-range-wrapper {
    position: relative;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0
}

.jcf-range.jcf-vertical {
    min-width: 0;
    width: auto
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0
}

.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px
}

.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto
}

.jcf-range .jcf-range-display-wrapper {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 10px;
    right: 10px
}

.jcf-range .jcf-range-display {
    border-radius: 5px;
    position: absolute;
    background: #888;
    width: 10px;
    height: 10px
}

.jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px
}

.jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
    left: auto;
    right: auto;
    top: 10px;
    bottom: 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0
}

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #aaa;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    left: 0
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px
}

.jcf-range .jcf-active-handle {
    z-index: 2
}

.jcf-range.jcf-focus .jcf-active-handle {
    border: 1px solid red;
    margin: -5px 0 0 -1px
}

.jcf-range.jcf-disabled {
    background: 0 0 !important;
    opacity: .3
}

.jcf-disabled {
    background: #ddd !important
}

.jcf-focus, .jcf-focus * {
    border-color: red !important
}

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

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

a {
    background: 0 0
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font: 1em monospace, monospace
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

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
}

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;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    background: #060606;
    border-bottom: 1px solid #f9b242;
    color: #f3f3fc;
    padding: 15px;
}

.jcf-select {
    width: 100%;
    position: relative;
    height: 47px;
    background: #302d28;
    color: #f9b242;
    border: none;
    border-left: 1px solid #13100e;
    border-top: 1px solid #13100e;
    border-right: 1px solid #13100e;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 0
}

.jcf-select.jcf-focus {
    border: 1px solid transparent !important
}

.jcf-select.jcf-drop-active {
    border-left: 1px solid #f9b242 !important;
    border-top: 1px solid #f9b242 !important;
    border-right: 1px solid #f9b242 !important;
    border-radius: 4px 4px 0 0
}

.jcf-select .jcf-select-text {
    line-height: 47px;
    font-size: 18px
}

.jcf-select .jcf-select-opener {
    background: 0 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -2px 0 0 0;
    width: 0;
    height: 0;
    border: 7px solid transparent !important;
    border-top-color: #f9b242 !important;
    border-width: 7px 6px 0 6px !important
}

.jcf-select .jcf-select-drop-content {
    border: 1px solid #f9b242 !important;
    border-top-color: #302d28 !important;
    box-shadow: 0 2px 5px #13100e
}

.jcf-select .jcf-list {
    background: #302d28
}

.jcf-select .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    padding: 5px 9px;
    height: 38px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px
}

.jcf-select .jcf-option.jcf-hover {
    background: #f9b242;
    color: #302d28
}

.jcf-scrollbar .jcf-scrollbar-slider {
    background: #13100e
}

.jcf-scrollbar .jcf-scrollbar-handle {
    border-radius: 10px;
    background: #f9b242;
    touch-action: none;
    position: absolute;
    top: 0;
    height: 29px;
    left: 3px;
    width: 8px
}

.jcf-scrollbar .jcf-scrollbar-handle:hover {
    background: #797979
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #302d28;
    position: relative
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec:before, .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
    background: 0 0;
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px solid transparent !important;
    border-top-color: #f9b242 !important;
    border-width: 7px 4px 0 4px !important
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec:before {
    border-top-color: transparent !important;
    border-bottom-color: #f9b242 !important;
    border-width: 0 4px 7px 4px !important
}

* {
    box-sizing: border-box
}

body {
    background: #13100e;
    padding-top: 125px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif
}

body.menu-shown {
    overflow: hidden
}

body.admin-bar .header {
    margin-top: 32px
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    box-shadow: #13100e 0 2px 10px;
    box-sizing: border-box;
    z-index: 9500;
    padding: 20px 15px 5px;
    background: rgba(19, 16, 14, .9);
    transition: top 1s linear 0s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.header.header-fixed {
    position: fixed;
    -webkit-animation: .5s header-fixed-show;
    animation: .5s header-fixed-show
}

@-webkit-keyframes header-fixed-show {
    from {
        top: -140px
    }
    to {
        top: 0
    }
}

@keyframes header-fixed-show {
    from {
        top: -140px
    }
    to {
        top: 0
    }
}

.header__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__bottom, .header__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1800px;
    min-width: 320px
}

.header__navigation {
    display: none;
    width: 100%
}

.header__navigation.desctop-nav {
    display: block
}

.header__navigation nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.header__navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

.header__navigation ul li {
    position: relative;
    display: block;
    margin: 0 5px 0 0
}

.header__navigation ul li.current-menu-item a {
    color: #f9b242;
    background: #13100e;
    border: 1px solid #f9b242;
    pointer-events: none
}

#breadcrumbs {
    list-style: none;
    margin: 5px 0;
    overflow: hidden;
    font-size: 14px;
    font-style: italic;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#breadcrumbs .separator {
    font-size: 14px;
    font-weight: 100;
    color: #ccc;
}

#breadcrumbs strong.bread-current {
    color: #fff;
}

.header__navigation ul li.current-menu-item a:hover {
    color: #f9b242;
    background: #13100e;
    border: 1px solid #f9b242;
    pointer-events: none;
    cursor: inherit
}

.header__navigation ul li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 48px;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
    display: block;
    transition: .2s ease
}

.header__navigation ul li a:hover {
    color: #f9b242;
    background: #302d28
}

.header__navigation ul li a.active {
    color: #f9b242;
    background: #13100e;
    border: 1px solid #f9b242;
    pointer-events: none
}

.header__navigation ul li a.active:hover {
    color: #f9b242;
    background: #13100e;
    border: 1px solid #f9b242;
    pointer-events: none;
    cursor: inherit
}

.header__navigation ul li ul {
    display: none;
    position: absolute;
    top: 99%;
    left: 0;
    border: 1px solid #f9b242;
    border-radius: 5px;
    background: #302d28;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    min-width: 160px;
    padding: 0
}

.header__navigation ul li ul li {
    line-height: 30px;
    margin: 0
}

.header__navigation ul li ul li a {
    display: block;
    position: relative;
    color: #dcd9d5;
    text-decoration: none;
    font-size: 10px
}

.header__navigation ul li ul li a:hover {
    background: rgba(19, 16, 14, .7)
}

.header__navigation ul li ul li.current-menu-item a {
    color: #f9b242;
    background: #13100e;
    border: none
}

.header__navigation ul li ul li.current-menu-item a:hover {
    color: #f9b242;
    background: #13100e;
    border: none;
    pointer-events: none;
    cursor: inherit
}

.header__navigation ul li:hover ul {
    display: block
}

.logo {
    position: relative;
    top: -10px;
    display: block;
    height: 47px;
    width: 255px;
    z-index: 215
}

.logo a, .logo img {
    display: block;
    width: 100%;
    height: 100%
}

.logo img {
    -o-object-fit: contain;
    object-fit: contain
}

.social {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0
}

.social__text {
    color: #797979;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 5px 0 0
}

.social__btns {
    display: flex;
    align-items: center
}

.social__link {
    background: url(/wp-content/themes/playfortuna/img/images-list-s0338380434.png) no-repeat 0 -1795px;
    display: block;
    height: 30px;
    width: 30px;
    overflow: hidden;
    margin: 0 2px
}

.social__link.fb {
    background-position: 0 -1795px
}

.social__link.ggl {
    background-position: 0 -2144px
}

.social__link.mlru {
    background-position: 0 -3519px
}

.social__link.twit {
    background-position: 0 -5379px
}

.social__link.vk {
    background-position: 0 -5490px
}

.social__link.ynx {
    background-position: 0 -5720px
}

.login-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.login-btns a {
    font: 700 14px 'Noto Sans';
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

.login-btns .login {
    position: relative;
    min-width: 110px;
    border-radius: 50px 0 0 50px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    border: 1px solid #f9b242;
    background: #f9b242;
    margin-right: 2px
}

.login-btns .login:hover {
    background: #000;
    color: #f9b242;
    border: 1px solid #f9b242
}

.login-btns .register {
    min-width: 165px;
    border-radius: 0 50px 50px 0;
    display: inline-block;
    width: auto;
    height: 48px;
    line-height: 48px;
    border: 1px solid #3daa45;
    background: #3daa45
}

.login-btns .register:hover {
    background: #000;
    color: #3daa45;
    border: 1px solid #3daa45
}

.slider {
    width: 100%;
    height: 500px;
    position: relative
}

.slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider__main {
    background: #000;
    height: 500px
}

.slider .swiper-slide {
    height: 500px
}

.slider .gallery-thumbs {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 110;
    display: flex;
    justify-content: center
}

.slider .gallery-thumbs .swiper-wrapper {
    flex-grow: 0;
    flex-basis: auto;
    display: flex;
    justify-content: center
}

.slider .gallery-thumbs .swiper-slide {
    height: 80px;
    width: 240px;
    pointer-events: all;
    cursor: pointer
}

.slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .slider-preview__progress {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: animateLine;
    animation-name: animateLine;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .slider-preview__img {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: animateImg;
    animation-name: animateImg;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes animateLine {
    from {
        width: 100%;
        transform: translateY(-75px)
    }
    25% {
        transform: translateY(0)
    }
    to {
        width: 0;
        transform: translateY(0)
    }
}

@keyframes animateLine {
    from {
        width: 100%;
        transform: translateY(-75px)
    }
    25% {
        transform: translateY(0)
    }
    to {
        width: 0;
        transform: translateY(0)
    }
}

@-webkit-keyframes animateImg {
    from {
        opacity: 100%;
        transform: translateY(0)
    }
    25% {
        opacity: 0;
        transform: translateY(100%)
    }
    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes animateImg {
    from {
        opacity: 100%;
        transform: translateY(0)
    }
    25% {
        opacity: 0;
        transform: translateY(100%)
    }
    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

.slider-preview {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 5px;
    border-radius: 4px;
    overflow: hidden
}

.slider-preview__img {
    opacity: 100%;
    transform: translateY(0)
}

.slider-preview__progress {
    position: absolute;
    bottom: 0;
    transform: translateY(-75px);
    right: 0;
    width: 100%;
    height: 5px;
    background: #3daa45;
    border-radius: 100px;
    z-index: 1
}

.nav-content ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-bottom: 4px solid #302d28;
    box-sizing: border-box;
    list-style: none;
    margin: 0 0 20px 0
}

.nav-content ul li {
    position: relative
}

.nav-content ul li.active a:before {
    background: #f9b242
}

.nav-content ul li a {
    font: 700 18px "Noto Sans", Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    color: #f9b242;
    text-decoration: none;
    padding: 15px 0 20px 0;
    text-transform: uppercase
}

.nav-content ul li a:hover {
    opacity: .8;
    cursor: pointer
}

.nav-content ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    opacity: 0;
    color: #f9b242;
    transform: translate3d(0, 25%, 0);
    transition: transform 1s, opacity .5s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    box-sizing: border-box;
    padding: 15px 0 20px 0
}

.nav-content ul li a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    content: "";
    background: 0 0;
    border-radius: 4px
}

.nav-content ul li a span {
    transition: transform 1s, opacity .5s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    box-sizing: border-box
}

.nav-content ul li a:hover:before {
    background: rgba(249, 178, 66, .3)
}

.nav-content ul li a:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.nav-content ul li a:hover span {
    opacity: 0;
    transform: translate3d(0, -25%, 0)
}

.content {
    font: 16px 'Noto Sans';
    padding-top: 40px
}

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

.content__text {
    position: relative;
    height: 200px;
    overflow: hidden
}

.content__text p {
    margin: 15px 0 30px 0;
    line-height: 1.5
}

.content__more {
    text-align: right
}

.content__more-btn {
    cursor: pointer;
    color: #f9b242;
    text-decoration: underline
}

section {
    width: 100%;
    min-width: 320px;
    box-sizing: border-box
}

.container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 15px
}

.certificate__text {
    font: bold 15px arial;
    color: #86bee0;
    text-decoration: none
}

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

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

.footer__nav ul {
    display: block
}

.footer__nav ul li {
    display: table-cell;
    width: 1%;
    text-align: center
}

.footer__nav ul li a {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #f9b242;
    text-decoration: none;
    transition: all .1s ease-in-out;
    font-size: 14px
}

.footer__nav ul li a:hover {
    color: #dcd9d5
}

.footer .certificate__row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .certificate__box {
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    align-items: center
}

.footer .certificate__box a {
    text-decoration: none
}

.footer .certificate__box a:hover {
    text-decoration: none;
    cursor: pointer
}

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

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

.payment-box__link {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
    display: inline-block
}

.payment-box__link::before {
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

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

.payment-box .visa-icon::before {
    background: url(/wp-content/themes/playfortuna/img/visa.png) no-repeat 0 0/contain;
    display: block;
    overflow: hidden;
    height: 47px;
    width: 49px;
    margin: -23.5px 0 0 -24.5px
}

.payment-box .maestro-icon::before {
    background: url(/wp-content/themes/playfortuna/img/maestro.png) no-repeat 0 0/contain;
    display: block;
    overflow: hidden;
    height: 40px;
    width: 67px;
    margin: -20px 0 0 -33.5px
}

.payment-box .qiwi-icon::before {
    background: url(/wp-content/themes/playfortuna/img/qiwi.png) no-repeat 0 5px/contain;
    display: block;
    overflow: hidden;
    height: 46px;
    width: 44px;
    margin: -23px 0 0 -22px
}

.payment-box .webmoney-icon::before {
    background: url(/wp-content/themes/playfortuna/img/webmoney.png) no-repeat 0 0/contain;
    display: block;
    overflow: hidden;
    height: 45px;
    width: 45px;
    margin: -22.5px 0 0 -22.5px
}

.payment-box .neteller-icon::before {
    background: url(/wp-content/themes/playfortuna/img/neteller.png) no-repeat 0 0/contain;
    display: block;
    overflow: hidden;
    height: 19px;
    width: 107px;
    margin: -9.5px 0 0 -53.5px
}

.payment-box .skrill-icon::before {
    background: url(/wp-content/themes/playfortuna/img/scrill.png) no-repeat 0 0/contain;
    display: block;
    overflow: hidden;
    height: 26px;
    width: 76px;
    margin: -13px 0 0 -38px
}

.payment-box .yandex-wallet-icon::before {
    background: url(/wp-content/themes/playfortuna/img/yandexmoney.png) no-repeat 0 0/contain;
    display: block;
    overflow: hidden;
    height: 43px;
    width: 38px;
    margin: -21.5px 0 0 -19px
}

.games-filter {
    margin-bottom: 50px
}

.games-filter__form {
    display: flex;
    align-items: flex-start
}

.games-filter__field {
    position: relative;
    margin-right: 15px;
    width: 240px
}

.games-filter__field-icon {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 5
}

.games-filter__field-input {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 40px 0 10px;
    border: none;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
    background: #302d28;
    box-sizing: border-box;
    font-size: 18px;
    z-index: 4;
    outline: 0
}

.games__slider {
    padding: 0 50px
}

.games__slider .swiper-button-next, .games__slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin: -15px 0 0 0;
    border: 1px solid transparent;
    cursor: pointer;
    text-indent: -9999px
}

.games__slider .swiper-button-next {
    background: url(/wp-content/themes/playfortuna/img/images-list-s0338380434.png) no-repeat 0 -465px;
    right: 0;
    display: block;
    overflow: hidden;
    height: 37px;
    width: 13px
}

.games__slider .swiper-button-prev {
    background: url(/wp-content/themes/playfortuna/img/images-list-s0338380434.png) no-repeat 0 -289px;
    left: 0;
    display: block;
    overflow: hidden;
    height: 37px;
    width: 13px
}

.games__new {
    position: relative;
    padding: 10px;
    background: #302d28;
    border-radius: 10px;
    box-sizing: border-box
}

.games__new-icon {
    background: url(/wp-content/themes/playfortuna/img/images-list-s0338380434.png) no-repeat 0 -3756px;
    display: block;
    overflow: hidden;
    height: 77px;
    width: 77px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.games__new-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 144px
}

.games__new img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.games__new-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #f9b242;
    border-radius: 5px;
    background: rgba(19, 16, 14, .8);
    opacity: 0;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out;
    z-index: 15
}

.games__new-hover-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.games__new.active .games__new-hover {
    opacity: 1;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out
}

.games__new-provider {
    padding: 10px 0 0 0;
    text-align: center
}

.games__new-provider img {
    display: inline-block;
    width: 85px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain
}

.games__new-title {
    position: relative;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: center;
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 13px
}

.games__new-btn {
    padding: 5% 0 0 0;
    position: relative;
    text-align: center
}

.games__new-btn-link {
    background: url(/wp-content/themes/playfortuna/img/game-play.svg);
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    transition: background .1s linear
}

.games__new-btn-demo {
    position: relative;
    min-height: 30px
}

.games__new-btn-demo a {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin: 5% 0 0 0;
    text-decoration: none;
    color: #f9b242;
    white-space: nowrap
}

.game-item {
    position: relative;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    border-radius: 5px;
    background: #302d28;
    border: 1px solid #13100e;
    box-sizing: border-box;
    overflow: hidden
}

.game-item:hover .game-hover {
    opacity: 1;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out
}

.game-item__image {
    display: block;
    width: 100%;
    height: 157px;
    -o-object-fit: cover;
    object-fit: cover
}

.game-item__title {
    position: relative;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: center;
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem
}

.game-item__title_mobile {
    position: relative;
    width: 100%;
    height: 24px;
    padding: 5px 0 5px 25px;
    font-size: 10px;
    font-size: 1rem
}

.game-item__link {
    display: block
}

.game-list {
    margin-top: 30px
}

.game-list__items {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    grid-auto-flow: dense;
    grid-gap: 15px;
    margin: 20px 0 0 0;
    transform: translateZ(0)
}

.game-list__item {
    width: 100%
}

.game-list__search {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-auto-flow: dense;
    grid-gap: 15px;
    margin: 10px 0 0 0;
    transform: translateZ(0)
}

.game-list__search .game-list__item {
    height: 160px;
    margin: 7px;
    width: 100%
}

.game-list__search .game-list__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.game-list__search .game-item {
    width: 100%;
    height: 100%
}

.game-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #f9b242;
    border-radius: 5px;
    background: rgba(19, 16, 14, .8);
    opacity: 0;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out;
    z-index: 15
}

.game-hover-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.game-hover__btn-box {
    padding: 5% 0 0 0;
    position: relative;
    text-align: center
}

.game-hover-demo-wrap {
    position: relative;
    min-height: 30px
}

.game-hover__btn-demo {
    display: inline-block;
    margin: 5% 0 0 0;
    text-decoration: none;
    color: #f9b242
}

.game-hover__btn-demo, .game-hover__btn-onmoney {
    white-space: nowrap
}

.game-hover__btn-onmoney {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto
}

.provider-list {
    padding: 40px 0 0 0;
    text-align: center
}

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

.provider-list__item a {
    cursor: pointer;
    display: inline-block
}

.icon-play {
    background: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2748%27%20height%3D%2748%27%20viewBox%3D%270%200%2048%2048%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Crect%20width%3D%2748%27%20height%3D%2748%27%20rx%3D%2724%27%20fill%3D%27%233DAA45%27%2F%3E%3Cpath%20d%3D%27M19%2016.7078C19%2015.9434%2019.8228%2015.4617%2020.4893%2015.8357L33.4496%2023.108C34.1297%2023.4896%2034.1307%2024.4681%2033.4514%2024.8511L20.4912%2032.1592C19.8246%2032.535%2019%2032.0534%2019%2031.2881V16.7078Z%27%20fill%3D%27%2312100E%27%2F%3E%3C%2Fsvg%3E);
    transition: background .1s linear
}

.icon-play:hover {
    background: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2247%22%20height%3D%2247%22%20rx%3D%2223.5%22%20fill%3D%22%2312100E%22%20fill-opacity%3D%220.8%22%20stroke%3D%22%233DAA45%22%2F%3E%3Cpath%20d%3D%22M19%2016.7078C19%2015.9434%2019.8228%2015.4617%2020.4893%2015.8357L33.4496%2023.108C34.1297%2023.4896%2034.1307%2024.4681%2033.4514%2024.8511L20.4912%2032.1592C19.8246%2032.535%2019%2032.0534%2019%2031.2881V16.7078Z%22%20fill%3D%22%233DAA45%22%2F%3E%3C%2Fsvg%3E);
    transition: background .1s linear
}

.icon-play.disabled {
    background: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2247%22%20height%3D%2247%22%20rx%3D%2223.5%22%20fill%3D%22%2312100E%22%20fill-opacity%3D%220.8%22%20stroke%3D%22%233DAA45%22%2F%3E%3Cpath%20d%3D%22M19%2016.7078C19%2015.9434%2019.8228%2015.4617%2020.4893%2015.8357L33.4496%2023.108C34.1297%2023.4896%2034.1307%2024.4681%2033.4514%2024.8511L20.4912%2032.1592C19.8246%2032.535%2019%2032.0534%2019%2031.2881V16.7078Z%22%20fill%3D%22%233DAA45%22%2F%3E%3C%2Fsvg%3E);
    border: none;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.new-width {
    width: 100%;
    max-width: 1800px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.copyrights-box {
    width: 40%;
    margin: 30px auto 0;
    padding: 10px 0 0;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #fff
}

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

.scroll-hide {
    position: fixed;
    overflow: hidden
}

.read-more {
    color: #f9b242
}

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

h1 {
    font: 35px "Noto Sans", Arial, Helvetica, sans-serif
}

h2 {
    font: 23px "Noto Sans", Arial, Helvetica, sans-serif
}

h3 {
    font: 18px "Noto Sans", Arial, Helvetica, sans-serif
}

h4 {
    font: 10px "Noto Sans", Arial, Helvetica, sans-serif
}

h5 {
    font: 8px "Noto Sans", Arial, Helvetica, sans-serif
}

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

h2 {
    font-weight: 500
}

a {
    color: #f9b242
}

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

a:focus {
    outline: 0
}

video:focus {
    outline: 0
}

ul {
    margin: 10px;
    padding: 10px
}

ul li {
    list-style-type: disc;
    margin: 5px;
    padding: 5px
}

ol {
    margin: 0;
    padding: 0 0 0 25px
}

ol li {
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 22px
}

.content {
    font: 16px "Noto Sans", Arial, Helvetica, sans-serif;
    padding-top: 40px;
    color: #fff
}

.content__404 {
    text-align: center;
    padding: 50px 0
}

.content__404-big {
    padding: 25px 0 0;
    font-size: 188px
}

.content__404 .page-content {
    font-size: 24px;
    text-align: center
}

.content__404-back-link {
    display: inline-block;
    cursor: pointer
}

.content p {
    margin: 15px 0 30px 0;
    line-height: 1.95
}

.content .cols-9 {
    padding: 0 20px 0 0
}

.content .cols-3 {
    padding: 0 0 0 20px
}

.content-toggle {
    position: relative;
    height: 200px;
    overflow: hidden
}

.content-fade-out {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-size: 100%
}

.content-toggle-btn-box {
    text-align: right
}

.content-toggle-btn {
    cursor: pointer;
    color: #f9b242;
    text-decoration: underline
}

.content-toggle-btn:hover {
    text-decoration: none
}

.content .sub-title, .content .title {
    padding: 0 0 20px 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ededed
}

.content .sub-title {
    color: #f9b242
}

.small-text {
    font-size: 11px;
    font-size: 1.1rem
}

.list li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0
}

.list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: #f9b242;
    border-radius: 50%;
    transform: translateY(-50%)
}

.list-number {
    margin: 0 0 20px 0
}

.list-number li {
    padding: 0;
    margin: 0 0 5px 0;
    line-height: initial
}

.list-terms {
    padding: 7px 0 0 0
}

.list-terms li {
    line-height: 16px;
    padding: 0 0 7px 0
}

.list-terms-sub {
    padding: 0 0 0 25px
}

.link {
    color: #f9b242;
    text-decoration: underline;
    cursor: pointer
}

.link:hover {
    text-decoration: none
}

.content-area.content {
    padding-top: 0
}

.btn-green {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0 -2px 0 0;
    padding: 0 15px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 38px;
    border: 1px solid #3daa45;
    background: #3daa45;
    border-radius: 50px
}

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

.game-page__container {
    background: url(/wp-content/themes/playfortuna/img/slots.jpg) 0 0/cover;
    padding-top: 40px;
    min-height: 440px;
    display: flex;
    justify-content: center
}

.game-page__main {
    display: flex;
    justify-content: center;
    flex-grow: 1
}

.game-page__main-right {
    width: 250px;
    display: flex
}

.game-page__main-left iframe {
    width: 54vw;
    height: 32vw
}

.game-page__winners {
    flex-grow: 1;
    background: #302d28;
    border-radius: 4px
}

.game-page__winners-tab {
    background: url(/wp-content/themes/playfortuna/img/win.png) no-repeat center/24px;
    height: 46px
}

.game-page__winners-content {
    padding: 10px;
    box-sizing: border-box
}

.game-page__winners-title {
    padding: 0 0 10px 0;
    text-align: center;
    color: #ededed;
    text-transform: uppercase;
    font-size: 14px
}

.game-page__winners-items {
    overflow-y: auto;
    height: calc(32vw - 86px)
}

.game-page__winners-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #13100e;
    transition: -webkit-filter .2s ease-in-out;
    transition: filter .2s ease-in-out;
    transition: filter .2s ease-in-out, -webkit-filter .2s ease-in-out
}

.game-page__winners-item-img {
    width: 75px
}

.game-page__winners-item-img img {
    width: 100%;
    height: auto
}

.game-page__winners-item-info {
    padding: 0 0 0 5px;
    box-sizing: border-box
}

.game-page__winners-item-name {
    color: #fff;
    font-size: 10px
}

.game-page__winners-item-won {
    padding: 0 0 5px 0;
    color: #3daa45;
    font-size: 14px
}

.game-page__winners-item-game {
    color: #f9b242;
    font-size: 10px;
    text-decoration: underline;
    display: block
}

.game-page__winners-item-game:hover {
    color: #f9b242;
    text-decoration: none;
    outline: 0
}

.game-page__bottom-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0
}

.game-page__play {
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #302d28
}

.game-page__info {
    display: flex
}

.game-page__characteristics {
    width: 280px;
    flex-shrink: 0
}

.game-page__demo {
    padding-left: 20px;
    flex-grow: 1
}

.game-page__demo img {
    width: 100%;
    height: auto
}

.feature-box {
    position: relative;
    padding: 50px 50px 20px 60px;
    border: 1px solid #302d28;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff
}

.feature-box .feature-box-title {
    font: 14px "Noto Sans", Arial, Helvetica, sans-serif;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase
}

.feature-box .feature-box-title span {
    padding: 0 15px;
    background: #13100e
}

.feature-box ul li {
    position: relative;
    padding: 0 0 15px 0
}

.feature-box ul li::before {
    position: absolute;
    top: 5px;
    left: -20px;
    width: 4px;
    height: 4px;
    content: ""; /*background:#f9b242;border-radius:4px*/
}

.feature-box ul li span {
    color: #f9b242
}

.more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px
}

.more-btn a {
    font: 700 14px 'Noto Sans';
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    min-width: 165px;
    display: inline-block;
    width: auto;
    height: 48px;
    line-height: 48px;
    border: 1px solid #3daa45;
    background: #3daa45;
    border-radius: 50px;
    padding: 0 20px
}

.more-btn a:hover {
    background: #000;
    color: #3daa45;
    border: 1px solid #3daa45;
    cursor: pointer
}

.hidden {
    display: none !important
}

.mob-btn {
    width: 29px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative
}

.mob-btn span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    transition: all .4s ease
}

.mob-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute
}

.mob-btn.active span:nth-child(2) {
    display: none
}

.mob-btn.active span:nth-child(3) {
    transform: rotate(-45deg)
}

.burger {
    display: flex;
    justify-content: flex-end;
    z-index: 99999
}

iframe, img, video {
    max-width: 100%
}

@media screen and (max-width: 1200px) {
    .header__top {
        justify-content: space-between
    }

    .header__buttons, .logo {
        display: flex;
        justify-content: center;
        text-align: center
    }

    .slider-preview {
        height: 35px
    }

    .header {
        padding: 10px
    }

    .header__buttons {
        width: auto
    }

    body, html {
        width: 100%
    }

    body {
        padding-top: 67px
    }

    .social {
        display: none
    }

    .logo {
        top: 0
    }

    .logo a {
        display: inline-block
    }

    .slider {
        height: auto
    }

    .slider__main {
        height: 300px
    }

    .header__navigation {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        z-index: 9999;
        padding: 15px;
        background: #13100e;
        box-shadow: 5px -5px 10px rgba(0, 0, 0, .4)
    }

    .header__navigation nav {
        position: fixed;
        width: 100%;
        height: calc(100% - 118px);
        left: 0;
        top: 70px;
        background: #302d28;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transform: translateX(-150%);
        transition: transform .4s ease
    }

    .header__navigation nav li a {
        text-align: center !important
    }

    .header__navigation nav.active {
        transform: translateX(0)
    }

    .header__navigation ul li a {
        padding: 0 10px
    }

    .nav-content ul li a {
        padding: 10px 0
    }

    .game-list__items, .game-list__search {
        grid-template-columns:repeat(4, 1fr);
        padding: 0 10px
    }

    .game-page {
        padding-top: 40px
    }

    .game-page__main-left iframe {
        height: 100%
    }

    .games__new-box {
        height: 98px
    }

    .games__new-provider img {
        height: 18px
    }

    .game-list__items, .game-list__search {
        grid-template-columns:repeat(3, 1fr)
    }

    .mob-btn {
        display: flex;
        z-index: 9999
    }

    .mob-btn.active {
        margin-top: 10px
    }

    .header__navigation.desctop-nav {
        display: none
    }

    .header__navigation nav {
        position: fixed;
        width: 100%;
        height: calc(100% - 118px);
        left: 0;
        top: 70px;
        background: #302d28;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header__navigation ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    .header__navigation ul li {
        padding: 0;
        text-align: left;
        width: 100%
    }

    .header__navigation ul li a {
        text-align: left
    }

    .header__navigation ul li.current-menu-item a {
        color: #f9b242;
        background: #13100e;
        border: none
    }

    .header__navigation ul li.current-menu-item a:hover {
        color: #f9b242;
        background: #13100e;
        border: none
    }

    .header__navigation ul li:hover ul {
        display: none
    }

    .header__navigation ul li ul {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        border: 0;
        border-radius: 0;
        background: #302d28;
        text-align: left;
        text-transform: uppercase;
        overflow: hidden;
        min-width: unset;
        padding: 0
    }

    .header__navigation ul li ul li {
        margin: 0;
        padding: 0
    }

    .nav-content ul {
        display: block;
        white-space: nowrap;
        overflow-x: auto
    }

    .nav-content ul li {
        display: inline-block;
        margin: 0 7px;
        white-space: nowrap
    }

    .nav-content ul li:after, .nav-content ul li:before {
        display: none
    }

    .nav-content ul li a:after, .nav-content ul li a:before {
        display: none
    }

    .slider .gallery-thumbs .swiper-slide {
        width: 120px;
        height: 35px
    }

    .slider .gallery-thumbs .swiper-slide .slider-preview__progress {
        transform: translateY(-30px)
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 40px 15px 20px
    }

    .copyrights-box {
        width: 100%;
        padding: 0
    }

    .footer__nav ul li {
        display: inline-block;
        width: auto;
        margin: 5px 7px
    }

    .footer__nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

    .payment-box__item {
        display: inline-block;
        padding: 20px 0 0 0;
        min-width: 100px;
        height: 80px;
        margin: 0
    }

    .payment-box {
        display: block;
        overflow: hidden;
        text-align: center
    }

    .header__buttons {
        flex-wrap: wrap
    }

    .social__text {
        display: none
    }

    .social {
        margin: 10px auto
    }

    body.admin-bar .header {
        margin-top: 46px
    }

    .footer .certificate__row {
        flex-wrap: wrap
    }

    .footer .certificate__box {
        margin: 7px 0
    }

    .game-page__main-right {
        display: none
    }

    .game-page__main-left iframe {
        width: 78vw;
        height: 48vw
    }

    .game-page__info {
        flex-wrap: wrap
    }

    .game-page__demo {
        padding: 0 15px;
        margin-top: 15px
    }

    iframe, img, video {
        height: auto
    }

    .login-btns {
        margin-left: 20px
    }

    .login-btns .login, .login-btns .register {
        height: 26px;
        line-height: 26px;
        font-size: 10px;
        min-width: 0;
        padding: 0 10px
    }

    .nav-content ul li a {
        font-size: 14px
    }

    .slider__main {
        height: 150px
    }

    .slider .gallery-thumbs .swiper-slide {
        width: 60px;
        height: 20px
    }

    .slider-preview {
        height: 20px
    }

    .slider .gallery-thumbs .swiper-slide .slider-preview__progress {
        height: 3px
    }

    .slider .gallery-thumbs {
        bottom: 10px
    }

    .games-filter__field {
        width: 100%
    }

    .games-filter__field + .games-filter__field {
        margin-top: 15px
    }

    .header__navigation nav {
        top: 67px;
        height: calc(100% - 115px)
    }

    .games__new-box {
        height: 130px
    }

    .game-page__info {
        justify-content: center
    }

    .game-page {
        padding-top: 0
    }

    .footer {
        padding: 40px 15px 20px
    }

    .new-width {
        min-width: 0
    }
}

@media screen and (max-width: 480px) {
    body.admin-bar .header {
        margin-top: 0
    }

    .game-list__items, .game-list__search {
        grid-template-columns:repeat(1, 1fr)
    }

    .game-page__main-left iframe {
        width: 92vw;
        height: 80vw
    }

    .social {
        display: none
    }

    .games-filter__form {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center
    }

    .content__404-big {
        font-size: 148px
    }

    .login-btns {
        margin-left: 10px
    }

    .login-btns .login, .login-btns .register {
        padding: 0 5px
    }
}

.content blockquote {
    border-left: 10px solid #aeaaaa;
    padding: 0.5em 10px;
    font-style: italic;
    font-weight: 600
}

.nav-toc {
    padding: 10px;
    margin: 10px;
}

.title-toc {
    font-weight: 700;
    margin: 0;
    padding: 0
}
.header__top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header__top li {
    margin: 10px;
}
@media (max-width: 900px) {
    .header__top {
        flex-direction: column;
    }
    body {
        padding-top: 150px;
    }
    .mobi {
        display: none !important;
    }
}
.site-content {
    padding-top: 40px;
}
.content-toggle img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    margin: 30px auto;
}

table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 7px;
}
