*, .card-menu-item {
    -webkit-box-sizing: border-box
}

table ol, table ul {
    padding-left: 20px
}

.how-to--v1 .how-to__item-counter, .language ul, .link-block__link svg, .swiper-control {
    -webkit-transform: translateY(-50%)
}

:root {
    --star-color: #bfbecd;
    --star-background: #ffac2f;
    --star-rating: 3.8
}

.rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    font-size: 22px;
    line-height: 1
}

.rating::after {
    font-family: Times, serif;
    content: "★★★★★";
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
    background: -o-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.australia p, .australia span, .footer p, .table-text, .wrapper > .container > ol li, .wrapper > .container > ul li, h1 {
    font-family: Inter, sans-serif
}

.wrapper > .container > :not(:first-child) {
    margin-top: 1rem;
}

.disable-click {
    cursor: auto;
    pointer-events: none
}

li {
    cursor: unset !important
}

.top-casino-item.top-casino-item-mob {
    display: none
}

.bg-green, table tbody tr td.bg-green, table tbody tr th.bg-green {
    background: #3d5199 !important
}

.bg-orange, table tbody tr td.bg-orange, table tbody tr th.bg-orange {
    background: #ff922e !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.table-text {
    font-weight: 400;
    color: #888;
    font-size: 14px;
    line-height: 145%
}

.fw-bold {
    font-weight: 700
}

.overflow {
    overflow: auto
}

.overflow table {
    overflow: auto;
    min-width: 100vw
}

.overlayContainer-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

* {
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

table ul {
    list-style: disc;
    color: #888
}

table ol {
    list-style: outside
}

.page-nf-wrapper {
    max-width: 509px;
    width: 100%;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 67px
}

.list-block, .page-nf-title {
    margin-top: 40px
}

.page-nf-icon img {
    max-width: 508px;
    width: 100%;
    height: auto
}

.page-nf-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 10px
}

.page-nf-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4c4e53;
    margin-bottom: 52px !important
}

.page-nf-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.page-nf-buttons a {
    width: 240px;
    height: 65px;
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

.page-nf-buttons .btn1 span {
    color: #fff;
    font-size: 16px
}

.page-nf-buttons .btn1 {
    gap: 10px
}

.wrapper > .container > ul:not([class]),
.wrapper > .container > ul.wp-block-list {
    margin-left: 15px;
    margin-top: 10px;
    list-style: disc
}

.wrapper > .container > ol {
    margin-left: 15px;
    margin-top: 10px;
    list-style: decimal
}

.wrapper > .container > ol li, .wrapper > .container > ul li {
    font-weight: 500;
    color: #888
}

h1, h2, h3 {
    margin: 0
}

.container, hr {
    margin: 0 auto
}

a {
    /*text-decoration: none;*/
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-decoration: underline;
}

a:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.next:hover, .prev:hover, a:hover, ul li:hover {
    cursor: pointer
}

body * {
    font-family: inherit
}

hr {
    max-width: 1400px;
    height: 1px;
    border: none;
    background: #d4d4d4
}

.hr-mobile {
    display: none
}

@media screen and (max-width: 700px) {
    .hr-desktop {
        display: none
    }

    .hr-mobile {
        display: block
    }
}

.hidden, .language ul {
    display: none
}

.container {
    max-width: 1430px;
    padding: 0 15px
}

.header .container, .list-block ul li a {
    display: -webkit-box;
    display: -ms-flexbox
}

.list-block ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.list-block ul li a {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

header {
    background: #3d5199;
    position: relative
}

header .logo {
    margin-right: 75px
}

.border-0 {
    border: none !important
}

.border-1 {
    border: 1px solid #d4d4d4 !important
}

.padding-0 {
    padding: 0 !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.logo-image {
    width: 66px;
    height: 70px
}

.logo-image img {
    width: 100%;
    height: 100%
}

.header .container {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px
}

.circle-language, .language ul.show-list {
    display: -webkit-box;
    display: -ms-flexbox
}

.language {
    margin-left: auto;
    position: relative
}

.circle-language {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1d6309;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.circle-language img {
    border-radius: 50%
}

.language ul {
    border-radius: 21px;
    position: absolute;
    z-index: 100;
    left: -230%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1d6309
}

.language ul li.active, .language ul li:hover {
    border-radius: 50%;
    background: #374884
}

.language ul.show-list {
    display: flex
}

.language ul li {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 44px
}

.language ul button {
    border: none;
    background: 0 0;
    cursor: pointer;
    height: 30px;
    padding: 0
}

.footer, .header-bottom {
    background: #093963
}

.language ul button img {
    border-radius: 50%
}

.header-bottom > .container {
    max-width: 1556px
}

.australia span {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #2b2b33;
    display: block
}

h1 {
    font-weight: 800;
    font-size: 72px;
    line-height: 87px;
    color: #3d5199
}

h5 {
    margin: unset
}

.australia p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    max-width: 610px
}

.footer p, .tags-item a {
    font-weight: 400;
    font-size: 14px
}

.footer {
    padding: 50px 0;
    position: relative
}

.footer .menu ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#up {
    position: fixed;
    right: 20px;
    top: auto;
    bottom: 135px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #3d5199;
    z-index: 100;
    width: 50px;
    height: 70px;
    border-radius: 5px;
}

@media (hover: hover) {
    #up:hover {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        cursor: pointer
    }
}

.footer .logo {
    height: 70px;
    margin-bottom: 15px
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer p {
    line-height: 17px;
    color: #508f3e;
    margin-top: 17px;
    margin-bottom: 30px
}

.footer .links-social img {
    margin-right: 15px
}

.links-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .language {
    margin-left: 200px
}

.footer .circle-language {
    background: #195607
}

.tags.review-tags {
    padding-top: 40px
}

.tags-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27.5px 10px;
    border-bottom: 1px solid #d4d4d4;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px
}

.content-list, .tags-item a {
    display: -webkit-box;
    font-family: Inter, sans-serif
}

.tags-item svg {
    margin-right: 10px
}

.tags-item a {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 140%;
    color: #888
}

.content-list, h4, h5 {
    font-size: 16px
}

.content-list {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 19px;
    color: #2b2b33;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    position: relative
}

h3, h4, h5 {
    line-height: 20px;
    font-weight: 600;
    color: #2b2b33;
    font-family: Inter, sans-serif
}

.content-list h2 svg {
    margin-left: auto
}

.content-list img, .content-list svg {
    margin-right: 7px
}

h2 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 29px;
    font-family: Inter, sans-serif;
    color: #2b2b33
}

.wrapper > .container > h3, .wrapper > .container > h4, .wrapper > .container > h5 {
    margin-bottom: 20px
}

h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    font-family: Inter, sans-serif;
    color: #2b2b33
}

.wrapper > .container > h2 {
    margin-bottom: 18px
}

.content-list h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2b2b33;
    margin: unset
}

.top-casino > p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #888;
    margin-top: 5px;
    margin-bottom: 8px
}

.card-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 102px
}

.top-casino-row-item-bonus, .top-casino-row-item-list {
    border-right: 1px solid #d4d4d4;
    margin: 25px 0
}

.btn2, .faq-list, .list-info .list-info__list li, .table-1 table tr td, .table-2 table tbody tr td, .tableCasino table tbody tr, .top-casino table tbody tr {
    -webkit-box-sizing: border-box
}

.card-menu-item h2 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #19173c
}

.card-menu-item:hover {
    background: #e7e7e7
}

.card-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.top-casino, .top-casino tbody tr {
    display: -webkit-box;
    display: -ms-flexbox
}

.card-menu ul li {
    margin: 0 10px;
    width: 100%
}

.card-menu a svg, .card-menu img {
    margin-right: 22px
}

.information-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    font-family: Inter, sans-serif;
    color: #2b2b33
}

p, span {
    font-size: 18px
}

.btn1, span {
    line-height: 22px
}

.top-casino-text, p, span {
    color: #888;
    font-family: Inter, sans-serif;
    font-weight: 400
}

.information-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

.information-wrap-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

p {
    margin: unset;
    line-height: 185%
}

.information-wrap ol, .information-wrap ul {
    margin-top: 20px
}

@media (max-width: 700px) {
    .wrapper > .container > ol li, .wrapper > .container > ul li, p {
        font-size: 14px;
        line-height: 135%
    }
}

.information-text {
    font-family: Inter, sans-serif;
    width: 100%
}

.information-text p {
    max-width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.information-text p:not(:last-child), .wrapper .container p:not(:last-child) {
    margin-bottom: 15px
}

.information-wrap ol li:not(:last-child), .information-wrap ul li:not(:last-child), .top-casino table tbody tr h4 {
    margin-bottom: 0
}

.top-casino {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-casino tbody tr {
    display: flex;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.top-casino tbody tr td:nth-child(1) {
    width: 40%
}

.top-casino tbody tr td:nth-child(2) {
    width: 25%
}

.top-casino tbody tr td:nth-child(3) {
    width: 15%
}

.top-casino tbody tr td:nth-child(4) {
    width: 20%
}

.top-casino tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.top-casino .top-casino-row-item-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-casino-row-item-info {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 53% 47%;
    grid-template-columns:53% 47%;
    width: 39.3%;
    margin: 25px 0;
    padding: 0 25px;
    border-right: 1px solid #d4d4d4
}

.top-casino-row-item-list {
    width: 25%;
    border-right: 1px solid #d4d4d4
}

.top-casino-row-item-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    gap: 25px
}

.top-casino-row-item-list ul li {
    position: relative;
    display: flex;
    gap: 5px;
    padding-left: 32px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: unset
}

.top-casino-row-item-list ul li::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path d="M0 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4 7h5V4h2v5h5v2h-5v5H9v-5H4z" fill="%233d5199"/></svg>');
}

.top-casino-row-item-list ul li:hover::before {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.top-casino table tbody tr {
    background: #fff;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
    max-width: 1400px
}

.top-casino table tbody tr h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-top: 0
}

.btn1, .btn2 {
    -webkit-box-pack: center;
    max-width: 289px;
    font-weight: 500;
    outline: 0
}

.tableCasino table tbody tr:first-child, .top-casino table tbody tr:first-child {
    margin-top: 0
}

.btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    background: #3d5199;
    border: none;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    color: #fff
}

.btn2, .rating {
    display: -webkit-box
}

.btn2, .news-card p, .news-card-bottom span {
    font-size: 14px;
    font-family: Inter, sans-serif
}

.btn1:hover {
    background: #409329;
    cursor: pointer
}

.btn2, .faq-list {
    background: #fff
}

.top-casino-row-item-action .btn1::before {
    content: url(/wp-content/themes/casino/assets/images/dices.svg);
    position: relative;
    margin-right: 5px
}

.btn2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 77px;
    border: 1px dashed #4c4e53;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 17px;
    color: #4c4e53;
    text-align: center;
    -webkit-filter: none;
    filter: none
}

.btn2:hover {
    background: #e7e7e7
}

.top-casino-row-item-action {
    width: 24.2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0
}

.top-casino-row-item-action a:first-child, .top-casino-row-item-action button:first-child {
    margin-bottom: 15px
}

.top-casino .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: .145em;
    color: #2b2b33
}

.top-casino-row-item-bonus {
    width: 11.6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d4d4d4
}

.top-casino-row-item-bonus svg {
    width: 40px;
    height: 40px
}

.top-casino .up-to {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #777;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.rating {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 17px 0
}

.rating span {
    margin-right: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.news .content-list {
    padding: 40px 0 20px;
    margin-bottom: 20px
}

.news-card {
    width: calc(50% - 10px)
}

.news-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

.news-card p {
    font-weight: 400;
    line-height: 145%;
    margin: 10px 0
}

.news-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-card-bottom span {
    font-weight: 400;
    line-height: 185.02%;
    color: #b7b7b7
}

.faq-list h3, .news-card-info h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.news-card-info {
    margin-left: 20px
}

.news-card-info-mob {
    display: none
}

.person-container, .person-social ul {
    display: -ms-flexbox;
    display: -webkit-box
}

.container-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.faq-list h3 {
    font-family: Inter, sans-serif;
    color: #2b2b33;
    margin-bottom: 15px
}

.faq-list {
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 20px 30px 55px;
    margin-bottom: 10px;
    position: relative
}

.person-container, .table-1 table tr td {
    background: #fff;
    border: 1px solid #d4d4d4
}

.faq-list ol, .faq-list ul {
    margin-left: 15px;
    margin-top: 10px
}

.faq-list ol li, .faq-list ul li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: #888;
    list-style: disc
}

.faq-list p, table .text-normal {
    font-weight: 400
}

.faq-list ul li:not(:last-child) {
    margin-bottom: 9px
}

.faq-list::before {
    content: url(/wp-content/themes/casino/assets/images/question_1.svg);
    position: absolute;
    top: 30px;
    left: 25px
}

.faq-list p {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 135%
}

.faq-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #3d5199;
    margin-bottom: 20px
}

.person-container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.person span {
    font-size: 14px;
    line-height: 17px
}

.person-social ul {
    display: flex;
    list-style: none
}

.person-info-date, .person-wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

.person-wrapper {
    display: flex
}

.person-img {
    margin-right: 20px
}

.person-img img {
    width: 120px;
    height: 120px
}

.person-info-date {
    display: flex
}

.list-block ul, .list-info__list .d_1, .person-date {
    display: -webkit-box;
    display: -ms-flexbox
}

.person-date {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
    margin-right: 28px
}

.person-date img, .person-date svg {
    margin-right: 12px
}

.person-info-title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2b2b33;
    margin-bottom: 0
}

.person-text{
    margin-top: 10px;
}

.table-1 {
    width: 100%
}

.table-1 table {
    border-collapse: collapse;
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.table-1 table tbody {
    color: #888
}

.table-1 table tr td {
    padding: 40px 10px;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px
}

@media screen and (max-width: 700px) {
    .table-1 table tr td {
        padding: 20px 10px
    }
}

.table-1 table tr th {
    padding: 27px 10px;
    text-align: center;
    background: #3d5199;
    width: 50%
}

.pros-block__title.align-left, table .text-left {
    text-align: left
}

.table-1 table tr th:last-child {
    border-right: none
}

table .text-right {
    text-align: right
}

table .text-center {
    text-align: center
}

table .text-bold {
    font-weight: 600
}

.information-wrapper {
    width: calc(50% - 10px)
}

@media screen and (max-width: 1000px) {
    .information-wrapper, .table-1 {
        width: 100%
    }

    .table-1 {
        margin-top: 15px
    }
}

.list-info {
    padding-left: 10px;
    padding-right: 10px
}

.list-info .list-info__list li {
    background: #fff;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #2b2b33;
    padding: 25px 25px 25px 72px;
    position: relative;
    margin-bottom: 60px;
    cursor: unset
}

.list-info .list-info__list li:last-child {
    margin-bottom: unset
}

.list-info .list-info__list li span {
    font-family: Inter, sans-serif;
    color: #3d5199;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.list-info__list .d_1 {
    width: 67px;
    height: 67px;
    background: #3d5199;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -28px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 3
}

.list-info .list-info__list li::after {
    content: "";
    width: 4px;
    height: 30px;
    background: #d4d4d4;
    position: absolute;
    left: 0;
    bottom: -45px
}

.list-info .list-info__list li:last-child::after {
    display: none
}

.list-info__list .line-list {
    position: absolute;
    top: 17px;
    left: 33px;
    z-index: 2
}

.list-info__list .line-list svg {
    height: 37px
}

.list-info .list-info__list {
    padding-left: 24px
}

.list-block ul {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.list-block ul li {
    width: 32.58%;
    background: #ff922e;
    border-radius: 5px;
    padding: 35px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

#content-list, .select-filter::after {
    -o-transition: .2s;
    -webkit-transition: .2s
}

.list-block ul li:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #ec8221
}

@media screen and (max-width: 700px) {
    .d_1 {
        width: 56px;
        height: 56px;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px
    }

    .list-info ul li {
        padding: 20px 20px 20px 63px
    }

    .line-list {
        top: 12px;
        left: 15px
    }
}

.wrapper {
    margin: 40px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.wrap {
    margin: 40px auto
}

.table-2 {
    width: 100%
}

.table-2 table {
    border-collapse: collapse;
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.table-2 table p {
    font-size: 14px;
    line-height: 145%
}

.table-2 table thead th, .table-4 table thead th {
    background: #3d5199;
    padding: 27px 0;
    color: #fff;
    font-weight: 600
}

.table-2 table tbody th:first-child, .table-2 table thead th:first-child {
    border-left: 1px solid #d4d4d4;
    min-width: 15%
}

.table-2 table tbody th:nth-child(2), .table-2 table thead th:nth-child(2) {
    min-width: 15%
}

.table-2 table tbody tr td {
    background: #fff;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    padding: 27px 10px
}

.table-2.overflow table thead tr th {
    padding: 27px 60px;
    white-space: nowrap
}

.table-2 table thead tr th {
    padding: 27px 10px;
    line-height: 1.2
}

.table-2 table tbody tr td:last-child {
    padding: 20px
}

.australia span.sp-year {
    font-size: 72px;
    line-height: 87px;
    color: #ff922e;
    display: inline-block
}

.circle-language svg {
    border-radius: 50%
}

.top-casino-row-item-action svg {
    display: none
}

.news-card-image img {
    width: 249px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 700px) {
    .news-card-image img {
        width: 109px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 3px
    }

    .news-card-info {
        margin-left: 0
    }

    .news-card-bottom {
        margin-top: 8px
    }

    .news-card-wrapper {
        margin-bottom: 8px
    }

    .news .content-list {
        padding: 25px 0;
        margin-bottom: 0
    }

    .news-card-info h3 {
        font-size: 16px;
        line-height: 20px
    }
}

#content-list {
    display: none;
    margin-left: auto;
    margin-right: 0;
    transition: .2s
}

.information-image, .information-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.information-image img {
    max-width: 100%;
    max-height: 100%
}

.information-video iframe, .information-video object, .information-video video {
    width: 100%;
    max-width: 100%
}

.information-video .video {
    width: 100%;
    height: 100%
}

.information-video .video__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.information-video .video__preview.get-image {
    height: 100%
}

.information-video .video__preview.get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.information-video .video__container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000
}

.information-video .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0;
    border: none;
    z-index: 10
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.information-video .video__button:focus .video__button-shape, .information-video .video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.information-video .video__button .video__button-icon, .white {
    fill: #fff
}

.information-video .video__button:hover {
    cursor: pointer
}

.person-info .person-social {
    display: none
}

.active-m, .table-3 table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox
}

.menuitem-right svg {
    margin-right: 0 !important
}

.active-m {
    display: flex
}

.show-bc {
    display: block !important
}

.show-bc-1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.table-3 {
    display: none;
    width: 100%;
    margin-top: 20px
}

.table-3 table {
    width: 100%;
    border-collapse: collapse;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px
}

.table-3 table tbody tr {
    display: flex;
    background: #fff
}

.table-3 table tbody tr td, .tableCasino {
    display: -webkit-box;
    display: -ms-flexbox
}

.table-3 table tbody tr td {
    padding: 15px 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.table-3 table tbody tr td:first-child {
    width: 43%;
    background: #3d5199;
    padding-left: 17px;
    color: #fff;
    border-bottom: 1px solid #000
}

.table-3 table tbody tr:first-child td:first-child {
    border-radius: 3px 0 0
}

.table-3 table tbody tr:first-child td:nth-child(2) {
    border-radius: 0 3px 0 0
}

.table-3 table tbody tr td:nth-child(2) {
    width: 57%;
    padding-left: 20px;
    padding-right: 15px;
    border-bottom: 1px solid gray
}

.tableCasino {
    display: flex
}

.tableCasino table {
    width: 100%
}

.tableCasino table tbody tr {
    background: #fff;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 0 20px 25px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tableCasino-row-item-bonus, .valid-for, .wagering {
    border-right: 1px solid #d4d4d4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.blacklist-card-top, .person-1, .table-4 table tr td:first-child, .valid-for {
    border-bottom: 1px solid #d4d4d4
}

.tableCasino-row-item-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tableCasino-row-item-bonus {
    width: 80%;
    border-left: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tableCasino-row-item-wagering {
    width: 300%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs ul, .valid-for, .wagering {
    display: -webkit-box;
    display: -ms-flexbox
}

.tableCasino-row-item-action, .tableCasino-row-item-wagering-item {
    width: 100%
}

.tableCasino-row-item-image h4 {
    font-size: 18px;
    line-height: 22px
}

.tableCasino-row-item-image .rating {
    margin-bottom: 0;
    margin-top: 9px
}

.tableCasino-row-item-image > img {
    width: 172px;
    height: 69px
}

.valid-for, .wagering {
    height: 50%
}

.tableCasino-row-item-bonus .price {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px
}

.tableCasino-row-item-bonus .up-to, .valid-for span, .wagering span {
    line-height: 22px;
    font-size: 18px
}

.tableCasino-row-item-action {
    padding-left: 20px;
    padding-right: 20px
}

.tableCasino-row-item-action a.btn1 {
    margin-bottom: 15px
}

.tableCasino-row-item-action .btn1::before {
    content: url(/wp-content/themes/casino/assets/images/dices.svg);
    position: relative;
    margin-right: 5px
}

.valid-for, .wagering {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.valid-for span, .wagering span {
    font-weight: 600;
    color: #2b2b33;
    display: inline-block;
    margin-top: 5px
}

.valid-for span:first-child, .wagering span:first-child {
    font-size: 14px;
    line-height: 145%;
    color: #888;
    font-weight: 400
}

.breadcrumbs, .breadcrumbs a {
    font-weight: 400;
    line-height: 17px;
    color: #616161;
    font-size: 14px
}

.breadcrumbs {
    background: #fff;
    padding: 20px 0;
    font-family: Inter, sans-serif
}

.breadcrumbs a {
    font-family: Inter, sans-serif;
    font-style: normal;
    margin: 0 12px
}

.breadcrumbs ul {
    display: flex
}

.breadcrumbs li span {
    margin-right: 12px
}

.breadcrumbs a:first-child {
    margin-left: unset
}

.breadcrumbs li.active-page, .breadcrumbs li.active-page span {
    color: #1d6309;
    font-size: 14px;
    line-height: 19px;
    cursor: inherit
}

.breadcrumbs li.active-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.count-find {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #3d5199
}

.select-filter, .selectCustom ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.person-1 {
    background: #fff;
    border-top: 1px solid #d4d4d4
}

.person-1-container {
    margin: 0 auto;
    border: unset;
    max-width: 1440px
}

.find-casino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-casino.top-casino-l {
    margin-top: 40px
}

.top-casino.top-casino-l h2 {
    margin-bottom: 10px
}

.selectCustom:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px 4px rgba(74, 160, 50, .4);
    box-shadow: 0 0 7px 4px rgba(74, 160, 50, .4)
}

.find-casino .selectCustom {
    width: 32.14%;
    position: relative;
    border-radius: 5px
}

.selectCustom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.selectCustom-clear {
    display: block;
    margin-left: auto;
    font-family: Inter, sans-serif;
    color: #2b2b33;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px
}

.selectCustom-clear span:first-child {
    text-decoration: underline
}

.selectCustom-clear span {
    color: #2b2b33
}

.find-casino .select-filter {
    width: 100%
}

.select-filter {
    background: #fff;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Inter, sans-serif;
    letter-spacing: .055em;
    color: #888;
    padding: 0 32px 0 23px;
    width: 455px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px
}

.select-filter img {
    margin-right: 13px
}

.select-filter::after {
    content: url(/wp-content/themes/casino/assets/images/select_arrow.svg);
    position: absolute;
    top: 31px;
    right: 32px;
    transition: .2s
}

.selectCustomActive .select-filter::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.selectCustom ul {
    display: none;
    border: 1px solid #dae0ea;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    z-index: 100
}

.selectCustom ul li {
    padding: 15px;
    letter-spacing: .055em;
    color: #888;
    font-family: Inter, sans-serif
}

.selectCustom ul li:hover {
    background-color: #e4e5e8;
    cursor: pointer
}

.top-casino-title-l {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #888;
    margin-top: 10px
}

.blacklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blacklist-wrapper ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    color: #888
}

.blacklist-wrapper ul li:before {
    content: url(/wp-content/themes/casino/assets/images/list_red.svg);
    position: absolute;
    top: 2px;
    left: 0
}

.blacklist-card {
    font-family: Inter, sans-serif;
    background: #fff;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 335px;
    padding: 20px;
    margin: 10px;
    display: -ms-grid;
    display: grid
}

.casino-review-card, .live-casino-card {
    -webkit-box-sizing: border-box;
    background: #fff
}

.blacklist-star, .wrapper-head {
    display: -webkit-box;
    display: -ms-flexbox
}

.blacklist-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px
}

.blacklist-wrapper {
    padding: 20px 0
}

.blacklist-wrapper ul li:last-child {
    margin-bottom: unset
}

.blacklist-action .btn2 {
    width: 100%;
    max-width: unset;
    height: 47px
}

.blacklist-star span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-right: 17px
}

.link-btn svg:first-child, .wrapper-head > img, .wrapper-head > svg {
    margin-right: 12px
}

.blacklist-action {
    margin-top: auto
}

.blacklist-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #2b2b33;
    margin-bottom: 0
}

.black-list-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #7c7c7c;
    word-break: break-word
}

.blacklist-star {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 11px
}

.wrapper-head {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px
}

.live-casino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.live-casino-grid-col-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.live-casino-grid-col-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    gap: 20px
}

.links-btn-wrapper, .live-casino-grid-col-4 {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr)
}

.live-casino-grid-col-4 {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.live-casino-grid-col-2 .live-casino-card, .live-casino-grid-col-3 .live-casino-card, .live-casino-grid-col-4 .live-casino-card {
    margin-bottom: 0
}

@media (max-width: 1280px) {
    .live-casino-grid-col-4 {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 992px) {
    .live-casino-grid-col-3, .live-casino-grid-col-4 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 650px) {
    .live-casino-grid-col-2, .live-casino-grid-col-3, .live-casino-grid-col-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 10px
    }
}

.live-casino.live-casino-list {
    margin: 0 !important
}

.live-casino-card {
    font-family: Inter, sans-serif;
    font-style: normal;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.live-casino-card-image {
    width: 76px;
    height: 76px;
    margin-bottom: 20px
}

.live-casino-card-image img {
    width: 100%;
    height: 100%
}

.live-casino-card-title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #2b2b33
}

.live-casino-card p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 135%;
    text-align: center
}

.information-wrap ol li, .information-wrap ul li {
    line-height: 185%;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 500;
    font-family: Inter, sans-serif
}

.live-casino-card-s {
    width: 32.45%
}

.information-wrap ul li {
    color: #888;
    list-style: disc
}

.information-wrap ol li {
    color: #888;
    list-style: decimal
}

.information-wrap ol, .information-wrap ul {
    padding-left: 30px;
    padding-bottom: 15px
}

.information-wrap ol li:last-child, .information-wrap ul li:last-child {
    margin-bottom: 0
}

.live-casino-row .live-casino-card {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 43px 50px;
    margin-bottom: 15px;
    max-width: unset
}

.casino-review-card-bonus, .comments-card, .comments-container, .contacts-email, .contacts-phone, .live-casino-card-wrapper, .reviews-card, .reviews-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.live-casino-row .live-casino-card:last-child {
    margin-bottom: 0
}

.live-casino-row .live-casino-card-info {
    text-align: unset;
    margin-left: 50px;
    margin-top: 0;
    font-size: 18px;
    line-height: 185.02%
}

.link-btn svg:last-child, .other-reviews-action, .read-review, .see-more {
    margin-left: auto
}

.live-casino-card-wrapper .live-casino-card-title {
    width: 101px
}

.live-casino-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.see-more {
    font-size: 18px;
    line-height: 22px;
    color: #888;
    font-family: Inter, sans-serif
}

.see-more svg {
    margin-left: 15px
}

.find-casino-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 25px
}

.show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 29px
}

.show-more-button {
    margin-bottom: -11.5px;
    border: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #3d5199;
    cursor: pointer;
    background: #fff;
    width: 228px
}

@media screen and (max-width: 700px) {
    .show-more {
        margin-top: 25px
    }

    .show-more-button {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0
    }
}

.casino-review {
    margin-top: 25px;
    margin-bottom: 40px
}

.casino-review-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 20px
}

.casino-review-card-bonus, .table-4 table tr td:not(:first-child), .table-4 table tr td:not(:last-child) {
    border-right: 1px solid #d4d4d4
}

.casino-review-card-info {
    width: 47.15%;
    padding: 25px
}

.casino-review-card-bonus {
    padding: 25px;
    width: 20.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #d4d4d4
}

.casino-review-card-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.casino-review-card-info-top .casino-rating {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px
}

.casino-review-card-info-top .casino-rating .casino-rating-right {
    margin-top: -8px
}

.casino-review-card-info-top .casino-rating .casino-rating-right .casino-rating-closed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 1px dashed #a63028;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 10px;
    max-width: 191px;
    width: 100%
}

.casino-review-card-info-top .casino-rating .casino-rating-right .casino-rating-closed svg {
    min-width: 16px
}

.casino-review-card-info-top .casino-rating .casino-rating-right div {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #a63028;
    font-family: Inter, sans-serif;
    word-break: break-word
}

.casino-review-card .rating {
    margin-top: 5px;
    margin-bottom: 0
}

.casino-review-card-text {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0 15px
}

.casino-review-card-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2b2b33;
    margin: 20px 10px 0
}

.review-item img, .review-item svg {
    margin-right: 5px
}

.casino-review-card-bonus .btn1 {
    max-width: unset;
    width: 100%;
    height: 63px
}

.casino-review-card-bonus-alternative-text {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #2b2b33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    width: 100%;
    margin-bottom: 15px
}

.casino-review-card-bonus-alternative-text svg {
    min-width: 17px
}

.casino-review-card-bonus-alternative-text div {
    word-break: break-word
}

.casino-review-card-bonus-alternative-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #3d5199;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 6px 10px;
    width: 100%;
    font-family: Inter, sans-serif
}

.casino-review-card-bonus-alternative-link:hover {
    background: #409329
}

.casino-review-card-bonus-alternative-link img {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 26.5px;
    width: 41px;
    height: 41px;
    -o-object-fit: cover;
    object-fit: cover
}

.casino-review-card-bonus-alternative-link-other {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: Inter, sans-serif;
    color: #1d6309;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7.8px;
    width: 100%;
    margin-top: 20px
}

.casino-review-card-bonus-alternative-link-other svg {
    min-width: 13px
}

.casino-review-card-bonus-alternative-link-other div {
    word-break: break-word
}

.casino-review-card-bonus .btn1::before {
    content: url(/wp-content/themes/casino/assets/images/dices.svg);
    position: relative;
    margin-right: 5px
}

.casino-review-card-bonus .up-to {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 0
}

.casino-review-card-bonus .price {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: .145em;
    color: #2b2b33
}

.casino-review-card-bonus p {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0
}

.casino-review-card-reviews {
    width: 31.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 54px 30px 30px
}

.casino-review-card-reviews h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.casino-review-card-reviews .casino-rating {
    margin-bottom: 25px
}

.casino-review-card-reviews .casino-rating:last-child {
    margin-bottom: 0
}

.casino-review h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px
}

.link-btn, .table-4 table {
    -webkit-box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 19px
}

.table-4 {
    width: 100%
}

.table-4 table {
    border-collapse: collapse;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    font-weight: 500;
    color: #2b2b33
}

.table-4 table tr th {
    padding: 27px 10px
}

.table-4 table tr td {
    padding: 40px 10px
}

@media (max-width: 700px) {
    .table-4 table tr td {
        padding: 20px 10px
    }
}

.table-4 table tr td:first-child {
    width: 35%
}

.table-4 table tr td.table--header {
    background: #ff922e;
    color: #fff
}

.table-4 table tr:last-child td {
    border-bottom: unset
}

.cons tr:not(:last-child), .pros tr:not(:last-child), .table-4 table tr td:not(:first-child) {
    border-bottom: 1px solid #d4d4d4
}

.table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.links-btn-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.link-btn {
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
    font-weight: 600;
    color: #2b2b33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

.link-btn:hover {
    background: #e7e7e7
}

.preview-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cons table tr td, .pros table th, .pros table tr td {
    -webkit-box-align: center;
    font-family: Inter, sans-serif
}

.preview-container::-webkit-scrollbar {
    height: 5px;
    width: 4px;
    border: none;
    border-radius: 10px
}

.preview-container::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.preview-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #708090
}

.preview-container .imageLink:not(:last-child) {
    margin-right: 20px;
    display: block
}

.none-border {
    border: unset
}

.live-casino-text .live-casino-card-image {
    width: 286px;
    height: 115px
}

.live-casino-text .live-casino-card {
    padding: 25px 35px;
    margin: 0
}

.live-casino-text .live-casino-card-info {
    margin-left: 40px
}

.pros-and-cons h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #3d5199;
    margin-bottom: 25px
}

.pros-and-cons table {
    table-layout: fixed;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 3px 3px 0 0
}

.pros-and-cons tbody {
    background: #fff
}

.pros-and-cons {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    color: #888;
    overflow: auto;
}

.pros-and-cons th{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 10px;
    font-style: normal;
    color: #fff;
    font-family: Inter, sans-serif;
}

.pros-and-cons th:first-child{
    background-color: #3d5199;
}

.pros-and-cons th:last-child{
    background: #ff4343
}

.pros-and-cons td{
    border: 1px solid #d4d4d4;
    padding: 20px 10px;
    vertical-align: top;
}

.pros-and-cons td ul{
    list-style: disc;
}

.pros-and-cons td ul li{
    font-size: 16px;
    line-height: 135%;
    font-weight: 500;
    color: #888;
    font-family: Inter, sans-serif;
}

.pros-and-cons td ul li:not(:last-child){
    margin-bottom: 10px;
}

.pros-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

@media (max-width: 767px) {
    .pros-and-cons table{
        min-width: 500px;
    }

    .pros-and-cons td{
        padding: 10px;
    }
}

.reviews-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #d4d4d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0 10px
}

.comments-card, .comments-item, .contacts table {
    -webkit-box-sizing: border-box
}

.reviews-card a {
    padding: 25px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews-card-image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 172px;
    height: 69px
}

.reviews-card-image .get-image {
    border-radius: 5px;
    overflow: hidden
}

.reviews-card-image img {
    width: 100%;
    height: 100%
}

.other-reviews {
    overflow: hidden
}

.other-reviews-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    width: 1787.5px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.contacts h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #3d5199;
    margin-bottom: 25px
}

.contacts table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border-collapse: collapse
}

.contacts table tbody {
    width: 100%
}

.contacts table tr td {
    padding: 28px 25px;
    border: 1px solid #d4d4d4
}

.contacts table tr td:first-child {
    background: #3d5199;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid #ffffff50
}

.contacts table tr td:nth-child(3) {
    font-size: 14px;
    line-height: 145%;
    color: #888
}

.contacts table tr td:first-child img, .contacts table tr td:first-child svg {
    vertical-align: middle;
    margin-right: 10px
}

.reviews-card .rating {
    margin: 15px 0
}

.reviews-card h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.reviews-card p {
    font-size: 14px;
    line-height: 17px;
    color: #888
}

.reviews-card-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.comments-card, .comments-card-top {
    display: -webkit-box;
    display: -ms-flexbox
}

.reviews-card-bonus svg {
    width: 19px;
    height: 19px
}

.reviews-card-bonus .price, .reviews-card-bonus span {
    font-size: 16px;
    line-height: 19px;
    margin: 0
}

.reviews-card-bonus .up-to {
    margin-right: 7px;
    margin-left: 11px
}

.comments-card {
    background: #fff;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin: 20px 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #acabae;
    position: relative
}

.comments-card .form-btn-1 {
    width: 100%;
    background: #3d5199;
    border-radius: 3px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border: none;
    outline: 0;
    padding: 20px 0;
    max-width: unset;
    cursor: pointer
}

.comments-item, .contacts-email, .contacts-email a, .contacts-phone, .contacts-phone a, .contacts-text, .other-news-card, .read-review {
    font-family: Inter, sans-serif
}

.comments-card textarea {
    background: #f2f2f2;
    border-radius: 3px;
    resize: none;
    width: 100%;
    height: 131px;
    margin: 20px 0 25px;
    padding: 20px;
    border: none
}

.comments-card input {
    background: #f2f2f2;
    border-radius: 3px;
    padding: 20px;
    border: none;
    width: 100%
}

.comments-card-top {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px
}

.rating-comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments-card .rating-comments {
    min-width: 350px
}

.rating-comments-mob {
    display: none
}

.rating-comments span {
    font-size: 14px;
    line-height: 17px;
    margin-right: 14px
}

.rating-comments svg:not(:last-child) {
    margin-right: 22px
}

.comments-card .rating-comments svg {
    cursor: pointer
}

.rating-comments svg:last-child {
    margin-right: 0
}

.comments-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}

.comments-item {
    background: #fff;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    margin: 5px 0
}

.comments-item-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #d4d4d4
}

.comments-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comments-person-img {
    margin-right: 10px;
    width: 39px;
    height: 39px
}

.comments-person-img img {
    width: 100%;
    height: 100%
}

.comments-person-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2b2b33;
    margin-bottom: 5px
}

.comments-person-date {
    font-size: 14px;
    line-height: 17px;
    color: #888
}

.comments-item .rating-comments img, .comments-item .rating-comments svg {
    margin-right: 7.5px;
    margin-left: 0
}

.comments-item .rating-comments img:last-child, .comments-item .rating-comments svg:last-child {
    margin-right: 0
}

.comments-item p {
    padding: 20px;
    font-size: 17px;
    line-height: 150%
}

.other-news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
    gap: 20px
}

.other-news .other-news-container:last-child {
    border-bottom: 0
}

.other-news-card {
    width: calc(25% - 15px)
}

.other-news-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.breadcrumbs.show-block, .theteam .person-info .person-social {
    display: block
}

.other-news-author span {
    font-size: 14px;
    line-height: 185.02%
}

.other-news-card h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2b2b33
}

.other-news-image {
    width: 100%;
    height: 146px;
    margin-bottom: 14px
}

.other-news-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1000px) {
    .other-news-card {
        width: calc(50% - 10px);
        margin-bottom: 10px
    }
}

.section-title {
    padding: 28px 0
}

.section-title h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px
}

.p-bottom {
    padding-bottom: 30px
}

.casino-review-card-reviews .rating span {
    font-weight: 600
}

.read-review {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3d5199;
    display: none
}

.other-reviews-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.other-reviews-action .prev {
    margin-right: 47px
}

.contacts-text {
    font-style: normal;
    font-size: 18px;
    line-height: 185.02%;
    color: #888
}

.contacts-email, .contacts-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px
}

.contacts-email a, .contacts-phone a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2b2b33
}

.contacts-email h2, .contacts-phone h2 {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
    color: #888
}

.about h2, .about-bottom h2, .privacy-policy-text h2 {
    color: #2b2b33;
    font-family: Inter, sans-serif
}

.contacts-info {
    padding: 20px 70px 20px 0
}

.privacy-policy-text h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px
}

.privacy-policy-text p {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 185.02%;
    color: #616161;
    margin-bottom: 30px
}

@media screen and (max-width: 700px) {
    .privacy-policy-text h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
        margin-top: 25px
    }

    .privacy-policy-text p {
        font-size: 14px;
        line-height: 185.02%;
        margin-bottom: 25px
    }
}

.pros-container .cons, .pros-container .pros {
    width: 100%
}

.author-text p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 185.02%
}

.author-text p:not(:last-child) {
    margin-bottom: 20px
}

.other-news-container-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px
}

.news-card-big, .news-card-big .news-card-wrapper {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.news-card-big {
    flex-direction: column;
    max-width: 558px
}

.news-card-big .news-card-wrapper {
    flex-direction: column
}

.news-card-big .news-card-image {
    display: inline-block;
    width: 100%;
    height: 224px
}

.news-card-big .news-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px
}

.news-card-small .news-card-image img {
    -o-object-fit: cover;
    object-fit: cover
}

.news-card-big .news-card-info {
    margin-left: unset;
    max-width: unset;
    margin-top: 15px
}

.news-card-big .news-card-info p {
    margin: 20px 0 10px;
    font-size: 14px;
    line-height: 145%
}

.news-card-big .news-card-bottom {
    max-width: unset
}

.news-card-small .news-card-image {
    width: 103px;
    height: 58px
}

.other-news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%
}

.other-news-wrapper.author-other-news-wrapper .news-card-image img {
    width: 100%;
    border-radius: 3px
}

.other-news-wrapper.author-other-news-wrapper h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px
}

.news-card-small a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.other-news-wrapper .news-card-small {
    width: 50%
}

.other-news-wrapper .news-card-small:not(:last-child) {
    margin-bottom: 23px
}

.news-card-small .news-card-info {
    max-width: 278px;
    margin-left: 10px
}

.other-news-container-2 .news-card-big {
    margin-right: 40px;
    width: 60%
}

.section-title .person .person-container {
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.section-title .person .person-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-title .person .person-img img {
    width: 143px;
    height: 143px
}

.section-title .person p {
    max-width: 694px;
    font-size: 16px;
    line-height: 135%;
    margin: 10px 0
}

.section-title .person-social li {
    margin-right: 25px;
    margin-left: 0
}

.section-title .person-info-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px
}

@media screen and (max-width: 1428px) {
    .blacklist-card, .live-casino-card {
        margin-bottom: 15px
    }

    .blacklist {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .live-casino {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1397px) {
    .information-image {
        min-width: unset
    }

    .information-wrap-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .information-wrap {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .information-image, .information-text, .information-video {
        width: 100% !important;
        max-width: 100% !important
    }
}

@media screen and (max-width: 1371px) {
    .find-casino .selectCustom, .links-btn-wrapper a {
        width: 100%
    }

    .information-wrapper {
        max-width: unset
    }

    .find-casino {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }

    .find-casino .selectCustom:not(:last-child) {
        margin-bottom: 10px
    }

    .selectCustom-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .find-casino .selectCustom:last-child {
        margin-bottom: unset
    }

    .top-casino-title-l {
        display: inline-block
    }
}

@media screen and (max-width: 1310px) {
    .casino-review.casino-review-closed .casino-review-card .casino-review-card-img, .casino-review.casino-review-closed .casino-review-card .casino-review-card-info-top .casino-rating {
        border-bottom: none
    }

    .casino-review-card-info-top, .casino-review-card > div {
        border-bottom: 1px solid #d4d4d4
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 0
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right div {
        white-space: nowrap;
        font-size: 14px;
        line-height: 17px
    }

    .casino-review-card-info-top .casino-rating {
        margin-top: 10px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right .casino-rating-closed {
        gap: 5px;
        padding: 4px 10px
    }

    .news-card-image {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .news-card {
        width: unset
    }

    .casino-review-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .casino-review-card > div {
        width: 100%;
        border-left: 0;
        border-right: 0
    }
}

.tags-item li {
    width: 13%
}

@media screen and (max-width: 1225px) {
    .tableCasino-row-item-bonus .price {
        font-size: 25px;
        line-height: 25px
    }

    .tags-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        gap: 0
    }

    .tags-item li svg {
        min-width: 12px
    }

    .footer .language {
        margin-left: unset
    }

    .container-news {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media screen and (max-width: 1130px) {
    .contacts table tr td:first-child {
        border: 0;
        border-radius: 3px 3px 0 0
    }

    .contacts table tbody, .contacts table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts table tbody tr td {
        width: 100% !important
    }

    .card-menu ul li:last-child:not(:nth-child(even)) {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .card-menu ul li:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .card-menu ul li:last-child:not(:nth-child(even)) a {
        width: 100%
    }

    .card-menu ul {
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card-menu ul li {
        width: 49%;
        margin: 0 0 5px
    }

    .card-menu-item {
        width: unset;
        height: 57px
    }

    .card-menu-item h2 {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1086px) {
    #up {
        right: 17px
    }

    .tags-item {
        margin: 0;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .tags-item a {
        margin: 0 10px 10px
    }

    .card-menu-item img {
        width: 17px;
        height: 17px
    }
}

@media screen and (max-width: 1024px) {
    .contacts h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px
    }

    .contacts table tr td {
        padding: 19px 23px
    }

    .contacts table tr td:nth-child(2) {
        font-size: 14px;
        line-height: 17px
    }

    .contacts table tr td:nth-child(3) {
        padding: 15px
    }

    .live-casino-row.live-casino-text .live-casino-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 15px
    }

    .live-casino-text .live-casino-card-info {
        margin-left: 0
    }

    .footer .links-social img {
        margin: 0 10px
    }

    .header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-wrapper {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-wrapper .links-social {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px;
        margin-bottom: 40px
    }

    .footer-wrapper a.logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer-wrapper p {
        margin-top: 2px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer {
        padding: 30px 0
    }

    .footer .language {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .footer .circle-language {
        margin: 0 auto
    }
}

.casino-review-card-reviews-wrapper {
    width: 45%;
    margin-right: 10px
}

@media screen and (max-width: 992px) {
    .tableCasino-row-item-bonus, .tableCasino-row-item-image, .tableCasino-row-item-wagering, .top-casino-row-item-bonus {
        border-bottom: 1px solid #d4d4d4
    }

    .casino-review-card-reviews-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        margin-right: 0;
        width: 95%
    }

    .casino-review-card-reviews-wrapper:not(:last-child) {
        margin-bottom: 15px
    }

    .casino-review-card-reviews .casino-rating {
        width: calc(50% - 10px);
        margin-bottom: 0
    }

    .casino-review-card-reviews-wrapper .rating img {
        width: 15.2px
    }

    .preview-container .imageLink:not(:last-child) {
        margin-right: 15px
    }

    .blacklist-star {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .links-btn-wrapper, .pros-container {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .information-text h2, .information-text h3, .information-text h4, .information-text h5, .information-text h6 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .links-btn-wrapper {
        gap: 15px;
        flex-direction: column
    }

    .pros-container {
        gap: 20px;
        flex-direction: column
    }

    .top-casino-item.top-casino-item-mob {
        display: block;
        margin-right: 10px
    }

    .casino-review-card-info-top .casino-rating {
        margin-bottom: 0
    }

    .casino-review-card .btn1 {
        margin-right: unset
    }

    .list-block ul {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .list-block ul li {
        width: unset;
        margin-bottom: 0
    }

    .tableCasino-row-item-bonus, .tableCasino-row-item-wagering, .top-casino table {
        width: 100%
    }

    .top-casino-item {
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .top-casino-item .rating {
        margin: 5px 0 0
    }

    .tableCasino-row-item-bonus {
        border-right: 0;
        border-left: 0;
        -ms-grid-row: 3;
        grid-row: 3;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        padding: 20px 0
    }

    .tableCasino-row-item-action {
        padding-top: 15px;
        padding-right: 0
    }

    .tableCasino-row-item-action a {
        max-width: 173px
    }

    .tableCasino-row-item-action a.btn1 {
        margin-bottom: 0
    }

    .tableCasino-row-item-image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 15px 20px
    }

    .tableCasino table tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-columns: unset;
        grid-template-columns:unset;
        padding: 15px 0
    }

    .tableCasino-row-item-image > img {
        width: 122px;
        height: 49px
    }

    .tableCasino-row-item-image span {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .tableCasino-row-item-image img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .tableCasino-row-item-image .casino-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .valid-for, .wagering {
        border-right: 0;
        padding: 20px 0
    }

    .tableCasino-row-item-action {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .other-news-card a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .other-news-container {
        gap: 0
    }

    .top-casino tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-casino table tbody .top-casino-row-item-action, .top-casino-row-item-action, .top-casino-row-item-bonus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .top-casino tbody tr td:first-child, .top-casino tbody tr td:nth-child(2), .top-casino tbody tr td:nth-child(3), .top-casino tbody tr td:nth-child(4) {
        width: 100%
    }

    .top-casino-row-item-bonus {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #d4d4d4
    }

    .top-casino-row-item-action {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .top-casino-row-item-action a:first-child {
        margin-bottom: unset
    }

    .top-casino-row-item-list {
        border-right: unset
    }

    .top-casino table tbody .top-casino-row-item-bonus {
        border-right: unset;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .top-casino table tbody .top-casino-row-item-list {
        -ms-grid-row: 5;
        grid-row: 5;
        display: none;
        padding: 20px 15px 0;
        margin-top: 25px;
        border-top: 1px solid #d4d4d4
    }

    .top-casino-row-item-list ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .top-casino-row-item-list ul {
        gap: 0
    }

    .btn1, .btn2 {
        height: auto;
        padding: 15px 5px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        cursor: pointer
    }

    .top-casino table tbody .top-casino-row-item-action {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .up-to {
        margin: 0 10px
    }
}

@media screen and (max-width: 768px) {
    .tags-item li {
        width: 100%
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .casino-review-card-bonus-alternative-text {
        line-height: 24px
    }

    .casino-review-card-bonus-alternative-link-other {
        margin-top: 25px
    }

    .casino-review-card-bonus-alternative-link img {
        width: 37px;
        height: 37px
    }

    .casino-review-card-bonus-alternative-link {
        padding: 8px 15px
    }

    .casino-review.casino-review-closed .casino-review-card .person {
        padding-left: 15px
    }

    .casino-review-card-bonus {
        padding: 20px 15px
    }

    .casino-review-card-reviews {
        padding: 20px 35px
    }

    .cons table, .pros table {
        width: 100%
    }

    .casino-review-card-info-top {
        padding: 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 0;
        margin-bottom: 5px
    }

    .casino-review-card .casino-review-card-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        border-bottom: 1px solid #d4d4d4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .casino-review-card .casino-review-card-img img {
        width: 90%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .casino-review-card .casino-review-card-info-top .casino-rating {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        border-bottom: 1px solid #d4d4d4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .casino-review-card-text {
        margin: 0 15px 20px
    }

    .cons, .pros {
        width: 100%
    }

    .casino-review-card .person {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 20px;
        width: 100%;
        padding-left: 0
    }

    .casino-review-card-items {
        padding: 0 15px 20px;
        margin: 0 0 0 -10px
    }

    .casino-review-card-info {
        padding: 0
    }

    .live-casino-card {
        width: 100%;
        max-width: unset
    }

    .blacklist-card {
        width: 100%;
        max-width: unset;
        margin: 0 -15px 10px
    }

    .footer .container {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .footer .links, .footer .menu {
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
        margin: 0 auto
    }

    .footer .links {
        margin-top: 25px
    }

    .table-2 tbody tr, .table-2 thead tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .table-2 table tbody tr td:nth-child(odd):last-child, .table-2 thead tr th:nth-child(odd):last-child {
        width: 100%
    }

    .table-2 table thead th {
        font-size: 14px;
        line-height: 0
    }

    .wrapper {
        margin: 25px 0
    }

    .breadcrumbs + .wrapper,
    .breadcrumbs + .wrapper > .container > .wrapper{
        margin-top: 0;
    }

    .wrap {
        margin: 25px auto
    }

    .table-2 table tbody tr td {
        font-size: 14px;
        line-height: 17px;
        padding: 20px 10px;
        border-radius: unset;
        width: 50%
    }

    .table-2 table tbody tr td:last-child {
        font-size: 14px;
        line-height: 145%;
        padding: 9px
    }

    .table-2 table thead th:first-child {
        border-radius: 3px 0 0;
        border-bottom: 1px solid #ffffff50;
        width: 50%
    }

    .table-2 table thead th:nth-child(2) {
        border-right: unset;
        border-bottom: 1px solid #ffffff50;
        width: 50%
    }

    .table-2 thead tr th:nth-child(3) {
        border-radius: unset
    }

    .table-2 tbody tr {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 567px) {
    .comments-card .rating-comments, .page-nf-buttons {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical
    }

    .page-nf-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .page-nf-title {
        margin-top: 25px
    }

    .page-nf-desc {
        margin-bottom: 30px !important
    }

    .page-nf-buttons {
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .page-nf-buttons .btn1 {
        margin-right: 0
    }

    .person.fullwidth {
        margin-left: -15px;
        margin-right: -15px
    }

    .tableCasino {
        margin: 0 -10px
    }

    .read-review {
        display: inline-block
    }

    .reviews-card-bonus {
        width: 100%
    }

    .comments-item p {
        font-size: 14px;
        line-height: 150%;
        padding: 15px
    }

    .comments-item-person {
        padding: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .comments-card textarea {
        margin-top: 0;
        margin-bottom: 102px
    }

    .comments-card .rating-comments {
        position: absolute;
        bottom: 95px;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 90%
    }

    .comments-card .rating-comments span {
        color: #2b2b33
    }

    .stars-comments {
        margin-top: 13px;
        width: 67%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .comments-card-top input {
        margin-bottom: 10px
    }

    .comments-item .rating-comments svg {
        width: 14px;
        height: 14px
    }

    .cons table tr td, .pros table tr td {
        font-size: 14px;
        font-weight: 500
    }

    .cons table th, .links-btn-wrapper a, .pros table th {
        font-size: 14px;
        line-height: 17px
    }

    .casino-review-card .person-img img {
        width: 50px;
        height: 50px
    }

    .casino-review-card-info-top {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .casino-review-card .person-info .person-social {
        display: none
    }

    .casino-review-card .person-info-title {
        font-size: 14px;
        line-height: 17px
    }

    .review-item {
        margin: 20px 14px 0
    }

    .casino-review-card-bonus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-review-card-bonus svg {
        width: 19px;
        height: 22px
    }

    .casino-review-card-bonus .up-to {
        margin: 0 10px
    }

    .casino-review-card-bonus .price {
        font-size: 18px;
        line-height: 22px
    }

    .casino-review-card-bonus p {
        margin: 15px 0
    }

    .casino-review-card-bonus .btn1 {
        height: 47px
    }

    .casino-review-card-reviews h3 {
        font-size: 14px;
        line-height: 17px
    }

    .casino-review h1 {
        font-size: 24px;
        line-height: 29px
    }

    .casino-review-card {
        margin: 20px -15px;
        border-left: none;
        border-right: none
    }

    .live-casino-text .live-casino-card-image {
        width: 164px !important;
        height: 66px !important
    }

    .live-casino-text .live-casino-card-info {
        text-align: unset !important
    }

    .live-casino-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .live-casino-row .live-casino-card, .person-info {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .live-casino-row .live-casino-card {
        flex-direction: column;
        padding: 15px
    }

    .live-casino-row .live-casino-card-info {
        margin-left: unset;
        text-align: center;
        font-size: 14px;
        line-height: 155%
    }

    .content-list h2, .find-casino-title {
        font-size: 16px;
        line-height: 19px
    }

    .live-casino-row .live-casino-card-title {
        margin: 5px 0 20px
    }

    .live-casino-row .live-casino-card-image {
        width: 56px;
        height: 56px
    }

    .live-casino-card-image {
        width: 43px;
        height: 43px;
        margin-bottom: 10px
    }

    .live-casino-card-image svg {
        width: 43px;
        height: 43px
    }

    .content-list {
        padding-bottom: 15px
    }

    .tags-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 23px;
        padding-bottom: 0
    }

    .tags-item a {
        margin: 0 10px 20px
    }

    .blacklist-card {
        padding: 15px
    }

    .selectCustom {
        margin-bottom: 10px
    }

    .find-casino-title {
        margin-bottom: 15px
    }

    .select-filter, .selectCustom ul li {
        font-size: 14px;
        line-height: 17px
    }

    .select-filter::after {
        content: url(/wp-content/themes/casino/assets/images/select_d.svg);
        top: 27px
    }

    .top-casino-l {
        padding-top: 25px;
        padding-bottom: 0
    }

    .top-casino.top-casino-l {
        margin-top: 0
    }

    .show-more {
        width: 100%;
        bottom: 16px;
        left: 0;
        font-size: 14px;
        line-height: 16px
    }

    .blacklist-title, .count-find, .span, .top-casino-title-l {
        font-size: 16px;
        line-height: 19px
    }

    .menu-mobile {
        top: 69px
    }

    .blacklist-star span {
        margin-right: 4px
    }

    .header .container {
        padding: 12px 25px 12px 15px
    }

    .find-casino .selectCustom {
        width: 100%;
        margin: 0 0 15px
    }

    .news-card-info, .person-info .person-social ul li:first-child {
        margin-left: unset
    }

    #up {
        width: 49px;
        height: 68px
    }

    .wrapper.card-menu {
        padding-top: 25px;
        padding-bottom: 0
    }

    @media screen and (max-width: 375px) {
        .tableCasino-row-item-action {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .tableCasino-row-item-action a.btn1 {
            margin-right: 0;
            margin-bottom: 15px
        }

        .valid-for span, .wagering span {
            font-size: 14px
        }

        .casino-review-card > div {
            border-top: 1px solid #d4d4d4;
            border-bottom: none
        }
    }.card-menu img {
         margin-right: 5px
     }

    .table-3 {
        display: block
    }

    .hide-m {
        display: none
    }

    .person-container {
        padding: 15px;
        border-left: none !important;
        border-right: none !important
    }

    .person-info .person-social {
        display: block;
        margin-top: 15px
    }

    .person .person-container > .person-social, .tags-item {
        display: none
    }

    .person-date {
        margin-top: 12px
    }

    .person-info {
        flex-direction: column
    }

    p {
        font-size: 14px;
        line-height: 135%
    }

    .faq-title {
        font-size: 24px;
        line-height: 29px
    }

    .australia span {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .australia h1, .australia span.sp-year {
        font-size: 34px;
        line-height: 41px
    }

    .australia p {
        max-width: 342px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px
    }

    .top-casino-row-item-image h4 {
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #2b2b33
    }

    .rating span {
        font-size: 14px;
        line-height: 17px
    }

    .rating svg {
        width: 18px;
        height: 18px
    }

    .top-casino-row-item-image img {
        width: 122px;
        height: 49px
    }

    .top-casino-row-item-image {
        margin-bottom: 16px
    }

    .top-casino-row-item-bonus-image {
        width: 22px;
        height: 22px
    }

    .price, .up-to {
        font-size: 18px;
        line-height: 22px
    }

    .btn1, .btn2, .news-card-info h3, button {
        line-height: 17px;
        font-size: 14px
    }

    .top-casino-row-item-action .btn1::before {
        content: url(/wp-content/themes/casino/assets/images/dices_m.svg)
    }

    .btn1, .btn2, button {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .container {
        padding: 0 15px
    }

    .person-img img {
        width: 100px;
        height: 100px
    }

    #content-list {
        display: block
    }

    .logo img {
        width: 190px
    }

    .tags-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 0
    }

    .news-card-image img {
        border-radius: 3px
    }

    .news-card {
        position: relative;
        display: block
    }

    .news-card p {
        font-size: 14px;
        line-height: 145%
    }

    .news-card-bottom {
        font-size: 14px;
        line-height: 185.02%
    }

    .list-info ul li {
        margin-bottom: 25px
    }

    .list-info ul li::after {
        height: 40px;
        left: -15px;
        bottom: -20px
    }

    .list-block ul li a {
        font-size: 14px;
        line-height: 17px
    }

    .list-block ul li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 5px;
        line-height: 12px
    }

    .list-block {
        margin-top: 22px
    }

    .footer .links a {
        font-size: 14px;
        line-height: 17px
    }

    .top-casino-row-item-action a:first-child {
        margin-right: unset
    }

    .top-casino table tbody {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq-list {
        padding: 20px 15px 20px 50px
    }

    .faq-list::before {
        top: 20px;
        left: 19px
    }

    .faq-list h3 {
        margin-bottom: 10px
    }

    .footer-wrapper p {
        margin-top: 0
    }
}

@media screen and (max-width: 400px) {
    .person-date {
        margin-right: 12px
    }

    .person-img {
        margin-right: 0
    }

    .footer .links, .footer .menu {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%
    }

    .top-casino-row-item-action a.btn2 {
        margin: 10px 0
    }

    .top-casino-row-item-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-casino table tbody .top-casino-row-item-action {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .news-card {
        margin-bottom: 10px
    }

    .news-card-image {
        margin-right: 8px
    }

    .news-card p {
        margin: unset
    }
}

@media screen and (max-width: 360px) {
    .top-casino-row-item-action svg {
        margin: 0 auto
    }

    .person-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .news-card p {
        bottom: -15px
    }

    .person-container {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .person-img {
        margin-right: 0 !important
    }

    .person-info-mob .person-text, .person-info-title {
        text-align: center
    }
}

.about h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px
}

.about p {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 185.02%;
    color: #616161
}

.theteam h2 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #3d5199;
    margin-bottom: 25px
}

.theteam h3 {
    margin-bottom: 20px
}

.theteam .person .person-img img {
    width: 143px;
    height: 143px;
    -o-object-fit: cover;
    object-fit: cover
}

.theteam .person-info-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px
}

.theteam .person-container {
    padding: 30px
}

.theteam .person-social ul li {
    margin: 0 25px 0 0
}

.theteam .person-info-mob .person-text {
    display: none
}

.theteam .person-text {
    max-width: 694px;
    font-size: 16px;
    line-height: 135%;
    margin: 10px 0
}

.contacts .contacts-info {
    width: 100%;
    border-right: 1px solid #d4d4d4;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-wrap, .section-developers-top .section-developers-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    border: 1px solid #d4d4d4
}

.contacts .contacts-info > div:not(:first-child), .contacts .contacts-info > div:not(:last-child) {
    margin: 15px 0
}

.contacts .contacts-info > div:first-child {
    margin: 0 0 15px
}

.contacts .contacts-info > div:last-child {
    margin: 0
}

.contacts-wrap {
    display: flex;
    padding: 20px 20px 20px 35px
}

.about-bottom h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px
}

@media screen and (max-width: 1024px) {
    header .logo {
        margin-right: 0
    }

    header .logo img {
        height: 42px;
        width: auto
    }
}

@media screen and (max-width: 700px) {
    .section-title h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px
    }

    .section-title {
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px
    }

    .about h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #2b2b33;
        margin-bottom: 15px
    }

    .about p {
        font-weight: 400;
        font-size: 14px;
        line-height: 185.02%
    }

    .theteam h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        margin-top: 25px;
        margin-bottom: 20px
    }

    .theteam p {
        color: #616161;
        font-size: 14px;
        line-height: 185.02%
    }

    .person-info .person-text {
        display: none
    }

    .theteam .person-info-mob .person-text {
        display: block;
        width: 100%;
        margin: 14px 0 0;
        font-size: 14px;
        line-height: 135%
    }

    .theteam .person-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-left: none;
        border-right: none;
        padding: 15px
    }

    .theteam .person .person-img img {
        width: 76px;
        height: 76px
    }

    .person-img {
        margin-right: 15px
    }

    .person-info-title, .theteam .person-info-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .theteam .person-social ul li {
        margin: 0 35px 0 0
    }

    .person-social ul li svg {
        width: 25px;
        height: 25px
    }

    .person-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .theteam .person-text {
        margin: 14px 0 0;
        font-size: 14px;
        line-height: 135%
    }

    .theteam h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .contacts-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 10px 10px
    }

    .contacts .contacts-info {
        border-right: none;
        margin-right: 0;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #d4d4d4
    }

    .contacts .contacts-info > div:first-child {
        margin: 0 0 10px
    }

    .contacts .contacts-info > div:not(:first-child), .contacts .contacts-info > div:not(:last-child) {
        margin: 10px 0
    }

    .contacts .contacts-info > div:last-child {
        margin: 10px 0 20px
    }

    .contacts-email a, .contacts-phone a {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px
    }

    .contacts-email h2, .contacts-phone h2 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px
    }

    .contacts-email svg {
        width: 14px;
        height: 11px;
        margin-right: 3px
    }

    .contacts-phone svg {
        width: 12.75px;
        height: 12.75px;
        margin-right: 3px
    }

    .contacts-email {
        margin-bottom: 25px
    }

    .contacts-text {
        font-size: 14px;
        line-height: 185.02%;
        margin-top: 15px
    }

    .about-bottom h2 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 25px;
        margin-bottom: 15px
    }

    .about-bottom p {
        font-size: 14px;
        line-height: 185.02%
    }

    .about-bottom {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-bottom {
        padding-bottom: 25px
    }
}

@media screen and (max-width: 360px) {
    .contacts .contacts-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-email, .contacts-phone {
        margin-bottom: 15px
    }
}

.section-developers-top {
    margin-top: 20px
}

.section-developers-top .section-developers-wrap {
    display: flex;
    padding: 20px 20px 20px 75px;
    border-bottom: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-developers-wrap .section-developers-img {
    width: 200px;
    margin-right: 75px
}

.top-casinos-developer h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px
}

.section-developers-bottom .section-developers-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 35px 58px 64px;
    border: 1px solid #d4d4d4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-developers-bottom .section-developers-wrap .section-developers-img {
    width: 200px;
    margin-right: 97px
}

@media screen and (max-width: 700px) {
    .person-developers .person-date, .section-developers-top {
        margin-top: 0
    }

    .section-developers-top .section-developers-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 15px;
        border: none
    }

    .section-developers-wrap .section-developers-img {
        margin-right: 0;
        margin-bottom: 20px
    }

    .section-developers-wrap .section-developers-text {
        font-size: 14px;
        line-height: 185.02%
    }

    .person-developers .person-info-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 13px
    }

    .person-developers .person-info .person-social {
        margin-top: 22px
    }

    .person-developers .person-social ul li {
        margin: 0 20px 0 0
    }

    .person-developers .person-social ul li svg {
        width: 30px;
        height: 30px
    }

    .tags-developer {
        margin: 25px 0 0
    }

    .tags-developer .content-list {
        padding-bottom: 25px
    }

    .tags-developer .tags-item {
        padding-left: 15px;
        padding-right: 15px
    }

    .top-casino table tbody tr {
        margin-top: 10px
    }

    .section-developers-bottom .section-developers-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: -10px;
        margin-right: -10px;
        padding: 20px 15px 15px;
        border-radius: 5px
    }

    .section-developers-bottom .section-developers-wrap .section-developers-img {
        margin-right: 0
    }

    .section-developers-bottom .section-developers-text {
        font-size: 14px;
        line-height: 185.02%
    }

    .information-text p {
        font-size: 14px;
        line-height: 185%
    }
}

.playfree {
    margin-top: 40px
}

.playfree iframe {
    height: 591px;
    width: 100%
}

.playfree .playfree-wrapper {
    position: relative
}

.playfree .playfree-wrapper a {
    background: #ff922e;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 26px 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.imageLink, .person-social path, .playfree .playfree-wrapper a:hover {
    -webkit-transition: .2s;
    -o-transition: .2s
}

.playfree .playfree-wrapper a:hover {
    transition: .2s;
    background: #ec8221
}

.playfree .playfree-wrapper a span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-left: 5px
}

.live-casino .live-casino-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 43px 50px
}

.live-casino-card-title {
    font-weight: 600;
    margin-bottom: 0;
    text-align: center
}

.live-casino-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    min-width: 200px
}

.live-casino .live-casino-item:not(:last-child) {
    margin-bottom: 15px
}

.slot-information .information-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slot-information .information-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px
}

.information-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.information-wrap--column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1220px) {
    .other-news-wrapper .news-card-small {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .live-casino .live-casino-item, .news-card-big .news-card-info, .other-news-container-2 {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-box-direction: normal
    }

    .playfree .playfree-wrapper a {
        padding: 20px 35px
    }

    .playfree .playfree-wrapper a span {
        font-size: 14px;
        line-height: 17px;
        margin-left: 10px
    }

    .playfree-wrapper img {
        height: 232px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .playfree {
        margin-top: 20px
    }

    .table-4 table {
        font-size: 14px;
        line-height: 17px
    }

    .live-casino .live-casino-item {
        padding: 15px;
        flex-direction: column;
        border-radius: 3px
    }

    .live-casino-item-right {
        text-align: center
    }

    .live-casino-item-right p {
        font-size: 14px;
        line-height: 135%
    }

    .live-casino-item-left {
        margin-right: 0;
        margin-bottom: 20px
    }

    .live-casino-card-title {
        font-size: 16px;
        line-height: 19px;
        margin-top: 20px
    }

    .slot-information .information-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px
    }

    .information-wrap ol li, .information-wrap ul li {
        font-size: 14px;
        line-height: 19px
    }

    .information-wrap ol, .information-wrap ul {
        padding-left: 17px
    }

    .live-casino-card:last-child {
        width: 100%;
        max-width: unset;
        margin-bottom: 0
    }

    .live-casino {
        margin: 0
    }

    .author-text p {
        font-size: 14px;
        line-height: 185.02%
    }

    .content-list {
        padding-bottom: 0;
        border-bottom: none
    }

    .content-list h2 {
        font-size: 16px;
        line-height: 19px
    }

    .other-news-container-2 {
        flex-direction: column
    }

    .other-news-container-2 .news-card-big {
        width: 100%;
        min-width: 100%
    }

    .news-card-info-mob {
        display: block;
        margin-top: 8px;
        margin-bottom: 20px
    }

    .news .news-card:last-child .news-card-info-mob {
        margin-bottom: 0
    }

    .news-card-info-mob p {
        margin: 0;
        font-size: 14px;
        line-height: 145%
    }

    .news-card-info p {
        display: none
    }

    .news-card-big .news-card-image img {
        width: 109px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .news-card-small .news-card-image img {
        width: 109px;
        height: 100%
    }

    .news-card-big .news-card-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .news-card-big .news-card-image {
        width: auto;
        height: auto
    }

    .news-card-big .news-card-info {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .news-card-image {
        float: left;
        margin-right: 15px;
        width: 109px;
        border-radius: 3px
    }

    .other-news-wrapper {
        width: 100%
    }

    .news-card-small .news-card-info {
        max-width: 100%
    }

    .other-news-wrapper .news-card-small:not(:last-child) {
        margin-bottom: 15px
    }

    .reviews-card {
        margin: 0;
        width: auto
    }

    .information-title, .wrapper > .container > h2 {
        margin-bottom: 15px
    }

    .other-reviews-container {
        margin-left: 0;
        margin-right: 0
    }

    .other-news-image, .preview-container .imageLink:not(:last-child) {
        margin-right: 15px
    }

    .table-4 table tr td:not(:first-child), .table-4 table tr td:not(:last-child) {
        width: 50%
    }

    .top-casino-item-mob h2, .top-casino-item-mob h3, .top-casino-item-mob h4, .top-casino-item-mob h5, .top-casino-item-mob h6, h2 {
        font-size: 18px !important;
        line-height: 22px !important
    }

    h4, h5 {
        line-height: 18px
    }

    .wrapper > .container > h3 {
        margin-bottom: 14px
    }

    h3 {
        font-size: 17px;
        line-height: 20px
    }

    .see-more, h4 {
        font-size: 16px
    }

    .wrapper > .container > h4, .wrapper > .container > h5, .wrapper > .container > h6 {
        margin-bottom: 13px
    }

    h5 {
        font-size: 15px
    }

    h6 {
        font-size: 14px;
        line-height: 17px
    }

    .information-title {
        font-size: 18px;
        line-height: 22px
    }

    .information-image, .other-news-container .other-news-card:last-child, .other-news-image {
        margin-bottom: 0
    }

    .information-image img {
        border-radius: 5px
    }

    .other-news-card {
        font-family: Inter, sans-serif;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .other-news-image img {
        width: 109px;
        height: 63px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 3px
    }

    .other-news-image {
        width: auto;
        height: 63px
    }

    .other-news-container .other-news-card:not(:last-child) {
        margin-bottom: 15px
    }

    .other-news-author span {
        line-height: 14px
    }

    .other-news-bottom {
        width: 100%
    }

    .news-card-big .news-card-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .see-more {
        line-height: 19px
    }

    .see-more svg {
        margin-left: 5px;
        width: 7px;
        height: 10px
    }

    .casino-review {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .casino-rating h3 {
        font-size: 18px;
        line-height: 22px
    }

    .casino-review-card-reviews .casino-rating h3 {
        font-size: 14px;
        line-height: 17px
    }

    .casino-review-card > div {
        border-top: 1px solid #d4d4d4;
        border-bottom: none
    }

    .link-btn {
        padding: 15px 15px 15px 18px
    }

    .link-btn svg:last-child {
        height: 14px
    }

    .link-btn svg:first-child {
        height: 18px
    }

    .preview .content-list {
        margin-bottom: 15px
    }

    .preview-container .imageLink {
        width: 100%
    }

    .preview-container .imageLink img {
        border-radius: 3px;
        width: 60vw;
        height: auto
    }

    .tags.review-tags {
        padding-top: 0
    }

    .live-casino-row.live-casino-text .wrapper {
        margin: 25px -15px 0
    }

    .live-casino-row.live-casino-text .live-casino-card {
        border-left: none;
        border-right: none;
        border-radius: 0
    }

    .live-casino-row .live-casino-card-info {
        line-height: 185%
    }

    .information-text p {
        line-height: 135%
    }

    .pros h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px
    }

    .pros table th {
        padding: 15px
    }

    .live-casino-thrice-wrapper .live-casino-card {
        width: 100% !important
    }

    .live-casino-thrice-wrapper .live-casino-card:not(:last-child) {
        margin-bottom: 10px
    }

    .live-casino-thrice-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slot-information p {
        font-size: 14px;
        line-height: 135%
    }

    .information-table-1 .table-1 {
        margin-top: 0;
        margin-bottom: 15px
    }

    .person-main-page .person-container {
        border-left: none !important;
        border-right: none !important;
        border-radius: 3px
    }

    .list-block ul li a {
        font-size: 14px;
        line-height: 17px
    }

    .person-date img, .person-date svg {
        width: 20px
    }

    .person-info-date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .person-date:last-child {
        margin-right: 0
    }

    .person-social ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .information-video iframe {
        max-height: 200px;
        min-height: unset
    }
}

.news-other-news {
    margin-top: 20px
}

.overlayContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 250;
    bottom: 0
}

.imageBox, .video-v2__button {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.relativeContainer {
    position: relative;
    margin: 0 .5rem
}

.imageBox {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.display {
    display: block
}

.imageCaption {
    margin: 0;
    font-size: 1.3em;
    padding: .325rem
}

.imageLink {
    outline: 0;
    transition: .2s
}

.imageLink:focus, .imageLink:hover {
    opacity: .8
}

.overlayContainer {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(51, 51, 51, .9);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.opacity {
    visibility: visible;
    opacity: 1
}

.live-casino-thrice-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.activestar {
    fill: #ffac2f
}

.comments-notstar .comments-card input {
    width: calc(50% - 10px)
}

.comments-notstar .comments-card .form-btn-1, .image-width-100 img, .information-text table {
    width: 100%
}

.person-social path {
    transition: .2s
}

.person-social path:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    fill: #2e5a22
}

.form-btn-1, .news-card, .news-card-big, .news-card-small, .other-news-card {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.form-btn-1:hover, .news-card-big:hover, .news-card-small:hover, .news-card:hover, .other-news-card:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: .9
}

.links-social a path {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.links-social a:hover path, .menu__item {
    -webkit-transition: .2s;
    -o-transition: .2s
}

.links-social a:hover path {
    fill: #e7e7e7;
    transition: .2s
}

.swiper-control, .video-v2__button {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    cursor: pointer
}

@media screen and (max-width: 375px) {
    .rating span, .see-more, .top-casino table tbody tr h4, .top-casino-row-item-image > span {
        white-space: nowrap
    }

    .casino-review-card > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .see-more {
        padding-left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.casino-row.casino-row-hidden, .hide {
    display: none
}

.comments-card input.form--error, .comments-card textarea.form--error {
    border: 1px solid red;
    background: #fddddd
}

.image-width-100 img {
    height: 100%
}

.breadcrumbs li span.breadcrumb-separator {
    margin-right: 12px;
    line-height: 0
}

.breadcrumbs a span {
    font-size: 14px;
    line-height: 19px;
    color: #616161;
    margin: 0
}

.information-text table, .wp-block-table table {
    border: 1px solid #888;
    font-family: 'Inter, sans-serif', sans-serif
}

.wp-block-table {
    overflow: auto;
    word-break: inherit
}

.information-text table thead, .wp-block-table table thead {
    padding: 10px;
    background-color: #3d5199;
    color: #fff
}

.information-text table thead tr th, .wp-block-table table thead tr th {
    padding: 10px
}

.information-text table tr, .wp-block-table table tr {
    border: 1px solid #d4d4d4
}

.information-text table tr td, .wp-block-table table tr td {
    padding: 10px;
    border: 1px solid #d4d4d4
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f4902e
}

.table-2 ul li {
    font-size: 14px;
    color: #888
}

.information-wrap .table-2 table ul li, .information-wrap .table-4 table ul li {
    font-size: 18px;
    color: #888
}

.information-text table thead tr th:first-child, .information-text table tr td:first-child, .wp-block-table table thead tr th:first-child {
    width: 30%
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #d4d4d4
}

.information-wrap table ul li {
    color: #2b2b33
}

@media screen and (max-width: 420px) {
    .breadcrumbs a span, .breadcrumbs li.active-page, .breadcrumbs li.active-page span {
        font-size: 13px
    }

    .breadcrumbs ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .breadcrumbs ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 600px) {
    .table-2 table thead tr th {
        width: 50%
    }

    .table-2 table tbody tr {
        margin-bottom: 10px
    }

    .casino-review-card-reviews-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%
    }

    .casino-review-card-reviews .casino-rating {
        width: 100%;
        margin-bottom: 20px
    }

    .casino-review-card-reviews {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .casino-review-card .casino-review-card-info-top .casino-rating {
        padding-bottom: 20px
    }
}

.relativeContainer .largeImage {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
    display: block
}

@media screen and (max-width: 1310px) {
    .imageBox {
        width: 95%
    }
}

.preview-container .imageLink {
    width: 100%
}

.reviews-card {
    max-width: 355px;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .reviews-card {
        max-width: 100%;
        width: 48%
    }
}

.pros-block h3 {
    padding: 20px 0
}

.contacts h3 {
    padding: 15px 0
}

.container > .information-wrap + .pros-block {
    margin-top: 50px
}

@media screen and (max-width: 992px) {
    .top-casino .price, .top-casino .up-to {
        font-size: 18px;
        line-height: 22px
    }

    .container > .information-wrap + .pros-block {
        margin-top: 0
    }

    .top-casino .up-to {
        margin-top: 0;
        margin-bottom: 0
    }

    .top-casino tbody tr td:nth-child(4) svg {
        width: 22px;
        height: 22px
    }
}

@media screen and (max-width: 767px) {
    .reviews-card {
        max-width: 100%;
        margin: 0;
        width: auto
    }

    .other-reviews-container {
        margin-left: 0;
        margin-right: 0
    }
}

.footer .menu:not(:last-child), .footer-wrapper {
    margin-right: 40px
}

.live-casino-card {
    margin-bottom: 20px
}

.footer .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrapper .links-social {
    margin-top: 30px
}

.footer .menu ul li {
    margin: 0
}

.footer .menu ul li a:hover {
    color: #fff
}

.footer .menu ul li a {
    padding: 15px 20px
}

@media screen and (max-width: 1024px) {
    .footer-wrapper {
        margin: 0
    }

    .footer .menu {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .menu:not(:last-child) {
        margin-right: 0
    }

    .footer .menu ul li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 600px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .menu, .footer .menu:not(:last-child) {
        margin: 0 auto
    }
}

.top-casino-row-item-bonus-image {
    max-width: 40px;
    max-height: 40px;
    overflow: hidden
}

.top-casino-row-item-bonus-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.top-casino-row-item-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.top-casino table {
    width: 100%
}

.swiper img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto
}

.preview_wrapper {
    position: relative;
    width: calc(100% - 70px);
    margin: 0 auto
}

.swiper-control {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    padding: 5px;
    color: #ff922e;
    border: none;
    background-color: transparent;
    outline: 0;
    transition: .3s ease-in-out
}

.swiper-control:hover {
    color: #693c12
}

.swiper-control--prev {
    left: -35px
}

.swiper-control--next {
    right: -35px
}

@media (max-width: 960px) {
    .swiper-control {
        display: none
    }

    .preview_wrapper {
        width: 100%
    }
}

.other-reviews__slider {
    overflow: hidden
}

.other-reviews__slider .rating img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 22px;
    height: 22px
}

.other-reviews__slider .swiper-wrapper {
    margin-top: 20px
}

.other-reviews__slider .reviews-card {
    height: 100%;
    margin: 0
}

.other-reviews__slider .reviews-card p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.other-reviews__slider .reviews-card-bonus img {
    width: 19px;
    height: 19px
}

.other-reviews-action--next.swiper-button-disabled, .other-reviews-action--prev.swiper-button-disabled {
    opacity: .5
}

.reviews-card-image {
    margin-bottom: 15px
}

.top-casino-row-item-image__counter {
    font-size: 18px;
    line-height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 992px) {
    .top-casino-row-item-action button:first-child {
        margin-bottom: 0
    }

    .top-casino-row-item-image {
        position: relative;
        max-width: 100%;
        margin-bottom: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .top-casino-row-item-image img {
        display: block
    }

    .top-casino-row-item-image__counter {
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .top-casino-row-item-image .get-image img {
        height: 100%;
        width: auto;
        max-height: 100px;
        margin-right: 0
    }

    .top-casino-row-item-bonus-image {
        max-width: 22px;
        max-height: 22px
    }

    .btn1 {
        font-size: 14px;
        line-height: 17px
    }

    .btn2 {
        padding: 21px 0
    }
}

@media (max-width: 500px) {
    .top-casino-row-item-image > span {
        position: absolute;
        right: 20px;
        top: 20px
    }

    .top-casino-row-item-image {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.reviews-card-bonus p {
    margin: 0 !important
}

.table-2.table-overflow-X tbody tr {
    display: table-row
}

@media (max-width: 830px) {
    .table-overflow-X {
        overflow-x: auto
    }

    .table-overflow-X table {
        width: 100%;
        overflow-x: scroll;
        min-width: auto
    }

    .table-overflow-X tbody tr td {
        min-width: 200px !important
    }

    .table-overflow-X table thead th {
        width: 200px !important
    }
}

.max-width-100 {
    max-width: 100%
}

.max-width-100 table {
    width: 100%;
    max-width: 100%
}

.table-1, .table-2, .table-4 {
    margin: 2rem 0
}

@media (max-width: 767px) {
    .table-1, .table-2, .table-4 {
        margin: 1rem 0
    }
}

.australia--with-image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns:50% 50%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.australia__image-box {
    height: 100%;
    width: 95%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.australia__image-box img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 900px) {
    .australia--with-image {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .australia__image-box {
        margin: 0;
        height: auto;
        width: 100%;
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }

    .australia--with-image > p {
        max-width: 100%
    }
}

.get-image {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal, .mySlides {
    display: none
}

@media screen and (max-width: 400px) {
    .top-casino-row-item-action a.btn2 {
        margin: 0
    }
}

@media screen and (max-width: 350px) {
    .top-casino-item.top-casino-item-mob {
        margin-right: 0
    }
}

.preview .swiper-slide {
    cursor: pointer
}

.modal {
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px
}

.close {
    color: #fff;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 35px;
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.close:focus, .close:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.mySlides p {
    margin: 0
}

.mySlides img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.mySlides-next, .mySlides-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border-radius: 0 3px 3px 0;
    background-color: #ff922e;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.mySlides-next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.information-wrap .information-image .get-image, .top-casino-row-item-info .top-casino-row-item-image .get-image {
    border-radius: 5px;
    overflow: hidden
}

.mySlides-prev {
    opacity: 0;
    visibility: hidden
}

.mySlides-prev._active {
    opacity: 1;
    visibility: visible
}

.mySlides-next:hover, .mySlides-prev:hover {
    background-color: #000
}

.casino-review-card-info-top .casino-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

@media screen and (max-width: 1310px) {
    .casino-review-card-info-top .casino-rating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px
    }
}

.live-casino-item-left--image {
    max-width: 100%
}

.live-casino-item-left--image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.live-casino-card-image--image {
    width: 100%;
    height: auto
}

.live-casino-card-image--image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.top-casino-row-item-info {
    position: relative
}

.top-casino-row-item-image__counter {
    margin: 0;
    position: absolute;
    top: 0;
    left: 25px
}

.top-casino-row-item-info .top-casino-row-item-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding-right: 25px;
    border-right: 1px solid #d4d4d4;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-casino-row-item-info .top-casino-row-item-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.top-casino-row-item-info .top-casino-row-item-info-content {
    padding-left: 25px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

.top-casino-row-item-info .top-casino-text {
    padding-left: 25px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3
}

.top-casino-row-item-list {
    padding: 0 25px
}

.top-casino-row-item-list ul {
    padding: 0
}

.top-casino-row-item-action {
    padding: 15px 25px
}

@media screen and (max-width: 1024px) {
    .live-casino-item-left {
        margin-right: 0
    }
}

@media screen and (max-width: 992px) {
    .btn1, .btn2 {
        max-width: 100%
    }

    .top-casino table tbody .top-casino-row-item-list {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
        padding: 15px
    }

    .top-casino-row-item-info {
        -ms-grid-columns: -webkit-max-content 1fr;
        -ms-grid-columns: max-content 1fr;
        grid-template-columns:-webkit-max-content 1fr;
        grid-template-columns:max-content 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 15px;
        border-right: none;
        margin: 0
    }

    .top-casino-row-item-bonus {
        padding: 20px 15px;
        margin: 0
    }

    .top-casino-row-item-action {
        padding: 15px;
        margin: 0
    }

    .top-casino-row-item-image__counter {
        left: auto;
        right: 15px;
        top: 15px
    }

    .top-casino-row-item-info .top-casino-row-item-image {
        border-right: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        margin: 0
    }

    .top-casino-row-item-info .top-casino-row-item-info-content {
        padding-left: 0
    }

    .top-casino-row-item-info .top-casino-text {
        padding: 0
    }

    .title-desc {
        margin-right: 35px
    }
}

@media screen and (max-width: 575px) {
    .rating {
        margin: 5px 0 0
    }

    .top-casino-row-item-info {
        -ms-grid-columns: minmax(120px, 180px) 1fr;
        grid-template-columns:minmax(120px, 180px) 1fr;
        gap: 10px
    }

    .top-casino-row-item-info .title-desc {
        font-size: 16px;
        line-height: 19px
    }

    .top-casino-row-item-info .top-casino-row-item-image {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }

    .top-casino-row-item-info .top-casino-row-item-info-content {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }

    .top-casino-row-item-info .top-casino-text {
        padding-left: 0;
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }
}

.casino-review-card-img {
    max-width: 172px
}

.casino-review-card-bonus img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.casino-review-card-img img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.contacts .get-image img {
    width: 25px !important;
    height: 25px !important
}

.contacts .get-image {
    display: inline-block
}

.get-image img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 1310px) {
    .casino-rating .rating {
        margin-top: 0
    }

    .casino-review-card-info-top .casino-rating {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 768px) {
    .casino-review-card-bonus img {
        width: 22px;
        height: 22px
    }

    .casino-review-card-info-top .casino-rating {
        margin: 0;
        gap: 10px
    }

    .casino-review-card-img {
        max-width: 100%;
        padding-bottom: 10px;
        padding-left: 15px
    }

    .casino-review-card-info-top .person-wrapper {
        padding: 0 15px
    }

    .casino-review-card-info-top .person-info-title {
        margin-bottom: 0
    }

    .casino-review-card-info-top .person-date {
        margin-top: 10px
    }
}

.information-wrap, .live-casino-item-left .live-casino-card-title, .slots__item-decor {
    margin-top: 10px
}

@media screen and (max-width: 500px) {
    .casino-review-card .casino-review-card-info-top .casino-rating {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: none
    }

    .casino-review-card .casino-review-card-info-top .casino-review-card-img {
        border-bottom: none
    }
}

.information-wrap .information-image img {
    max-height: 600px
}

.contacts table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.table-2.table-overflow-X thead tr {
    display: table-row
}

.review-item img, .review-item svg {
    min-width: 23px;
    min-height: 23px
}

.contacts table tr td:first-child {
    width: 20%
}

.contacts table tr td:nth-child(2) {
    width: 30%
}

.contacts table tr td:nth-child(3) {
    width: 50%
}

ul.list-info__list .d_1 {
    color: transparent !important
}

.contacts table tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.live-casino-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.live-casino-item-right > :not(:last-child) {
    margin-bottom: 15px !important
}

.live-casino .live-casino-item {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .3fr 1fr;
    grid-template-columns:.3fr 1fr;
    gap: 50px
}

.live-casino-item-right p a{
    color: #3d5199;
}

.live-casino-item-right p b,
.live-casino-item-right p strong {
    font-weight: bold;
}

.live-casino .live-casino-item.live-casino-item-left--image-100 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 50px
}

.live-casino .live-casino-item.live-casino-item-left--image-50 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .5fr 1fr;
    grid-template-columns:.5fr 1fr;
    gap: 50px
}

.live-casino-item-right * {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #888
}

@media (max-width: 880px) {
    .live-casino .live-casino-item.live-casino-item-left--image-100, .live-casino .live-casino-item.live-casino-item-left--image-50 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 20px
    }

    .live-casino .live-casino-item-left--image-100 .get-image {
        text-align: center;
        width: 100%
    }

    .live-casino .live-casino-item.live-casino-item-left--image-50 .get-image {
        width: 50%;
        text-align: center
    }
}

.live-casino-item-left {
    margin: 0 auto
}

.live-casino-card-image--image-100 {
    width: 100%
}

.live-casino-card-image--image-50 {
    width: 50%
}

.live-casino-card-image .get-image {
    margin: 0
}

.table-2.table-overflow-X table thead th {
    border-bottom: none
}

.wp-block-table table thead th {
    padding-left: 10px;
    padding-right: 10px
}

.table-2 table thead th, .table-4 table thead th {
    border-radius: 0
}

@media (min-width: 1130px) {
    .contacts table tr td:not(:first-child) {
        border: 1px solid #d4d4d4 !important
    }

    .contacts table tr td:first-child {
        border: 1px solid #3d5199
    }

    .contacts table tr:not(:last-child) td:first-child {
        border-bottom: 1px solid #ffffff50
    }

    .contacts table tr td:not(:first-child) {
        border-left: none !important
    }

    .contacts table tr:not(:first-child) td {
        border-top: none !important
    }
}

@media (max-width: 1130px) {
    .contacts table tbody tr td:not(:first-child) {
        border-top: none
    }

    .contacts table tr td:first-child {
        border-radius: 0
    }
}

span.person-info-title {
    font-size: 18px
}

@media (max-width: 750px) {
    .information-wrap .get-image img {
        height: auto
    }

    .information-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tags .content-list p.get-image {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.list-info__list .d_1::after {
    position: absolute;
    content: "";
    top: 14px;
    left: 14px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff
}

@media (max-width: 700px) {
    .live-casino-item-right * {
        font-size: 14px;
        line-height: 135%
    }

    .live-casino .live-casino-item {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 10px
    }
}

.live-casino-item-left img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.live-casino ul {
    list-style: inside
}

.live-casino ol {
    list-style: decimal inside
}

.video-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px
}

.video-v2.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video-v2.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-v2.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
}

.video-v2__button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    transition: .3s ease-in-out
}

.gbtn, .video-v2__button svg path {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.video-v2._active .video-v2__player {
    cursor: pointer
}

.video-v2__button-shape {
    fill: rgba(0, 0, 0, .6)
}

.submenu__arrow svg, .submenu__arrow:hover svg, .video-v2__button-icon {
    fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
    fill: red
}

.video-v2__button svg path {
    transition: .3s ease-in-out
}

.casino-review-card-reviews-wrapper--grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 25px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0
}

.casino-review-card-reviews-wrapper--grid .casino-rating, .casino-review-card-reviews-wrapper--less-than-4 {
    margin: 0;
    width: 100%
}

.casino-review-card-reviews-wrapper--less-than-4 .casino-rating {
    margin-bottom: 20px
}

@media (max-width: 1310px) {
    .casino-review-card-reviews-wrapper--grid {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr);
        gap: 20px 25px
    }

    .casino-review-card-reviews-wrapper--less-than-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-review-card-reviews-wrapper--less-than-4 .casino-rating {
        margin: 0 50px 0 0
    }
}

@media (max-width: 1024px) {
    .casino-review-card-reviews-wrapper--grid {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .casino-review-card-reviews-wrapper--less-than-4 .casino-rating {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (max-width: 600px) {
    .casino-review-card-reviews-wrapper--grid {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        gap: 20px
    }

    .casino-review-card-reviews {
        padding: 15px
    }

    .casino-review-card-reviews-wrapper--less-than-4 .casino-rating {
        margin: 0 0 20px
    }
}

.footer .container > p {
    margin: 1rem auto
}

.footer .container > p img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

#burger, #burger.active #burger-m, #close-m {
    display: none
}

#burger.active #close-m {
    display: block
}

@media (max-width: 1024px) {
    #burger {
        display: block
    }

    .header-bottom {
        position: absolute;
        top: 100%;
        left: -100%;
        z-index: 20;
        opacity: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        visibility: hidden
    }

    .header-bottom.active {
        left: 0;
        width: 100%;
        opacity: 1;
        visibility: visible
    }

    .header-bottom.active .links {
        opacity: 1
    }

    .header-bottom > .container {
        padding: 0
    }
}

.links-btn-wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    gap: 20px
}

.links-btn-wrapper img {
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin-right: 5px
}

.container .container {
    padding-left: 0;
    padding-right: 0
}

.pros-block__title.align-center {
    text-align: center
}

.pros-block__title.align-right {
    text-align: right
}

.content-button.alight-left, .faq-title.align-left {
    text-align: left
}

.faq-title.align-center {
    text-align: center
}

.faq-title.align-right {
    text-align: right
}

@media (max-width: 767px) {
    .tags {
        padding-top: 0
    }

    .list-info {
        padding-left: 0;
        padding-right: 0
    }
}

.wp-block-image img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
}

.person-social .get-image img {
    width: 35px;
    height: 35%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.footer img {
    max-width: 280px
}

.person-social ul li:not(:last-child) {
    margin: 0 35px 0 0
}

.top-casino-row-item-action__button {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: 0 0;
    color: #3d5199;
    cursor: pointer
}

.top-casino-row-item-action__button.show-bc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.top-casino-row-item-action__button.show-bc .svg-wrapper {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.top-casino-row-item-action__button .svg-wrapper {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: rgb(230 230 230);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px
}

.contacts-table table, .live-casino .live-casino-item, .wp-block-table table {
    background-color: #fff
}

.top-casino-row-item-action__button .svg-wrapper svg {
    fill: #3d5199;
    display: block;
    width: 10px !important
}

@media (max-width: 992px) {
    .links-btn-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 10px
    }

    .top-casino-row-item-action__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Inter, sans-serif
    }
}

@media (max-width: 567px) {
    .top-casino table tbody .top-casino-row-item-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .btn2 {
        padding: 15px
    }

    .top-casino-row-item-action {
        padding-bottom: 0
    }

    .top-casino-row-item-action__button {
        border-top: 1px solid #d4d4d4;
        padding: 5px;
        margin-left: -15px;
        margin-right: -15px
    }
}

.top-casino-row-item-image > .get-image {
    position: static;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 360px) {
    .casino-review .person-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 320px) {
    .casino-review .person-wrapper, .reviews-card-bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .casino-review-card-reviews-wrapper--grid, .mobile-button, .top-casino-row-item-info {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .container {
        padding: 0 5px
    }

    .header .container, .links {
        padding: 10px 5px
    }

    .links__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    header .logo img {
        height: 30px
    }

    .top-casino-row-item-info {
        padding: 5px
    }

    .top-casino-row-item-info .top-casino-row-item-image .get-image {
        width: 100%
    }

    .top-casino-row-item-info .top-casino-row-item-image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .top-casino table tbody .top-casino-row-item-bonus {
        padding: 5px
    }

    .top-casino table tbody .top-casino-row-item-action {
        padding: 5px;
        gap: 5px
    }

    .top-casino-row-item-action__button {
        margin-left: -5px;
        margin-right: -5px
    }

    .top-casino-row-item-info .top-casino-row-item-image {
        grid-column: 1/-1
    }

    .top-casino-row-item-info .top-casino-row-item-info-content {
        grid-column: 1/-1;
        grid-row: auto
    }

    .top-casino-row-item-info .top-casino-text {
        grid-row: auto
    }

    .top-casino-row-item-image__counter {
        padding: 5px;
        border-bottom-left-radius: 5px;
        background: #fff;
        top: 0;
        right: 0;
        z-index: 15
    }

    .contacts table tr td, .contacts table tr td:nth-child(3) {
        padding: 10px 5px
    }

    .casino-review-card-info-top {
        padding: 10px 0
    }

    .casino-review-card-img {
        width: 100%;
        padding-left: 0
    }

    .casino-review-card .casino-review-card-info-top .casino-review-card-img {
        width: 100%
    }

    .casino-rating {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px
    }

    .casino-review-card .casino-review-card-info-top .casino-rating {
        border-bottom: none;
        padding: 0 5px 10px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .casino-review-card .person {
        padding-top: 10px
    }

    .casino-review .person-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .casino-review .person-wrapper .person-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .casino-review .person-wrapper .person-info-date {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .casino-review .person-wrapper .person-date:last-child {
        margin-right: 15px
    }

    .casino-review-card-items {
        margin: 0
    }

    .casino-review-card-bonus {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .footer .container > a img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .reviews-card-bonus {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px
    }

    .reviews-card-bonus .up-to {
        text-align: center
    }

    .reviews-card a {
        padding: 10px
    }

    .reviews-card-image {
        width: 100%
    }

    .reviews-card .rating {
        margin: 0
    }

    .other-reviews__slider .reviews-card p {
        margin-bottom: 5px !important
    }

    .top-casino table tbody .top-casino-row-item-list {
        padding: 10px 5px
    }
}

.close-casino__list, .slots__list {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr)
}

.table-4 {
    overflow-x: auto
}

.table-4 table {
    overflow-x: auto;
    width: 100%;
    min-width: auto
}

.gbtn {
    transition: .3s ease-in-out;
    background-color: rgba(74, 160, 50, .3) !important
}

.content-button__link, .slots__item-title {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

@media (hover: hover) {
    .gbtn:focus, .gbtn:hover {
        background-color: #3d5199 !important
    }
}

.contacts-table td .get-image img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain
}

body {
    counter-reset: li;
    overflow-x: hidden;
    margin: 0;
    background-color: #f6f6f6;
    font-family: Inter, sans-serif
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

.list-info .list-info__list li, .list-info .list-info__list li p, .top-casino-row-item-list ul li, .top-casino-text, .wrapper .information-wrap ol li, .wrapper .information-wrap ul li, .wrapper .table-2 table p, .wrapper a, .wrapper button, .wrapper div, .wrapper li, .wrapper p, .wrapper span, .wrapper table td, .wrapper table th, .wrapper > .container > ol li, .wrapper > .container > ul li {
    font-size: 16px;
    line-height: 135%
}

.wrapper table ul li {
    font-size: 16px;
    line-height: 135%
}

.tags {
    background: #fff;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0
}

.tags .content-list, .tags .tags-item {
    padding: 25px
}

@media screen and (max-width: 700px) {
    .list-info .list-info__list li, .list-info .list-info__list li p, .top-casino-row-item-list ul li, .top-casino-text, .wrapper .information-wrap ol li, .wrapper .information-wrap ul li, .wrapper .table-2 table p, .wrapper a, .wrapper button, .wrapper div, .wrapper li, .wrapper p, .wrapper span, .wrapper table td, .wrapper table th, .wrapper > .container > ol li, .wrapper > .container > ul li {
        font-size: 14px
    }

    .content-list {
        border-bottom: 1px solid #d4d4d4
    }
}

.information-text h3 {
    margin-bottom: 10px
}

@media screen and (max-width: 992px) {
    .information-text h3 {
        margin-bottom: 7px
    }
}

.slots__list {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.slots__item {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 40px 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.slots__item.no-has-label .get-image, .slots__item.no-has-label .slots__item-decor {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.slots__item.no-has-label .slots__item-title {
    opacity: .6
}

.slots__item img {
    max-height: 55px;
    max-width: 55px
}

.slot__item-lable {
    position: absolute;
    top: -6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 8px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0 0 3px 3px
}

.slot__item-lable:after, .slot__item-lable:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom: 5px solid #ff932f;
    -webkit-filter: brightness(60%);
    filter: brightness(60%)
}

.slot__item-lable:before {
    right: 100%;
    border-right-width: 0;
    border-left-width: 9px
}

.slot__item-lable:after {
    left: 100%;
    border-right-width: 9px;
    border-left-width: 0
}

.slot__item-lable.green {
    background-color: #5ec541
}

.slot__item-lable.green:after, .slot__item-lable.green:before {
    border-bottom-color: #5ec541
}

.slot__item-lable.brown {
    background-color: #ff932f
}

.wrapper span.slot__lable-text {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap
}

.slots__item-title {
    transition: .3s ease-in-out
}

@media (max-width: 1400px) {
    .slot__item-lable {
        padding: 8px 20px
    }
}

@media (max-width: 767px) {
    .slots__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .slots {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .slots__title {
        margin-bottom: 10px
    }

    .slots__subtitle {
        margin-bottom: 10px !important
    }
}

@media (max-width: 575px) {
    .slots__list {
        gap: 10px
    }

    .slots__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px
    }

    .slots__item .get-image {
        margin-right: 15px !important
    }

    .slots__item img {
        max-height: 30px;
        max-width: 30px
    }

    .slots__item-decor {
        display: none
    }
}

.close-casino__item, .close-casino__item-buttons, .close-casino__item-casino {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.close-casino__head {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px
}

.close-casino__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 20px 10px
}

.close-casino__logo img {
    max-height: 70px
}

.close-casino__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background-color: #a63028;
    text-transform: uppercase
}

.close-casino__title svg {
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 550px) {
    .close-casino__logo {
        padding: 15px
    }

    .close-casino__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .close-casino__title svg {
        margin: 0 0 5px
    }
}

.close-casino__subtitle {
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #777;
    text-align: center;
    max-width: 450px;
    display: block;
    padding: 15px
}

.close-casino__list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    gap: 10px
}

@media (max-width: 1023px) {
    .close-casino__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 767px) {
    .close-casino__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 550px) {
    .close-casino__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.close-casino__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.close-casino__item-casino {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.close-casino__item-label-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 114px;
    max-width: calc(100% - 24px);
    width: 100%
}

.close-casino__item, .close-casino__item-label, .custom-gallery, .how-to--v1 .how-to__item {
    position: relative
}

.close-casino__item-label {
    display: block;
    width: calc(100% - 18px);
    margin: -5px 9px 0 !important;
    border-radius: 0 0 5px 5px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px
}

.close-casino__item-title, .close-casino__rating .rating__counter {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px
}

.close-casino__item-label-triangle {
    display: block;
    height: 5px;
    width: 100%;
    -webkit-clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 100%, 0 100%);
    clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 100%, 0 100%);
    position: absolute;
    top: -5px
}

.close-casino__item-head {
    padding: 40px 15px 20px
}

.close-casino__item-head img {
    max-height: 56px
}

.close-casino__item-head .get-image {
    margin: 0 auto 10px
}

.close-casino__item-title {
    padding: 0;
    margin: 0 auto 8px !important;
    color: #2b2b33;
    text-align: center
}

.close-casino__rating {
    padding: 0 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.close-casino__item-bonus {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 15px;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #777
}

.close-casino__item-bonus span {
    font-weight: 700;
    color: #2b2b33;
    font-size: inherit;
    line-height: inherit;
    margin-left: 4px
}

.close-casino__item-bonus svg {
    margin-right: 5px
}

.close-casino__item-buttons {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.close-casino__item-read-button, .close-casino__item-visit-button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    -webkit-box-align: center
}

.close-casino__item-visit-button {
    padding: 15px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.close-casino__item-visit-button svg {
    margin-right: 5px
}

.close-casino__item-read-button {
    padding: 15px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4c4e53
}

.close-casino__item-read-button svg {
    margin-right: 5px
}

.close-casino__item-visit-button + .close-casino__item-read-button {
    margin-top: 8px
}

.contacts-table {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.contacts-table table {
    font-family: Inter, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    border-collapse: collapse;
    width: 100%
}

.contacts-table table p, .subsubmenu__link {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.contacts-table td, .custom-table-with-icons__table td, .detail-review-v2, .detail-review-v2__title, .links__link, .menu__link {
    font-family: Inter, Arial, sans-serif
}

.contacts-table__title {
    margin-bottom: 25px
}

.contacts-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.contacts-table tr:not(:first-child) td:not(:first-child) {
    border-top: none
}

.contacts-table tr td:not(:first-child) {
    border-left: none
}

.contacts-table td {
    padding: 25px;
    color: #2b2b33;
    border: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-table td:nth-child(1) {
    width: 20%
}

.contacts-table td:nth-child(2) {
    width: 80%
}

.contacts-table td .get-image {
    margin-right: 10px
}

.contacts-table td:first-child {
    color: #fff;
    background-color: #3d5199;
    border: 1px solid #3d5199;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts-table.contacts-table--third-column td:nth-child(1) {
    width: 20%
}

.contacts-table.contacts-table--third-column td:nth-child(2) {
    width: 30%
}

.contacts-table.contacts-table--third-column td:nth-child(3) {
    width: 50%
}

.contacts-table tr:not(:last-child) td:first-child {
    border-bottom: 1px solid #ffffff50
}

@media (max-width: 767px) {
    .contacts-table td:first-child, .contacts-table td:nth-child(1), .contacts-table td:nth-child(2), .contacts-table.contacts-table--third-column td:nth-child(1), .contacts-table.contacts-table--third-column td:nth-child(2), .contacts-table.contacts-table--third-column td:nth-child(3) {
        width: 100%
    }

    .contacts-table__title {
        margin-bottom: 15px
    }

    .contacts-table table {
        font-size: 14px;
        line-height: 17px
    }

    .contacts-table td {
        border-top: none
    }

    .contacts-table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-table tr:not(:last-child) td:first-child {
        border-bottom: none
    }

    .contacts-table tr td:not(:first-child) {
        border-left: 1px solid #d4d4d4
    }
}

.content-button {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.content-button.align-right {
    text-align: right
}

.content-button.align-center {
    text-align: center
}

.content-button__link {
    background: #3d5199;
    border: none;
    padding: 15px 25px;
    border-radius: 5px;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
    transition: .3s ease-in-out
}

.custom-gallery::after, .custom-gallery::before, .detail-review-v2__hide, .detail-review-v2__visit-button, .footer-menu__link, .link-block__link, .menu__link {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

@media (hover: hover) {
    .content-button__link:focus, .content-button__link:hover {
        background: #2e641f
    }
}

.custom-gallery::after, .custom-gallery::before {
    position: absolute;
    content: "";
    width: 200px;
    top: 0;
    bottom: 10px;
    z-index: 10;
    transition: .3s ease-in-out
}

.left.custom-gallery::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(left, #fff 10%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(90deg, #fff 10%, hsla(0, 0%, 100%, 0) 100%)
}

.right.custom-gallery::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(right, #fff 10%, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(270deg, #fff 10%, hsla(0, 0%, 100%, 0) 100%)
}

.custom-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto
}

.custom-gallery__wrapper::-webkit-scrollbar {
    height: 10px
}

.custom-gallery__wrappery::-webkit-scrollbar-track {
    background-color: #fff
}

.custom-gallery__wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3d5199;
    border: 1px solid #fff;
    max-width: 20px
}

.custom-gallery__item:not(:last-child) {
    margin-right: 20px
}

.custom-gallery__item img {
    max-height: 360px;
    display: block;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.custom-gallery__item .get-image {
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 767px) {
    .content-button {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .custom-gallery__item img {
        max-height: 200px
    }

    .custom-gallery::before {
        width: 150px
    }
}

.custom-table-with-icons__table {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #d4d4d4;
    box-shadow: 0 0 0 1px #d4d4d4;
    border-collapse: collapse;
    background-color: #fff;
    width: 100%
}

.custom-table-with-icons__table tr:not(:last-child) {
    border-bottom: 1px solid #d4d4d4
}

.custom-table-with-icons__table-tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 150px 1fr;
    grid-template-columns:150px 150px 1fr
}

.custom-table-with-icons__table td {
    font-size: 18px;
    line-height: 150%
}

.custom-table-with-icons__description, .custom-table-with-icons__icon, .custom-table-with-icons__name {
    padding: 25px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-table-with-icons__icon img {
    width: 100%;
    height: 100%;
    max-height: 150px
}

.custom-table-with-icons__name {
    font-weight: 600;
    color: #2b2b33;
    text-align: center
}

.custom-table-with-icons__description {
    color: #888;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 767px) {
    .custom-table-with-icons__table-tr {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .custom-table-with-icons__icon {
        padding: 10px
    }

    .custom-table-with-icons__name {
        padding: 0 10px
    }

    .custom-table-with-icons__description {
        padding: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .custom-table-with-icons__table td {
        font-size: 14px;
        line-height: 130%
    }
}

.detail-review-v2__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 25px
}

.detail-review-v2__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.15fr;
    grid-template-columns:1fr 1.15fr;
    gap: 10px
}

.detail-review-v2__casino, .detail-review-v2__column {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.detail-review-v2__column {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.detail-review-v2__column > :not(:last-child) {
    margin-bottom: 10px
}

.detail-review-v2__casino {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 20px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.detail-review-v2__casino-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__casino-top .get-image {
    border-radius: 5px;
    overflow: hidden
}

.detail-review-v2__casino img {
    max-height: 70px;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.detail-review-v2__casino-overall-rating span:not([class]) {
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2b2b33;
    margin-bottom: 10px;
    text-align: right;
    display: inline-block;
    width: 100%
}

.detail-review-v2__casino-overall-rating .rating {
    margin: 0
}

.detail-review-v2__casino-overall-rating .rating::after {
    font-size: 29px;
    content: "★ ★ ★ ★ ★"
}

.detail-review-v2__casino-overall-rating .rating__counter {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px
}

.detail-review-v2__casino-bottom {
    margin-top: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__casino-description {
    font-size: 14px;
    line-height: 21px;
    color: #888
}

.detail-review-v2__bonus {
    background: left top/15px 2px repeat-x, right bottom/15px 2px repeat-x, left bottom/2px 15px repeat-y, right top/2px 15px repeat-y #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #3d5199), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #3d5199), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3d5199), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3d5199), color-stop(50%, transparent));
    background-image: -o-linear-gradient(left, #3d5199 50%, transparent 50%), -o-linear-gradient(left, #3d5199 50%, transparent 50%), -o-linear-gradient(bottom, #3d5199 50%, transparent 50%), -o-linear-gradient(bottom, #3d5199 50%, transparent 50%);
    background-image: linear-gradient(90deg, #3d5199 50%, transparent 50%), linear-gradient(90deg, #3d5199 50%, transparent 50%), linear-gradient(0deg, #3d5199 50%, transparent 50%), linear-gradient(0deg, #3d5199 50%, transparent 50%);
    -webkit-animation: 1s linear infinite border-dance;
    animation: 1s linear infinite border-dance
}

@-webkit-keyframes border-dance {
    0% {
        background-position: left top, right bottom, left bottom, right top
    }
    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px
    }
}

@keyframes border-dance {
    0% {
        background-position: left top, right bottom, left bottom, right top
    }
    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px
    }
}

.detail-review-v2__bonus-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__bonus-content .get-image {
    margin-right: 15px
}

.detail-review-v2__bonus-content img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.detail-review-v2__bonus-slogan {
    margin-bottom: 0 !important;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #4e4e4e
}

.detail-review-v2__bonus-slogan span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3d5199
}

.detail-review-v2__bonus-money {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: .06em;
    color: #4e4e4e
}

.detail-review-v2__visit-button {
    padding: 20px;
    min-width: 195px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background-color: #ff922e;
    border: none;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 5px;
    transition: .3s ease-in-out;
    cursor: pointer
}

.detail-review-v2__visit-button:hover {
    background-color: rgba(255, 146, 46, .8)
}

.detail-review-v2__visit-button .get-image {
    margin-right: 5px;
    line-height: 1
}

.submenu__item, .submenu__link {
    line-height: 17px;
    font-size: 14px
}

.detail-review-v2__visit-button .get-image img {
    margin-right: 5px;
    width: 19px;
    height: 19px;
    -o-object-fit: contain;
    object-fit: contain
}

.detail-review-v2__games {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    gap: 15px
}

.detail-review-v2__games-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__games-item .get-image {
    margin-right: 10px
}

.detail-review-v2__games-item img {
    width: 23px;
    height: 23px;
    -o-object-fit: contain;
    object-fit: contain
}

.detail-review-v2__games-item p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2b2b33
}

.detail-review-v2__banking-item:not(:last-child), .detail-review-v2__device-item:not(:last-child) {
    margin-right: 10px
}

.detail-review-v2__device {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__device-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2b2b33
}

.detail-review-v2__device-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__device-item {
    padding: 4px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.detail-review-v2__device-item img {
    width: 23px;
    height: 23px;
    -o-object-fit: contain;
    object-fit: contain
}

.detail-review-v2__banking {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 20px 20px 15px
}

.detail-review-v2__banking-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2b2b33;
    margin-bottom: 10px !important
}

.detail-review-v2__banking-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.detail-review-v2__banking-item {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.detail-review-v2__statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px
}

.detail-review-v2__statistics-wrapper {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__statistics-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__statistics-wrapper p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2b2b33;
    margin-bottom: 0 !important
}

.detail-review-v2__statistics-item + .detail-review-v2__statistics-item {
    margin-left: 3rem
}

.detail-review-v2__statistics-item span {
    margin-left: 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.detail-review-v2__hide {
    padding: 20px 15px 20px 30px;
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    border: none;
    background-color: #3d5199;
    cursor: pointer;
    transition: .3s ease-in-out;
    min-width: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__hide:hover {
    background-color: rgba(74, 160, 50, .8)
}

.detail-review-v2__hide span {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-review-v2__hide .svg {
    margin-left: 10px
}

.detail-review-v2__hide .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.detail-review-v2__hide.active .show {
    display: none
}

.detail-review-v2__hide.active .hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.detail-review-v2__hide .hide {
    display: none
}

.detail-review-v2__rating {
    grid-column: 1/-1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 380px 1fr;
    grid-template-columns:380px 1fr;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 3px
}

.detail-review-v2__rating-list {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 20px 30px;
    border-right: 1px solid #d5d5d5
}

.detail-review-v2__rating-other, .how-to--v1 .how-to__content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.detail-review-v2__rating-item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #2b2b33;
    margin: 0 0 5px
}

.detail-review-v2__rating-item .rating {
    margin: 0
}

.detail-review-v2__rating-other-item:not(:last-child), .tabs__buttons {
    margin-bottom: 20px
}

.detail-review-v2__rating-other {
    padding: 20px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.detail-review-v2__rating-other-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2b2b33;
    margin-bottom: 10px
}

.detail-review-v2__rating-other-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

@media (max-width: 1280px) {
    .detail-review-v2__games {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr 1fr
    }

    .detail-review-v2__statistics-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .detail-review-v2__statistics-wrapper span {
        margin-left: 0
    }
}

@media (max-width: 1024px) {
    .contacts-table td {
        padding: 15px
    }

    .detail-review-v2__title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .detail-review-v2__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .detail-review-v2__games {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr 1fr 1fr
    }

    .detail-review-v2__statistics-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .detail-review-v2__statistics-item span {
        margin-left: 15px
    }
}

@media (max-width: 767px) {
    .detail-review-v2__title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px
    }

    .detail-review-v2__casino {
        padding: 0;
        background-color: transparent;
        border: none
    }

    .detail-review-v2__games {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr;
        gap: 10px
    }

    .detail-review-v2__casino-top {
        padding: 10px;
        background: #fff;
        border: 1px solid #d5d5d5;
        border-radius: 4px
    }

    .detail-review-v2__casino-bottom {
        padding: 10px;
        background: #fff;
        border: 1px solid #d5d5d5;
        border-radius: 4px;
        margin-top: 10px
    }

    .detail-review-v2__bonus {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px
    }

    .detail-review-v2__bonus-content {
        width: 100%
    }

    .detail-review-v2__bonus-content img {
        width: 37px;
        height: 37px
    }

    .detail-review-v2__bonus-slogan {
        font-size: 16px;
        line-height: 19px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .detail-review-v2__bonus-money {
        margin-left: auto;
        font-size: 32px;
        line-height: 39px
    }

    .detail-review-v2__visit-button {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        padding: 15px
    }

    .detail-review-v2__device, .detail-review-v2__games {
        padding: 10px
    }

    .detail-review-v2__banking {
        padding: 10px 10px 5px
    }

    .detail-review-v2__statistics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: 0 0;
        border: none
    }

    .detail-review-v2__statistics-wrapper {
        border: 1px solid #d5d5d5;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .detail-review-v2__statistics-item {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .detail-review-v2__statistics-item span {
        margin-left: 0
    }

    .detail-review-v2__statistics-item + .detail-review-v2__statistics-item {
        margin-left: 0;
        margin-top: 15px
    }

    .detail-review-v2__hide {
        -webkit-clip-path: none;
        clip-path: none;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 4px
    }

    .detail-review-v2__rating {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .detail-review-v2__rating-list {
        padding: 10px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr;
        gap: 20px;
        border-right: none;
        border-bottom: 1px solid #d5d5d5
    }

    .detail-review-v2__rating-other {
        padding: 10px
    }

    .detail-review-v2__rating-other-item:not(:last-child) {
        margin-bottom: 15px
    }

    .detail-review-v2__rating-other-title {
        margin-bottom: 5px
    }

    .detail-review-v2__rating-other-description {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px
    }
}

@media (max-width: 575px) {
    .detail-review-v2__casino-top .get-image {
        margin-right: 10px
    }

    .detail-review-v2__casino .get-image {
        border-radius: 5px;
        overflow: hidden
    }

    .detail-review-v2__casino img {
        max-height: 85px
    }

    .detail-review-v2__games {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr;
        gap: 10px;
        padding: 10px
    }

    .detail-review-v2__casino-overall-rating .rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .detail-review-v2__casino-overall-rating span:not([class]) {
        margin-bottom: 5px;
        text-align: center
    }

    .detail-review-v2__casino-overall-rating .rating__counter {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        margin-right: 5px
    }

    .detail-review-v2__casino-overall-rating .rating::after {
        font-size: 17px;
        content: "★★★★★"
    }

    .detail-review-v2__games-item {
        margin: 0
    }

    .detail-review-v2__games-item:not(:last-child) {
        margin-right: 0
    }

    .detail-review-v2__games-item .get-image {
        margin-right: 5%
    }

    .detail-review-v2__device {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .detail-review-v2__device-compatibility, .detail-review-v2__device-support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .detail-review-v2__device-compatibility {
        margin-bottom: 15px
    }

    .detail-review-v2__device-title {
        margin-bottom: 0 !important
    }

    .detail-review-v2__banking-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr 1fr;
        gap: 10px
    }

    .detail-review-v2__banking-item:not(:last-child) {
        margin-right: 0
    }

    .detail-review-v2__banking-item {
        margin: 0
    }

    .detail-review-v2__banking-item img {
        width: 100%
    }

    .detail-review-v2__rating-list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 15px
    }

    .detail-review-v2__rating-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .detail-review-v2__rating-item h3 {
        margin-bottom: 0
    }

    .detail-review-v2__rating-item .rating .rating__counter {
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        margin-right: 5px
    }

    .detail-review-v2__rating-item .rating::after {
        font-size: 19px
    }
}

.how-to, .slots {
    margin-top: 2rem
}

@media (max-width: 375px) {
    .detail-review-v2__games {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr
    }
}

.footer-menu {
    margin-right: 40px
}

.footer-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-menu__item {
    padding: unset;
    margin-bottom: 25px
}

.footer-menu__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    transition: .3s ease-in-out
}

.footer-menu__link:hover {
    color: #fff
}

@media (max-width: 600px) {
    .footer-menu {
        margin-right: 0
    }

    .footer-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.how-to {
    margin-bottom: 2rem;
    font-family: Inter, sans-serif
}

.how-to--v1 .how-to__description {
    margin-bottom: 35px !important
}

.how-to--v1 .how-to__item {
    padding: 10px 10px 10px 25px;
    background: #fff;
    border-left: 5px solid #3d5199;
    border-radius: 0 3px 3px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

.how-to--v1 .how-to__item:last-child {
    border-radius: 0 3px 3px 5px
}

.how-to--v1 .how-to__item::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#3d5199), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #3d5199 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #3d5199 0, rgba(255, 255, 255, 0) 100%)
}

.how-to--v1 .how-to__item:first-child::after {
    content: "";
    top: -2px
}

.how-to--v1 .how-to__item:last-child::after {
    content: "";
    bottom: 0
}

.how-to--v1 .how-to__item:not(:last-child)::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='13' height='32' viewBox='0 0 13 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.5 32L2.83721e-06 20L3.5366e-06 12L6.5 17L13 12L13 20L6.5 32Z' fill='%233d5199'/><path d='M4 0H9V1L6.5 3L4 1V0Z' fill='%233d5199'/><path d='M4 4L6.5 6L9 4V12L6.5 14L4 12V4Z' fill='%233d5199'/></svg>");
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 32px;
    bottom: -32px;
    left: -9px
}

.how-to--v1 .how-to__item:not(:last-child) {
    margin-bottom: 65px
}

.how-to--v1 .how-to__item-counter {
    position: absolute;
    top: 0;
    left: -5px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 25px;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3d5199;
    border-radius: 5px 5px 5px 0;
    z-index: 5
}

.how-to--v1 .how-to__content {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.how-to--v1 .how-to__item-title {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #2b2b33;
    margin: 0 0 10px
}

.how-to--v1 .how-to__item-description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #888
}

.how-to--v1 .how-to__image .get-image {
    border-radius: 5px;
    overflow: hidden
}

.how-to--v1 .how-to__image img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.how-to__button {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 22px 64px;
    border: none;
    background: #ff922e;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.how-to__button:hover {
    background: rgba(255, 146, 46, .7)
}

.how-to__button::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.8867 0H10.0938C9.47888 0 8.98047 0.498416 8.98047 1.11328V6.07369L12.9263 10.0195H17.8867C18.5016 10.0195 19 9.52112 19 8.90625V1.11328C19 0.498416 18.5016 0 17.8867 0ZM11.8404 3.41659C11.533 3.41659 11.2838 3.16736 11.2838 2.85995C11.2838 2.55253 11.533 2.3033 11.8404 2.3033C12.1478 2.3033 12.3971 2.55253 12.3971 2.85995C12.3971 3.16736 12.1478 3.41659 11.8404 3.41659ZM13.9902 5.56641C13.6828 5.56641 13.4336 5.31718 13.4336 5.00977C13.4336 4.70235 13.6828 4.45312 13.9902 4.45312C14.2976 4.45312 14.5469 4.70235 14.5469 5.00977C14.5469 5.31718 14.2976 5.56641 13.9902 5.56641ZM16.1398 7.716C15.8324 7.716 15.5832 7.46678 15.5832 7.15936C15.5832 6.85195 15.8324 6.60272 16.1398 6.60272C16.4472 6.60272 16.6965 6.85195 16.6965 7.15936C16.6965 7.46678 16.4472 7.716 16.1398 7.716Z' fill='%23ffffff'/><path d='M12.9214 11.589L7.41097 6.07852C6.97619 5.64375 6.2713 5.64375 5.83656 6.07852L0.32608 11.589C-0.108693 12.0237 -0.108693 12.7286 0.32608 13.1634L5.83653 18.6738C6.2713 19.1086 6.97619 19.1086 7.41093 18.6738L12.9214 13.1634C13.3562 12.7286 13.3562 12.0237 12.9214 11.589ZM4.26212 13.1634C4.04474 13.3808 3.69231 13.3808 3.47492 13.1634C3.25754 12.946 3.25754 12.5936 3.47492 12.3762C3.69231 12.1588 4.04474 12.1588 4.26212 12.3762C4.47951 12.5936 4.47951 12.946 4.26212 13.1634ZM5.04932 11.589C4.83194 11.3716 4.83194 11.0192 5.04932 10.8018C5.26671 10.5844 5.61914 10.5844 5.83653 10.8018C6.05391 11.0192 6.05391 11.3716 5.83653 11.589C5.61914 11.8064 5.26671 11.8064 5.04932 11.589ZM6.62373 15.525C6.40634 15.7424 6.05391 15.7424 5.83653 15.525C5.61914 15.3076 5.61914 14.9552 5.83653 14.7378C6.05391 14.5204 6.40634 14.5204 6.62373 14.7378C6.84111 14.9552 6.84111 15.3077 6.62373 15.525ZM6.62373 10.0146C6.40634 9.79718 6.40634 9.44475 6.62373 9.22736C6.84111 9.00998 7.19354 9.00998 7.41093 9.22736C7.62832 9.44475 7.62832 9.79718 7.41093 10.0146C7.19358 10.232 6.84111 10.232 6.62373 10.0146ZM8.19817 13.9506C7.98078 14.168 7.62835 14.168 7.41097 13.9506C7.19358 13.7332 7.19358 13.3808 7.41097 13.1634C7.62835 12.946 7.98078 12.946 8.19817 13.1634C8.41555 13.3808 8.41555 13.7332 8.19817 13.9506ZM9.77257 12.3762C9.55518 12.5936 9.20275 12.5936 8.98537 12.3762C8.76798 12.1588 8.76798 11.8064 8.98537 11.589C9.20275 11.3716 9.55518 11.3716 9.77257 11.589C9.98996 11.8064 9.98996 12.1588 9.77257 12.3762Z' fill='%23ffffff'/></svg>");
    position: relative;
    margin-right: 5px
}

@media (max-width: 1023px) {
    .how-to--v1 .how-to__item {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .how-to--v1 .how-to__content {
        padding-top: 30px;
        padding-bottom: 15px
    }

    .how-to--v1 .how-to__image {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .how-to--v1 .how-to__item, .how-to--v1 .how-to__item-counter {
        padding: 10px
    }

    .how-to__button {
        padding: 15px;
        width: 100%
    }

    .how-to--v1 .how-to__item-description {
        font-size: 14px;
        line-height: 135%
    }
}

.how-to--v2 .how-to__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    gap: 20px
}

.how-to--v2 .how-to__item, .how-to--v2 .how-to__item-counter {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.how-to--v2 .how-to__item {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px
}

.how-to--v2 .how-to__item:last-child .how-to__item-counter {
    background-color: #3d5199
}

.how-to--v2 .how-to__item-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff922e;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    margin: 0 auto 10px
}

.how-to--v2 .how-to__item-counter span {
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    margin-top: 5px
}

.how-to--v2 .how-to__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    color: #2b2b33;
    margin-bottom: 10px
}

.how-to--v2 .how-to__item-description {
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #888
}

@media (max-width: 1280px) {
    .how-to--v2 .how-to__list {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 1024px) {
    .how-to--v2 .how-to__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 767px) {
    .how-to--v2 .how-to__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        gap: 10px
    }
}

@media (max-width: 575px) {
    .how-to--v2 .how-to__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.link-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 10px 20px;
    margin: 0;
    padding: 0;
    list-style: none
}

.link-block__link, .links__list {
    display: -webkit-box;
    display: -ms-flexbox
}

.link-block__link {
    background: #1d6309;
    border-radius: 3px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    transition: .3s ease-in-out;
    text-decoration: none;
    position: relative;
    padding-right: 40px
}

.link-block__link:hover {
    background-color: #3d5199
}

.link-block__link .get-image {
    padding: 20px;
    background-color: #3d5199;
    border-radius: 3px;
    margin-right: 15px
}

.link-block__link .get-image img {
    width: 38px;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.link-block__link svg {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 28px;
    height: 28px
}

@media (max-width: 1024px) {
    .link-block {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 767px) {
    .link-block {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 5px
    }

    .link-block__link .get-image {
        padding: 14px
    }

    .link-block__link img {
        width: 28px;
        height: 28px
    }

    .link-block__link svg {
        width: 22px;
        height: 22px
    }

    .link-block__link {
        font-size: 14px;
        line-height: 17px
    }
}

.links__list {
    display: flex
}

.menu__item, .menu__list {
    display: -webkit-box;
    display: -ms-flexbox
}

.links__link {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0 25px
}

.links__link:hover {
    color: #ffffff
}

@media (max-width: 1024px) {
    .links {
        padding: 25px;
        border-bottom: 1px solid #374884;
        opacity: 0;
        position: absolute
    }

    .links__list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .links__link {
        font-size: 16px;
        line-height: 20px;
        margin: 0
    }
}

.menu, .menu__item, .slots__item-body {
    position: relative
}

@media (max-width: 767px) {
    .links__list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .links__link {
        font-size: 16px;
        line-height: 20px;
        margin: 0
    }
}

.menu {
    z-index: 5
}

.menu__list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu__item {
    transition: .2s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.menu__item:hover {
    cursor: pointer;
    background: #374884
}

.menu__item:hover a[href] {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.menu__link {
    padding: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s ease-in-out
}

.menu__arrow svg, .submenu, .submenu__item::before {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.menu__link img, .menu__link svg {
    vertical-align: middle;
    margin-right: 10px
}

.menu__link:hover {
    color: #ffffff
}

.menu__arrow {
    display: none
}

.menu__arrow svg {
    fill: #ffa800;
    transition: .3s ease-in-out
}

@media (max-width: 1024px) {
    .menu__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .menu__item--has-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu__item--has-child.active {
        background-color: #374884
    }

    .menu__item--has-child.active .submenu {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        opacity: 1;
        border-top: 1px solid #ffffff50;
        width: auto
    }

    .menu__item--has-child.active .menu__link {
        color: #fff
    }

    .menu__item--has-child.active .menu__arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: #fff
    }

    .menu__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .menu__item {
        width: 100%;
        padding: 0 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .menu__arrow {
        display: block;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding: 10px
    }

    .menu__link {
        font-size: 14px;
        line-height: 17px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 767px) {
    .mobile-button {
        position: fixed;
        bottom: 10px;
        left: 5px;
        right: 5px;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 80%);
        box-shadow: 0 0 10px rgb(0 0 0 / 80%);
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        padding: 10px;
        background-color: #fff;
        gap: 10px;
        border-radius: 5px
    }

    .mobile-button .get-image {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .mobile-button img {
        width: auto;
        height: 48px;
        display: block;
        -o-object-fit: contain;
        object-fit: contain
    }

    .mobile-button._active {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .mobile-button__control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #3d5199;
        border: none;
        padding: 15px 10px;
        border-radius: 5px;
        outline: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        width: 100%
    }

    .mobule-button__bonus {
        display: inline-block;
        text-align: left;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .mobile-button .mobile-button__rating {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.payment-method td, .payment-method th {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter, Arial, sans-serif
}

.payment-method {
    overflow-x: auto;
    background-color: #fff
}

.payment-method__table {
    border-collapse: collapse;
    width: 100%
}

.payment-method__body {
    border: 1px solid #d4d4d4
}

.payment-method th {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    padding: 25px 10px;
    text-align: center;
    background-color: #3d5199
}

.payment-method th:not(:last-child) {
    border-right: 1px solid #ffffff50
}

.payment-method td {
    border: 1px solid #d4d4d4;
    font-weight: 500;
    padding: 15px 25px;
    white-space: nowrap
}

.payment-method td.cell1, .payment-method td.cell3, .payment-method td.td-image {
    border-right: none
}

.payment-method td.td-name {
    font-weight: 600;
    text-align: right;
    border-left: none
}

.payment-method td.td-image .get-image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.slots__item, .slots__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.payment-method td.td-image .get-image img {
    height: auto;
    width: 90px
}

.payment-method td.cell2, .payment-method td.cell4 {
    color: #3d5199;
    font-weight: 600;
    text-align: right;
    border-left: none
}

.slots__item-label, .slots__item-title {
    font-weight: 700;
    font-family: Inter, sans-serif
}

.payment-method td.cell1, .payment-method td.cell2 {
    padding-bottom: 10px;
    border-bottom: none
}

.payment-method td.cell3, .payment-method td.cell4 {
    border-top: none;
    padding-top: 10px
}

.slots {
    margin-bottom: 2rem;
    font-family: Inter, sans-serif
}

.slots__title {
    margin: 0 0 25px
}

.slots__subtitle {
    margin: 0;
    margin-bottom: 25px !important
}

.slots__item {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slots__item.grayscale .slots__item-decor svg, .slots__item.grayscale .slots__item-label, .slots__item.grayscale img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.slots__item-label {
    display: block;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 2px;
    border-radius: 3px
}

.slots__item-body {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slots__item img {
    height: 70px;
    width: auto
}

.slots__item-decor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.slots__item-decor svg {
    max-width: calc(100% - 110px);
    width: 100%
}

.slots__item-title {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #2b2b33
}

a.slots__item-title:hover {
    color: #409329
}

a.slots__item-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (max-width: 1280px) {
    .slots__list {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 1024px) {
    .slots__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 767px) {
    .slots__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        gap: 10px 20px
    }

    .slots {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .slots__title {
        margin-bottom: 10px
    }

    .slots__subtitle {
        margin-bottom: 10px !important
    }
}

@media (max-width: 414px) {
    .slots__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 10px
    }

    .slots__item img {
        max-height: 30px;
        max-width: 30px
    }
}

.submenu {
    position: absolute;
    min-width: 220px;
    top: 54px;
    left: 50%;
    padding-top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    opacity: 0;
    transition: .3s ease-in-out
}

.submenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #3d5199;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 0 10px
}

.submenu__list::before {
    content: '';
    position: absolute;
    left: 50%;
    border-bottom: 10px solid #3d5199;
    z-index: -1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 11px
}

.submenu__item {
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #ffffff;
    padding: 20px 10px;
    border-bottom: 1px solid #ffffff30;
    position: relative
}

.submenu__item::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -10px;
    bottom: -1px;
    left: -10px;
    background-color: transparent;
    transition: .3s ease-in-out
}

.submenu__item:first-child::before {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.submenu__item:last-child::before {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.submenu__item--has-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0
}

@media (min-width: 1024px) {
    .menu__item--has-child:hover .submenu {
        display: block;
        opacity: 1;
        z-index: 15
    }

    .submenu__item--has-child:hover .subsubmenu {
        opacity: 1;
        pointer-events: all;
        visibility: visible
    }
}

.submenu__item--has-child .menu__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.submenu__item--has-child .menu__arrow svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.submenu__item:hover::before {
    background-color: #093963
}

.submenu__item:hover .submenu__link {
    color: #fff
}

.submenu__item:last-child {
    border-bottom: unset
}

.submenu__item:hover {
    background-color: transparent
}

.submenu__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 3
}

.submenu__link img {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.submenu__arrow {
    padding: 10px;
    position: relative;
    z-index: 10;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.submenu__link[href]:hover {
    color: #fff
}

@media (max-width: 1024px) {
    .submenu {
        position: static;
        display: block;
        padding: 0;
        width: 0;
        max-height: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        background-color: #374884
    }

    .submenu__list {
        padding: 10px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent
    }

    .submenu__list::before {
        display: none
    }

    .submenu__item {
        padding: 0;
        border: none
    }

    .submenu__item:not(:last-child) {
        margin-bottom: 0
    }

    .submenu__link {
        padding: 10px 0 10px 15px;
        width: calc(100% - 45px)
    }

    .submenu__item--has-child {
        width: 100%
    }

    .submenu__item--has-child.active {
        background-color: #093963
    }

    .submenu__item--has-child .submenu__link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .submenu__arrow svg {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .submenu__item--has-child.active .submenu__arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.subsubmenu, .subsubmenu__link {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

@media (max-width: 767px) {
    .submenu {
        background-color: #374884;
        width: 100%
    }
}

.subsubmenu {
    position: absolute;
    left: calc(100% + 10px);
    top: -1px;
    background-color: #093963;
    width: 220px;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 10px;
    border-radius: 0 3px 3px
}

.subsubmenu::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 30px
}

.subsubmenu__item {
    padding: 28px 10px
}

.subsubmenu__item:not(:last-child) {
    border-bottom: 1px solid #124304
}

.subsubmenu__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    transition: .3s ease-in-out;
    font-weight: 600
}

.subsubmenu__link img {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.subsubmenu__link:hover {
    color: #fff
}

@media (max-width: 1024px) {
    .subsubmenu::before {
        display: none
    }

    .subsubmenu {
        position: static;
        width: auto;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        max-height: 0
    }

    .submenu__item--has-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .submenu__item--has-child.active .subsubmenu {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        z-index: 15;
        max-height: 100%
    }

    .subsubmenu__item {
        padding: 0
    }

    .subsubmenu__link {
        width: 100%;
        padding: 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.tabs__buttons-control, .video-v3__button {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    cursor: pointer
}

.tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: scroll
}

.tabs__wrapper-buttons {
    position: relative
}

.tabs__wrapper-buttons.have-scroll:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    pointer-events: none
}

.tabs__wrapper-buttons.right.have-scroll:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(rgba(246, 246, 246, 0)));
    background: -o-linear-gradient(right, #f6f6f6 0, rgba(246, 246, 246, 0) 100%);
    background: linear-gradient(270deg, #f6f6f6 0, rgba(246, 246, 246, 0) 100%)
}

.tabs__wrapper-buttons.left.have-scroll:after {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), color-stop(110%, rgba(246, 246, 246, 0)));
    background: -o-linear-gradient(left, #f6f6f6 0, rgba(246, 246, 246, 0) 110%);
    background: linear-gradient(90deg, #f6f6f6 0, rgba(246, 246, 246, 0) 110%)
}

.tabs__buttons::-webkit-scrollbar {
    height: 10px
}

.tabs__buttons::-webkit-scrollbar-track {
    background-color: transparent
}

.tabs__buttons::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3d5199;
    border: 1px solid #f6f6f6;
    max-width: 20px
}

.tabs__buttons-item:not(:last-child) {
    margin-right: 10px
}

.tabs__buttons-control {
    font-family: Inter, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #888;
    padding: 15px 30px;
    border-radius: 3px;
    border: 1px solid #3d5199;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: .3s ease-in-out
}

.tabs__buttons-control.active, .tabs__buttons-control:hover {
    background-color: #3d5199;
    color: #fff
}

.tabs__title {
    margin: 0 0 25px
}

.tabs__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0
}

.tabs__item-title {
    font-family: Inter, Arial, sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #2b2b33;
    margin-bottom: 20px
}

.tabs__item-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns:1.5fr 1fr;
    gap: 20px;
    z-index: 15
}

.have-scroll .tabs__item-content {
    top: calc(100% + 40px)
}

.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
}

.tabs__item-description {
    font-family: Inter, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 185%;
    color: #888
}

.tabs__item-description * {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.tabs__item-content img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 1024px) {
    .tabs__item-content {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .tabs__item-description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 767px) {
    .tabs__buttons, .tabs__item-title {
        margin-bottom: 10px
    }

    .tabs__buttons-control {
        font-size: 14px;
        line-height: 17px;
        padding: 13px 25px
    }

    .tabs__item-content {
        gap: 10px
    }

    .tabs__item-description {
        font-size: 14px;
        line-height: 135%
    }
}

.video-v3 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.video-v3.embed .video-v3__container {
    height: 100%
}

.video-v3__poster {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-v3__poster .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.video-v3__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.4fr;
    grid-template-columns:1fr 1.4fr;
    gap: 20px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 20px
}

.video-v3__content-text {
    font-size: 18px;
    line-height: 185%;
    color: #888
}

.video-v3__content-text > * {
    font-family: Inter, Arial, sans-serif;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

.video-v3__container {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16/9
}

.video-v3__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
}

.video-v3__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    transition: .3s ease-in-out
}

.video-v3__button svg {
    width: 96px;
    height: 96px;
    fill: #ff922e;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.video-v3__button:hover svg {
    fill: #a55e1c
}

.video-v3._active .video-v3__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.video-v3._active .video-v3__player {
    cursor: pointer
}

@media (max-width: 1024px) {
    .video-v3__content {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .video-v3__container {
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .video-v3.embed .video-v3__container {
        height: 400px
    }
}

@media (max-width: 767px) {
    .video-v3 {
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        background-color: #fff;
        padding: 0;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .video-v3__title {
        padding: 10px 10px 0
    }

    .video-v3__subtitle {
        padding: 0 10px
    }

    .video-v3__container {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        overflow: hidden
    }

    .video-v3__content {
        padding: 0;
        border: none;
        gap: 10px
    }

    .video-v3__content-text {
        padding: 0 10px 10px
    }

    .video-v3__button svg {
        width: 44px;
        height: 44px
    }

    .video-v3.embed .video-v3__container {
        height: 250px
    }
}

@media (max-width: 375px) {
    .video-v3.embed .video-v3__container {
        height: 200px
    }
}

.footer p {
    color: white;
}

.top-casino-row-item-bonus svg {
    width: 100%;
    height: 100%;
}

.live-casino-card-image .get-image,
.live-casino-card-image .get-image svg {
    width: 100%;
    height: 100%;
}

.footer .links-social li:not(:last-child) {
    margin-right: 10px;
}

.footer .links-social .get-image svg {
    width: 25px;
    height: 25px;
}

.dmca{
    display: flex;
    justify-content: center;
}