:root {
    --brand-1: #f3e8ff;
    --brand-2: #9333ea;
    --contrast-1: #7c2d12;
    --contrast-2: #ffffff;
    --text-color: #1f2937;
}

@font-face {
    font-family: Mariupol;
    src: url(Mariupol-Regular.ttf)
}

img {
    border: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    animation: show 2s
}

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

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

img {
    height: auto;
    vertical-align: middle
}

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

strong {
    font-weight: 700
}

button {
    font-size: inherit;
    line-height: inherit
}

[role=button], button {
    -webkit-appearance: button;
    cursor: pointer
}

p, ul {
    margin: 16px 0
}

h1, h2, h3, h4, h5 {
    font-weight: 700
}

h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 15px
}

h2 {
    font-size: 30px;
    line-height: 36px
}

h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 10px 0
}

h4 {
    font-size: 18px;
    line-height: 27px
}

h5 {
    font-size: 16px;
    line-height: 19px
}

@media (max-width: 768px) {
    h1, h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 5px
    }
}

.btn {
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase
}

.btn-light {
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: text;
    border: 1px solid #2564c8
}

.btn-light:hover {
    color: #292258
}

.btn-light::before {
    background: #78787a
}

.btn-orange {
    color: var(--contrast-2);
    position: relative;
    z-index: 1;
    background: var(--brand-2);
    border: 1px solid #292258
}

.btn-orange:before {
    background: #ff8e26
}

.btn-light:hover::before, .btn-orange:hover:before {
    transform: scaleX(1)
}

.item__logo {
    border-radius: 4px;
    width: 100px;
    margin-right: 15px;
    display: block;
    float: left;
    min-height: 66px;
    position: relative;
    overflow: hidden
}

.item__logo img {
    display: block
}

.btn-orange {
    float: right;
    font-weight: 600
}

.play__btn .play-btn-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase
}

.play-btn-orange {
    background: var(--brand-1);
    border: 1px solid var(--brand-2);
    color: var(--contrast-1);
    position: relative;
    z-index: 1
}

* {
    outline: 0
}

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

.container {
    max-width: 1224px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px
}

.container:after {
    content: "";
    display: block;
    clear: both
}

body {
    font-family: Mariupol, sans-serif;
    font-size: 18px;
    line-height: 27px;
    overflow-x: hidden;
    color: var(--text-color);
    animation: show 2s;
    background: #f3f4f6 linear-gradient(to right, var(--brand-1), var(--brand-2)) no-repeat;
    background-size: cover
}

header {
    position: sticky;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    border-bottom: 1px solid #e5e7eb
}

header .container {
    height: 70px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

header .container nav a {
    text-decoration: none !important
}

header.active nav {
    padding-top: 70px !important;
    width: 385px !important
}

.logo {
    position: relative;
    max-width: 200px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-decoration: none
}

.logo span {
    color: #06040b;
    z-index: 10;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    text-transform: uppercase;
    top: -7px;
    left: 39px
}

.logo::after {
    width: 110px;
    font-weight: 700;
    min-height: 50px;
    margin-left: 0;
    display: block;
    color: #66fcf1;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 15px;
    text-transform: uppercase;
    transform: none;
    text-shadow: 1px 1px #020222, 2px 2px #c9b44a, 3px 3px #1e44ff
}

nav {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%
}

@media (min-width: 1200px) {
    nav {
        margin-left: auto
    }
}

nav a {
    color: var(--text-color);
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0 solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box
}

.more-link {
    padding-right: 0
}

nav a:first-child {
    display: flex
}

nav a:hover {
    text-decoration: underline;
    color: var(--text-color)
}

.burger-menu {
    height: 30px;
    width: 40px;
    display: none;
    position: absolute;
    border-radius: 3px;
    padding: 4px 2px;
    cursor: pointer;
    right: 15px;
    z-index: 1000000;
    top: 20px
}

.burger-menu span, .burger-menu span::after, .burger-menu span::before {
    background: var(--brand-2);
    width: 30px;
    height: 3px
}

.burger-menu span::before {
    content: '';
    position: absolute;
    top: -9px;
    -webkit-animation: menu-load-state-top .5s;
    animation: menu-load-state-top .5s
}

.burger-menu span::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-animation: menu-load-state-bottom .5s;
    animation: menu-load-state-bottom .5s
}

.burger-menu span {
    position: absolute;
    top: 13px
}

@media only screen and (max-width: 1200px) {
    .burger-menu {
        display: block
    }

    header nav {
        height: 100vh;
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 4000;
        right: 0;
        left: 100%;
        width: 300px;
        background: #f3f3f3;
        border-left: none;
        transition: all .3s;
        overflow: hidden;
        transform: translateX(0);
        top: 0;
        bottom: 0;
        padding-top: 30px;
        overflow-y: scroll
    }

    header nav a {
        height: auto !important
    }

    nav a {
        border-bottom: 20px solid transparent !important
    }

    .active nav {
        transform: translateX(-100%)
    }

    nav ul {
        flex-direction: column
    }

    header nav a {
        height: auto !important
    }
}

.logo {
    margin-left: 0
}

.logo img {
    max-width: 180px
}

.active .burger-menu span {
    background: 0 0
}

@keyframes top-rot-in {
    0% {
        transform: rotate(0);
        transform-origin: left
    }
    100% {
        transform: rotate(45deg);
        transform-origin: left
    }
}

@keyframes bot-rot-in {
    0% {
        transform: rotate(0);
        transform-origin: left
    }
    100% {
        transform: rotate(-45deg);
        transform-origin: left
    }
}

.active .burger-menu span::before {
    top: -10px;
    left: 5px;
    -webkit-animation: top-rot-in .5s forwards;
    animation: top-rot-in .5s forwards;
    width: 29px
}

.active .burger-menu span::after {
    top: 10px;
    left: 5px;
    -webkit-animation: bot-rot-in .5s forwards;
    animation: bot-rot-in .5s forwards;
    width: 29px
}

.page__content {
    font-size: 16px;
    line-height: 24px;
    color: #292258;
    margin-bottom: 24px;
    padding: 10px 20px;
    border-radius: 22px;
    background: #f3f3f3;
    border: 1px solid #292258
}

.page__content h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 10px 0
}

.items .item {
    width: calc(25% - 12px);
    margin: 6px;
    padding: 0 7.5px 39px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .14)
}

.item__image img {
    display: block
}

.top-bonus .btn-orange, .top-casino .btn-orange {
    margin-top: auto;
    width: 160px
}

.top-casino .casino-label {
    background: red;
    border-radius: 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    color: #fff;
    padding: 4px 12px 3px;
    z-index: 1;
    text-transform: uppercase
}

@media (max-width: 1224px) {
    .top-casino.items .item {
        width: 100%;
        margin: 7.5px 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        padding: 0 7.5px 12px
    }

    .top-casino .casino__bonus {
        margin: 21px 0 0 0;
        width: calc(100% - 126px);
        text-align: left
    }

    .top-casino .btn-orange {
        margin-left: auto;
        margin-top: 12px
    }

    .top-casino .casino-label {
        right: 1px;
        border-radius: 8px 8px 0 0
    }

    .item__table-left.has-label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%
    }

    .item__thumb, .play__btn {
        margin: 0
    }
}

.item__thumb {
    border-radius: 10px;
    overflow: hidden
}

.item__thumb img {
    border-radius: 10px
}

.item__table {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 22px;
    border: 1px solid #292258;
    background: #f3f3f3
}

.item__table:hover {
    transition: .5s
}

.item__table-center {
    flex: 1;
    position: relative
}

.item__table-left {
    flex: none
}

.item__table-right {
    flex: none
}

.item__thumb {
    position: relative;
    max-width: 260px;
    width: 260px;
    float: left;
    height: 171px
}

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

.page__thumb {
    width: 260px !important;
    max-width: 260px !important
}

.item__heading {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px
}

.item__heading--link {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 12px
}

.item__heading--link:hover {
    color: #292258
}

@media (max-width: 1224px) {
    .item__heading {
        margin: auto
    }
}

.item__bonus {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    position: relative;
    margin: 14px 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.item__table-center {
    display: flex;
    flex-direction: column;
    padding: 0 15px
}

.item__thumb {
    padding-bottom: 15px
}

@media (max-width: 1224px) {
    .item__table-center {
        padding: 15px 0
    }

    .item__thumb {
        padding-bottom: 15px
    }
}

.item__table-right {
    display: flex;
    flex-direction: column;
    padding: inherit;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border: 2px solid var(--brand-2)
}

.casino-bonus span {
    display: block;
    text-align: center
}

.casino-bonus span:nth-child(1) {
    text-transform: uppercase;
    font-weight: 600
}

.casino__btn {
    display: flex;
    width: fit-content;
    min-height: 53px;
    align-items: center;
    text-align: center;
    justify-content: center
}

.casino__btn .btn {
    color: var(--contrast-2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 48px;
    border-radius: 10px
}

.limit {
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color)
}

.label {
    padding-right: 5px
}

.casino-label {
    background: #eb0303;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .11), 0 3px 12px rgba(0, 0, 0, .08), 0 3px 8px rgba(0, 0, 0, .15);
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    color: #292258;
    text-transform: uppercase;
    padding: 3px 12px;
    text-align: center;
    position: absolute;
    left: 212px;
    border-radius: 0 0 8px
}

.item__table-left.has-label .item__heading {
    padding-top: 25px
}

@media (max-width: 1224px) {
    .item__table {
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 950px) {
    .casino-label {
        left: 120px
    }
}

.casino-bonus {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    width: fit-content;
    align-items: center;
    margin: auto
}

@media (max-width: 1224px) {
    .item__bonus:before {
        left: -16px;
        right: -16px;
        border-bottom: 0
    }
}

.item__table .line {
    display: flex
}

@media (max-width: 1224px) {
    .item__table.show-all .show-more__item:after {
        transform: rotateZ(135deg);
        margin-top: 6px
    }

    .item__table.show-all .limit {
        display: flex
    }
}

.footer__logo {
    margin-bottom: 24px;
    height: auto;
    width: 184px
}

@media screen and (max-width: 1224px) {
    .footer__logo {
        margin-bottom: 0
    }

    div.footer__logo {
        flex-direction: column
    }

    div.footer__logo {
        margin: 0 0 15px
    }
}

@media (min-width: 360px) and (max-width: 1224px) {
    div.footer__logo {
        max-width: 100%
    }

    div.footer__logo {
        display: flex;
        justify-content: center
    }
}

.icon-18 {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    opacity: .9
}

@media (max-width: 1224px) {
    div.footer__logo {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    div.footer__logo .logo {
        order: initial;
        margin: 0 auto
    }

    .footer__logo {
        width: 250px
    }
}

#footer {
    max-width: 100%
}

@media (min-width: 1025px) {
    #footer {
        display: block
    }
}

.page404 #footer {
    position: relative;
    width: 100%;
    bottom: 0
}

@media (max-width: 1224px) {
    .item__table {
        padding: 10px
    }
}

@media (max-width: 400px) {
    .star-rating .star:nth-child(1) {
        display: block
    }
}

.hidden {
    display: none !important
}

.container h1 {
    margin: 30px auto;
    text-align: center
}

.container .page__content div {
    max-width: 100% !important;
    margin-top: 15px
}

@media all and (max-width: 600px) {
    .container h1 {
        margin: 20px auto
    }
}

.container h1 {
    margin: 30px auto
}

.footer-contnt {
    margin: 20px auto 0 auto
}

footer .container {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

footer {
    padding-top: 20px;
    margin-top: 20px;
    background: #f3f3f3;
    border-top: 1px solid #e5e7eb
}

.footer-text {
    margin: 20px auto 0 auto
}

.footer-content {
    height: 100% !important;
    display: grid !important
}

.footer-list {
    display: grid !important;
    grid-template-columns:20% 80%
}

.footer-content li a {
    color: var(--text-color);
    text-decoration: none;
    text-transform: none
}

.footer-content li a:hover {
    color: var(--brand-2)
}

@media screen and (max-width: 1280px) {
    footer {
        padding: 20px 0 0 0
    }

    .footer-content > div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 4;
        text-align: center;
        grid-template-columns:100%
    }

    .footer-content > div:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: center
    }

    .footer-content > div:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 1
    }
}

@media all and (max-width: 1280px) {
    .footer-text {
        text-align: center
    }

    .footer-list {
        display: block
    }

    .footer-content > div:nth-child(3) {
        display: block;
        grid-column-start: auto;
        position: relative;
        width: 30px;
        justify-content: center;
        text-align: center;
        margin: 20px auto
    }
}

.footer-about {
    text-align: center;
    font-size: 16px
}

.bonus-table {
    font-size: 14px;
    width: 100%;
    border: 1px solid #9982fa;
    display: table;
    border-collapse: collapse;
    margin: 10px auto;
}

.table-header, .table-row {
    display: table-row
}

.table-header div, .table-row div {
    display: table-cell;
    border: 1px solid #2564c8;
    text-align: center;
    padding: 10px 5px
}

.table-header div {
    color: #292258;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase
}

.table-row div {
    vertical-align: middle
}

@media all and (max-width: 600px) {
    .bonus-table {
        font-size: 13px;
        width: 100%;
        overflow-x: auto
    }

    .table-header div {
        height: 35px;
        font-size: 13px;
        vertical-align: middle
    }

    .table-header div, .table-row div {
        padding: 4px
    }
}

@media all and (max-width: 365px) {
    .bonus-table {
        font-size: 12px
    }
}

@media all and (max-width: 1100px) {
    .bonus-table {
        width: 100%
    }
}

.limit {
    margin: 0 auto
}

.star {
    color: #292258;
    font-size: 24px;
    line-height: 28px;
    padding-right: 3px
}

.footer-contnt {
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%
}

@media all and (max-width: 1280px) {
    footer {
        padding-bottom: 20px !important
    }
}

@media all and (max-width: 600px) {
    .footer-contnt {
        display: block
    }
}

.logo-footer img {
    max-width: 80%;
    display: block;
    margin: 0 auto
}

@media all and (max-width: 1280px) {
    .logo-footer img {
        padding-top: 20px
    }
}

.btn-top {
    position: fixed;
    right: 30px;
    bottom: 60px;
    cursor: pointer;
    opacity: .8;
    z-index: 10;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 29px;
    font-size: 37px;
    border-radius: 100%;
    background-color: #f3f3f3;
    border: 2px solid var(--brand-2)
}

.btn-top:hover {
    opacity: 1;
    transition: all .2s;
    background-color: #e5e7eb
}

.scroll-up:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 29px;
    background-image: url("data:image/svg+xml;utf8,<svg width='34' height='34' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M40 45L27 30L14 45' stroke='%23292258' stroke-width='3' transform='rotate(0 27 27)'></path></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 3px -6px
}

.dropdown {
    position: relative;
    display: inline-block
}

.more-link {
    text-decoration: none
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 8px;
    left: auto;
    right: 0;
    min-width: 150px;
    padding: 10px 0;
    background: #f3f4f6;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    z-index: 1000
}

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

.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    white-space: nowrap
}

.dropdown:hover .dropdown-menu {
    display: block;
    overflow-y: auto;
    max-height: 500px
}

.dropdown-menu li a:hover {
    background: #f3f4f6
}

@media (max-width: 1200px) {
    .dropdown-menu {
        display: block;
        position: static;
        padding: 0;
        background: 0 0;
        box-shadow: none;
        margin: 0
    }

    .dropdown-menu li a:hover {
        background: #060318
    }

    .dropdown .more-link {
        display: none
    }

    .dropdown-menu li a {
        display: block;
        color: #292258
    }

    .dropdown-menu li a {
        display: block;
        text-align: center;
        padding: 0 10px
    }
}

.stars {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffb300"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
    width: 24px;
    height: 28px
}

.top-rating__star {
    display: flex;
    margin: 0 auto;
    padding-bottom: 10px
}

@media (min-width: 1224px) {
    .top-rating__star {
        margin: unset
    }

    .limit {
        margin: unset
    }
}

.play__btn {
    padding-top: 10px
}

.play-btn-orange.outLink::after {
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-left: .4em;
    vertical-align: -.15em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.6504 3C12.396 3 13.0004 3.60442 13.0004 4.35V7.45841C13.0004 7.75752 12.7579 8 12.4588 8C12.194 8 11.9681 7.80859 11.9246 7.54744L11.5397 5.23808C11.5133 5.07993 11.5061 4.91919 11.5181 4.75932L11.6504 3Z' fill='%23292258'/%3E%3Cpath d='M11.65 3C12.3956 3 13 3.60442 13 4.35L11.2405 4.48196C11.0807 4.49394 10.9201 4.48669 10.7621 4.46035L8.45238 4.0754C8.19133 4.03189 8 3.80603 8 3.54138C8 3.24238 8.24238 3 8.54138 3L11.65 3Z' fill='%23292258'/%3E%3Crect x='6.54688' y='8.5' width='7.22393' height='1.35' rx='0.675' transform='rotate(-45 6.54688 8.5)' fill='%23292258'/%3E%3Cpath d='M7 3.675C7 3.30221 6.69779 3 6.325 3H6C4.34315 3 3 4.34315 3 6V10C3 11.6569 4.34315 13 6 13H10C11.6569 13 13 11.6569 13 10V9.675C13 9.30221 12.6978 9 12.325 9C11.9522 9 11.65 9.30221 11.65 9.675V10C11.65 10.9113 10.9113 11.65 10 11.65H6C5.08873 11.65 4.35 10.9113 4.35 10V6C4.35 5.08873 5.08873 4.35 6 4.35H6.325C6.69779 4.35 7 4.04779 7 3.675Z' fill='%23292258'/%3E%3C/svg%3E")
}

.page__thumb {
    border-radius: 10px
}

@media (min-width: 601px) and (max-width: 1100px) {
    .btn-top {
        bottom: 225px
    }
}

.img-content {
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

.item__heading {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 90px
}

.item__heading--link {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    min-width: 140px
}

@media (max-width: 1224px) {
    .item__heading {
        flex-direction: column;
        align-items: center;
        gap: 4px
    }

    .item__heading--link {
        min-width: unset;
        text-align: center;
        justify-content: center
    }
}

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (min-width: 300px) {
    .accordion__action-icon {
        width: 40px;
        height: 22px
    }

    .accordion__action-icon svg {
        width: 30px;
        height: 29px
    }

    .accordion__action, .accordion__content {
        padding: 5px 0 5px 0
    }

    .accordion__action {
        display: flex;
        align-items: baseline
    }

    .accordion__item {
        background: #f3f3f3;
        border: 2px solid var(--brand-1);
        border-radius: 10px;
        margin-bottom: 25px
    }

    .accordion__item:hover {
        transition: .5s
    }
}

.accordion__action-icon {
    position: relative;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    transition: transform ease .25s, background ease .25s, border ease .25s
}

.accordion__items {
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px
}

.accordion__title.h4 {
    font-size: 18px;
    line-height: 10px;
    padding: 15px 0;
    font-weight: 500;
    padding-left: 20px
}

@media screen and (max-width: 1200px) {
    .accordion__title.h4 {
        font-size: 20px;
        line-height: 25px
    }

    .accordion__content p {
        margin: 0 0 25px;
        font-size: 16px;
        line-height: 24px
    }
}

.accordion__action {
    text-decoration: none;
    margin: 0;
    padding-right: 20px;
    color: #292258
}

.accordion__action:hover {
    color: #292258
}

.faq .row {
    display: block
}

.accordion__content p {
    margin: 10px 0 10px;
    padding: 0 30px 0 20px
}

.accordion__items li:last-child .accordion__content {
    border-bottom: none
}

.row h2 {
    margin: 25px 0 25px 0;
    font-size: 24px
}

.faq .row {
    list-style-type: none;
    margin: 10px 0 60px 0
}

.container .container {
    padding: 0
}

.accordion__content.hidden {
    display: block;
    opacity: 1
}

.accordion__content, .accordion__content p {
    font-size: 16px
}

.accordion__item.active .accordion__action-icon {
    transform: rotate(-180deg)
}

.faq ul ul {
    list-style-type: disc
}

.accordion__item.active .accordion-icon line:first-child {
    display: none
}

.accordion__item {
    border: 2px solid var(--brand-1);
    border-radius: 10px;
    margin-bottom: 25px;
    transition: border .3s ease
}

.accordion__item.active {
    border: 2px solid var(--brand-1)
}

.casino-bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px
}

.casino-bonus span:first-child {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3
}

.casino-bonus .btn-light {
    width: 250px;
    height: 48px;
    border-radius: 10px;
    border: 2px solid var(--brand-2);
    background-color: #f3f3f3;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1;
    box-sizing: border-box
}

.bonus-text {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-color);
    text-align: center;
    line-height: 1.4
}

header nav a {
    background-color: #f3f4f6 !important
}

header nav a:active, header nav a:focus, header nav a:hover {
    background-color: #f3f4f6 !important
}

@media (max-width: 768px) {
    header nav a {
        background-color: #f3f4f6 !important
    }
}

.footer-block {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem
}

.footer-block a {
    text-decoration: none;
    color: inherit
}

@media (min-width: 540px) {
    .footer-block {
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        gap: .5rem
    }
}

@media (min-width: 1280px) {
    .footer-block {
        margin-left: 80px
    }

    .footer-contnt {
        padding-bottom: 40px
    }
}

.page__content a {
    color: var(--brand-2)
}

.page__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 14px;
    background: #fff;
}

.page__content th {
    background: #f5f5f5;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}

.page__content td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.page__content tr:nth-child(even) {
    background: #fafafa;
}

.page__content tr:hover {
    background: #f0f0f0;
    transition: background-color 0.2s ease;
}

.page__content th:hover {
    background: #e8e8e8;
}

@media (min-width: 768px) {
    .page__content table {
        font-size: 15px;
    }

    .page__content th,
    .page__content td {
        padding: 14px 16px;
    }
}

.faq__heading {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0;
}

@media (min-width: 1024px) {
    .page__content table {
        display: table;
    }
}