/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    src: local('Open Sans'), local('OpenSans-Regular'), url(/wp-content/themes/playfortuna/assets/fonts/opensansregular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    src: local('Open Sans normal'), local('OpenSans-Normal'), url(/wp-content/themes/playfortuna/assets/fonts/opensansnormal.woff2) format('woff2');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/wp-content/themes/playfortuna/assets/fonts/opensansbold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

*:-moz-placeholder {
    color: #666;
    opacity: 1
}

*::-moz-placeholder {
    color: #666;
    opacity: 1
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    min-width: 320px;
    line-height: 1.4;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0 auto;
    font-size: 14px;
    background: #13100e;
    font-family: 'Open Sans', sans-serif
}

p {
    margin: 0
}

a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    color: #fff
}

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

ul li, ol li {
    list-style: none;
    display: block;
    margin: 0
}

span {
    display: inline-block
}

ul, ol {
    display: block;
    margin: 0;
    padding-left: 0
}

button {
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer
}



h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 8px;
    padding: 0 0 15px;
    font-weight: 700;
    color: #f9b242
}

.hidden {
    display: none
}

.site-wrap {
    overflow: hidden
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1770px;
    width: 100%
}

.bg-shadow {
    display: none;
    position: absolute;
    background: #00000070;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99
}

.header-wrapper__wrp-top {
    padding: 10px 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-wrapper__logo {
    max-width: 255px;
    width: 100%
}

.header-wrapper__hide {
    display: none
}

.header-wrapper__wrp-buttons {
    max-width: 329px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase
}

.header-wrapper__door {
    width: 110px;
    height: 41px;
    text-align: center;
    line-height: 40px;
    color: #000;
    border-radius: 50px 0 0 50px;
    background: #fdc061;
    border: 1px solid #fdc061;
    -webkit-transition: .2s;
    transition: .2s
}

.header-wrapper__door:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: #000;
    color: #fdc061
}

.header-wrapper__wrp-language {
    position: relative;
    padding-right: 15px;
    cursor: pointer
}

.header-wrapper__icon-flag {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    color: #8d8d8d
}

.header-wrapper__registration {
    width: 165px;
    height: 41px;
    text-align: center;
    margin-left: -2px;
    line-height: 40px;
    color: #000;
    background: #3daa45;
    border-radius: 0 50px 50px 0;
    border: 1px solid #3daa45;
    -webkit-transition: .2s;
    transition: .2s
}

.header-wrapper__registration:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: #000;
    color: #3daa45
}

.header-wrapper__wrp-language {
    display: inline-block
}

.header-wrapper__img {
    max-width: 25px
}

.header-wrapper__dropdown {
    display: none;
    background: #302d28;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 130px;
    border-radius: 3px;
    padding: 5px 15px;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 49px
}

.header-wrapper__item-l {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px
}

.header-wrapper__icon-l {
    max-width: 17px
}

.header-wrapper__link-l:hover {
    color: #b9b9b9
}

.header-wrapper__wrp-bottom {
    padding-left: 250px;
    background-color: #302d28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-wrapper__nav {
    max-width: 545px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-wrapper__item {
    border-right: 1px solid #000
}

.header-wrapper__item:last-child {
    border-right: none
}

.header-wrapper__link {
    padding: 10px 35px;
    white-space: nowrap;
    color: #fdc061;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: background .2s;
    transition: background .2s
}

.header-wrapper__link:hover {
    -webkit-transition: background .2s;
    transition: background .2s;
    background: #fdc061;
    color: #000
}

.header-wrapper__wrp-menu {
    display: none
}

.header-wrapper__icon-menu {
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    margin-left: 30px;
    border-radius: 50%
}

.header-wrapper__drp-r {
    -webkit-transition: 1s;
    transition: 1s;
    position: fixed;
    right: -1000px;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 230px;
    background: #111111ea;
    padding: 40px 20px
}

.header-wrapper__link-r {
    color: #fff
}

.banner {
    background-size: cover;
    width: 100%
}

.banner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    min-height: 530px
}

.banner-wrapper__frame {
    width: 100%;
    height: 530px
}

.banner-wrapper__link {
    font-weight: 500;
    padding: 12px 30px;
    -webkit-transition: .2s;
    transition: .2s
}

.banner-wrapper__link:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: #000;
    color: #3daa45
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-container .swiper-pagination-bullets {
    bottom: 15px
}

.swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid #797979
}

.swiper-container .swiper-pagination-bullet-active {
    background: #fdc061
}

.slider-wrapper__item img {
    min-height: 300px
}

.nav-bar {
    margin-top: 10px
}

.nav-bar-wrapper__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 4px solid #302d28
}

.nav-bar-wrapper__link {
    color: #fdc061;
    font-size: 17px;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    position: relative
}

.nav-bar-wrapper__link:hover:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-bottom: 4px solid #f7bc5e81
}

.transitions-wrapper {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px
}

.transitions-wrapper__nav {
    max-width: 450px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.transitions-wrapper__nav a {
    color: #fdc061;
    padding-right: 15px;
    position: relative
}

.transitions-wrapper__nav a:hover {
    text-decoration: underline
}

.transitions-wrapper__nav a:after {
    content: '>';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    color: #acabab
}

.transitions-wrapper__zk {
    color: #fff
}

.transitions-wrapper__item {
    margin-top: 25px;
    color: #fff
}

.transitions-wrapper__title {
    color: #fdc061;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px
}

.transitions-wrapper__data {
    margin-bottom: 20px;
    text-align: left;
    display: block
}

.transitions-wrapper__icon-calendar {
    margin-right: 10px
}

.transitions-wrapper__description {
    display: block;
    text-align: left;
    font-weight: 500;
    margin: 45px 0
}

.transitions-wrapper__link {
    text-align: left;
    display: block;
    color: #fdc061;
    text-decoration: underline;
    font-weight: 500;
    padding-bottom: 25px
}

.transitions-wrapper__image {
    margin-bottom: 30px
}

.transitions-wrapper__desc {
    margin-bottom: 30px
}

.transitions-wrapper__stage {
    font-size: 16px;
    color: #fdc061
}

.new {
    margin: 25px 0
}

.new-headline {
    color: #fff;
    text-align: center;
    font-size: 32px
}

.new-wrapper {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.new-wrapper__item {
    margin-top: 25px;
    color: #fff;
    border-bottom: 2px solid #211e1b
}

.new-wrapper__title {
    color: #fdc061;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px
}

.new-wrapper__title a {
    color: #fdc061;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px
}

.new-wrapper__data {
    margin-bottom: 20px;
    text-align: left;
    display: block
}

.new-wrapper__icon-calendar {
    margin: 0 15px
}

.new-wrapper__description {
    display: block;
    text-align: left;
    font-weight: 500;
    margin: 45px 0
}

.new-wrapper__link {
    text-align: left;
    display: block;
    color: #fdc061;
    text-decoration: underline;
    font-weight: 500;
    padding-bottom: 25px
}

.settings {
    margin: 15px 0 25px
}

.settings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.settings-wrapper__wrp-input {
    max-width: 235px;
    width: 100%;
    margin-right: 15px;
    position: relative
}

.settings-wrapper__form-control {
    outline: none;
    border: none;
    width: 235px;
    height: 40px;
    background-color: #302d28;
    padding: 0 30px 0 10px;
    font-size: 16px;
    border-radius: 2px;
    color: #fff
}

.settings-wrapper__form-control::-webkit-input-placeholder {
    color: #93928f;
    font-weight: 500
}

.settings-wrapper__form-control::-moz-placeholder {
    color: #93928f;
    font-weight: 500
}

.settings-wrapper__form-control:-moz-placeholder {
    color: #93928f;
    font-weight: 500
}

.settings-wrapper__form-control:-ms-input-placeholder {
    color: #93928f;
    font-weight: 500
}

.settings-wrapper__icon-search {
    position: absolute;
    right: 7px;
    top: 4px;
    font-size: 20px;
    color: #fdc061
}

.settings-wrapper__wrp-providers {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 235px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 2px;
    color: #fdc061;
    background-color: #302d28;
    padding: 0 15px
}

.settings-wrapper__provider {
    font-size: 17px;
    position: relative;
    font-weight: 500
}

.settings-wrapper__icon-arrow {
    position: absolute;
    right: 7px;
    top: 0
}

.settings-wrapper__qw {
    position: absolute;
    z-index: 99;
    display: none
}

.settings-wrapper__dropdown {
    margin-left: -15px;
    z-index: 99;
    padding: 7px;
    background: #302d28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.settings-wrapper__item {
    width: 20%;
    padding: 18px 0;
    font-size: 16px;
    text-align: center;
    border: 1px solid #42392f;
    -webkit-transition: background .3s;
    transition: background .3s
}

.settings-wrapper__item:hover {
    -webkit-transition: background .3s;
    transition: background .3s;
    background: #616161
}

.games {
    margin: 23px 0 15px
}

.games-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.games-wrapper__item {
    overflow: hidden;
    width: 14.2%;
    margin-bottom: 15px;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
    position: relative;
    transition: opacity .7s
}

.games-wrapper__item:hover {
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.games-wrapper__item:hover:before {
    content: '';
    position: absolute;
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.games-wrapper__item:hover .games-wrapper__info {
    opacity: 1;
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.games-wrapper__item img {
    border-radius: 3px
}

.games-wrapper__info {
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
    opacity: 0;
    min-width: 160px;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer
}

.games-wrapper__title {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.games-wrapper__btn-play {
    background-color: #3daa45;
    padding: 10px;
    border-radius: 25px;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin: 12px 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.games-wrapper__btn-play:hover {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-color: #3daa45;
    background-color: #000;
    color: #3daa45
}

.games-wrapper__demo {
    color: #fff;
    border-bottom: 1px solid #fff
}

.info-link {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 15px
}

.info-link a {
    padding: 12px 30px;
    background-color: #3daa45;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

.info-link a:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #196d1f;
    color: #fff
}

.info-wrapper__content {
    color: #dfdfdf;
    border: 1px solid #ffb100;
    padding: 15px
}

.info-wrapper__content a {
    color: #84afff
}

.info-wrapper__content a:hover {
    text-decoration: underline
}

.info-wrapper__headline {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px
}

h1 {
    color: #fff;
    margin-bottom: 15px
}

.info-wrapper__title {
    display: inline-block;
    color: #fdc061;
    font-size: 16px;
    margin-bottom: 15px
}

.info-wrapper__description {
    margin-bottom: 25px
}

.info-wrapper__content p {
    margin-bottom: 25px
}

.loadmore {
    width: 100%;
    text-align: center
}

.loadmore a {
    background: #fff;
    color: #13100e;
    padding: 7px 21px;
    border-radius: 3px;
    margin-top: 15px
}

img.alignleft {
    float: left;
    margin-right: 10px
}

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

.info-wrapper__item {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative
}

.info-wrapper__item:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fdc061;
    left: 0;
    top: 7px
}

.info-wrapper__item:last-child {
    margin-bottom: 35px
}

.info-wrapper__content ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    margin-left: 17px;
    position: relative
}

.info-wrapper__content ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fdc061;
    left: 0;
    top: 7px
}

.info-wrapper__content ul li:last-child {
    margin-bottom: 35px
}

.info-wrapper__subtitle {
    text-decoration: underline;
    color: #fdc061
}

.info-wrapper td {
    border: 1px outset #fff;
    border-spacing: 5px;
    padding: 5px
}

.info-wrapper table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 20px
}

.payment {
    margin: 30px 0
}

.payment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.payment-wrapper__item {
    margin: 0 auto;
    width: 100px;
    height: 110px
}

.nav-box {
    padding: 25px 0;
    background-color: #302d28
}

.nav-box-wrapper {
    text-align: center
}

.nav-box-wrapper__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.nav-box-wrapper__link {
    color: #fdc061;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s
}

.nav-box-wrapper__link:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff
}

.brands-wrapper {
    text-align: center
}

.brands-wrapper__list {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brands-wrapper__item {
    margin: 0 auto;
    width: 140px;
    height: 86px;
    margin-bottom: 10px
}

.brands-wrapper__list2 {
    margin: 0 auto;
    max-width: 690px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brands-wrapper__list3 {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brands-wrapper__item2 {
    margin: 0 auto;
    width: 130px;
    height: 86px;
    margin-bottom: 10px
}

.brands-wrapper__item3 {
    margin: 0 auto;
    width: 110px;
    height: 86px;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .animated {
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important
    }
}

@media screen and (max-width: 1696px) {
    .games-wrapper__item {
        width: 16.6%
    }
}

@media screen and (max-width: 1470px) {
    .games-wrapper__item {
        width: 20%
    }
}

@media screen and (max-width: 1416px) {
    .settings-wrapper__item {
        width: 25%
    }
}

@media screen and (max-width: 1244px) {
    .games-wrapper__item {
        width: 25%
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper__wrp-top {
        padding: 10px 0
    }
}

@media screen and (max-width: 1194px) {
    .settings-wrapper__item {
        width: 33%
    }

    .settings-wrapper__item > a {
        font-size: 14px
    }
}

@media screen and (max-width: 1145px) {
    .header-wrapper__wrp-bottom {
        padding-left: 0
    }
}

@media screen and (max-width: 992px) {
    .games-wrapper__item {
        width: 33.3%
    }

    .banner-wrapper__frame {
        height: 450px
    }

    .nav-bar-wrapper__link {
        font-size: 16px
    }
}

@media screen and (max-width: 940px) {
    .nav-bar-wrapper__link {
        margin-right: 30px;
        font-size: 14.4px
    }

    .nav-bar-wrapper__nav {
        overflow-x: auto
    }
}

@media screen and (max-width: 896px) {
    .settings-wrapper__item {
        width: 50%
    }

    .header-wrapper__nav {
        display: none
    }

    .header-wrapper__wrp-menu {
        display: inline-block;
        position: relative
    }

    .header-wrapper__wrp-buttons {
        max-width: 373px
    }
}

@media screen and (max-width: 768px) {
    .games-wrapper__item {
        width: 245px;
        margin-left: auto;
        margin-right: auto
    }

    .banner-wrapper__frame {
        height: 380px
    }

    .nav-box-wrapper__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav-box-wrapper__link {
        margin-bottom: 6px
    }

    .nav-box {
        padding: 20px 0
    }

    .header-wrapper__dropdown {
        top: 39px
    }

    .settings-wrapper__item {
        width: 50%
    }

    .header-wrapper__nav {
        display: none
    }

    .header-wrapper__wrp-menu {
        display: inline-block
    }

    .header-wrapper__wrp-buttons {
        max-width: 329px
    }

    .header-wrapper__logo {
        max-width: 250px
    }

    .header-wrapper__door {
        width: 100px
    }

    .header-wrapper__registration {
        width: 150px
    }
}

@media screen and (max-width: 694px) {
    .settings-wrapper__item {
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .banner-wrapper__frame {
        height: 350px
    }

    .info-wrapper__headline {
        font-size: 23px
    }
}

@media screen and (max-width: 514px) {
    .settings-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .settings-wrapper__wrp-input {
        margin-bottom: 15px
    }

    .banner-wrapper__frame {
        height: 300px
    }

    .settings-wrapper__wrp-providers {
        width: 100%
    }
}

@media screen and (max-width: 447px) {
    .header-wrapper__wrp-language {
        display: none
    }

    .header-wrapper__show {
        display: none
    }

    .header-wrapper__hide {
        display: block
    }

    .banner-wrapper__frame {
        height: 260px
    }
}

@media screen and (max-width: 420px) {
    .slider-wrapper__item img {
        height: 66px
    }

    .swiper-container {
        max-height: 66px
    }
}

@media screen and (max-width: 406px) {
    .new-wrapper__image {
        min-height: 110px
    }

    .new-wrapper__description {
        margin: 25px 0
    }
}

@media screen and (max-width: 386px) {
    .banner-wrapper__frame {
        height: 220px
    }

    .header-wrapper__icon-menu {
        margin-left: 20px
    }
}

.pagination {
    margin: 0 auto;
    width: 300px;
    margin-top: 33px;
    text-align: center
}

.pagination .page-numbers {
    border: 1px solid #fff;
    padding: 5px 9px;
    border-radius: 6px;
    color: #fff
}

.banner-wrapper__wrp-frame iframe {
    width: 100%;
    height: 550px;
    border: none
}

@media screen and (max-width: 850px) {
    .banner-wrapper__wrp-frame iframe {
        height: -webkit-fill-available
    }
}

.transitions {
    margin-top: 10px
}

.comment_item {
    display: flex;
    margin-bottom: 50px
}

.ava {
    min-width: 100px
}

.comm_text {
    padding-left: 17px;
    padding-top: 5px
}

.comm_text .name {
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 8px
}

.comments-wrapper__title {
    font-size: 23px;
    font-weight: 700
}

.comments-wrapper__subtitle {
    font-size: 13px
}

.comments-wrapper__form {
    margin: 25px 0 50px
}

.comments-wrapper__wrp-input {
    margin-bottom: 30px
}

.comments-wrapper__lable {
    display: block;
    font-weight: 700;
    font-size: 13px
}

.comments-wrapper__form-control, .comments-wrapper__textarea {
    outline: 0;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #f9f9f9
}

.comments-wrapper__form-control {
    height: 30px;
    padding: 0 5px
}

.comments-wrapper__textarea {
    min-height: 130px;
    padding: 5px;
    resize: none
}

.comments-wrapper__wrp-btn {
    margin-top: 25px;
    text-align: left
}

.comments-wrapper__submit {
    width: 175px;
    background-color: #6d6d6d;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    padding: 8px 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.comments-wrapper__submit:hover {
    background-color: #0d0209
}

section.comments {
    margin-top: 30px
}

blockquote {
    margin: 20px 0 20px 45px;
    border-left: 5px solid #f9ac33;
    padding-left: 30px
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

table.gaml td {
    border-style: none;
    text-align: center
}

table.gaml {
    margin-left: auto;
    margin-right: auto
}

.flash-box {
    width: 100% !important
}

.info {
    display: inline-block;
    width: 100%
}

.slotname {
    text-align: center;
    float: left;
    width: 48%;
    padding: 0 15px
}

.slotheder {
    margin: 5px 0 8px;
    font-weight: 700;
    color: #f9b242
}

.su-image-carousel {
    margin: 0 !important
}

@media (max-width: 767px) {
    .slotname {
        width: 100%
    }
}

.games-wrapper__btn-play span.pseudo-clearfy-link {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.games-wrapper__demo:hover {
    color: #f9ac33
}

@media only screen and (max-width: 992px) {
    .social_icons {
        display: none
    }
}

@media screen and (max-width: 528px) {
    .header-wrapper__wrp-top {
        display: block
    }

    .header-wrapper__logo {
        margin: 5px auto
    }

    .header-wrapper__wrp-buttons {
        display: flex;
        width: 250px;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto
    }

    .nav-bar-wrapper {
        display: none
    }

    .settings-wrapper__wrp-providers {
        display: none
    }

    .games {
        display: none
    }

    .settings-wrapper__wrp-input {
        margin-right: 0
    }

    .games-wrapper__item img {
        margin-left: 4px
    }

    .slider {
        display: none
    }
}

.question {
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #f9b242;
    font-weight: 400
}

.faq-question {
    margin: 0 0 20px 20px
}

.otzyv-expert table {
    width: 100%;
    border: none;
    margin: 0 0 25px
}

.otzyv-expert table tbody tr {
    border: none
}

.otzyv-expert table tbody td {
    width: 50%;
    border: none;
    padding: 0
}

.article-author {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    padding: 10px
}

.article-author a {
    color: #56b0d8
}

.article-author a:hover {
    color: #000
}

.author-image {
    float: left;
    margin-right: 10px;
    padding: 5px
}

.post-counter {
    margin-top: 15px
}

.author {
    text-transform: capitalize;
    margin-bottom: 10px
}

.nav-box-wrapper ul li {
    margin: 5px
}

.nameslots {
    margin: 15px 0 8px;
    font-weight: 400;
    font-size: 1.8em;
    color: #fff;
    text-align: center
}

.demoslot {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 560px;
    margin-bottom: 30px;
    padding-top: 56.25%;
    cursor: pointer;
    background-color: #000
}

.demoslot:hover .play-button {
    background-color: #d61313
}

.demoslot img {
    top: 12%;
    left: 50%;
    transform: translate(-50%, 0)
}

.demoslot .play-button {
    z-index: 1;
    height: 60px;
    width: 90px;
    transition: all ease .2s;
    opacity: .8;
    border-radius: 6px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6)
}

.demoslot .play-button:before {
    content: "";
    border-width: 15px 0 15px 26px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

.demoslot img, .demoslot .play-button {
    cursor: pointer
}

.demoslot img, .demoslot iframe, .demoslot .play-button, .demoslot .play-button:before {
    position: absolute
}

.demoslot .play-button, .demoslot .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.demoslot iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 560px
}

.menusodeganie {
    margin: 10px 0 17px 17px;
    padding: 10px 15px;
    border: 1px solid #f9b242;
    float: right;
    text-align: center
}

@media screen and (max-width: 528px) {
    .menusodeganie {
        margin: 10px;
        float: none
    }
}

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(/wp-content/themes/playfortuna/assets/libs/font-awesome/css/../fonts/fontawesome-webfont.woff2) format('woff2'), url(/wp-content/themes/playfortuna/assets/libs/font-awesome/css/../fonts/fontawesome-webfont.woff) format('woff'), url(/wp-content/themes/playfortuna/assets/libs/font-awesome/css/../fonts/fontawesome-webfont.ttf) format('truetype'), url(/wp-content/themes/playfortuna/assets/libs/font-awesome/css/../fonts/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-calendar:before {
    content: "\f073";
}

h1 {
  margin: 5px 0 8px;
  font-weight: 400;
  color: #f9b242;
  text-align: center
}

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

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

.foot-txt {
    font-size: 12px;
    color: #ffffff;
    margin: 10px 0;
}


.ol-list {
    counter-reset: list-counter;
    list-style-type: none;
    padding-left: 20px;
}

.ol-list li {
    position: relative;
    margin: 10px 0;
    padding-left: 30px;
    font-size: 18px;
}

.ol-list li::before {
    content: counter(list-counter) ". ";
    counter-increment: list-counter;
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #2a9d8f;
    font-size: 20px;
}

.ol-list li:hover {
    color: #e76f51;
    transition: color 0.3s;
}

.ul-list {
    list-style-type: none;
    padding-left: 20px;
}

.ul-list li {
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}

.ul-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #264653;
    font-size: 18px;
}

.ul-list li:hover::before {
    content: '✖';
    color: #e76f51;
    transition: color 0.3s, content 0.3s;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 5px 5px;
    border: 1px solid #ddd;
    text-align: left;
}

.responsive-table th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: black;
}

h1, h2, h3 {
    text-decoration: underline;
}