.page-body {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #36312f;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/main-bg.webp);
    background-repeat: repeat;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #57483c
}

.page-body:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: none;
    background-color: rgba(0, 0, 0, .6)
}

.page-body--author, .page-body--pages {
    background-color: #d8c5b7
}

.page-body--author .content--light, .page-body--pages .content--light {
    padding: 0
}

.page-body--author .footer, .page-body--pages .footer {
    margin-top: 0
}

picture img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.page-body--pages .container--light {
    padding-bottom: 48px
}

.page__body--no-scroll {
    position: relative;
    overflow: hidden;
    touch-action: none
}

.page__body--no-scroll:before {
    display: block
}

.container {
    padding: 0 16px;
    margin: 0 auto;
    overflow: hidden
}

.container--sidebar-left {
    padding: 0
}

.container--light {
    padding-top: 16px;
    background-color: #d8c5b7
}

.container--mobile-fluid {
    padding: 0
}

.flex {
    display: flex
}

.flex--layout {
    flex-wrap: wrap
}

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

.fixed {
    position: fixed;
    top: 0;
    left: 0
}

.container--sidebar {
    padding: 16px 0 0
}

*, :after, :before {
    box-sizing: inherit
}

.h1-heading, .h2-heading, .h3-heading, h1, h2, h3 {
    margin: 0;
    font-weight: 700;
    color: #ffe2b7
}

.h1-heading, h1 {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    margin: 20px 0;
}

.h2-heading, .subtitle-2, h2 {
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    margin: 20px 0;
}

.h3-heading, h3 {
    font-size: 16px;
    line-height: 21px
}

.title-dark {
    color: #000
}

.title-center {
    text-align: center
}

.title-margin {
    margin-bottom: 24px
}

ol, ul {
    margin: 15px 0 15px 5px;
    list-style-position: inside
}

p {
    margin: 10px;
}

button {
    all: unset;
    box-sizing: inherit
}

.btn-wrapper {
    text-align: center
}

input, textarea {
    border: none;
    outline: 0
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.hidden {
    display: none
}

.main__content {
    display: block;
    width: 100%;
    padding: 16px 16px 0;
    margin: 0 auto 48px
}

.main__content > .h1-heading:not(.title-margin--top-versus), .main__content > .h2-heading:not(.title-margin--top-versus), .main__content > .h3-heading:not(.title-margin--top-versus) {
    margin-bottom: 16px
}

.main__content--no-margin {
    margin-bottom: 0
}

.main__sidebar {
    display: block;
    padding: 0 16px
}

.main__sidebar .tab-menu {
    margin-top: 0
}

.main__list {
    gap: 24px
}

.disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default
}

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

iframe {
    width: 100%;
    min-height: 200px;
    height: auto;
    border-radius: 6px
}

.tile {
    box-shadow: inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8);
    filter: drop-shadow(1px 1px 2px #0e0b0b)
}

.main--blog {
    margin-top: 16px
}

.grid-pc2-1, .grid-pc3-1, .grid-pc4-1, .m-bottom {
    margin-bottom: 32px
}

.m-top-md {
    margin-top: 12px
}

.m-top {
    margin-top: 32px
}

.m-top-lg {
    margin-top: 48px
}

.m-bottom-zero {
    margin-bottom: 0
}

.p-top-zero {
    padding-top: 0
}

.p-bottom-zero {
    padding-bottom: 0
}

.p-bottom {
    padding-bottom: 32px
}

.main-404 {
    margin-bottom: -48px;
    background-color: #d8c5b7
}

.error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 64px;
    text-align: center
}

.error-page__title {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 36px;
    color: #000
}

.error-page__text {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px
}

.error-page__image {
    padding-bottom: 92px
}

.error-page__image img {
    max-width: 303px
}

.author-info {
    padding: 0;
    margin-bottom: 32px;
    background-color: rgba(22, 18, 18, .8);
    overflow: hidden
}

.author-info__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.author-info__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px
}

.author-info__title {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #ffe2b7
}

.author-info__position {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #988b81
}

.author-info__social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px
}

.author-info__social-link {
    line-height: 1;
    font-size: 0
}

.author-info__social-icon {
    width: 30px;
    height: 30px
}

.contact {
    padding: 24px;
    background-color: #efe1d7
}

.contact hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border-color: #ae7a46
}

.contact dt {
    margin-bottom: 6px;
    font-weight: 700;
    color: #000
}

.contact dd {
    margin-bottom: 16px;
    margin-left: 0;
    color: #2d6da0
}

.contact dd a {
    text-decoration: none;
    color: #2d6da0
}

.contact dd:last-of-type {
    margin-bottom: 24px
}

.form {
    position: relative
}

.form__input, .form__textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
    border: 1px solid #ae7a46;
    border-radius: 21px;
    font-family: Georgia, Times, "Times New Roman", serif
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: #57483c
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    color: #57483c
}

.form__input::placeholder, .form__textarea::placeholder {
    color: #57483c
}

.form__textarea {
    height: 100px
}

.input-error input:invalid, .input-error textarea:invalid {
    border-color: #bd3132
}

.error-message {
    display: none;
    margin-left: 16px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 16px;
    color: #bd3132
}

.input-error .error-message {
    display: block
}

.form__btn-submit {
    min-width: 190px
}

.form__success {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: #fff;
    text-align: center
}

.toggle-btn {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 2;
    display: block;
    padding: 12px 15px;
    font-size: 0;
    line-height: 1
}

.toggle-btn:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: conic-gradient(from 180deg at 48.5% 50%, #836853 -28.12deg, #f8dac0 26.25deg, #836853 88.12deg, #f8dac0 146.25deg, #836853 204.37deg, #f8dac0 268.13deg, #836853 331.88deg, #f8dac0 386.25deg);
    box-shadow: 0 .5625px .28125px rgba(24, 16, 9, .83), inset 0 .28125px .5625px #fff
}

.toggle-btn:after {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1c150f
}

.opened > .toggle-btn:after {
    top: 16px;
    transform: rotate(180deg)
}

.main--sitemap .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main--sitemap .content li {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 32px
}

.main--sitemap .content a {
    color: #2d6da0
}

.main--sitemap .content a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 16px;
    margin-bottom: 1px;
    background-color: #2d6da0;
    transition: .3s
}

.main--sitemap .content ul:not([class]) {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: unset
}

.main--sitemap .content ul:not([class]) li {
    padding-left: 0
}

.main--sitemap .content ul:not([class]) li:before {
    display: none
}

.main--sitemap .content ul:not([class]) a {
    text-decoration: underline;
    font-weight: 400;
    color: #2d6da0
}

.bg-dark {
    padding: 24px 16px;
    background-color: rgba(22, 18, 18, .8)
}

.button-group {
    display: flex;
    flex-direction: column;
    align-items: center
}

.video-banner {
    display: block;
    margin-bottom: 24px
}

video {
    max-width: 100%
}

.page-body--no-scroll {
    overflow: hidden
}

img.lazy {
    min-height: 1px
}

.avatar {
    width: 48px;
    height: 48px
}

.blog {
    width: 32px;
    height: 32px
}

.check {
    width: 18px;
    height: 18px
}

.check-mark {
    width: 14px;
    height: 12px
}

.false {
    width: 18px;
    height: 18px
}

.icon-android, .icon-ios {
    width: 20px;
    height: 20px
}

.icon-small-arrow {
    width: 6px;
    height: 6px
}

.icon-smartphone {
    width: 20px;
    height: 20px
}

.icon-star {
    width: 11px;
    height: 10px
}

.icon-windows {
    width: 20px;
    height: 20px
}

.info {
    width: 12px;
    height: 12px
}

.info-2 {
    width: 16px;
    height: 16px
}

.instagram {
    width: 32px;
    height: 32px
}

.no {
    width: 17px;
    height: 17px
}

.ru-flag {
    width: 30px;
    height: 22px
}

.share-facebook {
    width: 10px;
    height: 16px
}

.share-linkedin {
    width: 16px;
    height: 14px
}

.share-pinterest {
    width: 15px;
    height: 16px
}

.share-telegram {
    width: 18px;
    height: 16px
}

.share-twitter {
    width: 18px;
    height: 14px
}

.smile-1-3, .smile-4, .smile-5 {
    width: 24px;
    height: 24px
}

.telegram, .twitter, .vk {
    width: 32px;
    height: 32px
}

.yes {
    width: 20px;
    height: 18px
}

.youtube {
    width: 32px;
    height: 32px
}

.page-body--home {
    font-size: 14px;
    line-height: 1.25;
    color: #ceb5a0;
    background-image: url(/wp-content/themes/joycasino/build/img/home/decor/body-bg.webp);
    background-repeat: repeat;
    background-color: #343230
}

.header--menu {
    position: fixed;
    height: 53px;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    background: url(/wp-content/themes/joycasino/build/img/home/decor/header-decor.webp) no-repeat, url(/wp-content/themes/joycasino/build/img/home/decor/header-decor.webp) 100% 0 no-repeat, url(/wp-content/themes/joycasino/build/img/home/decor/header-tail.webp) 50% 0 repeat-x;
    z-index: 10000000000
}

.header--menu__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: auto
}

.header--menu__navigation {
    top: 53px;
    left: 0;
    max-width: 100vh;
    background: url(/wp-content/themes/joycasino/build/img/home/decor/body-bg.webp) #343230;
    padding-bottom: 20px;
    display: none;
    overflow-y: scroll;
    height: calc(100vh - 53px)
}

.header--menu__navigation--active {
    display: block
}

.header-navigation {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0
}

.header-navigation__item {
    list-style-type: none;
    background: linear-gradient(to bottom, #c59862 0, #b57c4d 100%);
    vertical-align: middle;
    box-shadow: inset 0 1px 0 0 #ffffff80, inset 0 -1px 0 0 #00000080;
    height: 65px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 0;
    padding-right: 10px
}

.header-navigation__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/joycasino/build/img/sidemenu-left-decor.webp) no-repeat, url(/wp-content/themes/joycasino/build/img/sidemenu-right-decor.webp) 100% 100% no-repeat
}

.header-navigation__item--login {
    background: linear-gradient(to bottom, #3fc762 0, #379349 100%)
}

.header-navigation__item--register {
    background: linear-gradient(to bottom, #f46f10 0, #e84a12 100%)
}

.header-navigation__link {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px #02030380;
    font-weight: 400;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    padding-left: 35%;
    white-space: initial;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    z-index: 1000000;
    height: 100%
}

.header-navigation__link--no-icon {
    padding-left: calc(35% + 40px)
}

.header-navigation__link svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    padding: 0;
    margin: 0 10px 0 0
}

.main-banner {
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    font-size: 0
}

.main-banner__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.popup-alert {
    position: absolute;
    top: 53px;
    background-color: #323d4f;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup-alert__button-close {
    width: 25px;
    height: 10px;
    font-size: 0;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    background: 0 0;
    vertical-align: top;
    border: 0;
    outline: 0
}

.popup-alert__button-close:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -1px;
    width: 2px;
    transform: rotate(45deg);
    height: 100%;
    background-color: #818181
}

.popup-alert__button-close:after {
    height: 100%;
    background-color: #818181;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -1px;
    width: 2px;
    transform: rotate(-45deg)
}

.popup-alert__button {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: transparent;
    text-decoration: none;
    border: 2px solid #ffe11a;
    height: 35px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
    color: #ffe11a;
    padding: 0 10px
}

.popup-alert__logo {
    margin-right: 10px
}

.popup-alert__text {
    padding: 10px 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff
}

.popup-alert .popup-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%
}

.popup-alert .popup-content--download {
    height: 53px
}

.popup-alert .popup-content--success {
    flex-direction: row;
    padding: 0 0 0 10px;
    height: auto
}

.popup-alert .popup-content--success .popup-alert__text {
    max-width: 90%
}

.popup-alert .popup-content--success .popup-alert__button-close {
    position: absolute;
    top: 10px;
    right: 0
}

.menu-filter {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    margin: 24px auto 20px;
    padding: 12px 0
}

.menu-filter__item {
    padding-right: 12px;
    margin-right: 12px;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.menu-filter__item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    height: 30px;
    content: "";
    border-left: 1px solid #474544;
    border-right: 1px solid #0203034d
}

.menu-filter__item:last-child {
    margin-right: 0
}

.menu-filter__item:last-child:after {
    display: none
}

.menu-filter__item-text {
    font-size: 18px;
    line-height: 20px
}

.menu-filter__link {
    color: #ceb5a0;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.25;
    text-shadow: 1px 1px #02030380;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    padding-right: 11px
}

.menu-filter__link--active {
    text-decoration: underline;
    color: #ff901a
}

.icons {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center
}

.icons--top {
    width: 18px;
    height: 19px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/icon-top.webp);
    background-size: 19px
}

.icons--new {
    width: 23px;
    height: 19px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/icon-new.webp)
}

.icons--slots {
    width: 25px;
    height: 16px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/icon-slots.webp);
    background-size: 25px
}

.icons--megaways {
    width: 27px;
    height: 23px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/icon-megaways.webp);
    background-size: 27px
}

.icons--livedealers {
    width: 23px;
    height: 24px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/icon-live.webp)
}

.icons--jackpots {
    width: 23px;
    height: 14px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/icon-jackpots.webp)
}

.icons--tables {
    width: 24px;
    height: 21px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/icon-cards.webp)
}

.icons--other {
    width: 22px;
    height: 16px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/icon-others.webp);
    background-size: 22px
}

.jackpot-list-wrapper {
    margin-bottom: 36px;
    text-align: center
}

.jackpot-list {
    width: 300px;
    display: flex;
    justify-content: center;
    row-gap: 5px;
    flex-wrap: wrap;
    margin: 0 auto
}

.jackpot-list a {
    text-decoration: none
}

.jackpot-list-label {
    width: 100%;
    margin: 0 auto 24px;
    text-align: center;
    text-shadow: none;
    font-size: 24px;
    line-height: 32px;
    color: #ffe2b7
}

.jackpot {
    position: relative;
    width: 312px;
    padding: 13px 6px 16px;
    margin: 0 -6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/themes/joycasino/build/img/home/decor/jackpot-bg.webp);
    text-align: left
}

.jackpot-icon {
    position: absolute;
    top: 4px;
    left: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.jackpot-icon--big {
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/jackpot-icon-big.webp)
}

.jackpot-icon--daily {
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/jackpot-icon-daily.webp)
}

.jackpot-icon--rapid {
    background-image: url(/wp-content/themes/joycasino/build/img/home/icon/jackpot-icon-rapid.webp)
}

.jackpot_type_big {
    color: #00c800
}

.jackpot_type_daily {
    color: #ffa700
}

.jackpot_type_rapid {
    color: #00acff
}

.jackpot__name {
    margin-left: 58px;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    text-shadow: 0 1px 0 #00000066;
    font-size: 18px;
    border-bottom: 1px solid;
    line-height: 18px
}

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

.jackpot-amount__currency {
    text-decoration: none;
    color: #dbb89c;
    font-size: 14px;
    text-shadow: none
}

.jackpot-counter__symbol {
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    width: 18px;
    height: 34px;
    background-image: url(/wp-content/themes/joycasino/build/img/home/decor/jackpot-amount-bg.webp);
    background-repeat: no-repeat;
    line-height: 26px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff6e;
    text-align: center
}

.jackpot-counter__symbol--separator {
    width: 5px;
    background: 0 0;
    color: #debea4;
    text-shadow: 0 1px 0 #0000006e
}

.games-list {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    padding: 0;
    margin: 0 0 32px
}

.games-list__item {
    font-size: 0;
    line-height: 1
}

.games-list__img {
    width: 100%
}

.content-line {
    background: linear-gradient(to bottom, #6e6e6e 0, #484848 100%);
    margin: 30px 0;
    height: 3px;
    box-shadow: 0 1px 2px 0 #02030380;
    border: 0
}

.text-content {
    margin: 0 10px 30px
}

.text-content h1 {
    font-size: 28px;
    line-height: 35px;
    margin: 18px 0
}

.text-content h2 {
    font-size: 21px;
    line-height: 26px;
    margin: 17px 0
}

.text-content h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0
}

.text-content p {
    font-size: 14px;
    line-height: 17px;
    margin: 14px 0
}

.text-content table:not([class]) {
    display: block;
    width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
    overflow-y: auto
}

.text-content table:not([class]) td {
    padding: 0 8px
}

.no-text-decoration {
    text-decoration: none;
    color: #ffe2b7
}

.tournament {
    margin-bottom: 48px
}

.tournament__item {
    margin-bottom: 24px
}

.tournament__title {
    text-decoration: underline;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px
}

.tournament__box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 74px;
    margin-bottom: 8px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/tournament-promo-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.tournament__img {
    font-size: 0;
    line-height: 1
}

.tournament__img img {
    width: 100%
}

.tournament__clock, .tournament__sum {
    flex: 1;
    text-align: center
}

.tournament__time {
    font-size: 20px;
    line-height: 1;
    color: #c84740;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .97)
}

.tournament__time span {
    display: inline-block;
    width: 30px
}

.tournament__text {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 11px;
    color: #ffe2b7
}

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

.tournament__price-currency {
    margin-right: 8px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #988b81
}

.tournament__price-number {
    font-size: 20px;
    line-height: 1;
    color: #ffe2b7
}

.tournament-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #988b81
}

.tournament-list__item {
    display: flex;
    padding: 8px 0 7px;
    border-bottom: 1px solid #988b81;
    font-size: 14px;
    line-height: 16px
}

.tournament-list__item-header {
    border-width: 3px;
    text-transform: uppercase
}

.tournament-list__item-name {
    margin-right: auto
}

.tournament-list__item-number {
    width: 44px
}

.tournament-list__title:last-of-type {
    margin-left: auto
}

.logo {
    flex-shrink: 0;
    text-decoration: none
}

.logo__image {
    display: block
}

.logo__title {
    color: #ffe2b7
}

.logo__title--header {
    font-size: 24px;
    line-height: 32px
}

.logo__title--footer {
    font-size: 32px;
    line-height: 56px
}

.icon-search {
    fill: #fff
}

.icon-title {
    display: flex;
    width: 44px;
    height: 44px;
    margin-right: 16px
}

.icon-title svg {
    width: 100%;
    height: auto
}

.css-icon:before {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.icon.off {
    opacity: .3
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 24px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fdf3df;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button:disabled {
    opacity: .5
}

a.disabled, button[disabled] {
    pointer-events: none;
    cursor: default
}

.button--primary {
    background-image: linear-gradient(180deg, #f9b256 0, #e8621f 47.4%, #df5027 100%);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, .8), inset 0 3px 3px #fe6e22
}

.button--secondary {
    background-image: linear-gradient(180deg, #dfbb89 0, #a26442 85.4%);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, .8), inset 0 3px 2px #b07e57
}

.button--bordered {
    border-color: #1060a9;
    background-color: transparent;
    font-weight: 500;
    color: #1060a9
}

.button--bordered .icon {
    width: 15px;
    margin-left: 10px;
    fill: #1060a9
}

.button--bordered-bright {
    padding: 15px 30px 14px;
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.button--bordered-bright .icon {
    width: 15px;
    margin-left: 10px;
    fill: #fff
}

.button--sidebar {
    padding: 12px;
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(3, 44, 81, .1);
    border-radius: 0 0 6px 6px;
    font-weight: 500;
    line-height: 1;
    color: #1060a9
}

.button--sidebar .icon {
    height: 8px;
    margin-left: 10px;
    fill: #1060a9
}

.button--small {
    min-width: 78px;
    padding: 7px 20px;
    font-size: 16px;
    line-height: 18px
}

.button--middle {
    min-width: 108px;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 18px
}

.button--big {
    min-width: 176px;
    padding: 14px;
    font-size: 16px;
    line-height: 18px
}

.button--minimal {
    font-size: 14px;
    font-weight: 500;
    color: #0e5595
}

.button--minimal .icon {
    fill: #0e5595;
    width: 13px;
    margin-left: 6px
}

.button--square {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 13px;
    font-size: 0;
    fill: #fff
}

.button--fluid {
    width: 100%
}

.button--centered {
    display: flex;
    margin: 0 auto
}

.link-arrow {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .01em
}

.button--show-more {
    display: inline-flex;
    font-weight: 500;
    color: #1060a9
}

.button--show-more .button__text {
    order: 1
}

.button--show-more .icon {
    margin-right: 10px
}

.button-home-reg {
    padding: 20px 34px 21px;
    margin-bottom: 16px;
    border-radius: 34px;
    text-shadow: unset;
    font-weight: 400;
    font-size: 22px;
    color: #020303
}

.button-home-login {
    padding: 9px 60px;
    font-weight: 400;
    font-size: 14px
}

.button--payments {
    display: block;
    width: 88px;
    padding: 4px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400
}

.menu--main {
    position: fixed;
    top: 0;
    left: 40px;
    z-index: 12;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 40px);
    min-height: 100%;
    padding: 78px 24px 32px;
    background-color: #36312f;
    border-left: 1px solid #f8dac0;
    transition: transform .3s linear;
    transform: translateX(100%);
    overflow-y: auto
}

.menu--main.opened {
    transform: translateX(0);
    height: 100%
}

.menu--main.data-home {
    right: 0;
    left: auto;
    max-width: 500px
}

.menu--main .menu__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: #fff;
    row-gap: 8px
}

.menu--main .menu__list li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    list-style: none
}

.menu--main .menu__list .menu-item__toggle-btn-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(22, 18, 18, .8);
    border-radius: 22px
}

.menu--main .menu__list > li {
    background-color: rgba(22, 18, 18, .8);
    border: 1px solid #f8dac0;
    border-radius: 22px
}

.menu--main .menu__list > li.menu-item-has-children.opened {
    height: unset;
    background-color: transparent;
    border: 0
}

.menu--main .menu__list > li.menu-item-has-children.opened > .menu-item__toggle-btn-wrapper .menu-item__toggle-btn:after {
    top: 18px;
    transform: rotate(180deg)
}

.menu--main .menu__list > li.menu-item-has-children.opened > .sub-menu {
    display: block
}

.menu--main .menu__list > li.menu-item-has-children.opened > .sub-menu a {
    padding: 16px;
    font-size: 16px;
    line-height: 18px;
    background-color: transparent;
    border: 0
}

.menu--main .menu__list > li.menu-item-has-children.opened > .sub-menu .menu-item__toggle-btn-wrapper {
    position: relative;
    background-color: transparent;
    border-color: transparent
}

.menu--main .menu__list > li.menu-item-has-children.opened > .sub-menu .menu-item__toggle-btn-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background-color: transparent
}

.menu--main .menu__list > li.menu-item-has-children.opened .menu-item__toggle-btn-wrapper {
    border: 1px solid #f8dac0
}

.menu--main .menu__list > li.menu-item-has-children.opened .menu-item-has-children--double.opened {
    margin-top: 4px;
    margin-bottom: 16px;
    background-color: rgba(22, 18, 18, .8);
    border: 1px solid #f8dac0;
    border-radius: 22px
}

.menu--main .menu__list > li.menu-item-has-children.opened .menu-item-has-children--double.opened .menu-item__toggle-btn:after {
    top: 18px;
    transform: rotate(180deg)
}

.menu--main .menu__list > li.menu-item-has-children.opened .menu-item-has-children--double.opened .menu-item__toggle-btn-wrapper:after {
    background-color: #4e4c4a
}

.menu--main .menu__list a, .menu--main .menu__list span {
    display: inline-block;
    width: 100%;
    padding: 11px 15px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: #ffe2b7
}

.menu--main .menu__list .sub-menu {
    display: none;
    width: 100%;
    padding: 8px 0
}

.menu--main .menu__list .sub-menu li {
    font-size: 14px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0
}

.menu--main .menu__list .sub-menu .sub-menu {
    padding: 6px 0 8px 42px
}

.menu--main .menu__list .sub-menu .sub-menu a {
    padding: 12px 8px
}

.menu--main .menu__list .menu-item-has-children--double.opened > a {
    border: 1px solid #4e4c4a
}

.menu--main .menu__list .menu-item-has-children--double.opened .sub-menu--double {
    display: block;
    padding-left: 0
}

.menu--main .menu__list .menu-item-has-children--double.opened .sub-menu--double a {
    padding: 12px 15px
}

.menu--main .menu__list .menu-item-has-children > a {
    width: calc(100% - 44px)
}

.menu--main .menu-item__toggle-btn {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 44px;
    height: 42px;
    margin-bottom: auto;
    margin-left: auto;
    padding: 0;
    font-size: 0;
    line-height: 1
}

.menu--main .menu-item__toggle-btn:before {
    position: static;
    display: block
}

.menu--main .menu-item__toggle-btn:after, .menu--main .opened > .toggle-btn:after {
    top: 19px
}

.menu--main .menu-item--buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    background-color: transparent
}

.menu--main .menu-button-enter {
    flex-shrink: 0;
    width: auto;
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: underline;
    color: #fdf3df
}

.menu--main .menu-button-ref {
    padding: 10px 40px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 30px
}

.menu--footer {
    padding-top: 24px;
    border-top: 1px solid #4e4c4a
}

.menu--footer li {
    list-style: none
}

.menu--footer .menu-item-has-children {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #4e4c4a
}

.menu--footer .menu-item-has-children > a {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #ffe2b7
}

.menu--footer .menu-item-has-children > a:active, .menu--footer .menu-item-has-children > a:hover {
    text-decoration: underline
}

.menu--footer .menu-item-has-children:after {
    position: absolute;
    top: 24px;
    right: 16px;
    transition: .3s
}

.menu--footer a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #988b81
}

.menu--footer a:active, .menu--footer a:hover {
    color: #ffe2b7
}

.menu--footer .sub-menu {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 16px 10px
}

.menu--footer .sub-menu a {
    width: auto;
    font-size: 14px;
    line-height: 18px
}

.menu--footer .menu__list {
    padding-top: 24px;
    border-top: 1px solid #4e4c4a
}

.footer-menu__title {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #ffe2b7;
    margin-bottom: 16px
}

.footer-menu__title--link {
    text-decoration: none
}

.content {
    display: block;
    letter-spacing: .01em;
    color: #988b81
}

.content .wp-block-table {
    margin: 0
}

.content--mb {
    margin-bottom: 16px
}

.content--mt {
    margin-top: 16px
}

.content > strong {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 700
}

.content > img {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    border-radius: 4px
}

.content > p a {
    color: #0e5595
}

.content > p:not(:last-of-type) {
    margin-top: 0;
    margin-bottom: 16px
}

.content > p:last-of-type {
    margin-top: 16px
}

.content > h1, .content > h2, .content > h3 {
    margin-bottom: 16px
}

.content > h1 span, .content > h2 span, .content > h3 span {
    color: #6c8ca9
}

.content > a {
    text-decoration: none;
    color: #0e5595
}

.content .custom-blockquote {
    align-items: center;
    padding-left: 24px
}

.content .custom-blockquote:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 19px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='url(%23a)' d='M20.486 3.514C15.8-1.17 8.201-1.172 3.515 3.514c-4.687 4.687-4.686 12.285 0 16.972 4.686 4.685 12.284 4.686 16.971 0 4.686-4.687 4.685-12.285 0-16.972Zm-6.92 13.704a1.565 1.565 0 1 1-3.131 0v-6.261a1.565 1.565 0 1 1 3.13 0v6.26ZM11.971 8.28c-.901 0-1.502-.638-1.484-1.427-.018-.826.583-1.446 1.502-1.446.92 0 1.503.62 1.522 1.446 0 .789-.6 1.427-1.54 1.427Z'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='scale(11.6401 12.0001) rotate(90 0 1)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.073' stop-color='%23F8DAC0'/%3E%3Cstop offset='.245' stop-color='%23F8DAC0'/%3E%3Cstop offset='.568' stop-color='%23F8DAC0'/%3E%3Cstop offset='.922' stop-color='%23836853'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.content > blockquote {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 20px 35px 24px 13px;
    margin: 24px auto 36px;
    background-color: rgba(22, 18, 18, .8);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffe2b7;
    box-shadow: 1px 1px 2px #0e0b0b, inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8)
}

.content > blockquote:before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    margin-right: 13px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='%23F8DAC0'%3E%3Cpath d='M28.856 6.492H9.144c-1.425 0-2.613 1.187-2.613 2.612v12.983c0 1.425 1.188 2.613 2.613 2.613h15.12l6.294 6.65c.317.356.91.119.91-.356V9.104c0-1.425-1.187-2.612-2.612-2.612Zm-11.4 9.579c0 .04-.712 3.84-3.325 3.879-.475 0-.831-.435-.673-.91l.95-2.93h-1.9a.694.694 0 0 1-.673-.672v-3.325c0-.357.317-.673.673-.673h4.315c.356 0 .673.316.673.673v3.958h-.04Zm8.867 0c0 .04-.713 3.84-3.325 3.879-.475 0-.831-.435-.673-.91l.95-2.93h-1.9a.694.694 0 0 1-.673-.672v-3.325c0-.357.317-.673.673-.673h4.315c.356 0 .672.316.672.673v3.958h-.04Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}

.content > figure:not(.wp-block-table,.wp-block-image) {
    position: relative;
    padding: 16px 24px 16px 20px;
    margin: 0 0 24px;
    border-radius: 6px;
    letter-spacing: .02em
}

.content > figure:not(.wp-block-table,.wp-block-image) blockquote {
    display: flex;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.content > figure:not(.wp-block-table,.wp-block-image) blockquote:before {
    content: "";
    flex-shrink: 0;
    width: 24px;
    height: 19px;
    margin-top: 4px;
    margin-right: 20px;
    background-image: url(/build/img/css-icons/ico-blockquote.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.content > figure:not(.wp-block-table,.wp-block-image) figcaption {
    margin-left: 44px;
    font-size: 14px;
    line-height: 21px
}

.content > figure:not(.wp-block-table,.wp-block-image) cite {
    font-style: normal
}

.content > ol:not([class]), .content > ul:not([class]) {
    margin-bottom: 16px;
    letter-spacing: .02em;
    list-style-type: none
}

.content > ol:not([class]) li:not(:last-of-type), .content > ul:not([class]) li:not(:last-of-type) {
    margin-bottom: 16px
}

.content > ol:not([class]) li:not(:last-of-type) ul, .content > ul:not([class]) li:not(:last-of-type) ul {
    margin-top: 10px;
    list-style-type: none
}

.content > ol:not([class]) a, .content > ul:not([class]) a {
    text-decoration: none;
    font-weight: 700;
    color: #0e5595
}

.content > ul:not([class]) li {
    position: relative;
    padding-left: 24px
}

.content > ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #57483c
}

.content > ul:not([class]) li ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #3f5971;
    background-color: transparent
}

.content > ol:not([class]) {
    counter-reset: section
}

.content > ol:not([class]) li {
    position: relative;
    padding-left: 39px;
    text-align: left
}

.content > ol:not([class]) li:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 2px;
    left: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #57483c;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    color: #fdf3df
}

.content .alignleft, .content .alignright {
    margin-bottom: 12px
}

.content .wp-block-table table, .content > table {
    display: block;
    width: calc(100% + 16px);
    margin-bottom: 24px;
    table-layout: fixed;
    border-collapse: collapse;
    overflow-x: auto;
    text-shadow: none
}

.content .wp-block-table table tbody, .content > table tbody {
    display: block
}

.content .wp-block-table table tr, .content > table tr {
    display: table-row-group;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px
}

.content .wp-block-table table tr:first-child, .content > table tr:first-child {
    font-weight: 500
}

.content .wp-block-table table th, .content > table th {
    width: 100%;
    min-width: 160px;
    height: 100%;
    padding: 10px 23px 9px;
    border: 1px solid #9d9690;
    background-color: #ccb1a1;
    font-weight: 700;
    color: #534439
}

.content .wp-block-table table td, .content > table td {
    height: 100%;
    padding: 10px 23px 9px;
    border: 1px solid #9d9690;
    background-color: #d8c5b7;
    white-space: pre-wrap;
    color: #000
}

.content .wp-block-table table td img:not([align=left]), .content > table td img:not([align=left]) {
    min-width: 20px
}

.content .wp-block-table table td figure, .content > table td figure {
    margin: 0
}

.content .wp-block-table table td img[align=left], .content .wp-block-table table td:first-of-type img, .content > table td img[align=left], .content > table td:first-of-type img {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #232020
}

.content .wp-block-table table a, .content > table a {
    color: #000
}

.content > div:not([class]) {
    font-size: 0;
    line-height: 1;
    margin-bottom: 24px
}

.content > div:not([class]) img {
    width: 100%
}

.content > div:not([class]) + .content-button, .content > div:not([class]) + .promo-code-bottom--bg {
    margin-top: -24px
}

.content .content-double-image {
    display: block;
    margin-bottom: 24px
}

.content .content-double-image + .content-button {
    margin-top: -24px
}

.content > .table-icon th {
    padding: 14px 23px 13px
}

.content > .table-icon td {
    padding: 19px 23px 20px
}

.content > .wp-block-image {
    margin: 0;
    line-height: 1;
    font-size: 0
}

.content > .wp-block-image .wp-element-caption {
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    text-align: center;
    color: #988b81;
    margin-top: 8px
}

.content > .wp-block-image + h2, .content > .wp-block-image + h3, .content > .wp-block-image + p {
    margin-top: 16px
}

.td-icon {
    font-size: 0;
    line-height: 1
}

.content--light {
    background-color: #d8c5b7;
    color: #57483c
}

.content--light > h1, .content--light > h2, .content--light > h3 {
    color: #000
}

.content--light > blockquote {
    background-color: rgba(22, 18, 18, .8)
}

.content--light > .wp-block-image .wp-element-caption {
    color: #57483c
}

.content__group {
    display: block;
    margin-top: 24px
}

.content-steps {
    list-style: none
}

.content-steps__item {
    margin-bottom: 16px
}

.content-steps__item b {
    margin-right: 6px
}

.content__data {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px
}

.content__data-text {
    color: #57483c
}

.content__data-datetime {
    color: #000
}

.footer-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 32px;
    padding: 24px 0 16px;
    list-style: none;
    border-top: 1px solid #4e4c4a
}

.footer-images:last-of-type {
    padding-bottom: 24px
}

.card-brand {
    display: block;
    width: 100%;
    flex-shrink: 0;
    text-decoration: none;
    color: #ffe2b7
}

.card-brand__logo {
    display: block;
    margin-bottom: 16px;
    font-size: 0;
    line-height: 1
}

.card-brand__logo-img {
    width: 100%;
    height: 202px;
    -o-object-fit: cover;
    object-fit: cover
}

.card-brand__logo-img img {
    -o-object-fit: cover;
    object-fit: cover
}

.card-brand__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #ffe2b7
}

.card-brand--sidebar {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    background: rgba(22, 18, 18, .8);
    box-shadow: inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8);
    filter: drop-shadow(1px 1px 2px #0e0b0b);
    text-decoration: none
}

.card-brand--sidebar .card-brand__logo {
    flex-shrink: 0;
    width: 96px;
    height: 72px;
    margin: 0
}

.card-brand--sidebar .card-brand__logo-img {
    height: 100%
}

.card-brand--sidebar .card-brand__title {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-brand--sidebar .card-brand__title-wrapper {
    padding: 12px 16px
}

.card-brand--top {
    margin-bottom: 24px;
    padding: 1px;
    background-color: rgba(22, 18, 18, .8);
    box-shadow: 1px 1px 2px #0e0b0b, inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8)
}

.card-brand--top .card-brand__logo {
    height: auto;
    margin-bottom: 0
}

.card-brand--top .card-brand__title {
    padding: 24px
}

.card-brand--slide {
    flex-shrink: 0;
    width: 310px
}

.card-brand--author .card-brand__title {
    color: #000
}

.socials-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    list-style: none
}

.socials-list__item {
    display: block;
    width: 32px;
    height: 32px
}

.socials-list__item .icon {
    width: 100%;
    height: 100%;
    font-size: 0
}

.breadcrumbs {
    margin-top: 12px;
    margin-bottom: 24px;
    line-height: 1
}

.breadcrumbs__link {
    display: none;
    align-items: center;
    margin-right: 10px
}

.breadcrumbs__link--back {
    display: inline-flex
}

.breadcrumbs__link, .breadcrumbs__text {
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .02em;
    color: #fff2b7
}

.breadcrumbs__text {
    font-weight: 700;
    display: none
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.breadcrumbs__back-link {
    display: inline-flex;
    align-items: center
}

.breadcrumbs__back-link .breadcrumbs__link {
    font-weight: 700
}

.breadcrumbs__back-link .icon {
    margin-right: 8px;
    fill: #fff2b7
}

.breadcrumbs__back-link .icon-arrow-back, .breadcrumbs__back-link .icon-next {
    display: none
}

.breadcrumbs--bg {
    padding-top: 12px;
    padding-bottom: 16px;
    margin-bottom: 0
}

.breadcrumbs--bg .breadcrumbs__link, .breadcrumbs--bg .breadcrumbs__text {
    color: #1060a9
}

.breadcrumbs--bg .breadcrumbs__link .icon-back {
    fill: #1060a9
}

.breadcrumbs--dark .breadcrumbs__link {
    color: #63574c
}

.breadcrumbs--dark .breadcrumbs__link:last-of-type, .breadcrumbs--dark .breadcrumbs__text {
    color: #000
}

.breadcrumbs--dark .breadcrumbs__back-link .icon {
    fill: #000
}

.preview-cards {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    list-style: none;
    overflow-x: auto
}

.preview-cards.m-bottom {
    margin-bottom: 48px
}

.preview-cards__title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px
}

.preview-cards__item {
    max-width: 310px;
    height: auto;
    min-height: 255px;
    margin: 0 6px
}

.sidebar-banner {
    display: flex;
    width: 100%;
    max-width: 343px;
    height: 366px;
    margin: 0 auto 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    line-height: 1
}

.sidebar-banner__img {
    width: 100%;
    border-radius: 6px
}

.sidebar-banner--category {
    display: none
}

.sidebar-blog {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    list-style: none
}

.latest-article {
    display: block;
    margin-bottom: 24px;
    background-color: rgba(22, 18, 18, .8);
    text-decoration: none
}

.latest-article__img {
    width: 100%;
    height: 232px;
    border: 1px solid transparent;
    -o-object-fit: cover;
    object-fit: cover
}

.latest-article__text {
    padding: 16px 24px 32px
}

.latest-article__title {
    margin-bottom: 16px
}

.latest-article__description {
    color: #988b81
}

.banner-versus {
    padding: 32px 16px;
    margin-bottom: 32px;
    background: rgba(22, 18, 18, .8)
}

.banner-versus__logos {
    display: grid;
    grid-template-columns:repeat(2, 152px);
    margin-top: 23px;
    list-style: none
}

.versus-logos__item {
    line-height: 1;
    font-size: 0
}

.versus-logos__item-link {
    display: block
}

.versus-logos__item-img {
    width: 152px;
    height: 137px;
    -o-object-fit: contain;
    object-fit: contain
}

.banner-versus__title {
    margin-bottom: 16px
}

.banner-versus__btn {
    margin-top: 24px
}

.banner-versus__description {
    color: #988b81
}

.banner-versus--small {
    margin-bottom: 0
}

.promotion-wrapper {
    display: flex;
    margin-right: -6px;
    margin-bottom: 64px;
    margin-left: -6px;
    overflow-x: auto
}

.promotion {
    min-width: 310px;
    padding: 24px 24px 240px;
    margin-right: 6px;
    margin-left: 6px;
    background-color: #fdf3df;
    background-repeat: no-repeat, repeat;
    background-position: center bottom, 0 0
}

.promotion__type {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 30px;
    background: rgba(54, 49, 47, .8);
    border-radius: 19px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #fff
}

.promotion__text {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    color: #000
}

.top-block--article {
    display: block;
    margin-top: 16px
}

.top-block__article-img {
    display: block;
    width: 100%
}

.top-block--versus {
    display: flex;
    margin: 24px -6px;
    overflow-x: auto;
    overflow-y: hidden
}

.versus {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-width: 312px;
    margin-right: 6px;
    margin-left: 6px;
    background: rgba(22, 18, 18, .8);
    overflow: hidden
}

.versus__body {
    padding: 30px 24px 28px
}

.versus__body-logo {
    display: block;
    width: 196px;
    height: 48px;
    margin: 0 auto 12px;
    -o-object-fit: contain;
    object-fit: contain
}

.versus__body-info {
    display: grid;
    grid-template-columns:1fr 1fr;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 6px;
    margin: 0
}

.dl__title {
    font-size: 14px;
    color: #988b81
}

.dl__title:last-of-type, .dl__title:nth-last-of-type(2) {
    grid-column: 1/-1
}

.dl__description {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #ffe2b7
}

.dl__description:last-of-type, .dl__description:nth-last-of-type(2) {
    grid-column: 1/-1
}

.versus__body-comments {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    line-height: 17px;
    color: #ffe2b7
}

.platforms {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    opacity: .3;
    fill: #ffe2b7
}

.platforms.active {
    opacity: 1
}

.versus__bonus {
    padding: 14px 24px 16px;
    background: rgba(22, 18, 18, .8);
    text-align: center
}

.versus__bonus-title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 24px;
    color: #ffe2b7
}

.versus--best .versus__bonus {
    background: linear-gradient(180deg, #2a2824 32.95%, #171411 100%);
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 12px
}

.versus--best .versus__bonus-title {
    margin-bottom: 0
}

.button_size_l, .button_size_m {
    border-width: 0;
    border-radius: 0
}

.button_style_success.button_size_l {
    min-width: 47px;
    height: 84px;
    margin-right: 94px;
    margin-left: 94px;
    background-position: 0 -712px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-bg-size-l.webp);
    background-size: 94px 796px;
    transition: none
}

.button_style_success.button_size_m {
    min-width: 55px;
    height: 65px;
    margin-right: 40px;
    margin-left: 40px;
    background-position: 0 -560px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-bg-size-m.webp);
    background-size: 78px 625px
}

.button-magic {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: visible;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #fdf3df;
    cursor: pointer
}

.button_style_success {
    border-color: transparent;
    background: 0 0
}

.button__shadow {
    transform: translateY(-50%);
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%
}

.button_style_success.button_size_l .button__shadow {
    width: 136px;
    height: 75px;
    background-position: 0 0;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-shadow-bg-size-l.webp);
    background-size: 143px 535px
}

.button_style_success.button_size_l .button__shadow:before {
    width: 136px;
    height: 75px;
    background-position: 0 -80px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-shadow-bg-size-l.webp);
    background-size: 143px 535px
}

.button_style_success.button_size_l .button__shadow:after {
    width: 136px;
    height: 75px;
    background-position: 0 -160px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-shadow-bg-size-l.webp);
    background-size: 143px 535px
}

.button_style_success.button_size_l .button__aside:before {
    width: 94px;
    height: 84px;
    background-position: 0 -178px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-bg-size-l.webp);
    background-size: 94px 796px
}

.button_style_success.button_size_l .button__aside:after {
    width: 94px;
    height: 84px;
    background-position: 0 -445px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-bg-size-l.webp);
    background-size: 94px 796px
}

.button__shadow:after, .button__shadow:before {
    content: "";
    position: absolute;
    top: 0
}

.button__shadow:before {
    right: 100%
}

.button__shadow:after {
    left: 100%
}

.button__aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.button__aside:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%
}

.button__aside:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%
}

.button__decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.button__decor:after, .button__decor:before {
    content: "";
    position: absolute
}

.button_style_success.button_size_l .button__decor:before {
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    left: 50%;
    width: 262px;
    height: 84px;
    background-position: 0 -178px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-decor-bg-size-l.webp);
    background-size: 262px 262px
}

.button__aligner {
    vertical-align: middle;
    display: inline-block;
    height: 100%
}

.button__text {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0;
    margin-left: 0
}

.button_style_success.button_size_l .button__text {
    margin-right: -47px;
    margin-left: -47px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 1px 1px rgba(0, 0, 0, .23)
}

.button_style_success.button_size_m .button__aside:before {
    width: 55px;
    height: 65px;
    background-position: 0 -140px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-bg-size-m.webp);
    background-size: 78px 625px
}

.button_style_success.button_size_m .button__aside:after {
    width: 55px;
    height: 65px;
    background-position: 0 -350px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-bg-size-m.webp);
    background-size: 78px 625px
}

.button_style_success.button_size_m .button__shadow {
    width: 136px;
    height: 75px;
    background-position: 0 0;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-shadow-bg-size-l.webp);
    background-size: 143px 535px
}

.button_style_success.button_size_m .button__shadow:before {
    width: 136px;
    height: 75px;
    background-position: 40px -80px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-shadow-bg-size-l.webp);
    background-size: 143px 535px
}

.button_style_success.button_size_m .button__shadow:after {
    width: 136px;
    height: 75px;
    background-position: -40px -160px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-shadow-bg-size-l.webp);
    background-size: 143px 535px
}

.button_style_success.button_size_m .button__decor:before {
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    left: 50%;
    width: 244px;
    height: 51px;
    background-position: 0 -93px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-decor-bg-size-l.webp);
    background-size: cover
}

.license-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none
}

.license-list__item {
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.license-list__item-img {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.sticky-bonus {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: block;
    text-decoration: none;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/versus-bonus-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 3px;
    transition: .3s linear
}

.sticky-bonus.show {
    transform: translateY(0)
}

.sticky-bonus .button__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px
}

.sticky-bonus .sticky-bonus__button-magic {
    margin-right: 52px
}

.sticky-bonus .sticky-bonus__button-magic .button__shadow {
    width: 60px
}

.sticky-bonus .sticky-bonus__button-magic .button__shadow:before {
    background-position: 50px -80px
}

.sticky-bonus .sticky-bonus__button-magic .button__shadow:after {
    background-position: -60px -160px
}

.sticky-bonus .sticky-bonus__button-magic .button__decor:before {
    top: 35px;
    width: 186px
}

.sticky-bonus__logo {
    display: none
}

.sticky-bonus__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 3px
}

.sticky-bonus__title {
    display: -webkit-box;
    margin-right: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffe2b7
}

.country-info {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    cursor: pointer
}

.country-info__flag {
    border-radius: 6px;
    height: 100%
}

.country-info__status {
    position: relative;
    display: flex;
    align-items: center
}

.country-info__status-ico {
    position: absolute;
    top: -8px;
    right: -8px
}

.country-info__details {
    display: flex;
    justify-content: center;
    position: relative
}

.country-info__message {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    padding: 6px 12px;
    background-color: #57483c;
    border: 1px solid #dfcabe;
    white-space: nowrap;
    color: #fdf3df;
    line-height: 20px;
    font-size: 12px
}

.country-info__message.opened {
    display: block
}

.country-info__message:before {
    position: absolute;
    top: 100%;
    left: calc(50% - 4px);
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #dfcabe
}

.payments-list {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none
}

.payments-list__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 24px;
    margin: 0;
    font-size: 0;
    background-color: #ffe2b7;
    border-radius: 4px
}

.payments-list__item--buttom {
    grid-column: 5/-1;
    width: 88px;
    background-color: transparent
}

.payments-list__image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.payments-list__icon {
    width: 42px;
    height: 24px
}

.payments-list__item-sublist {
    position: relative;
    grid-column: 5/7
}

.payments-sublist {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 164px;
    padding: 10px 14px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/main-bg.webp);
    background-color: #36312f;
    border: 1px solid #f8dac0;
    border-radius: 17px
}

.share-list {
    display: flex;
    gap: 8px;
    padding-bottom: 32px;
    list-style: none;
    overflow-x: auto
}

.share-list__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 32px;
    background: rgba(22, 18, 18, .8);
    font-size: 0
}

.share-icon {
    height: 16px
}

.promo-code {
    display: flex;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #4e4c4a
}

.promo-code--home {
    max-width: 442px;
    min-height: 94px;
    margin: 0 auto 10px;
    background-color: rgba(22, 18, 18, .8);
    border: 1px solid #dfcabe;
    border-radius: 4px;
    font-family: Georgia, sans-serif;
    overflow: hidden
}

.promo-code--home .promo-code-before {
    margin: 0 auto 32px
}

.promo-code--home .promo-code__group {
    flex-wrap: nowrap;
    align-items: center
}

.promo-code--home .promo-code__title {
    display: block;
    width: 100%;
    margin: 0 auto 12px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fdf3df
}

.promo-code--home .promo-code__copy-button {
    position: static;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    font-family: Georgia, sans-serif;
    color: #ffc01e
}

.promo-code--home .promo-code__copy-button::after {
    content: "";
    display: block;
    width: 16px;
    height: 17px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9331 16.9999L14.9328 2.3248H13.3184V15.371H3.43943V16.9999H14.9331Z' fill='%23FFC01E'/%3E%3Cpath d='M12.56 14.6752H1.06641V0H12.56V14.6752Z' fill='%23FFC01E'/%3E%3C/svg%3E")
}

.promo-code--home .promo-code__copyed {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 22px;
    border-radius: 0;
    background-color: #161212;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff
}

.promo-code--home .promo-code__copyed svg {
    width: 14px;
    margin-right: 8px;
    margin-left: 0
}

.promo-code-before {
    margin: 0 16px 16px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.promo-code__img {
    flex-shrink: 0;
    width: 92px;
    -o-object-fit: cover;
    object-fit: cover
}

.promo-code__subtitle {
    flex-shrink: 0;
    margin-right: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.promo-code-after {
    margin: 0 auto 32px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #988b81
}

.promo-code__info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 16px
}

.promo-code__group {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 6px;
    width: 100%
}

.promo-code__group--content {
    position: relative
}

.promo-code__icon {
    flex-shrink: 0;
    width: 12px;
    margin-top: 2px;
    margin-right: 8px
}

.promo-code__title {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ffe2b7
}

.promo-code__copy-button {
    position: relative;
    margin-right: 4px;
    margin-left: 4px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 20px;
    cursor: pointer
}

.promo-code__copyed {
    position: absolute;
    left: 50%;
    bottom: 100%;
    align-items: center;
    display: none;
    min-width: 144px;
    padding: 5px 10px;
    background: #4e4c4a;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #fff
}

.promo-code__copyed--success {
    display: flex;
    animation-name: success;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1s
}

.promo-code__copyed svg {
    flex-shrink: 0;
    width: 8px;
    margin-right: 4px
}

.promo-code--bg {
    padding: 8px 16px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #2a2824 32.95%, #171411 100%)
}

.content-banner + .promo-code--bg {
    margin-top: -24px
}

@keyframes success {
    0% {
        opacity: 1
    }
    99% {
        opacity: 0
    }
    100% {
        display: none
    }
}

.faq {
    margin-right: 16px;
    margin-left: 16px;
    padding: 32px 18px 40px;
    background-color: rgba(22, 18, 18, .8)
}

.faq--containered {
    margin-right: 0;
    margin-left: 0
}

.faq__item {
    border-bottom: 1px solid #4e4c4a
}

.faq__item:first-of-type {
    border-top: 1px solid #4e4c4a
}

.faq__item.opened .faq__question {
    padding-bottom: 16px
}

.faq__item.opened .faq__answer {
    display: inline-flex;
    flex-wrap: wrap
}

.faq__item.opened .faq__toggle:after {
    top: 6px;
    transform: rotate(180deg)
}

.faq__title {
    margin-bottom: 32px
}

.faq__question {
    position: relative;
    display: block;
    justify-content: space-between;
    width: 100%;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    margin: 0;
    transition: color .3s;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #ffe2b7
}

.faq__toggle {
    position: absolute;
    padding: 0;
    top: 30px;
    z-index: -1
}

.faq__toggle:before {
    width: 18px;
    height: 18px;
    border-radius: 9px
}

.faq__toggle:after {
    top: 7px;
    right: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1c150f
}

.faq__answer {
    display: none;
    margin-top: -16px;
    margin-bottom: 24px;
    line-height: 24px;
    color: #988b81
}

.faq__answer p {
    margin: 0 0 8px
}

.author {
    margin-bottom: 16px;
    padding: 24px;
    background-color: rgba(22, 18, 18, .8)
}

.author__group {
    display: flex;
    flex-direction: column
}

.author__group--main {
    margin-right: 12px
}

.author__title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #ffe2b7
}

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

.author__img-link {
    flex-shrink: 0;
    margin-right: 12px
}

.author__img {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    -o-object-fit: cover;
    object-fit: cover
}

.author__name {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #ffe2b7
}

.author-social {
    row-gap: 8px;
    margin-left: auto
}

.author-social__link {
    line-height: 1;
    font-size: 0
}

.author-social__icon {
    width: 32px;
    height: 32px
}

.author__description, .author__position {
    line-height: 20px;
    color: #ac9e92
}

.author__description {
    margin-top: 12px
}

.info-message {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #bd3132;
    color: #fdf3df;
    font-size: 14px;
    line-height: 16px;
    margin: 24px 0 16px
}

.info-message__text {
    margin-left: 12px;
    font-weight: 700
}

.info-message__icon {
    min-width: 16px;
    width: 16px;
    height: 16px
}

.comments {
    margin-top: 48px
}

.comments__title {
    margin-bottom: 16px
}

.comments__list {
    margin-bottom: 24px
}

.comments__item {
    margin-top: 9px;
    padding: 24px 16px;
    background-color: rgba(22, 18, 18, .8)
}

.comments__item:first-of-type {
    margin-top: 16px
}

.comment__avatar {
    flex-shrink: 0;
    margin-right: 12px
}

.comment__smile {
    margin-bottom: 4px;
    text-align: center;
    line-height: 1
}

.comments__btn {
    min-width: 190px
}

.comment__author {
    display: inline-block;
    font-size: 14px;
    color: #ffe2b7
}

.comment__rating {
    margin-left: auto;
    text-align: center
}

.comment__date {
    font-size: 14px;
    line-height: 20px;
    color: #988b81
}

.comment__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #988b81
}

.rating-title {
    display: inline-block;
    font-weight: 700
}

.rating__content {
    display: flex
}

.comments__form {
    margin-bottom: 48px
}

.comments-form {
    padding: 24px 24px 32px;
    background-color: #efe1d7
}

.comments-form__title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.comments-form__data {
    margin-bottom: 24px
}

.comments-form__author, .comments-form__email {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px
}

.comments-form__message {
    margin-bottom: 16px
}

.comments-form__rating-title {
    margin-right: 16px;
    font-weight: 700;
    font-size: 14px;
    color: #000
}

.comments-form__rating-stars {
    display: inline-flex
}

.comments-form__rating-stars .icon-star {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    fill: #4e4c4a
}

.comments-form__rating-stars .icon-star.active, .comments-form__rating-stars .icon-star:hover {
    fill: #ffce1f
}

.comments-form__btn-submit {
    min-width: 220px
}

.rating-stars-number {
    margin-right: 6px
}

.rating-stars {
    position: relative;
    width: 68px
}

.rating-stars:before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-size: contain;
    background-image: url(/wp-content/themes/joycasino/build/img/svg/ico-star-empty.svg);
    background-position: 0 0;
    background-repeat: repeat-x
}

.rating-stars__on {
    max-width: 100%;
    height: 12px;
    background-size: contain;
    background-image: url(/wp-content/themes/joycasino/build/img/svg/ico-star.svg);
    background-position: 0 0;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.rating-stars--comments {
    width: 80px
}

.rating-stars--comments .rating-stars__on, .rating-stars--comments:before {
    height: 14px
}

.pop-up {
    position: fixed;
    top: 110px;
    left: 50%;
    z-index: 200;
    display: none;
    flex-direction: column;
    width: 327px;
    min-height: 168px;
    padding: 24px 32px;
    background-color: #ccb1a1;
    transform: translateX(-50%)
}

.pop-up.active {
    display: flex
}

.pop-up__icon-decor {
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 auto 16px
}

.pop-up__btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 0;
    border: 0;
    outline: 0
}

.pop-up__btn-close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    display: inline-block;
    width: 2px;
    height: 100%;
    margin-right: -1px;
    background-color: #000;
    transform: rotate(45deg)
}

.pop-up__btn-close:after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 2px;
    height: 100%;
    margin-right: -1px;
    background-color: #000;
    transform: rotate(-45deg)
}

.pop-up__text {
    margin: auto;
    text-align: center;
    color: #000
}

.toc {
    display: none;
    gap: 8px;
    padding-bottom: 32px;
    list-style: none
}

.toc.opened {
    display: grid
}

.toc--amp {
    margin: 0 16px
}

.toc__sublist {
    display: grid;
    gap: 8px;
    margin-top: 8px;
    padding-bottom: 0;
    list-style: none
}

.toc__sublist li {
    padding-left: 8px
}

.toc-button {
    position: relative;
    display: flex;
    width: 100%;
    padding: 8px 60px 8px 24px;
    margin-bottom: 16px;
    background-color: rgba(22, 18, 18, .8);
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #ffe2b7
}

.toc-button:before {
    position: absolute;
    top: 22px;
    right: 42px;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1c150f
}

.toc-button:after {
    position: absolute;
    top: 17px;
    right: 40px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: conic-gradient(from 180deg at 48.5% 50%, #836853 -28.12deg, #f8dac0 26.25deg, #836853 88.12deg, #f8dac0 146.25deg, #836853 204.37deg, #f8dac0 268.13deg, #836853 331.88deg, #f8dac0 386.25deg);
    box-shadow: 0 .5625px .28125px rgba(24, 16, 9, .83), inset 0 .28125px .5625px #fff
}

.toc-button.opened:before {
    top: 21px;
    transform: rotate(180deg)
}

section[expanded] .toc-button:before {
    transform: rotate(180deg)
}

.toc-button--amp {
    width: calc(100% - 32px);
    margin: 0 16px 16px
}

.toc__link {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #988b81
}

.toc__link strong {
    font-weight: 400
}

.toc__link--amp {
    margin-bottom: 14px
}

.menu-page {
    padding-left: 0;
    padding-right: 0;
    margin: 24px 0 32px
}

.menu-page__list {
    margin: 0;
    padding: 0 0 3px;
    list-style: none;
    display: flex;
    overflow-x: scroll
}

.menu-page__item {
    display: flex;
    margin-right: 10px
}

.menu-page__item:last-child {
    margin-right: 0
}

.menu-page__item--dropdown {
    position: relative;
    display: none
}

.menu-page__item--hidden {
    display: flex
}

.menu-page__link {
    color: #988b81;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    padding: 11px 24px;
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(22, 18, 18, .8);
    box-shadow: 1px 1px 2px #0e0b0b, inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8);
    transition: color .3s
}

.menu-page__submenu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    z-index: 1;
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgba(22, 18, 18, .8);
    box-shadow: 1px 1px 2px #0e0b0b, inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.menu-page__submenu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 15px
}

.submenu-page__link {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #988b81;
    text-decoration: none;
    padding: 16px 20px;
    transition: color .3s
}

.menu-page__dots {
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #988b81;
    margin: 0 10px;
    transition: background-color .3s
}

.menu-page__dots::after, .menu-page__dots::before {
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    background-color: #988b81;
    border-radius: inherit;
    transition: background-color .3s
}

.menu-page__dots::after {
    right: -10px
}

.menu-page__dots::before {
    left: -10px
}

.brand-item {
    background-color: rgba(22, 18, 18, .8);
    box-shadow: 1px 1px 2px #0e0b0b, inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8);
    overflow: hidden;
    margin-bottom: 16px
}

.brand-item + .content-banner {
    margin-top: -16px;
    margin-bottom: 16px
}

.brand-item--top .brand-item__picture img {
    max-width: unset;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover
}

.brand-item__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #231f20;
    width: 100%
}

.brand-item__picture img {
    width: 100%;
    max-width: 300px;
    height: 152px;
    -o-object-fit: contain;
    object-fit: contain
}

.brand-item__content {
    padding: 16px 24px 24px
}

.brand-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #ffe2b7;
    margin: 0 0 12px
}

.brand-item__text {
    font-size: 16px;
    line-height: 24px;
    color: #ac9e92;
    margin: 0 0 16px
}

.brand-item__text:last-child {
    margin-bottom: 0
}

.brand-item__button {
    font-size: 16px;
    line-height: 18px;
    color: #fdf3df;
    border: 0;
    background-image: linear-gradient(180deg, #dfbb89 0, #a26442 85.4%);
    padding: 11px 30px;
    width: 100%;
    max-width: 400px;
    justify-content: center
}

.content-banner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px 32px 16px;
    margin-bottom: 24px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/content-banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #775c45;
    overflow: hidden
}

.content-banner--second-bg {
    background-image: url(/wp-content/themes/joycasino/build/img/bg/content-banner-bg-2-mob.webp)
}

.content-banner__label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 8px;
    background: rgba(54, 49, 47, .8);
    border-radius: 19px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #fff
}

.content-banner__text {
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffe2b7
}

.content-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 978px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px;
    background-color: rgba(22, 18, 18, .8);
    text-decoration: none;
    text-align: center;
    line-height: 1;
    font-size: 0;
    overflow: hidden
}

.content-button--background {
    min-height: 110px;
    padding: 24px 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(22, 18, 18, .8)
}

.double-image img {
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 1
}

.pros-cons:not(:last-child) {
    margin-bottom: 24px
}

.pros-cons__item {
    padding: 24px;
    color: #000
}

.pros-cons__item--pos {
    background-color: rgba(72, 166, 99, .2);
    border: 1px solid #48a663;
    margin-bottom: 16px
}

.pros-cons__item--neg {
    background-color: rgba(189, 49, 50, .2);
    border: 1px solid #bd3132
}

.pros-cons__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 16px
}

.pros-cons__list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000
}

.pros-cons__list li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 16px
}

.pros-cons__list li:not(:last-child) {
    margin-bottom: 16px
}

.pros-cons__list--pos li {
    background-image: url(/wp-content/themes/joycasino/build/img/svg/yes.svg)
}

.pros-cons__list--neg li {
    background-image: url(/wp-content/themes/joycasino/build/img/svg/no.svg)
}

.description-row {
    font-size: 0;
    background: #ccb1a1;
    display: flex;
    align-items: stretch;
    align-content: flex-start
}

.description-row:nth-child(2n) {
    background: #dfcabe
}

.description-col {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-shadow: none
}

.description-col.left {
    background-color: #ccb1a1
}

.description-col.right {
    background-color: #dfcabe
}

.main-description .description-col {
    padding: 10px;
    border: unset
}

.page-body .main-description {
    width: 100%
}

.nav-prev-next {
    margin-top: 24px;
    margin-bottom: 48px
}

.nav-prev-next a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #ffe2b7;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 12px 20px;
    text-decoration: none;
    background-color: rgba(22, 18, 18, .8);
    box-shadow: 1px 1px 2px #0e0b0b, inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8)
}

.nav-prev-next .nav-next a::after, .nav-prev-next .nav-previous a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/joycasino/build/img/svg/icon-small-arrow.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat
}

.nav-prev-next .nav-previous a::before {
    margin-right: 12px
}

.nav-prev-next .nav-next a::after {
    margin-left: 12px;
    transform: scaleX(-1)
}

.nav-links div:not(:last-child) {
    margin-bottom: 12px
}

.footer {
    padding-top: 24px;
    margin-top: 48px;
    background: linear-gradient(180deg, #2a2824 32.95%, #171411 100%)
}

.footer__top-group {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px
}

.footer__logo {
    margin: 0 auto 24px
}

.footer__menu {
    width: 100%;
    margin-bottom: 24px
}

.footer-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px
}

.footer-list a {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #988b81
}

.footer-list__item {
    margin-bottom: 8px;
    list-style: none
}

.footer-list__item:not(:last-child) {
    margin-right: 24px
}

.footer-list__link {
    font-size: 14px;
    line-height: 24px
}

.footer__privacy {
    margin-bottom: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #988b81
}

.footer__privacy a {
    color: #fdf3df
}

.footer__disclaimer {
    padding: 24px 0;
    border-top: 1px solid #4e4c4a;
    font-size: 14px;
    line-height: 22px;
    color: #988b81
}

.footer__disclaimer p:not(:last-of-type) {
    margin-bottom: 24px
}

.footer__disclaimer a {
    color: #fdf3df
}

.footer_copyright {
    margin-top: 4px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #988b81
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background-image: url(/wp-content/themes/joycasino/build/img/bg/header-bg.webp);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #493d33
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0
}

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

.header__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 16px
}

.burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    margin-left: 16px
}

.burger-btn > span {
    display: block;
    width: 100%;
    height: 4px;
    background: conic-gradient(from 180deg at 50% 50%, #ccad8b -33.75deg, #eecfab .65deg, #ccad8b 38.88deg, #eecfab 93.21deg, #ccad8b 137.34deg, #eecfab 181.82deg, #ccad8b 220.79deg, #eecfab 273.51deg, #ccad8b 326.25deg, #eecfab 360.65deg);
    box-shadow: 0 .5px 0 #5c5c5c, inset 0 .5px 1px #f3e5b6;
    border-radius: 6px;
    pointer-events: none
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 14px;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 20px;
    margin-left: 16px;
    transition: unset
}

.close-btn > span {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: conic-gradient(from 180deg at 50% 50%, #ccad8b -33.75deg, #eecfab .65deg, #ccad8b 38.88deg, #eecfab 93.21deg, #ccad8b 137.34deg, #eecfab 181.82deg, #ccad8b 220.79deg, #eecfab 273.51deg, #ccad8b 326.25deg, #eecfab 360.65deg);
    box-shadow: 0 .5px 0 #5c5c5c, inset 0 .5px 1px #f3e5b6;
    border-radius: 6px;
    pointer-events: none
}

.close-btn > span:first-child {
    transform: rotate(-45deg)
}

.close-btn > span:last-child {
    transform: rotate(45deg)
}

.header-social {
    display: none
}

.header-social__list {
    list-style: none
}

.promo-code-bottom {
    display: flex;
    overflow: visible;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #4e4c4a
}

.promo-code-bottom .promo-code__group {
    justify-content: flex-start;
    row-gap: unset
}

.promo-code-bottom__icon {
    flex-shrink: 0;
    width: 12px;
    margin-top: 2px;
    margin-right: 8px
}

.promo-code-bottom__title {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ffe2b7
}

.promo-code-bottom__copy-button {
    position: relative;
    margin-right: 4px;
    margin-left: 4px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 20px;
    cursor: pointer
}

.promo-code-bottom__copyed {
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: none;
    align-items: center;
    padding: 4px 10px;
    background: #4e4c4a;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #fff
}

.promo-code-bottom__copyed svg {
    width: 8px;
    margin-right: 4px
}

.promo-code__info--copyed .promo-code-bottom__copyed {
    display: flex
}

.promo-code-bottom--bg {
    padding: 8px 16px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #2a2824 32.95%, #171411 100%)
}

.content-banner + .promo-code-bottom--bg {
    margin-top: -24px
}

@media screen and (min-width: 22.5em) {
    .sidebar-banner {
        height: 438px
    }
}

@media screen and (min-width: 40em) {
    .footer-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media screen and (min-width: 48em) {
    .grid-pc2-1, .grid-pc3-1, .grid-pc4-1 {
        display: grid;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 40px;
        margin-bottom: 48px
    }

    .grid-pc2-1 {
        grid-template-columns:repeat(2, 1fr)
    }

    .grid-pc3-1 {
        grid-template-columns:repeat(3, 1fr)
    }

    .grid-pc4-1 {
        grid-template-columns:repeat(4, 1fr)
    }

    iframe {
        min-height: 396px
    }

    .button--bordered .icon, .button--bordered-bright .icon {
        width: 16px
    }

    .button--sidebar {
        padding: 15px;
        font-size: 16px
    }

    .button--sidebar .icon {
        height: 10px
    }

    .button--square .icon {
        display: none
    }

    .button--show-more {
        width: auto
    }

    .content__group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 36px
    }

    .content .alignleft {
        float: left;
        margin-right: 12px
    }

    .content .alignright {
        float: right;
        margin-left: 12px
    }

    .card-brand--top:last-of-type {
        margin-bottom: 24px
    }

    .card-brand--author, .card-brand--category {
        width: calc(50% - 12px)
    }

    .breadcrumbs {
        margin-top: 24px
    }

    .breadcrumbs li {
        display: inline-flex
    }

    .breadcrumbs__back-link .breadcrumbs__link {
        font-weight: 400;
        font-size: 13px
    }

    .breadcrumbs__back-link .icon-back {
        display: none
    }

    .breadcrumbs__back-link .icon-next {
        display: inline-block;
        transform: rotate(180deg);
        fill: #988b81
    }

    .breadcrumbs__back-link:first-of-type a {
        display: inline-flex
    }

    .breadcrumbs__link {
        color: #988b81;
        margin-right: 12px
    }

    .breadcrumbs__link:hover {
        color: #fff2b7
    }

    .breadcrumbs__link:after {
        content: "";
        display: flex;
        align-items: center;
        width: 7px;
        height: 7px;
        margin-left: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23988B81' d='M6.651 3.892 3.304.544A.152.152 0 0 0 3.196.5H.456A.152.152 0 0 0 .35.76L3.59 4 .35 7.24a.152.152 0 0 0 .108.26h2.739c.04 0 .079-.016.107-.044l3.348-3.348a.152.152 0 0 0 0-.216Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat
    }

    .breadcrumbs__text {
        display: block;
        font-size: 13px
    }

    .breadcrumbs__text:before {
        display: none
    }

    .breadcrumbs--bg {
        padding-top: 24px;
        padding-bottom: 24px;
        margin-bottom: 0
    }

    .breadcrumbs__link--back svg {
        display: none
    }

    .breadcrumbs--dark .breadcrumbs__link:last-of-type {
        color: #63574c
    }

    .preview-cards {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .preview-cards.m-bottom {
        margin-bottom: 64px
    }

    .preview-cards__title {
        margin-bottom: 24px
    }

    .preview-cards__item {
        margin: 0 12px
    }

    .share-list__item, .share-list__link {
        width: 100%
    }

    .info-message {
        font-size: 20px;
        line-height: 28px;
        margin: 32px 0 27px;
        padding: 12px 27px
    }

    .info-message__text {
        margin-left: 16px
    }

    .info-message__icon {
        min-width: 20px;
        height: 20px;
        width: 20px
    }

    .toc {
        grid-template-columns:1fr 1fr;
        -moz-column-gap: 12px;
        column-gap: 12px;
        padding: 24px 0;
        margin-bottom: 48px
    }

    .content-banner {
        align-items: center;
        justify-content: space-evenly
    }

    .content-banner__label, .content-banner__text {
        margin-bottom: 0
    }

    .content-banner__text {
        width: auto
    }

    .content-banner--second-bg {
        background-image: url(/wp-content/themes/joycasino/build/img/bg/content-banner-bg-2-pc.webp)
    }
}

@media screen and (min-width: 64em) {
    .container--sidebar, .container--sidebar-left {
        display: grid;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .container--sidebar {
        grid-template-columns:auto 310px
    }

    .container--sidebar .toc-wrapper {
        top: 84px
    }

    .container--sidebar .main__sidebar {
        order: 2
    }

    .container--sidebar .main__content {
        order: 1
    }

    .container--sidebar-left {
        grid-template-columns:310px auto
    }

    .main__content {
        padding: 0;
        margin-bottom: 0
    }

    .main__sidebar {
        max-width: 310px;
        padding: 0;
        margin: 0 auto
    }

    .author-info {
        margin-bottom: auto
    }

    .error-page__text {
        max-width: unset
    }

    .logo__title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .logo__title--header {
        font-size: 28px;
        line-height: 48px
    }

    .menu--footer .menu__list {
        display: grid;
        margin-bottom: 32px;
        grid-template-columns:repeat(2, 1fr)
    }

    .menu--footer .menu-item-has-children {
        margin-bottom: 0;
        padding-top: 32px;
        padding-bottom: 48px;
        border: 0;
        border-bottom: 1px solid #4e4c4a
    }

    .menu--footer .menu-item-has-children:nth-child(odd) {
        padding-right: 32px;
        border-right: 1px solid #4e4c4a
    }

    .menu--footer .menu-item-has-children:nth-child(even) {
        padding-left: 32px
    }

    .menu--footer .sub-menu {
        gap: 16px 54px
    }

    .menu--footer .sub-menu--col-3 {
        grid-template-columns:repeat(3, 1fr);
        gap: 16px 40px
    }

    .menu--footer .sub-menu a {
        font-size: 16px;
        line-height: 24px
    }

    .content {
        letter-spacing: .02em
    }

    .content > img {
        margin-right: 32px;
        margin-bottom: 16px;
        margin-left: 0;
        float: left;
        border-radius: 6px
    }

    .content > h1, .content > h2, .content > h3, .content > p:not(:last-of-type) {
        margin-bottom: 24px
    }

    .content .custom-blockquote {
        padding: 24px 100px 24px 32px
    }

    .content .custom-blockquote:before {
        margin-right: 48px
    }

    .content > blockquote {
        align-items: center;
        padding: 24px 100px 24px 24px
    }

    .content > blockquote:before {
        margin-right: 40px
    }

    .content > figure:not(.wp-block-table,.wp-block-image) {
        padding: 24px 35px 23px;
        margin-bottom: 36px
    }

    .content > figure:not(.wp-block-table,.wp-block-image) blockquote {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 24px
    }

    .content > figure:not(.wp-block-table,.wp-block-image) blockquote:before {
        margin-right: 35px;
        width: 48px;
        height: 38px
    }

    .content > figure:not(.wp-block-table,.wp-block-image) figcaption {
        margin-left: 83px;
        font-size: 16px;
        line-height: 24px
    }

    .content > ol:not([class]), .content > ul:not([class]) {
        margin-bottom: 24px;
        margin-left: 48px
    }

    .content > ol:not([class]) a:active, .content > ol:not([class]) a:hover, .content > ul:not([class]) a:active, .content > ul:not([class]) a:hover {
        color: #208aea
    }

    .content > ul:not([class]) li {
        padding-left: 20px
    }

    .content > ul:not([class]) li:before {
        top: 7px
    }

    .content > ol:not([class]) {
        counter-reset: section
    }

    .content > ol:not([class]) li {
        padding-left: 41px
    }

    .content > ol:not([class]) li:before {
        width: 26px;
        height: 26px;
        border-radius: 13px;
        font-size: 12px;
        line-height: 24px
    }

    .content .wp-block-table table, .content > table {
        display: table;
        width: 100%
    }

    .content .wp-block-table table tbody, .content > table tbody {
        display: flex;
        flex-direction: column
    }

    .content .wp-block-table table th, .content > table th {
        min-width: unset;
        padding: 10px 10px 9px;
        word-break: break-word
    }

    .content .wp-block-table table tr, .content > table tr {
        display: grid;
        grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
        align-items: center
    }

    .content > div:not([class]) {
        margin-bottom: 32px
    }

    .content > div:not([class]) + .content-button, .content > div:not([class]) + .promo-code-bottom--bg {
        margin-top: -32px
    }

    .content .content-double-image {
        margin-bottom: 32px
    }

    .content .content-double-image + .content-button {
        margin-top: -32px
    }

    .content > a:active, .content > a:hover, .content > p a:active, .content > p a:hover {
        color: #208aea
    }

    .content > .wp-block-image + h2, .content > .wp-block-image + h3, .content > .wp-block-image + p {
        margin-top: 24px
    }

    .content > .wp-block-image .wp-element-caption {
        margin-top: 12px
    }

    .content--light {
        padding: 48px 48px 10px
    }

    .content__data {
        justify-content: right;
        font-size: 16px
    }

    .country-info {
        margin-bottom: 24px
    }

    .versus__bonus {
        min-height: 170px
    }

    .versus__bonus--default {
        display: flex;
        gap: 40px;
        align-items: center;
        padding: 32px 48px 32px 32px
    }

    .versus__bonus--default .versus__bonus-title {
        max-width: 300px;
        text-align: left;
        font-size: 24px;
        line-height: 28px;
        font-weight: 700
    }

    .versus__bonus--default .button {
        font-size: 18px;
        padding: 20px;
        min-width: 225px;
        border-radius: 30px
    }

    .promo-code {
        font-size: 14px;
        line-height: 16px
    }

    .promo-code--home {
        width: 442px;
        margin-right: auto;
        margin-left: auto;
        min-height: 106px
    }

    .promo-code--home .promo-code__title {
        margin-bottom: 14px;
        font-size: 24px
    }

    .promo-code--home .promo-code__copyed {
        width: 240px;
        height: 28px;
        font-size: 18px;
        line-height: 20px
    }

    .promo-code--home .promo-code__copyed svg {
        margin-right: 10px
    }

    .promo-code--home .promo-code__copy-button {
        font-size: 22px;
        line-height: 25px
    }

    .promo-code-before {
        max-width: 624px;
        margin: 0 auto 32px
    }

    .promo-code__img {
        width: 106px
    }

    .promo-code__subtitle {
        margin-right: 10px;
        font-size: 18px;
        line-height: 20px
    }

    .promo-code-after {
        max-width: 334px;
        margin-right: auto;
        margin-left: auto
    }

    .promo-code__icon {
        margin-top: 3px;
        margin-right: 10px
    }

    .promo-code__copy-button {
        cursor: pointer
    }

    .promo-code__copy-button:hover {
        color: #ff8c39
    }

    .promo-code--bg {
        padding: 10px 30px;
        margin-bottom: 36px;
        font-size: 16px;
        line-height: 20px
    }

    .content-banner + .promo-code--bg {
        margin-top: -32px
    }

    .author {
        margin-bottom: 24px;
        padding: 32px 48px 32px 32px
    }

    .author__title {
        font-size: 20px;
        line-height: 28px
    }

    .author__info {
        align-items: flex-start
    }

    .author__img-link {
        margin-right: 24px
    }

    .author__img {
        width: 100px;
        height: 100px;
        border-radius: 50px
    }

    .author__group {
        align-items: center;
        flex-direction: row;
        -moz-column-gap: 8px;
        column-gap: 8px
    }

    .author__group--main {
        flex-wrap: wrap;
        margin-top: 3px;
        margin-right: 24px
    }

    .author-social__icon {
        width: 30px;
        height: 30px
    }

    .author__description, .author__name, .author__position {
        font-size: 16px;
        line-height: 24px
    }

    .author__description {
        margin-top: 16px
    }

    .comments {
        margin-top: 70px
    }

    .comments .group {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .comments__title {
        margin-bottom: 0
    }

    .comments__list {
        margin-bottom: 32px
    }

    .comments__item {
        margin-top: 12px;
        padding: 24px 48px 24px 32px;
        background-color: rgba(22, 18, 18, .8)
    }

    .comments__item:first-of-type {
        margin-top: 30px
    }

    .comment__avatar {
        width: 56px;
        height: 56px;
        margin-right: 16px
    }

    .comment__author {
        margin-bottom: 4px;
        font-size: 16px
    }

    .comment__date {
        font-size: 16px
    }

    .comment__smile {
        width: 24px;
        height: 24px;
        margin-bottom: 6px
    }

    .comment__text {
        font-size: 16px;
        line-height: 24px
    }

    .comments__form {
        margin-bottom: 72px
    }

    .menu-page {
        margin-bottom: 48px
    }

    .menu-page__list {
        padding-bottom: 0;
        overflow: visible
    }

    .menu-page__item {
        margin-right: 12px
    }

    .menu-page__item--hidden {
        display: none
    }

    .menu-page__item--dropdown {
        display: flex
    }

    .menu-page__item--dropdown:focus .menu-page__submenu, .menu-page__item--dropdown:hover .menu-page__submenu {
        opacity: 1;
        visibility: visible
    }

    .menu-page__link {
        padding: 17px 24px
    }

    .menu-page__link--current, .menu-page__link:focus, .menu-page__link:hover, .submenu-page__link--current, .submenu-page__link:focus, .submenu-page__link:hover {
        color: #ffe2b7
    }

    .menu-page__button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: rgba(22, 18, 18, .8);
        box-shadow: 1px 1px 2px #0e0b0b, inset .5px 0 1px rgba(255, 255, 255, .8), inset 0 .5px 1px rgba(255, 255, 255, .8);
        padding: 11px 16px;
        font-size: 0;
        border-radius: 0;
        border: 0
    }

    .menu-page__button:focus .menu-page__dots, .menu-page__button:focus .menu-page__dots::after, .menu-page__button:focus .menu-page__dots::before, .menu-page__button:hover .menu-page__dots, .menu-page__button:hover .menu-page__dots::after, .menu-page__button:hover .menu-page__dots::before {
        background-color: #ffe2b7
    }

    .content-banner {
        display: grid;
        grid-template-columns:470px 1fr;
        grid-template-rows:auto auto;
        gap: 16px;
        margin-bottom: 32px;
        background-image: url(/wp-content/themes/joycasino/build/img/bg/content-banner-bg.webp)
    }

    .content-banner .button-magic {
        grid-column: 2/3;
        grid-row: 1/3;
        margin-left: auto
    }

    .content-banner__label {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-right: auto
    }

    .content-banner__text {
        grid-column: 1/2;
        grid-row: 2/3;
        text-align: left
    }

    .content-banner--second-bg {
        background-image: url(/wp-content/themes/joycasino/build/img/bg/content-banner-bg-2-mob.webp)
    }

    .pros-cons {
        display: flex
    }

    .pros-cons__item {
        width: 50%;
        padding: 32px
    }

    .pros-cons__item--pos {
        margin-right: 24px;
        margin-bottom: 0
    }

    .pros-cons__title {
        font-size: 20px;
        margin-bottom: 24px
    }

    .nav-prev-next a {
        padding: 12px 32px;
        transition: background-color .3s
    }

    .nav-prev-next a:focus, .nav-prev-next a:hover {
        background-color: #3d3533
    }

    .nav-prev-next .nav-next {
        margin-left: auto
    }

    .nav-links {
        display: flex;
        justify-content: space-between
    }

    .nav-links div:not(:last-child) {
        margin-bottom: 0
    }

    .footer {
        padding-top: 36px;
        margin-top: 36px
    }

    .footer__top-group {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 56px;
        margin-bottom: 0
    }

    .footer__logo {
        margin-bottom: 0
    }

    .footer__menu {
        margin-bottom: 32px
    }

    .footer__privacy {
        width: 538px;
        margin: 0 auto 0 39px;
        text-align: left
    }

    .footer__disclaimer {
        font-size: 16px;
        line-height: 24px
    }

    .footer__disclaimer a:focus, .footer__disclaimer a:hover, .footer__privacy a:focus, .footer__privacy a:hover {
        text-decoration: none
    }

    .footer_copyright {
        margin-top: 6px;
        font-size: 16px;
        line-height: 24px
    }

    .promo-code-bottom {
        font-size: 14px;
        line-height: 16px
    }

    .promo-code-bottom__icon {
        margin-top: 3px;
        margin-right: 10px
    }

    .promo-code-bottom__copy-button:hover {
        color: #ff8c39
    }

    .promo-code-bottom--bg {
        padding: 10px 30px;
        margin-bottom: 36px;
        font-size: 16px;
        line-height: 20px
    }

    .content-banner + .promo-code-bottom--bg {
        margin-top: -32px
    }
}

@media screen and (min-width: 71em) {
    .container {
        max-width: 1312px;
        padding: 0;
        overflow: unset
    }

    .container--sidebar {
        grid-template-columns:987fr 310fr;
        padding: 0
    }

    .pc-wrapper {
        width: 980px;
        max-width: unset
    }

    .page-body {
        background-image: url(/wp-content/themes/joycasino/build/img/bg/main-bg.webp);
        font-size: 16px;
        line-height: 24px
    }

    .h1-heading, h1 {
        font-size: 32px;
        line-height: 44px
    }

    .h2-heading, h2 {
        font-size: 24px;
        line-height: 28px
    }

    .h3-heading, h3 {
        font-size: 22px;
        line-height: 30px
    }

    .title-margin {
        margin-bottom: 32px
    }

    button {
        cursor: pointer
    }

    .group {
        display: flex;
        gap: 24px
    }

    .main--blog {
        margin-top: 64px
    }

    .m-bottom {
        margin-bottom: 48px
    }

    .m-top-md {
        margin-top: 24px
    }

    .m-top {
        margin-top: 48px
    }

    .m-top-lg {
        margin-top: 72px
    }

    .m-right {
        margin-right: auto
    }

    .m-left {
        margin-left: auto
    }

    .m-bottom-zero {
        margin-bottom: 0
    }

    .p-top-zero {
        padding-top: 0
    }

    .p-bottom-zero {
        padding-bottom: 0
    }

    .p-bottom {
        padding-bottom: 48px
    }

    .flex--layout {
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 24px
    }

    .main-404 {
        margin-bottom: -96px
    }

    .author-info {
        padding: 0
    }

    .content--author > ul:not([class]) {
        margin-left: 0
    }

    .main-404, .page-body--author, .page-body--pages {
        background-color: #d8c5b7;
        background-image: url(/wp-content/themes/joycasino/build/img/bg/light-bg.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed
    }

    .main-404 .container--light, .main-404 .content--light, .page-body--author .container--light, .page-body--author .content--light, .page-body--pages .container--light, .page-body--pages .content--light {
        background-color: unset
    }

    .page-body--pages .container--light {
        padding-bottom: 96px
    }

    .bg-dark {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .author-info__social {
        margin-top: 12px
    }

    .form__input, .form__textarea {
        padding: 12px 23px
    }

    .error-message {
        margin-left: 24px
    }

    .main__list {
        row-gap: 40px
    }

    .sub-menu--double::-webkit-scrollbar-button {
        width: 5px;
        height: 0
    }

    .sub-menu--double::-webkit-scrollbar-track {
        margin-top: 17px;
        margin-bottom: 17px;
        background-color: #36312f
    }

    .sub-menu--double::-webkit-scrollbar-thumb {
        background-color: #ffe2b7;
        border-radius: 3px
    }

    .sub-menu--double::-webkit-scrollbar-thumb:hover {
        background-color: #8e795f
    }

    .sub-menu--double::-webkit-resizer {
        width: 4px;
        height: 0
    }

    .sub-menu--double::-webkit-scrollbar {
        width: 6px
    }

    .scrolling::-webkit-scrollbar-button {
        width: 5px
    }

    .scrolling::-webkit-scrollbar-track {
        background-color: #36312f
    }

    .scrolling::-webkit-scrollbar-thumb {
        background-color: #ffe2b7;
        border-radius: 3px
    }

    .scrolling::-webkit-resizer {
        width: 4px;
        height: 0
    }

    .scrolling::-webkit-scrollbar {
        width: 6px;
        height: 6px
    }

    .scrolling::-webkit-scrollbar-thumb:hover {
        background-color: #8e795f
    }

    .main--sitemap a:focus, .main--sitemap a:hover {
        text-decoration: none
    }

    .menu-filter {
        justify-content: center;
        padding: 0;
        margin: 32px 0 64px;
        overflow-x: unset
    }

    .menu-filter__item {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        width: 106px;
        padding: 0;
        margin-right: 16px
    }

    .menu-filter__item:after {
        display: none
    }

    .menu-filter__item-text {
        margin-top: 12px;
        text-decoration: none;
        font-size: 16px;
        color: #ffe2b7
    }

    .menu-filter__item-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 106px;
        height: 106px;
        background-image: url(/wp-content/themes/joycasino/build/img/home/filter-icons/icons-bg.webp);
        background-repeat: no-repeat;
        background-position: center center
    }

    .menu-filter__item-icon:hover {
        background-image: url(/wp-content/themes/joycasino/build/img/home/filter-icons/icons-bg-hover.webp)
    }

    .menu-filter__item-icon .icons {
        width: 36px;
        height: 36px;
        margin: 0;
        background-size: contain
    }

    .games-list {
        grid-template-columns:repeat(4, 1fr);
        margin-bottom: 48px
    }

    .jackpot-list-wrapper {
        margin-bottom: 64px
    }

    .jackpot-list {
        width: 100%;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .jackpot-list-label {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 36px
    }

    .tournament {
        display: flex;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .tournament__title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 36px
    }

    .tournament__item {
        flex: 1;
        margin-bottom: 0
    }

    .tournament__box {
        height: 139px;
        margin-bottom: 12px
    }

    .tournament__time {
        font-size: 32px
    }

    .tournament__time span {
        width: 50px
    }

    .tournament__text {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 18px
    }

    .tournament__price-currency {
        margin-right: 12px;
        font-size: 24px;
        line-height: 27px
    }

    .tournament__price-number {
        font-size: 32px
    }

    .tournament-list {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .description-col.left {
        border-right: 2px solid #373433;
        background-color: unset
    }

    .description-col.right {
        background-color: unset
    }

    .icon-title {
        width: 56px;
        height: 56px
    }

    a, button {
        transition: .3s
    }

    .button:active, .button:hover {
        color: #fdf3df
    }

    .button--primary:active, .button--primary:hover {
        background-image: linear-gradient(180deg, #ffa429 4.82%, #e8621f 83.48%, #df5027 88.6%);
        box-shadow: inset 0 2px 2px #ffd37c, inset 0 3px 3px #fe6e22
    }

    .button--secondary:active, .button--secondary:hover {
        background-image: linear-gradient(180deg, #dfbb89 25%, #a26442 101.25%);
        box-shadow: inset 0 1px 2px rgba(255, 255, 255, .8), inset 0 3px 2px #b07e57
    }

    .button--bordered:active, .button--bordered:hover {
        border-color: #208aea;
        color: #208aea
    }

    .button--bordered:active .icon, .button--bordered:hover .icon {
        fill: #208aea
    }

    .button--bordered-bright:active, .button--bordered-bright:hover {
        background: rgba(255, 255, 255, .25)
    }

    .button--sidebar:active, .button--sidebar:hover {
        color: #208aea
    }

    .button--sidebar:active .icon, .button--sidebar:hover .icon {
        fill: #208aea
    }

    .button--show-more:hover {
        color: #208aea
    }

    .button--show-more:hover .icon {
        fill: #208aea
    }

    .button-home-reg:hover {
        color: #020303
    }

    .menu--main:not(.data-home) {
        position: static;
        display: flex;
        height: unset;
        transform: unset;
        overflow-y: unset
    }

    .menu--main:not(.data-home) .menu__list {
        position: unset;
        flex-direction: row;
        width: 100%;
        min-height: unset;
        padding: 0;
        background-color: transparent;
        border: 0;
        gap: 0
    }

    .menu--main:not(.data-home) .menu__list > li .sub-menu li a {
        padding: 16px 24px
    }

    .menu--main:not(.data-home) .menu__list > li .sub-menu li .sub-menu li:hover a, .menu--main:not(.data-home) .menu__list > li .sub-menu li:hover a {
        text-decoration: underline
    }

    .menu--main:not(.data-home) .menu__list > li .sub-menu li:hover .sub-menu a {
        text-decoration: none
    }

    .menu--main:not(.data-home) .menu__list .menu-item__toggle-btn-wrapper {
        background-color: transparent;
        border-color: transparent
    }

    .menu--main:not(.data-home) .menu__list a, .menu--main:not(.data-home) .menu__list span {
        display: flex;
        width: auto;
        height: auto;
        margin-right: 0;
        padding: 7px 16px;
        color: #ffe2b7;
        background-color: transparent;
        border-radius: 17px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .menu--main:not(.data-home) .menu__list li {
        width: auto;
        padding: 0;
        background-color: transparent;
        border-color: transparent
    }

    .menu--main:not(.data-home) .menu__list > li {
        margin-right: 6px;
        background-color: transparent
    }

    .menu--main:not(.data-home) .menu__list > li.opened, .menu--main:not(.data-home) .menu__list > li:hover {
        background: rgba(54, 49, 47, .8);
        border-color: #f8dac0
    }

    .menu--main:not(.data-home) .menu__list > li.menu-item-has-children a, .menu--main:not(.data-home) .menu__list > li.menu-item-has-children span {
        width: 100%;
        padding-right: 0
    }

    .menu--main:not(.data-home) .menu__list > li.menu-item-has-children.opened > .sub-menu a, .menu--main:not(.data-home) .menu__list > li.menu-item-has-children.opened > .sub-menu span {
        padding: 16px 24px;
        font-size: 18px;
        line-height: 20px
    }

    .menu--main:not(.data-home) .menu__list li.menu-item-has-children {
        position: relative
    }

    .menu--main:not(.data-home) .menu__list li.menu-item-has-children:before {
        top: 15px;
        right: 32px
    }

    .menu--main:not(.data-home) .menu__list li.menu-item-has-children:after {
        top: 10px;
        right: 30px
    }

    .menu--main:not(.data-home) .menu__list li.menu-item-has-children.opened .menu-item__toggle-btn-wrapper {
        background-color: rgba(54, 49, 47, .8)
    }

    .menu--main:not(.data-home) .menu__list li.menu-item-has-children.opened:after {
        display: none
    }

    .menu--main:not(.data-home) .menu__list li.menu-item-has-children.opened > sub-menu a {
        padding: 7px 0 7px 16px
    }

    .menu--main:not(.data-home) .menu__list > li.menu-item-has-children.opened > .menu-item__toggle-btn-wrapper .menu-item__toggle-btn:after {
        top: 15px;
        transform: unset
    }

    .menu--main:not(.data-home) .menu__list > li.menu-item-has-children.opened > .sub-menu .menu-item__toggle-btn-wrapper:after {
        display: none
    }

    .menu--main:not(.data-home) .menu__list > li.menu-item-has-children.opened .sub-menu .menu-item-has-children--double .menu-item__toggle-btn:after {
        top: 15px;
        right: 17px;
        transform: rotate(-90deg)
    }

    .menu--main:not(.data-home) .menu__list > li.menu-item-has-children.opened .menu-item-has-children--double.opened {
        margin: 0;
        background-color: transparent;
        border: 0
    }

    .menu--main:not(.data-home) .menu__list .sub-menu .sub-menu {
        padding-left: 0
    }

    .menu--main:not(.data-home) li.menu-item-has-children.opened > .sub-menu, .menu--main:not(.data-home) li.menu-item-has-children:hover > .sub-menu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        z-index: 3;
        display: block;
        min-width: 100%;
        background-color: #36312f;
        border: 1px solid #f8dac0;
        border-radius: 17px
    }

    .menu--main:not(.data-home) li.menu-item-has-children.opened > .sub-menu--double, .menu--main:not(.data-home) li.menu-item-has-children:hover > .sub-menu--double {
        top: -8px;
        left: calc(100% + 10px)
    }

    .menu--main:not(.data-home) > li.menu-item-has-children.opened > .sub-menu, .menu--main:not(.data-home) > li.menu-item-has-children:hover > .sub-menu {
        position: absolute;
        top: 100%
    }

    .menu--main:not(.data-home) > li.menu-item-has-children.opened > a:after, .menu--main:not(.data-home) > li.menu-item-has-children:hover > a:after {
        transition: .3s;
        transform: rotate(180deg)
    }

    .menu--main:not(.data-home) > li > .sub-menu {
        width: 234px;
        padding: 24px;
        background-color: #36312f;
        border-radius: 17px
    }

    .menu--main:not(.data-home) > li > .sub-menu a {
        position: relative;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .menu--main:not(.data-home) > li > .sub-menu li.menu-item-has-children {
        position: unset
    }

    .menu--main:not(.data-home) > li > .sub-menu li.menu-item-has-children a:after {
        position: absolute;
        right: 15px;
        transform: rotate(-90deg)
    }

    .menu--main:not(.data-home) > li > .sub-menu > li:hover {
        border-radius: 0
    }

    .menu--main:not(.data-home) > li > .sub-menu > li:last-child:hover {
        border-radius: 0 0 6px 6px
    }

    .menu--main:not(.data-home) .sub-menu {
        width: 246px;
        max-height: 70vh
    }

    .menu--main:not(.data-home) .sub-menu--double {
        overflow-y: auto
    }

    .menu--main:not(.data-home) .sub-menu .sub-menu {
        position: absolute;
        top: 0;
        left: calc(100% - 6px);
        padding: 0;
        border-radius: 0 0 6px
    }

    .menu--main:not(.data-home) .sub-menu .sub-menu a {
        padding: 0
    }

    .menu--main:not(.data-home) .menu-item__toggle-btn {
        flex-shrink: 0;
        width: 46px;
        height: 34px;
        margin: auto
    }

    .menu--main:not(.data-home) .menu-item__toggle-btn:after {
        top: 15px;
        right: 18px
    }

    .menu--main .menu-button-enter {
        margin-right: 16px
    }

    .menu--main.data-blog {
        display: contents
    }

    .data-blog .menu-item--buttons {
        margin-top: 0
    }

    .data-blog .menu-item--buttons:after, .data-blog .menu-item--buttons:before {
        content: "";
        flex-shrink: 0;
        display: block;
        width: 17px;
        height: 60px;
        background-image: url(/wp-content/themes/joycasino/build/img/bg/header-bg-decor.webp)
    }

    .data-blog .menu-button-enter {
        margin-left: 16px
    }

    .data-blog .menu-button-ref--blog {
        margin-right: 32px;
        padding: 6px 17px 8px
    }

    .menu--footer {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 32px;
        padding-top: 0
    }

    .footer-images {
        padding-right: 120px;
        padding-left: 120px
    }

    .card-brand {
        width: 310px
    }

    .card-brand:active, .card-brand:hover {
        text-decoration: underline
    }

    .card-brand__logo-img {
        height: 183px
    }

    .breadcrumbs__link {
        display: inline-flex
    }

    .preview-cards .card-brand--slide {
        margin-right: 12px;
        margin-left: 12px
    }

    .sidebar-banner {
        display: inline-flex;
        width: 310px;
        height: 396px;
        margin-bottom: 48px
    }

    .sidebar-banner--category {
        display: inline-flex
    }

    .latest-article {
        display: inline-grid;
        grid-template-columns:533px auto;
        width: 978px;
        margin-bottom: 48px
    }

    .latest-article__title {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .latest-article__img {
        flex-shrink: 0;
        height: 100%
    }

    .latest-article__text {
        padding: 36px 32px 44px
    }

    .latest-article__description {
        font-size: 16px
    }

    .banner-versus {
        display: flex;
        align-items: center;
        gap: 78px;
        padding: 64px 48px;
        margin-bottom: 64px
    }

    .banner-versus__logos {
        flex-shrink: 0;
        grid-template-columns:repeat(5, 152px);
        width: 764px;
        margin-top: 0
    }

    .banner-versus--small .banner-versus__logos {
        grid-template-columns:repeat(3, 152px);
        width: 458px
    }

    .promotion-wrapper {
        display: grid;
        grid-template-columns:1fr 1fr;
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .promotion {
        min-width: unset;
        padding-right: 32px;
        padding-bottom: 24px;
        padding-left: 32px;
        background-repeat: no-repeat, no-repeat;
        background-position: center right, 0 0
    }

    .promotion__type {
        margin-bottom: 22px
    }

    .promotion__text {
        max-width: 324px;
        font-size: 32px;
        line-height: 43px
    }

    .top-block--versus {
        gap: 24px;
        margin-right: 0;
        margin-left: 0;
        overflow-x: unset
    }

    .versus {
        margin-right: 0;
        margin-left: 0
    }

    .dl__description, .dl__title {
        font-size: 16px;
        line-height: 24px
    }

    .dl__description:last-of-type, .dl__description:nth-last-of-type(2), .dl__title:last-of-type, .dl__title:nth-last-of-type(2) {
        grid-column: unset
    }

    .versus--best .versus__bonus-title {
        width: 265px;
        margin-bottom: 20px;
        text-align: left
    }

    .versus--best .versus__bonus {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-right: 55px;
        padding-bottom: 16px;
        padding-left: 32px
    }

    .versus--best .button-magic {
        margin-left: auto;
        margin-bottom: 8px
    }

    .sticky-bonus {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
        top: 60px;
        bottom: unset;
        transform: translateY(calc(-100% - 60px))
    }

    .sticky-bonus .sticky-bonus__button-magic {
        min-width: 100px;
        margin-right: 148px
    }

    .sticky-bonus .sticky-bonus__button-magic .button__shadow:after {
        background-position: 0 -160px
    }

    .sticky-bonus .sticky-bonus__button-magic .button__decor:before {
        top: 0;
        width: 244px
    }

    .sticky-bonus .button__text {
        font-size: 16px
    }

    .sticky-bonus__logo {
        display: block;
        flex-shrink: 0;
        width: 185px;
        margin-left: 96px;
        line-height: 1
    }

    .sticky-bonus__title {
        margin: 0 48px;
        font-size: 30px;
        line-height: 36px;
        text-align: center
    }

    .top-block--article {
        margin-top: 32px;
        margin-bottom: 24px
    }

    .versus__body {
        padding: 39px 32px 32px
    }

    .versus__body-logo {
        margin-bottom: 16px
    }

    .versus__body-info {
        grid-template-columns:158px 1fr;
        row-gap: 12px
    }

    .versus__body-comments {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px
    }

    .button_style_success.button_size_l:hover {
        height: 84px;
        min-width: 47px;
        width: auto;
        background-position: 0 -534px;
        outline: 0
    }

    .button_style_success.button_size_l:hover .button__aside:before {
        width: 94px;
        height: 84px;
        background-position: 0 0
    }

    .button_style_success.button_size_l:hover .button__aside:after {
        width: 94px;
        height: 84px;
        background-position: 0 -267px
    }

    .button_style_success.button_size_l:hover .button__decor:before {
        width: 262px;
        height: 84px;
        background-position: 0 0
    }

    .button_style_success.button_size_m:hover .button__aside:before {
        width: 55px;
        height: 65px;
        background-position: 0 0;
        background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-bg-size-m.webp);
        background-size: 78px 625px
    }

    .button_style_success.button_size_m:hover .button__aside:after {
        width: 55px;
        height: 65px;
        background-position: 0 -210px;
        background-image: url(/wp-content/themes/joycasino/build/img/bg/sprite-btn-success-bg-size-m.webp);
        background-size: 78px 625px
    }

    .country-info__details:hover .country-info__message {
        display: block
    }

    .share-list {
        -moz-column-gap: 14px;
        column-gap: 14px
    }

    .faq {
        max-width: 978px;
        padding: 48px;
        margin-right: 0;
        margin-left: auto
    }

    .faq__title {
        margin-bottom: 40px
    }

    .faq__question {
        font-size: 20px;
        line-height: 28px
    }

    .faq__answer {
        margin-bottom: 32px
    }

    .faq__item.opened .faq__question {
        padding-bottom: 24px
    }

    .comments-form {
        padding: 32px 212px 32px 32px
    }

    comments-form__title {
        margin-bottom: 24px
    }

    .comments-form__data {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 16px;
        font-size: 0
    }

    .comments-form__author, .comments-form__email {
        margin-bottom: 0
    }

    .comments-form__message {
        grid-column: 1/-1;
        margin-bottom: 4px;
        line-height: 1
    }

    .comments-form__rating-title {
        margin-right: 14px;
        font-size: 16px
    }

    .comments-form__rating-stars .icon-star {
        cursor: pointer
    }

    .rating-stars {
        width: 80px
    }

    .rating-stars:before, .rating-stars__on {
        height: 14px
    }

    .pop-up {
        width: 384px
    }

    .toc-wrapper {
        position: sticky;
        top: 84px;
        height: -moz-max-content;
        height: max-content
    }

    .toc-wrapper--sticky-bonus {
        top: 164px
    }

    .toc-wrapper--sticky-bonus .toc {
        max-height: calc(100vh - 240px)
    }

    .toc-button {
        width: 100%;
        padding: 10px 22px;
        margin-bottom: 0;
        margin-left: 0
    }

    .toc-button:after, .toc-button:before {
        display: none
    }

    .toc {
        display: grid;
        grid-template-columns:1fr;
        max-height: calc(100vh - 150px);
        padding: 12px 0;
        overflow-y: auto
    }

    .toc a:hover {
        text-decoration: none;
        color: #ffe2b7
    }

    .brand-item {
        display: flex;
        margin-bottom: 24px;
        box-shadow: none
    }

    .brand-item + .content-banner {
        margin-top: -24px;
        margin-bottom: 24px
    }

    .brand-item--top .brand-item__content {
        padding-bottom: 16px
    }

    .brand-item--top .brand-item__text {
        margin-bottom: 8px
    }

    .brand-item--top .brand-item__picture img {
        height: auto
    }

    .brand-item__picture {
        max-width: 252px;
        min-width: 252px
    }

    .brand-item__picture img {
        height: 100%
    }

    .brand-item__img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: unset
    }

    .brand-item__content {
        padding: 24px 48px 24px 32px
    }

    .brand-item__text:last-child {
        margin-bottom: 0
    }

    .brand-item__button {
        width: auto
    }

    .brand-item__button:focus, .brand-item__button:hover {
        background-image: linear-gradient(180deg, #dfbb89 25%, #a26442 101.25%)
    }

    .footer__logo {
        margin: 0
    }

    .header__search {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: 16px
    }

    .header__search:after {
        content: "";
        display: block;
        width: 17px;
        height: 60px;
        margin-left: 16px;
        background-image: url(/wp-content/themes/joycasino/build/img/bg/header-bg-decor.webp)
    }

    .header__container {
        justify-content: flex-start;
        margin: 0 auto
    }

    .header__logo, .with-decor {
        position: relative
    }

    .header__logo .logo__img, .with-decor .logo__img {
        margin: 0 16px
    }

    .header__logo:after, .header__logo:before, .with-decor:after, .with-decor:before {
        content: "";
        display: block;
        width: 17px;
        height: 60px;
        background-image: url(/wp-content/themes/joycasino/build/img/bg/header-bg-decor.webp)
    }

    .header__logo:before, .with-decor:before {
        margin-right: 16px
    }

    .header__logo:after, .with-decor:after {
        margin-left: 16px
    }

    .header__burger:not(.data-home), .header__close {
        display: none
    }

    .header__menu.data-home .close-btn {
        display: flex
    }

    .header__burger.data-home {
        margin-left: 0
    }

    .burger-btn.data-home {
        right: 0
    }

    .with-decor.opened {
        position: absolute;
        right: 0
    }

    .header-social {
        display: flex;
        align-items: center;
        margin-left: 26px;
        line-height: 1
    }

    .header-social__text {
        margin-right: 16px;
        font-size: 16px;
        color: #ffe2b7
    }

    .header-social__list {
        display: flex;
        -moz-column-gap: 5px;
        column-gap: 5px
    }

    .header-social__icon {
        display: block;
        width: 30px;
        height: 34px;
        background-image: url(/wp-content/themes/joycasino/build/img/sprite-social-networks.webp);
        background-size: 192.5px 143.5px
    }

    .header-social__icon.icon-gp {
        background-position: -32.5px -36.5px
    }

    .header-social__icon.icon-gp:hover {
        background-position: -65px -36.5px
    }

    .header-social__icon.icon-fb {
        background-position: 0 0
    }

    .header-social__icon.icon-fb:hover {
        background-position: -32.5px 0
    }

    .header-social__icon.icon-fl {
        background-position: -65px 0
    }

    .header-social__icon.icon-fl:hover {
        background-position: 0 -36.5px
    }

    .header-social__icon.icon-mr {
        background-position: 0 -73px
    }

    .header-social__icon.icon-mr:hover {
        background-position: -32.5px -73px
    }

    .header-social__icon.icon-tb {
        background-position: -130px 0
    }

    .header-social__icon.icon-tb:hover {
        background-position: -130px -36.5px
    }

    .header-social__icon.icon-tw {
        background-position: -130px -73px
    }

    .header-social__icon.icon-tw:hover {
        background-position: 0 -109.5px
    }

    .header-social__icon.icon-ya {
        background-position: -97.5px -109.5px
    }

    .header-social__icon.icon-ya:hover {
        background-position: -130px -109.5px
    }

    .header-social__icon.icon-vk {
        background-position: -32.5px -109.5px
    }

    .header-social__icon.icon-vk:hover {
        background-position: -65px -109.5px
    }

    .header-social__icon.icon-yh {
        background-position: -162.5px 0
    }

    .header-social__icon.icon-yh:hover {
        background-position: -162.5px -36.5px
    }

    .header-social__icon.icon-in {
        background-position: -97.5px 0
    }

    .header-social__icon.icon-in:hover {
        background-position: -97.5px -36.5px
    }

    .header-social__icon.icon-ok {
        background-position: -65px -73px
    }

    .header-social__icon.icon-ok:hover {
        background-position: -97.5px -73px
    }
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */
