:root {
    --star-color: #bfbecd;
    --star-background: #ffac2f;
    --star-rating: 3.8;
}

/* RATING */
.rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: flex;
    font-size: 22px;
    line-height: 1;
}

.rating::after {
    font-family: Times, serif;
    content: "★★★★★";
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .rating span {
    padding-right: 10px;
} */


@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-display: swap;
}

/* @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-display: swap;
} */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.ttf");
    font-display: swap;
}

/* * {
    word-break: break-word;
} */

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: #4AA032 !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-family: Inter, sans-serif;
    font-weight: normal;
    color: #888888;
    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;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

table ul {
    padding-left: 20px;
    list-style: disc;
}

table ol {
    padding-left: 20px;
    list-style: auto;
}

.page-nf-wrapper {
    max-width: 509px;
    width: 100%;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 67px;
}

.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-top: 40px;
    margin-bottom: 10px;
    font-family: Montserrat;
}

.page-nf-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: Montserrat;
    color: #4C4E53;
    margin-bottom: 52px !important;
}

.page-nf-buttons {
    display: flex;
    align-items: 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: #FFFFFF;
    font-size: 16px;
}

.page-nf-buttons .btn1 {
    gap: 10px;
}

.wrapper>.container>ul:not([class]) {
    margin-left: 15px;
    margin-top: 10px;
    list-style: disc;

}

.wrapper>.container>ol {
    margin-left: 15px;
    margin-top: 10px;
    list-style: decimal;
}

.wrapper>.container>ul li,
.wrapper>.container>ol li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 185.02%;
    color: #686868;
}

/* h1,
h2,
h3 {
    margin: 0;
} */

h2 {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    transition: all 0.2s;
}

a:hover {
    transition: all 0.2s;
}

p {
    margin: unset;
}

a:hover,
.prev:hover,
.next:hover,
ul li:hover {
    cursor: pointer;
}

body {
    counter-reset: li;
    overflow-x: hidden;
}

hr {
    margin: 0 auto;
    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;
    }
}

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

.hidden {
    display: none;
}

.list-block ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.list-block ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

header {
    background-color: #090b34;
}


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;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
}

.links,
.links a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.links a:hover {
    color: #0079bf;
}

header .links ul li a {
    margin: 0 25px;
}

.links ul {
    display: flex;
}

.language {
    margin-left: auto;
    position: relative;
}

.circle-language {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1D6309;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.circle-language img {
    border-radius: 50%;
}

.language ul {
    display: none;
    border-radius: 21px;
    position: absolute;
    z-index: 100;
    left: -230%;
    top: 50%;
    transform: translateY(-50%);
    background: #1D6309;

}

.language ul.show-list {
    display: flex;
}

.language ul li {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 44px;
}

.language ul li.active {

    border-radius: 50%;
    background: #090b34;
}

.language ul li:hover {
    background: #090b34;
    border-radius: 50%;

}

.language ul button {
    border: none;
    background: transparent;
    cursor: pointer;
    height: 30px;
    padding: 0;
}

.language ul button img {
    border-radius: 50%;
}

.header-bottom {
    background-color: #0079bf;
}

.header-bottom>.container {
    max-width: 1556px;
}

.menu {
    position: relative;
    z-index: 5;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul li a,
.menu ul li span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 25px; */
}

/* .menu ul li a */
.menu ul li {
    padding: 20px 0;
    position: relative;
    transition: all 0.2s;
    /* width: 100%; */
}

header .menu>ul>li:hover a[href] {
    background: #090b34;
    transition: all 0.2s;
}

.menu ul li a svg,
.menu ul li a img,
.menu ul li span svg,
.menu ul li span img {
    vertical-align: middle;
    margin-right: 10px;
}

.menu ul li:hover {
    cursor: pointer;
    background: #090b34;
}


.australia span {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #2B2B33;
    display: block;
}

h1 {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 72px;
    line-height: 87px;
    color: #0079bf;
}

h5 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B33;
    margin: unset;
}

.australia p {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    max-width: 610px;
}

.footer {
    background-color: #161722;
    padding: 50px 0;
    position: relative;
}

.footer .menu ul li a,
.footer .menu ul li span {
    justify-content: flex-start;
}

#up {
    position: fixed;
    right: 20px;
    top: auto;
    bottom: 30px;
    z-index: 3;
    transition: all 0.2s;
    display: none;
}

#up:hover {
    bottom: 35px;
    transition: all 0.2s;

}

.footer .logo {
    /*width: 141px;*/
    height: 70px;
    margin-bottom: 15px;
}

.footer .menu ul {
    flex-direction: column;
    align-items: flex-start;
}

.footer .links ul {
    display: flex;
    flex-direction: column;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer p {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 17px;
    margin-bottom: 30px;
}

.footer p>* {
    margin-top: 10px;
    display: inline-block;
}

.footer .links-social img {
    margin-right: 15px;
}

.links-social ul {
    display: flex;
}

.footer .menu ul li {
    padding: unset;
}

.footer .menu ul li,
.footer .links ul li {
    margin-bottom: 25px;
}

.footer .language {
    margin-left: 200px;
}

.footer .circle-language {
    background: #195607;
}

/* .tags {
    padding-top: 25px;
} */

.tags.review-tags {
    padding-top: 40px;
}

.tags-item {
    display: flex;
    justify-content: normal;
    align-items: center;
    padding: 27.5px 10px;
    border-bottom: 1px solid #D4D4D4;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

/* .tags-item::after {
    content: "";
    flex: auto;
} */
.tags-item svg {
    margin-right: 10px;
}

.tags-item a {
    display: flex;
    align-items: center;
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
}

.content-list {
    display: flex;
    align-items: center;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B33;
    padding-bottom: 20px;
    border-bottom: 1px solid #D4D4D4;
}

.content-list svg,
.content-list img {
    margin-right: 7px;
}


h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    font-family: Inter, sans-serif;
    color: #2B2B33;
}

.wrapper>.container>h2 {
    margin-bottom: 25px;
}

h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: Inter, sans-serif;
    color: #2B2B33;
}

.wrapper>.container>h3,
.wrapper>.container>h4,
.wrapper>.container>h5 {
    margin-bottom: 20px;
}

h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: Inter, sans-serif;
    color: #2B2B33;
}

h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: Inter, sans-serif;
    color: #2B2B33;
}

h6 {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    font-family: Inter, sans-serif;
    color: #2B2B33;
}

.wrapper>.container>h2 {
    margin-bottom: 18px;
}

.content-list h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2B2B33;
    margin: unset;
}

.top-casino>p {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
    margin-top: 5px;
    margin-bottom: 8px;
}

.card-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 102px;
}

.card-menu-item h2 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #19173C;
}

.card-menu-item:hover {
    background: #e7e7e7;
}

.card-menu ul {
    display: flex;
    margin: 0 -10px;
    /* flex-wrap: wrap; */
}

.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;
}

.information-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.information-wrap-reverse {
    flex-direction: row-reverse;
}

span {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #888888;
}

.container>p {
    line-height: 32px;
}

p {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 185.02%;
    color: #888888;
}

.information-text {
    width: 100%;
}

.information-text p {
    max-width: 100%;
    align-self: center;
}

.information-text p:not(:last-child),
.wrapper .container p:not(:last-child) {
    margin-bottom: 15px;
}

/* .wrapper .container > p {
  margin-bottom: 0 !important;
} */
.information-wrap ul {
    margin-top: 20px;
}

.information-wrap ul li:not(:last-child) {
    margin-bottom: 0;
}

.information-wrap ol {
    margin-top: 20px;
}

.information-wrap ol li:not(:last-child) {
    margin-bottom: 0;
}

.tableListing {
    display: flex;
    justify-content: center;
}

.tableListing tbody tr {
    display: flex;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.tableListing tbody tr td:nth-child(1) {
    width: 39.3%;
}

.tableListing tbody tr td:nth-child(2) {
    width: 25%;
}

.tableListing tbody tr td:nth-child(3) {
    width: 11.6%;
}

.tableListing tbody tr td:nth-child(4) {
    width: 24.2%;
}

.tableListing tbody tr td {
    display: flex;
    width: 100%;
}

.tableListing .tableListing-row-item-action {
    justify-content: center;

}

.tableListing-text {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
}


.tableListing-row-item-info {
    display: grid !important;
    grid-template-columns: 53% 47%;
    width: 39.3%;
    margin: 25px 0;
    padding: 0 25px;
    border-right: 1px solid #D4D4D4;
}

.tableListing-row-item-list {
    width: 25%;
    border-right: 1px solid #D4D4D4;
}

.tableListing-row-item-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    gap: 25px;
}

.tableListing-row-item-list ul li {
    position: relative;
    padding-left: 32px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: unset;
}

.tableListing-row-item-list ul li::before {
    content: url("../images/add.svg");
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.2s;
}

.tableListing-row-item-list ul li:hover::before {
    transition: all 0.2s;
}

.tableListing table tbody tr {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
    max-width: 1400px;
}

.tableListing table tbody tr h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    /* white-space: nowrap; */
}

.tableCasino table tbody tr:first-child,
.tableListing table tbody tr:first-child {
    margin-top: 0;
}

.btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 289px;
    height: 80px;
    background: #0079bf;
    border: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    outline: none;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.btn1:hover {
    background: #409329;
    cursor: pointer;
}

.tableListing-row-item-action .btn1::before {
    content: url("../images/dices.svg");
    position: relative;
    margin-right: 5px;
}

.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 289px;
    height: 77px;
    border: 1px dashed #4C4E53;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    outline: none;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4C4E53;
    background: #fff;
    text-align: center;
}

.btn2:hover {
    background: #e7e7e7;
}

.tableListing-row-item-action {
    width: 24.2%;
    flex-direction: column;
    margin: -10px 0;
}

.tableListing-row-item-action a:first-child,
.tableListing-row-item-action button:first-child {
    margin-bottom: 15px;
}

.tableListing .price {
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.145em;
    color: #2B2B33;
}

.tableListing-row-item-bonus {
    width: 11.6%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D4D4D4;
}

.tableListing-row-item-bonus svg {
    width: 40px;
    height: 40px;
}

.tableListing .up-to {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #777777;
    margin-top: 15px;
    margin-bottom: 5px;
}

.rating {
    display: flex;
    align-items: center;
    margin: 17px 0;
}

.rating span {
    margin-right: 6px;
    flex-shrink: 0;
}

.news .content-list {
    padding: 40px 0 20px 0;
    margin-bottom: 20px;
}

.news-card {
    width: calc(50% - 10px);

}

.news-card-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.news-card p {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 145%;
    margin: 10px 0;
}

.news-card-bottom {
    display: flex;
    justify-content: space-between;
}

.news-card-bottom span {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 185.02%;
    color: #B7B7B7;
}

.news-card-info {
    margin-left: 20px;
}

.news-card-info h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.news-card-info-mob {
    display: none;
}

.container-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faq-list h3 {
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B33;
    margin-bottom: 15px;
}

.faq-list {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 20px 30px 55px;
    margin-bottom: 10px;
    position: relative;
}

.faq-list ul {
    margin-left: 15px;
    margin-top: 10px;
}

.faq-list ul li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #888888;
    list-style: disc;
}

.faq-list ul li:not(:last-child) {
    margin-bottom: 9px;
}

.faq-list::before {
    content: url("../images/question_1.svg");
    position: absolute;
    top: 30px;
    left: 25px;
}


.faq-list p {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 145%;
}

.faq-title {
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #0079bf;
    margin-bottom: 20px;
}

.faq-title.align-left {
    text-align: left;
}

.faq-title.align-center {
    text-align: center;
}

.faq-title.align-right {
    text-align: right;
}

.person-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding: 20px 0 20px 20px;
}

.person span {
    font-size: 14px;
    line-height: 17px
}

.person-social ul {
    display: flex;
    list-style: none;
}

.person-social ul li {
    margin: 0 20px;
}

.person-wrapper {
    display: flex;
}

.person-img {
    margin-right: 20px;
}

.person-img img {
    width: 60px;
    height: 60px;
}

.person-info-date {
    display: flex;

}

.person-date {
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-right: 28px;
}

.person-date svg,
.person-date img {
    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;
}

.table-1 {
    width: 100%;
}

.table-1 table {
    border-collapse: collapse;
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: white;
}

.table-1 table tbody {
    color: black;
}

.table-1 table tr td {
    padding: 40px 10px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 0px 0px 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: #4AA032;
    /* border-radius: 0px 0px 3px 3px; */
}

.table-1 table tr th {
    /* border-right: 1px solid #1D6309; */
    width: 50%;
}

.table-1 table tr th:last-child {
    border-right: none;
}

table .text-left {
    text-align: left;
}

table .text-right {
    text-align: right;
}

table .text-center {
    text-align: center;
}

table .text-normal {
    font-weight: normal;
}

table .text-bold {
    font-weight: 600;
}

.information-wrapper {
    width: calc(50% - 10px);
}

@media screen and (max-width: 1000px) {
    .information-wrapper {
        width: 100%;
    }

    .table-1 {
        width: 100%;
        margin-top: 15px;
    }
}

.list-info {
    /* padding-left: 10px;
    padding-right: 10px; */
}

.list-info .list-info__list li {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 0px 3px 3px 0px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2B2B33;
    padding: 25px 25px 25px 72px;
    position: relative;
    margin-bottom: 60px;
    cursor: unset;
}

.list-info .list-info__list li p {
    font-size: 14px;
    line-height: 17px;
}

.list-info .list-info__list li:last-child {
    margin-bottom: unset;
}

.list-info .list-info__list li span {
    font-family: Inter, sans-serif;
    color: #4AA032;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.list-info__list .d_1 {
    width: 67px;
    height: 67px;
    background: #4AA032;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -28px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    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 {
    margin-top: 40px;
}

.list-block ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.list-block ul li {
    width: 32.58%;
    background: #0079bf;
    border-radius: 5px;
    padding: 35px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    transition: all 0.2s;
}

.list-block ul li a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.list-block ul li:hover {
    transition: all 0.2s;
    background: #090b34;
}

.list-block ul li a {
    color: white;
}

@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;
}

.table-2 table {
    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: #4AA032;
    /* border-radius: 0px 0px 3px 3px; */
    padding: 27px 10px;
    color: white;
    font-weight: 600;
}

/* .table-2 table thead th:not(:last-child),
.table-4 table thead th:not(:last-child) {
    border-right: 1px solid #1D6309;
} */

.table-2 table thead th:first-child,
.table-2 table tbody th:first-child {
    border-left: 1px solid #D4D4D4;
    min-width: 15%;
}

.table-2 table thead th:nth-child(2),
.table-2 table tbody th:nth-child(2) {
    min-width: 15%;
}

.table-2 table tbody tr td {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 0px 0px 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;
}

.menu-subitem ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #090b34;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 0 10px;
}

.menu-subitem ul li {
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #C2EEB5;
    padding: 25px 10px;
    border-bottom: 1px solid #0079bf;
}

.menu-subitem ul::before {
    content: '';
    position: absolute;
    left: 50%;
    border-bottom: 10px solid #090b34;
    z-index: -1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 20px;
    transform: translateX(-50%);
    top: 11px;
}

/* .menu .menu-subitem ul li:first-child {
    padding-left: 10px;
} */

.menu .menu-subitem {
    position: absolute;
    width: 100%;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    width: auto;
    min-width: 220px;
}

.menu .menu-subitem a:hover {
    color: #4fbbfa;
}

.menu .menu-subitem ul li:last-child {
    border-bottom: unset;
}

.menu-subitem {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.menu ul li:hover .menu-subitem {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu ul li:hover {
    background: unset;
}

.burger-menu {
    display: none;
    cursor: pointer;
}

.australia span.sp-year {
    font-size: 72px;
    line-height: 87px;
    color: #090b34;
    display: inline-block;
}

.circle-language svg {
    border-radius: 50%;
}

.tableListing-row-item-action svg {
    display: none;
}

.news-card-image img {
    width: 249px;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 700px) {
    .news-card-image img {
        width: 109px;
        height: 100%;
        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 25px 0;
        margin-bottom: 0;
    }

    .news-card-info h3 {
        font-size: 14px;
        line-height: 17px;
    }
}

#content-list {
    display: none;
    margin-left: auto;
    margin-right: 0;
    transition: all 0.2s;
}

.information-image,
.information-video {
    display: flex;
    width: 100%;
}

.information-image img {
    max-width: 100%;
    max-height: 100%;
}

.information-video video,
.information-video object,
.information-video iframe {
    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%;
    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%;
    transform: translate(-50%, -50%);
    background: 0 0;
    border: none;
}

.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:hover {
    cursor: pointer;
}

.information-video .video__button .video__button-icon {
    fill: #fff;
}

.person-info .person-social {
    display: none;
}

.menu-mobile {
    position: fixed;
    background: rgba(0, 0, 0, 0.36);
    top: 109px;
    left: 0;
    width: 100%;
    height: calc(100vh - 68.6px);
    display: none;
    align-items: flex-start;
    z-index: 100;
    overflow-y: auto;
}

.menu-mobile .links a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.menu-mobile .menu a,
.menu-mobile .menu span {
    display: flex;
    justify-content: flex-start;
}

.menu-mobile .menu a:hover {
    background: #090b34 !important;
}

.menu-mobile .menu a.active-menu {
    background: #090b34;
}

.menu-mobile .menu .active-menu .menuitem-right path {
    fill: #fff;

}

.menu-mobile .menu .menuitem-right {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.menu-mobile .language-mob .menuitem-right {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.menu-mobile .menu .menuitem-right.active-menu,
.menu-mobile .language-mob .menuitem-right.active-menu {
    transition: all 0.2s;
    transform: rotate(180deg);
}

.menu-mobile .menu .menuitem-right svg {
    transition: all 0.2s;

}

.white {
    fill: #fff;
}

.menuitem-right svg {
    margin-right: 0 !important;
}

.menu-mobile .menu {
    border-top: 1px solid #090b34;
    border-bottom: 1px solid #090b34;

}

.menu-mobile .circle-language {
    background: #090b34;
}

.active-m {
    display: flex;
}

#close-m {
    display: none;
    cursor: pointer;
}

.show-bc {
    display: block !important;
}

.show-bc-1 {
    display: flex !important;
}

.menu-mobile-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 575px;
    background: #0079bf;
}

.menu-mobile-container .links ul {
    display: flex;
    justify-content: space-between;
    padding: 25px 28px 25px 28px;
}

.menu-mobile-container .menu ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0 15px 0;
}

.menu-mobile-container .menu ul li {
    width: 100%;
    position: relative;
    padding: 0;
}

.menu-mobile-container .menu ul li>a,
.menu-mobile-container .menu ul li>span {
    padding: 15px 35px 15px 25px;

}

.menu-subitem-mob {
    display: none;
}

.menu-subitem-mob ul {
    padding: 0 !important;
    background: #090b34;
    border-top: 1px solid #0079bf;
}

.menu-mobile-container .language-mob {
    position: relative;
    /* display: flex; */
    align-items: center;
    margin-left: unset;
    cursor: pointer;
    transition: all 0.2s;
}

.menu-mobile-container .language-mob a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 25px 35px 25px 25px;
    color: #C5E4BC;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    white-space: nowrap;
}

.menu-mobile-container .language-mob a.active-menu .menuitem-right svg {
    transition: all 0.2s;
    transform: rotate(180deg);
}

.menu-mobile-container .language-mob a.active-menu .menuitem-right path {
    fill: #fff;
}

.menu-mobile-container .language-mob a .menuitem-left {
    display: flex;
    align-items: center;
}

.menu-mobile-container .language-mob a .menuitem-left .circle-language {
    margin-right: 10px;
    background: #090b34;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.menu-mobile-container .language-mob a .menuitem-left img {}

.menu-mobile-container .language-mob:hover {
    transition: all 0.2s;
    background: #090b34;
}

.menu-mobile-container .language-mob .menu-subitem-mob ul {
    display: flex;
    justify-content: space-between;
}

.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: #FFFFFF;
}

.table-3 table tbody tr td {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-3 table tbody tr td:first-child {
    width: 43%;
    background: #4AA032;
    padding-left: 17px;
    color: white;
    border-bottom: 1px solid black;
}

.table-3 table tbody tr:first-child td:first-child {
    border-radius: 3px 0 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;
}


/* page listing */

.tableCasino {
    display: flex;
}

.tableCasino table {
    width: 100%;
}

.tableCasino table tbody tr {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 0 20px 25px;
    margin-top: 20px;
    display: flex;
}

.tableCasino-row-item-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tableCasino-row-item-bonus {
    width: 80%;

}

.tableCasino-row-item-wagering {
    width: 300%;
}

.tableCasino-row-item-wagering-item {
    width: 100%;
}

.tableCasino-row-item-action {
    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;
}

.tableCasino-row-item-bonus {
    /*width: 11%;*/
    border-right: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tableCasino-row-item-bonus .price {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
}

.tableCasino-row-item-bonus .up-to {
    font-size: 18px;
    line-height: 22px;
}

.tableCasino-row-item-wagering {
    display: flex;
}

.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(../images/dices.svg);
    position: relative;
    margin-right: 5px;
}

.valid-for,
.wagering {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.valid-for {
    height: 50%;
    border-bottom: 1px solid #D4D4D4;
}

.wagering {
    height: 50%;
}

.valid-for span,
.wagering span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2B2B33;
    display: inline-block;
    margin-top: 5px;
}

.valid-for span:first-child,
.wagering span:first-child {
    font-size: 14px;
    line-height: 145%;
    color: #888888;
    font-weight: normal;
}

.valid-for {
    border-right: 1px solid #D4D4D4;
}

.wagering {
    border-right: 1px solid #D4D4D4;
}


.breadcrumbs {
    background: #FFFFFF;
    padding: 20px 0;
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #616161;
}

.breadcrumbs a {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #616161;
    margin: 0 12px;
}

.breadcrumbs ul {
    display: flex;
}

.breadcrumbs li span {
    margin-right: 12px;

}

.breadcrumbs a:first-child {
    margin-left: unset;
}

.breadcrumbs li.active-page span,
.breadcrumbs li.active-page {
    color: #090b34;
    font-size: 14px;
    line-height: 19px;
    cursor: inherit;
}

.breadcrumbs li.active-page {
    display: flex;
    align-items: flex-end;
}

.count-find {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #0079bf;
}

.person-1 {
    background: #FFFFFF;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

.person-1-container {
    margin: 0 auto;
    border: unset;
    max-width: 1440px;
}

.find-casino {
    display: flex;
    flex-wrap: wrap;
}

.top-casino.top-casino-l {
    margin-top: 40px;
}

.top-casino.top-casino-l h2 {
    margin-bottom: 10px;
}

.selectCustom:hover {
    cursor: pointer;
    box-shadow: 0 0px 7px 4px rgba(0, 121, 191, 0.4);
}

.find-casino .selectCustom {
    width: 32.14%;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.selectCustom-wrapper {
    display: flex;
    width: 100%;
    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: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.055em;
    color: #888888;
    padding: 0 32px 0 23px;
    width: 455px;
    position: relative;
    display: flex;
    align-items: center;
    height: 75px;
}

.select-filter img {
    margin-right: 13px;
}

.select-filter::after {
    content: url("../images/select_arrow.svg");
    position: absolute;
    top: 31px;
    right: 32px;
    transition: all 0.2s;

}

.selectCustomActive .select-filter::after {
    transform: rotate(180deg);
    transition: all 0.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;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.055em;
    color: #888888;
    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: #888888;
    margin-top: 10px;
}

.blacklist {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.blacklist-wrapper ul li {
    position: relative;
}

.blacklist-wrapper ul li:before {
    content: url(../images/list_red.svg);
    position: absolute;
    top: -2px;
    left: 0;
}

.blacklist-card {
    font-family: Inter, sans-serif;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 335px;
    padding: 20px;
    margin: 10px;
    display: grid;
}

.blacklist-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #D4D4D4;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr; */
}

.blacklist-wrapper {
    padding: 20px 0;
}

.blacklist-wrapper ul li {
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
}

.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;
}

.blacklist-action {
    margin-top: auto;
}

.blacklist-title {
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #2B2B33;
    margin-bottom: 0;
}

.black-list-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #7C7C7C;
    word-break: break-word;
}

.blacklist-star {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 11px;
}

.wrapper-head {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.wrapper-head>svg,
.wrapper-head>img {
    margin-right: 12px;
}

.live-casino {
    display: flex;
    flex-wrap: wrap;
}

.live-casino-grid-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.live-casino-grid-col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.live-casino-grid-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    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 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .live-casino-grid-col-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .live-casino-grid-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .live-casino-grid-col-4 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .live-casino-grid-col-3 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .live-casino-grid-col-2 {
        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;
    /* max-width: 335px; */
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    /* margin: 0 10px; */
}

.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-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2B2B33;
}

.live-casino-card p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 145%;
    text-align: center;
}

.live-casino-card-s {
    width: 32.45%;
}

.information-wrap ul li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 185.02%;
    color: #686868;
    margin-bottom: 9px;
    list-style: disc;
}

.information-wrap ol li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 185.02%;
    color: #686868;
    margin-bottom: 9px;
    list-style: decimal;
}

.information-wrap ul,
.information-wrap ol {
    padding-left: 30px;
    padding-bottom: 15px;
}

.information-wrap ul li:last-child,
.information-wrap ol li:last-child {
    margin-bottom: 0;
}


.live-casino-row .live-casino-card {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 43px 50px;
    margin-bottom: 15px;
    max-width: unset;
}

.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%;
}

.live-casino-card-wrapper .live-casino-card-title {
    width: 101px;
}

.live-casino-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.see-more {
    margin-left: auto;
    font-size: 18px;
    line-height: 22px;
    color: #888888;
    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: flex;
    justify-content: center;
    margin-top: 29px;
}

.show-more-button {
    width: 100px;
    margin-bottom: -11.5px;
    border: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #4AA032;
    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;
    }
}

/* page review*/
.casino-review {
    margin-top: 25px;
    margin-bottom: 40px;
}

.casino-review-card {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.casino-review-card-info {
    width: 47.15%;
    padding: 25px;
}

.casino-review-card-bonus {
    padding: 25px;
    width: 20.8%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #D4D4D4;
    ;
    border-right: 1px solid #D4D4D4;
    ;
}

.casino-review-card-info-top {
    display: flex;
    margin-bottom: 17px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.casino-review-card-info-top .casino-rating {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    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: flex;
    align-items: center;
    gap: 10px;
    border: 1px dashed #A63028;
    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 0;
}

.casino-review-card-items {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.review-item {
    display: flex;
    align-items: center;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2B2B33;
    margin: 20px 10px 0 10px;
}

.review-item svg,
.review-item img {
    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: bold;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B33;
    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: flex;
    background: #4AA032;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    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 {
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
    border-radius: 26.5px;
    width: 41px;
    height: 41px;
    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: flex;
    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(../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: bold;
    letter-spacing: 0.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: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 54px 30px 30px;
}

.casino-review-card-reviews h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
}

.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;
}

.table-4 {
    width: 100%;
}

.table-4 table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B33;
}


.table-4 table tr td {
    padding: 10px;
}

.table-4 table tr td:first-child {
    border-bottom: 1px solid #D4D4D4;
}

.table-4 table tr td.table--header {
    background: #FF922E;
    color: white;
}

.table-4 table tr:last-child td {
    border-bottom: unset;
}

.table-4 table tr td:not(:first-child) {
    border-bottom: 1px solid #D4D4D4;
}

.table-4 table tr td:not(:first-child),
.table-4 table tr td:not(:last-child) {
    border-right: 1px solid #D4D4D4;
}

.table-4 table tr td:first-child {
    width: 35%;
}

.table-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link-btn {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 20px;
}


.links-btn-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}

.link-btn {
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B33;
    display: flex;
    align-items: center;
    background: #fff;
}

.link-btn:hover {
    background: #e7e7e7;
}

.link-btn svg:first-child {
    margin-right: 12px;
}

.link-btn svg:last-child {
    margin-left: auto;
}

.preview-container {
    display: flex;
    overflow: auto;
    justify-content: space-between;
}

.preview-container::-webkit-scrollbar {
    height: 5px;
    /* height of horizontal scrollbar ← You're missing this */
    width: 4px;
    /* width of vertical scrollbar */
    border: none;
    border-radius: 10px;
}

.preview-container::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.preview-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: slategrey;
    /* outline: 2px solid slategrey; */
}

.preview-container .imageLink {
    width: calc(25% - 15px);

}

.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 h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #4AA032;
}

.pros table,
.cons table {
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 3px;
}

.pros table tbody,
.cons table tbody {
    background: #FFFFFF;
}

.pros table tr td,
.cons table tr td {
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    color: #888888;
}

.pros table tr td::before {
    content: url("../images/plus_li_c.svg");
    margin-right: 10px;
}

.cons table tr td::before {
    content: url("../images/minus_li_c.svg");
    margin-right: 10px;
}

.pros table th {
    background: #4AA032;
    padding: 20px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.cons table th {
    background: #FF4343;
    padding: 20px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.pros table th::before {
    content: url("../images/like_1.svg");
    margin-right: 15px;
}

.cons table th::before {
    content: url("../images/like_2.svg");
    margin-right: 15px;
}

.cons table th {
    background: #FF4343;
}

.pros-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* flex-wrap: wrap; */
}

.pros-container .pros {
    width: 50%;
}

.pros-container .cons {
    width: 50%;
}

.pros tr:not(:last-child),
.cons tr:not(:last-child) {
    border-bottom: 1px solid #D4D4D4;
}

.pros h2 {
    margin-bottom: 25px;
}

.pros table,
.cons table {
    height: 100%;
}

.pros table,
.cons table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 3px 3px 0px 0px;
}

.reviews-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0 10px;
    width: 355px;
}

.reviews-card a {
    padding: 25px 20px 20px 20px;
    display: flex;
    flex-direction: column;
}

.reviews-card-image {
    align-self: center;
    width: 172px;
    height: 69px;
}

.reviews-card-image img {
    width: 100%;
    height: 100%;
}

.other-reviews {
    overflow: hidden;
}

.other-reviews-container {
    display: flex;
    flex-wrap: wrap;
    transition: all 0.2s;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    width: 1787.5px;
    transform: translateX(0px);
}

.contacts h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #0079bf;
    margin-bottom: 25px;
}

.contacts table {
    display: flex;
    background: #FFFFFF;
    /*border: 1px solid #D4D4D4; */
    box-sizing: border-box;
    border-radius: 0px 0px 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 {
    width: 15%;
    background: #0079bf;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid #0079bf;
}

.contacts table tr td:nth-child(3) {
    font-size: 14px;
    line-height: 145%;
    color: #888888;
}

.contacts table tr td:first-child svg,
.contacts table tr td:first-child img {
    vertical-align: middle;
    margin-right: 10px;
}

.contacts table tr td:nth-child(2) {
    width: 20%;
}

.reviews-card .rating {
    margin: 15px 0;
}

.reviews-card h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.reviews-card p {
    font-size: 14px;
    line-height: 17px;
    color: #888888;
}

.reviews-card-bonus {
    display: flex;
    align-items: center;
}

.reviews-card-bonus svg {
    width: 19px;
    height: 19px;
}

.reviews-card-bonus span,
.reviews-card-bonus .price {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.reviews-card-bonus .up-to {
    margin-right: 7px;
    margin-left: 11px;
}

.reviews-card-bonus {
    margin-top: 15px;
}

.comments-card {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    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: #0079bf;
    border-radius: 3px;
    font-family: Ubuntu, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    outline: none;
    padding: 20px 0;
    max-width: unset;
    cursor: pointer;
}

.comments-card textarea {
    background: #F2F2F2;
    border-radius: 3px;
    resize: none;
    width: 100%;
    height: 131px;
    margin: 20px 0 25px 0;
    padding: 20px;
    border: none;
}

.comments-card input {
    background: #F2F2F2;
    border-radius: 3px;
    padding: 20px;
    border: none;
    width: 100%;
}

.comments-card-top {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 7px;
}

.rating-comments {
    display: flex;
    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: flex;
    flex-direction: column;
    margin-top: 10px;
}

.comments-item {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 5px 0;
}

.comments-item-person {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #D4D4D4;
    ;
}

.comments-person {
    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: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2B2B33;
    margin-bottom: 5px;
}

.comments-person-date {
    font-size: 14px;
    line-height: 17px;
    color: #888888;
}

.comments-item .rating-comments svg,
.comments-item .rating-comments img {
    margin-right: 7.5px;
    margin-left: 0;
}

.comments-item .rating-comments svg:last-child,
.comments-item .rating-comments img:last-child {
    margin-right: 0;
}

.comments-item p {
    padding: 20px;
    font-size: 17px;
    line-height: 150%;
}

/* page news */

.other-news-container {
    display: flex;
    flex-wrap: wrap;
    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 {
    font-family: Inter, sans-serif;
    width: calc(25% - 15px);
}

.other-news-author {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.other-news-author span {
    font-size: 14px;
    line-height: 185.02%;
}

.other-news-card h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2B2B33;
}

.other-news-image {
    width: 100%;
    height: 146px;
    margin-bottom: 14px;
}


.other-news-image img {
    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;
}

.breadcrumbs.show-block {
    display: block;
}

.casino-review-card-reviews .rating span {
    font-weight: 600;
}

.read-review {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4AA032;
    display: none;
    margin-left: auto;
}

.other-reviews-action {
    display: flex;
    margin-left: auto;
}

.other-reviews-action .prev {
    margin-right: 47px;
}

/*page contacts*/

.contacts-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 185.02%;
    color: #888888;
}

.contacts-email,
.contacts-phone {
    display: flex;
    flex-direction: column;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.contacts-email a,
.contacts-phone a {
    font-family: Inter, sans-serif;
    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: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
    color: #888888;
}


.contacts-info {
    padding: 20px 70px 20px 0;
}

/*Privacy Policy*/


.privacy-policy-text h2 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2B2B33;
    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 .pros {
    width: 100%;
}

.pros-container .cons {
    width: 100%;
}

/*page frame6*/

.author-text p {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 185.02%;
}

.author-text p:not(:last-child) {
    margin-bottom: 20px;

}

.other-news-container-2 {
    display: flex;
    align-items: flex-start;
}

.other-news-container-2 {
    padding-top: 20px;
}

.other-news-container-2 .news-card-big {
    margin-right: 40px;
}

.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%;
    object-fit: cover;
    border-radius: 3px;
}

.news-card-small .news-card-image img {
    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 0;
    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: flex;
    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: 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 {
    width: 60%;
}

.section-title .person .person-container {
    border: 0;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
}

.section-title .person .person-social {
    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: bold;
    font-size: 36px;
    line-height: 44px;
}


@media screen and (max-width: 1428px) {
    .blacklist {
        justify-content: center;
    }

    .blacklist-card {
        margin-bottom: 15px;
    }

    .live-casino {
        justify-content: center;
    }

    .live-casino-card {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1397px) {
    .information-image {
        width: 100% !important;
        max-width: 100% !important;
    }

    .information-wrap-reverse {
        flex-direction: column-reverse;
    }

    .information-wrap {
        gap: 10px;
    }

    .information-image,
    .information-text,
    .information-video {
        width: 100% !important;
        max-width: 100% !important;

    }

    .information-wrap {
        flex-wrap: wrap;
    }

    .information-image {
        min-width: unset;
    }
}

@media screen and (max-width: 1371px) {

    .links-btn-wrapper a {
        /* margin-bottom: 5px; */
        width: 100%;
    }

    .information-wrapper {
        max-width: unset;
    }

    .find-casino {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .find-casino .selectCustom {
        width: 100%;
    }

    .find-casino .selectCustom:not(:last-child) {
        margin-bottom: 10px;
    }

    .selectCustom-wrapper {
        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-info-top .casino-rating {
        border-bottom: none;
    }

    .casino-review.casino-review-closed .casino-review-card .casino-review-card-img {
        border-bottom: none;
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right {
        align-self: flex-start;
        /* transform: translateX(-50%); */
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right div {
        white-space: nowrap;
    }

    .casino-review-card-info-top .casino-rating {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right {
        margin-top: 0;
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right .casino-rating-closed {
        gap: 5px;
        padding: 4px 10px;
    }

    .casino-review-card-info-top .casino-rating .casino-rating-right div {
        font-size: 14px;
        line-height: 17px;
    }

    .news-card-image {
        flex-shrink: 0;
    }

    .news-card {
        width: unset;
    }

    .casino-review-card {
        flex-direction: column;
    }

    .casino-review-card>div {
        width: 100%;
        border-bottom: 1px solid #D4D4D4;
        border-left: 0;
        border-right: 0;
    }

    .casino-review-card-info-top {
        border-bottom: 1px solid #D4D4D4;
    }

}

.tags-item li {
    width: 13%;
}

@media screen and (max-width: 1225px) {

    .tableCasino-row-item-bonus .price {
        font-size: 25px;
        line-height: 25px;
    }

    .menu ul li {
        padding: 20px;
    }

    .tags-item {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    /* .tags-item li {
      width: 33.3333%;
      display: flex;
align-items: center;
    } */
    /* .tags-item::after {
    content: "";
    flex: auto;
    display: none;
} */
    .tags-item {
        gap: 0;
    }

    .tags-item li svg {
        min-width: 12px;

    }

    .footer .language {
        margin-left: unset;
    }

    .container-news {
        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 {
        display: flex;
        flex-direction: column;
    }

    .contacts table tbody tr {
        display: flex;
        flex-direction: column;
    }

    .contacts table tbody tr td {
        width: 100% !important;
    }

    .card-menu ul li:last-child:not(:nth-child(even)) {
        width: 100%;
        order: 5;
    }

    .card-menu ul li:last-child {
        order: 3;
    }

    .card-menu ul li:last-child:not(:nth-child(even)) a {
        width: 100%;
    }

    .card-menu ul {
        margin: 0;
        justify-content: space-between;
    }

    .card-menu ul {
        flex-wrap: wrap;
    }

    .card-menu ul li {
        width: 49%;
        margin: 0 0 5px 0;
    }

    .card-menu-item {
        width: unset;
        height: 57px;

    }

    .card-menu-item h2 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 1086px) {
    #up {
        right: 17px;
    }

    .tags-item {
        margin: 0;
        justify-content: unset;
    }

    .tags-item a {
        margin: 0 10px 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 {
        flex-direction: column;
        padding: 20px 15px;
    }

    .live-casino-text .live-casino-card-info {
        margin-left: 0;
    }

    .footer-wrapper p {
        margin-top: 2px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .links-social img {
        margin: 0 10px;
    }


    .burger-menu {
        display: block;
    }

    .header-bottom .menu,
    .header .links,
    .header .language {
        /* display: none; */
    }

    .header .container {
        justify-content: space-between;
    }

    .footer .container {
        flex-wrap: wrap;
    }

    .footer-wrapper {
        order: 6;
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-wrapper .links-social {
        order: 1;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .footer-wrapper a.logo {
        order: 2;
    }

    .footer-wrapper p {
        order: 3;
    }

    .footer {
        padding: 30px 0;
    }

    .footer .language {
        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) {
    .casino-review-card-reviews-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        margin-right: 0;
        width: 95%;
    }

    .casino-review-card-reviews-wrapper:not(:last-child) {
        margin-bottom: 15px;
    }

    .casino-review-card-reviews .casino-rating {
        margin-bottom: 20px;
        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 {
        justify-content: flex-start;
    }

    .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: 0px;
    }

    .casino-review-card .btn1 {
        margin-right: unset;
    }

    .list-block ul {
        gap: 10px;
        flex-direction: column;
    }

    .list-block ul li {
        width: unset;
        margin-bottom: 0;
    }

    .top-casino-item {
        display: block;
        order: 2;
    }

    .top-casino-item .rating {
        margin: 5px 0 0 0;
    }

    .tableListing table {
        /* display: flex; */
        /* justify-content: center; */
        width: 100%;
    }

    .tableCasino-row-item-bonus {
        border-right: 0;
        border-left: 0;
        grid-row: 3;
        flex-direction: unset;
        padding: 20px 0;
        border-bottom: 1px solid #D4D4D4;
    }

    .tableCasino-row-item-action {
        padding-top: 15px;
    }

    .tableCasino-row-item-action a {
        max-width: 173px;
    }

    .tableCasino-row-item-action {
        padding-right: 0;
    }

    .tableCasino-row-item-action a.btn1 {
        margin-bottom: 0;
    }

    .tableCasino-row-item-image {
        flex-direction: row;
        border-bottom: 1px solid #D4D4D4;
        padding: 0 15px 20px 15px;
    }

    .tableCasino table tbody tr {
        flex-direction: column;
    }

    .tableCasino-row-item-bonus {
        width: 100%;
    }

    .tableCasino-row-item-wagering {
        width: 100%;
    }

    .tableCasino-row-item-image>img {
        width: 122px;
        height: 49px;
    }

    .tableCasino-row-item-image span {
        order: 3;
    }

    .tableCasino-row-item-image img {
        order: 1;
    }

    .tableCasino-row-item-image .casino-block {
        order: 2;
    }

    .valid-for,
    .wagering {
        border-right: 0;
        padding: 20px 0;
    }

    .tableCasino-row-item-action {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .tableCasino table tbody tr {
        grid-template-columns: unset;
        padding: 15px 0;
    }

    .tableCasino-row-item-wagering {
        border-bottom: 1px solid #D4D4D4;
    }

    /* .tableListing tbody tr {
        grid-template-columns: unset;
    } */
    .container>p {
        line-height: 22px;
    }

    .other-news-card a {
        width: 100%;
        display: flex;
    }

    .other-news-container {
        gap: 0;
    }

    .tableListing tbody tr {
        display: flex;
        flex-direction: column;
    }

    .tableListing tbody tr td:first-child {
        width: 100%;
    }

    .tableListing tbody tr td:nth-child(2) {
        width: 100%;
    }

    .tableListing tbody tr td:nth-child(3) {
        width: 100%;
    }

    .tableListing tbody tr td:nth-child(4) {
        width: 100%;
    }

    .tableListing-row-item-bonus {
        flex-direction: row;
        flex-wrap: wrap;
        border-top: 1px solid #D4D4D4;
        border-bottom: 1px solid #D4D4D4;
    }

    .tableListing-row-item-action>svg {
        display: block;
        margin-left: 5px !important;
        cursor: pointer;
    }

    .tableListing-row-item-action {
        align-items: center;
        flex-direction: row;
    }

    .tableListing-row-item-action a:first-child {
        margin-bottom: unset;
    }

    .tableListing-row-item-list {
        border-right: unset;
    }

    .tableListing table tbody .tableListing-row-item-bonus {
        border-right: unset;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tableListing table tbody .tableListing-row-item-list {
        grid-row: 5;
        display: none;
        padding: 20px 15px 0;
        margin-top: 25px;
        border-top: 1px solid #D4D4D4;
    }


    .tableListing-row-item-list ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .tableListing-row-item-list ul {
        gap: 0;
    }

    .btn2,
    .btn1 {
        height: auto;
        padding: 15px 5px;
        flex-grow: 1;
        flex-basis: 25%;
        cursor: pointer;
    }

    .tableListing table tbody .tableListing-row-item-action {
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row;
        gap: 15px;
        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 {
        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;
    }


    .pros table,
    .cons table {
        width: 100%;
    }

    .casino-review-card-info-top {
        padding: 20px 0;
        justify-content: center;
        border-bottom: 0;
        margin-bottom: 5px;
    }

    .casino-review-card .casino-review-card-img {
        order: 1;
        width: 50%;
        border-bottom: 1px solid #D4D4D4;
        display: flex;
        justify-content: center;
    }

    .casino-review-card .casino-review-card-img img {
        width: 90%;
        object-fit: contain;
    }

    .casino-review-card .casino-review-card-info-top .casino-rating {
        order: 2;
        width: 50%;
        border-bottom: 1px solid #D4D4D4;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .casino-review-card-text {
        margin: 0 15px 20px 15px;
    }

    .pros,
    .cons {
        width: 100%;
    }

    .casino-review-card .person {
        order: 3;
        padding-top: 20px;
        width: 100%;
        padding-left: 0;
    }

    .casino-review-card-items {
        padding: 0 15px 20px 15px;
        margin: 0 0 0 -10px;
    }

    .casino-review-card-info {
        padding: 0;
    }

    .live-casino-card {
        width: 100%;
        max-width: unset;
        /* margin: 0 -15px 10px -15px; */
    }

    .blacklist-card {
        width: 100%;
        max-width: unset;
        margin: 0 -15px 10px -15px;
    }

    .footer .container {
        justify-content: space-evenly;
    }

    .footer .menu,
    .footer .links {
        flex-basis: 34%;
        margin: 0 auto;
    }

    .footer .links {
        margin-top: 25px;
    }

    .table-2 tbody tr {
        display: flex;
        flex-wrap: wrap;

    }

    .table-2 thead tr {
        display: flex;
        flex-wrap: wrap;
    }

    .table-2 thead tr th:nth-child(odd):last-child {
        /* grid-column: 1 / span 2; */
        width: 100%;
    }

    .table-2 table tbody tr td:nth-child(odd):last-child {
        /* grid-column: 1 / span 2; */
        width: 100%;

    }

    .table-2 table thead th {
        font-size: 14px;
        line-height: 0;
    }


    .wrapper {
        margin: 1rem 0;
    }

    .wrap {
        margin: 25px auto;
    }

    .table-2 table tbody tr td {
        font-size: 14px;
        line-height: 17px;
        padding: 20px 10px;
    }

    .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 0;
        border-bottom: 1px solid #1D6309;
        width: 50%;
    }

    .table-2 table thead th:nth-child(2) {
        /* border-radius: 0 3px 0 0; */
        border-right: unset;
        border-bottom: 1px solid #1D6309;
        width: 50%;

    }

    .table-2 thead tr th:nth-child(3) {
        border-radius: unset;
    }

    .table-2 tbody tr {
        margin-bottom: 5px;
    }

    .table-2 table tbody tr td {
        border-radius: unset;
        width: 50%;
    }


}

@media screen and (max-width: 567px) {
    .page-nf-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .page-nf-title {
        margin-top: 25px;
    }

    .page-nf-desc {
        margin-bottom: 30px !important;
    }

    .page-nf-buttons {
        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;
        align-items: flex-start;
    }

    .comments-card textarea {
        margin-top: 0;
        margin-bottom: 102px;
    }

    .comments-card .rating-comments {
        position: absolute;
        bottom: 95px;
        flex-direction: column;
        align-items: flex-start;
        width: 90%;
    }

    .comments-card .rating-comments span {
        color: #2B2B33;
    }

    .stars-comments {
        margin-top: 13px;
        width: 67%;
        display: flex;
        justify-content: space-between;
    }

    .comments-card-top input {
        margin-bottom: 10px;
    }

    .comments-item .rating-comments svg {
        width: 14px;
        height: 14px;
    }

    .pros table tr td,
    .cons table tr td {
        font-size: 14px;
        font-weight: 500;
    }

    .pros table th,
    .cons table th {
        font-size: 14px;
        line-height: 17px;
    }


    .links-btn-wrapper a {
        font-size: 14px;
        line-height: 17px;
    }

    .casino-review-card .person-img img {
        width: 50px;
        height: 50px;
    }

    .casino-review-card-info-top {
        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 14px;
    }

    .casino-review-card-bonus {
        flex-direction: row;
        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: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .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%;
    }

    .live-casino-row .live-casino-card-title {
        margin: 5px 0 20px 0;
    }

    .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;
    }

    .live-casino-card-title {}

    .content-list h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .content-list {
        padding-bottom: 15px;
    }

    .tags-item {
        justify-content: space-between;
        /* align-items: flex-start; */
        padding-top: 23px;
        padding-bottom: 0;
    }

    .tags-item a {
        margin: 0 10px 20px 10px;
    }

    .blacklist-card {
        padding: 15px;
    }

    .selectCustom {
        margin-bottom: 10px;
    }

    .find-casino-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .select-filter,
    .selectCustom ul li {
        font-size: 14px;
        line-height: 17px;
    }

    .select-filter::after {
        content: url("../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;
    }

    .top-casino-title-l,
    .count-find {
        font-size: 16px;
        line-height: 19px;
    }

    .menu-mobile {
        top: 69px;
    }

    .blacklist-star span {
        margin-right: 4px;
    }

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

    .blacklist-title {
        font-size: 16px;
        line-height: 19px;
    }

    .header .container {
        padding: 12px 25px 12px 15px;
    }

    header .logo img {
        height: 41px;
    }

    .find-casino .selectCustom {
        width: 100%;
        margin: 0 0 15px 0;
    }

    #up {
        width: 49px;
        height: 68px;
    }

    .wrapper.card-menu {
        padding-top: 25px;
        padding-bottom: 0;
    }

    @media screen and (max-width: 375px) {
        .tableCasino-row-item-action {
            flex-direction: column;
            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;
    }

    .news-card {
        position: relative;
    }

    .person-container {
        padding: 15px;
        border-left: none !important;
        border-right: none !important;
    }

    .person-info .person-social {
        display: block;
        margin-top: 15px;
    }

    .person-social ul li {
        margin: 0 10px;
    }

    .person-date {
        margin-top: 12px;
    }

    .person .person-container>.person-social {
        display: none;
    }

    .person-info {
        flex-direction: column;
    }

    .person-info .person-social ul li:first-child {
        margin-left: unset;
    }

    p {
        font-size: 14px;
        line-height: 135%;
    }

    /* .faq-list {
        margin: 0 -10px 10px -10px;
    } */


    .faq-title {
        font-size: 24px;
        line-height: 29px;
    }

    /* .top-casino h2 {
        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;
    }

    .tableListing-row-item-image h4 {
        font-family: Inter, sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #2B2B33;
    }

    .rating span {
        font-size: 14px;
        line-height: 17px;
    }

    .rating svg {
        width: 18px;
        height: 18px;
    }

    .tableListing-row-item-image img {
        width: 122px;
        height: 49px;
    }

    .tableListing-row-item-image {
        margin-bottom: 16px;
    }

    .tableListing-row-item-bonus-image {
        width: 22px;
        height: 22px;
    }

    /* .tableListing table tbody tr {
        padding: 15px 0 20px 0;
    } */

    .price,
    .up-to {
        font-size: 18px;
        line-height: 22px;
    }

    .tableListing-row-item-action .btn1::before {
        content: url("../images/dices_m.svg");
    }

    button,
    .btn1,
    .btn2 {
        font-size: 14px;
        line-height: 17px;
        align-self: stretch;
    }

    .container {
        padding: 0 15px;
    }

    .person-img img {
        width: 100px;
        height: 100px;
    }

    #content-list {
        display: block;
    }

    .logo img {
        width: 190px;
    }

    .tags-item {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
    }




    .news-card-image img {
        border-radius: 3px;
    }

    .news-card {
        display: block;
    }

    .news-card-info h3 {
        font-size: 14px;
        line-height: 17px;
    }

    .news-card p {
        font-size: 14px;
        line-height: 145%;
    }

    .news-card-bottom {
        font-size: 14px;
        line-height: 185.02%;
    }

    .news-card-info {
        margin-left: unset;
    }

    .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 {
        align-items: flex-start;
        padding: 20px 5px;
        line-height: 12px;
    }

    .list-block {
        margin-top: 22px;
    }

    .footer .links a {
        font-size: 14px;
        line-height: 17px
    }

    .tableListing-row-item-action a:first-child {
        margin-right: unset;
    }

    .tableListing table tbody {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .faq-list {
        padding: 20px 15px 20px 35px;
    }

    .faq-list::before {
        top: 20px;
        left: 5px;
    }

    .faq-list h3 {
        margin-bottom: 10px;
    }

    .footer-wrapper p {
        margin-top: 0;
    }
}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 400px) {

    .person-date {
        margin-right: 12px;
    }

    .person-img {
        margin-right: 0;
    }

    .footer .menu,
    .footer .links {
        flex-basis: 44%;
    }
}

@media screen and (max-width: 400px) {
    .tableListing-row-item-action a.btn2 {
        margin: 10px 0;
    }

    .tableListing-row-item-action {
        flex-direction: column;
    }

    .tableListing table tbody .tableListing-row-item-action {
        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) {
    /* .tableListing-row-item-action a.btn2 {
        margin-top: 15px;
    } */

    .tableListing-row-item-action svg {
        margin: 0 auto 0 auto;
    }

    .person-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news-card p {
        bottom: -15px;
    }

    .person-container {
        justify-content: center !important;
    }

    .person-img {
        margin-right: 0 !important;
    }

    .person-info-title {
        text-align: center;
    }

    .person-social ul li:last-child {
        margin-right: 0 !important;
    }

    .person-info-mob .person-text {
        text-align: center;
    }
}

.about h2 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2B2B33;
    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: bold;
    font-size: 36px;
    line-height: 1;
    color: #4AA032;
    margin-bottom: 25px;
}

.theteam h3 {
    /* margin-top: 30px; */
    margin-bottom: 20px;
}

.theteam .person .person-img img {
    width: 143px;
    height: 143px;
    object-fit: cover;

}

.theteam .person-info-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
}

.theteam .person-container {
    padding: 30px;
}

.theteam .person-info .person-social {
    display: block;
}

.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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.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 0;
}

.contacts .contacts-info>div:last-child {
    margin: 0;

}

.contacts-wrap {
    display: flex;
    border: 1px solid #D4D4D4;
    padding: 20px 20px 20px 35px;
}

.about-bottom h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #2B2B33;
}

@media screen and (max-width: 1024px) {
    header .logo {
        margin-right: 0;
    }

    .menu ul li a {
        height: 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: normal;
        font-size: 14px;
        line-height: 185.02%;
    }

    .theteam h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .theteam p {
        font-size: 14px;
        line-height: 185.02%;
        color: #616161;
    }

    .person-info .person-text {
        display: none;
    }

    .theteam .person-info-mob .person-text {
        display: block;
        width: 100%;
        margin: 14px 0 0 0;
        font-size: 14px;
        line-height: 135%;
    }

    .theteam .person-container {
        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;
    }

    .theteam .person-info-title,
    .person-info-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .theteam .person-social ul li,
    .person-social ul li {
        margin: 0 35px 0 0;
    }

    .person-social ul li svg {
        width: 25px;
        height: 25px;
    }

    .person-wrapper {
        align-items: center;
    }

    .theteam .person-text {
        margin: 14px 0 0 0;
        font-size: 14px;
        line-height: 135%;
    }

    .theteam h3 {
        /* margin-top: 25px; */
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .theteam p {
        font-size: 14px;
        line-height: 185.02%;
    }

    .theteam h3 {
        font-size: 18px;
        line-height: 22px;
        /* margin-top: 25px; */
        margin-bottom: 15px;
    }

    .contacts-wrap {
        flex-wrap: wrap;
        padding: 25px 10px 10px 10px;
    }

    .contacts .contacts-info {
        border-right: none;
        margin-right: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .contacts .contacts-info {
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #D4D4D4;
    }

    .contacts .contacts-info>div:first-child {
        margin: 0 0 10px 0;
    }

    .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 0;
    }

    .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 {
        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: 1px solid #D4D4D4;
    border-bottom: none;
    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: flex;
    padding: 25px 35px 58px 64px;
    border: 1px solid #D4D4D4;
    align-items: center;
}

.section-developers-bottom .section-developers-wrap .section-developers-img {
    width: 200px;
    margin-right: 97px;
}

.section-developers-bottom .section-developers-wrap .section-developers-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

@media screen and (max-width: 700px) {
    .section-developers-top {
        margin-top: 0;
    }

    .section-developers-top .section-developers-wrap {
        flex-direction: column;
        padding: 20px 0 15px 0;
        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: bold;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 13px;
    }

    .person-developers .person-date {
        margin-top: 0;
    }

    .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 0;
    }

    .tags-developer .content-list {
        padding-bottom: 25px;
    }

    .tags-developer .tags-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tableListing table tbody tr {
        margin-top: 10px;
    }

    .section-developers-bottom .section-developers-wrap {
        flex-direction: column;
        margin-left: -10px;
        margin-right: -10px;
    }

    .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%;
    }

    .section-developers-bottom .section-developers-wrap {
        padding: 20px 15px 15px 15px;
        border-radius: 5px;
    }

    .information-text p {
        font-size: 14px;
        line-height: 185.02%;
    }

}

.playfree {
    margin-top: 40px;
}

.playfree iframe {
    height: 591px;
    width: 100%;
}

.playfree .playfree-wrapper {
    position: relative;
}

.playfree .playfree-wrapper a {
    background: #FF922E;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 26px 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.playfree .playfree-wrapper a:hover {
    transition: all 0.2s;
    background: #EC8221;
}

.playfree .playfree-wrapper a span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-left: 5px;
}


.live-casino .live-casino-item {
    display: flex;
    align-items: center;
    /* padding: 43px 50px 43px 63px; */
    padding: 43px 50px;
}

.live-casino-card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* white-space: nowrap; */
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.live-casino-item-left {
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    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 {
    flex-wrap: wrap;
}

.slot-information .information-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.information-wrap {
    display: flex;
    justify-content: space-between;
}

.information-wrap--column {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 700px) {
    .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;
        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;
        overflow: hidden;
    }

    .live-casino-item-right p {
        line-height: 22px;
    }

    .live-casino-item-left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .live-casino-card-title {
        font-size: 16px;
        line-height: 19px;
        margin-top: 10px;
    }

    .slot-information .information-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .information-title {
        margin-bottom: 10px;
    }

    .information-wrap ul li,
    .information-wrap ol li {
        font-size: 14px;
        line-height: 19px;
    }

    .information-wrap ul,
    .information-wrap ol {
        padding-left: 17px;
        /* margin-bottom: 15px; */
    }

    .live-casino-card:last-child {
        width: 100%;
        max-width: unset;
        margin-bottom: 0;
    }

    .live-casino {
        margin: 0;
    }
}

@media screen and (max-width: 1220px) {
    .other-news-wrapper .news-card-small {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {

    .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%;
        object-fit: cover;
    }

    .news-card-small .news-card-image img {
        width: 109px;
        height: 100%;
    }

    .news-card-big .news-card-wrapper {
        display: flex;
    }

    .news-card-big .news-card-image {
        width: auto;
        height: auto;
    }

    .news-card-big .news-card-info {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        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;

    }
}

@media screen and (max-width: 700px) {
    .reviews-card {
        margin: 0;
        width: auto;
    }

    .other-reviews-container {
        margin-left: 0;
        margin-right: 0;
    }

    .table-4 table tr td:not(:first-child),
    .table-4 table tr td:not(:last-child) {
        width: 50%;
    }

    .wrapper>.container>h2 {
        margin-bottom: 15px;
    }

    h2 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .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 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .wrapper>.container>h3 {
        margin-bottom: 14px;
    }

    h3 {
        font-size: 17px;
        line-height: 20px;
    }

    .wrapper>.container>h4,
    .wrapper>.container>h5,
    .wrapper>.container>h6 {
        margin-bottom: 13px;
    }

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

    h5 {
        font-size: 15px;
        line-height: 18px;
    }

    h6 {
        font-size: 14px;
        line-height: 17px;
    }

    .information-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .information-image {
        margin-bottom: 0;
    }

    .information-image img {
        border-radius: 5px;
    }

    .other-news-card {
        font-family: Inter, sans-serif;
        width: 100%;
        display: flex;
    }

    .other-news-container .other-news-card:last-child {
        margin-bottom: 0;
    }

    .other-news-image img {
        width: 109px;
        height: 63px;
        object-fit: cover;
        border-radius: 3px;
    }

    .other-news-image {
        width: auto;
        height: 63px;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .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 {
        flex-direction: row;
    }

    .see-more {
        font-size: 16px;
        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:not(:last-child) {
        margin-right: 15px;
    }

    .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.02%;
    }

    .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 {
        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 svg,
    .person-date img {
        width: 20px;
    }

    .person-info-date {
        flex-wrap: wrap;
    }

    .person-date:last-child {
        margin-right: 0;
    }

    .person-social ul {
        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;
}

.overlayContainer {
    bottom: 0;
}

.relativeContainer {
    position: relative;
    margin: 0 0.5rem;
}

.imageBox {
    position: absolute;
}

.imageBox {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.display {
    display: block;
}

.imageCaption {
    margin: 0;
    font-size: 1.3em;
    padding: 0.325rem;
}

.imageLink {
    outline: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.imageLink:hover,
.imageLink:focus {
    opacity: 0.8;
}

.overlayContainer {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(51, 51, 51, .9);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.imageBox {
    cursor: pointer;
}

.opacity {
    visibility: visible;
    opacity: 1;
}

.live-casino-thrice-wrapper {
    display: flex;
    justify-content: space-between;
}

/* .live-casino-thrice-wrapper .live-casino-card {
    width: calc(33.3334% - 12.66px);
    max-width: none;
    margin: 0;
} */

.activestar {
    fill: #FFAC2F;
}

.comments-notstar .comments-card input {
    width: calc(50% - 10px);
}

.comments-notstar .comments-card .form-btn-1 {
    width: 100%;
}

.person-social path {
    transition: all 0.2s;
}

.person-social path:hover {
    transition: all 0.2s;
    fill: #2E5A22;

}

.news-card,
.news-card-big,
.news-card-small,
.other-news-card,
.form-btn-1 {
    transition: all 0.2s;

}

.news-card:hover,
.news-card-big:hover,
.news-card-small:hover,
.other-news-card:hover,
.form-btn-1:hover {
    transition: all 0.2s;
    opacity: 0.9;
}

.links-social a path {
    transition: all 0.2s;

}

.links-social a:hover path {
    fill: #e7e7e7;
    transition: all 0.2s;

}

@media screen and (max-width: 375px) {
    .casino-review-card>div {
        flex-direction: row;
    }

    /* .casino-review-card-reviews-wrapper:first-child {
      margin-bottom: 25px;
} */
    .tableListing table tbody tr h4 {
        white-space: none;
    }

    .tableListing-row-item-image>span {
        white-space: nowrap;
    }

    .rating span {
        white-space: nowrap;
    }

    .see-more {
        padding-left: 10px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
}

.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 {
    width: 100%;
    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;
}


/*************** STYLE FOR BASIC WP TABLE *************/

.wp-block-table table,
.information-text table {
    border: 1px solid #888888;
    font-family: 'Inter, sans-serif', sans-serif;
}

.wp-block-table {
    word-break: inherit;
}


.information-text table {
    width: 100%;
}

.wp-block-table table thead,
.information-text table thead {
    padding: 10px;
    background-color: #1e74be;
    color: #ffffff;
}

.wp-block-table table thead th {
    color: #fff;
}

.wp-block-table table thead tr th,
.information-text table thead tr th {
    padding: 10px 0;
}

.wp-block-table table tr,
.information-text table tr {
    border: 1px solid #D4D4D4;
}

.wp-block-table table tr td,
.information-text table tr td {
    padding: 10px 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: #888888;
}

.information-wrap .table-4 table ul li {
    font-size: 18px;
    color: #888888;
}

.information-wrap .table-2 table ul li {
    font-size: 18px;
    color: #888888;
}

.wp-block-table table thead tr th:first-child,
.information-text table thead tr th:first-child {
    width: 30%;
}

.information-text table tr td: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 li.active-page span,
    .breadcrumbs li.active-page {
        font-size: 13px;
    }

    .breadcrumbs a span {
        font-size: 13px;
    }

    .breadcrumbs ul {
        flex-wrap: wrap;
    }

    .breadcrumbs ul li {
        display: flex;
        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: flex;
        flex-direction: column;
        width: 50%;
    }

    .casino-review-card-reviews .casino-rating {
        width: 100%;
    }

    .casino-review-card-reviews {
        display: flex;
        flex-direction: row;
    }

    .casino-review-card-reviews .casino-rating {
        margin-bottom: 20px;
    }

    .casino-review-card .casino-review-card-info-top .casino-rating {
        padding-bottom: 20px;
    }
}

/* Edits from 2022-03-24 */
.container>.menu li {
    padding: 0;
}

.container>.menu li a,
.container>.menu li span {
    padding: 20px;
    height: auto;
}

.relativeContainer .largeImage {
    object-fit: contain;
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1310px) {
    .imageBox {
        width: 95%;
    }
}

.preview-container .imageLink {
    width: 100%;
}

#up {
    z-index: 100;
}

#up:hover {
    cursor: pointer;
}

.reviews-card {
    max-width: 355px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .reviews-card {
        max-width: 100%;
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .reviews-card {
        max-width: 100%;
        width: 100%;
    }
}


.pros-block h3 {
    padding: 20px 0;
}

.pros-block .align-left {
    text-align: left;
}

.pros-block .align-center {
    text-align: center;
}

.pros-block .align-right {
    text-align: right;
}

.contacts h3 {
    padding: 15px 0;
}

.container>.information-wrap+.pros-block {
    margin-top: 50px;
}

@media screen and (max-width: 992px) {
    .container>.information-wrap+.pros-block {
        margin-top: 0;
    }

    .tableListing .price {
        font-size: 18px;
        line-height: 22px;
    }

    .tableListing .up-to {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .tableListing tbody tr td:nth-child(4) svg {
        width: 22px;
        height: 22px;
    }

}

@media screen and (max-width: 767px) {
    .reviews-card {
        margin: 0;
        width: auto;
    }

    .other-reviews-container {
        margin-left: 0;
        margin-right: 0;
    }


}

.live-casino-card {
    margin-bottom: 20px;
}

.footer .container {
    justify-content: flex-start;
    align-items: center;
}

.footer-wrapper {
    margin-right: 40px;
}

.footer .menu:not(:last-child) {
    margin-right: 40px;
}

.footer .menu ul li {
    margin: 0;
}

.footer .menu ul li a:hover {
    color: #fff;
}

.footer .menu ul li a,
.footer .menu ul li span {
    padding: 15px 20px;
}



@media screen and (max-width: 1024px) {
    .footer-wrapper {
        margin: 0;
    }

    .footer .menu {
        flex-basis: 50%;
        align-items: center;
        justify-content: center;
    }

    .footer .menu:not(:last-child) {
        margin-right: 0;
    }

    .footer .menu ul li a,
    .footer .menu ul li span {
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .footer .container {
        flex-direction: column;
    }


    .footer .menu:not(:last-child) {
        margin: 0 auto;
    }

    .footer .menu {
        margin: 0 auto;
    }
}

.tableListing-row-item-bonus-image {
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
}

.tableListing-row-item-bonus-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tableListing-row-item-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.tableListing table {
    width: 100%;
}

.swiper img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.preview_wrapper {
    position: relative;
    width: calc(100% - 70px);
    margin: 0 auto;
}

.swiper-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    padding: 5px;
    color: #0079bf;
    border: none;
    background-color: transparent;
    outline: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.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;
    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;
    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 {
    opacity: 0.5;
}

.other-reviews-action--prev.swiper-button-disabled {
    opacity: 0.5;
}

.reviews-card-image {
    margin-bottom: 15px;
}

.tableListing-row-item-image__counter {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .tableListing-row-item-action button:first-child {
        margin-bottom: 0;
    }

    .tableListing-row-item-image {
        position: relative;
        max-width: 100%;
        margin-bottom: 16px;
        align-items: center;
    }

    .tableListing-row-item-image img {
        display: block;
    }

    .tableListing-row-item-image__counter {
        align-self: flex-start;
        order: 3;
    }

    .tableListing-row-item-image .get-image img {
        height: 100%;
        width: auto;
        max-height: 100px;
        margin-right: 0;
    }

    .tableListing-row-item-bonus-image {
        max-width: 22px;
        max-height: 22px;
    }

}

@media (max-width: 992px) {
    .btn1 {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 500px) {
    .tableListing-row-item-image>span {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .tableListing-row-item-image {
        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: scroll;
    }
}

@media (max-width: 830px) {
    .table-overflow-X table {
        width: 100%;
        overflow-x: auto;
        /* min-width: 1000px; */
    }

    .table-overflow-X tbody tr td {
        min-width: auto !important;
    }

    .table-overflow-X table thead th {
        width: auto !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;
}

/* Start edit 15.06.2022 */

.australia--with-image {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 30px;
}

.australia__image-box {
    height: 100%;
    width: 95%;

    grid-column: 2 / 3;
    grid-row: 1 / 3;

    display: flex;
    align-items: center;
    justify-content: center;
}

.australia__image-box img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


@media (max-width: 900px) {
    .australia--with-image {
        display: grid;
        grid-template-columns: 1fr;
    }

    .australia__image-box {
        margin: 1rem 0;
        height: auto;
        width: 100%;
        grid-column: 1 / -1;
        grid-row: 2 / 3;
    }

    .australia--with-image>p {
        max-width: 100%;
    }
}

.get-image {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 992px) {
    .btn2 {
        padding: 21px 0;
    }
}

@media screen and (max-width: 400px) {
    .tableListing-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 {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.close {
    color: white;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.mySlides p {
    margin: 0;
}

.mySlides img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.mySlides-prev,
.mySlides-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: #0079bf;
    user-select: none;
    -webkit-user-select: none;
}

.mySlides-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.mySlides-prev {
    opacity: 0;
    visibility: hidden;
}

.mySlides-prev._active {
    opacity: 1;
    visibility: visible;
}

.mySlides-prev:hover,
.mySlides-next:hover {
    background-color: #000000;
}

/* End edit 15.06.2022 */
/* Start edit 16.06.2022 */

.casino-review-card-info-top .casino-rating {
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media screen and (max-width: 1310px) {
    .casino-review-card-info-top .casino-rating {
        flex-direction: row;
        gap: 20px;
    }
}

/* End edit 16.06.2022 */
/* Start edit 17.06.2022 */
.live-casino-item-left--image {
    max-width: 100%;
}

.live-casino-item-left--image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.live-casino-card-image--image {
    width: 100%;
    height: auto;
}

.live-casino-card-image--image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.tableListing-row-item-info {
    position: relative;
}

.tableListing-row-item-image__counter {
    margin: 0;
    position: absolute;
    top: 0;
    left: 25px;
}

.tableListing-row-item-info .tableListing-row-item-image {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    padding-right: 25px;
    border-right: 1px solid #d4d4d4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tableListing-row-item-info .tableListing-row-item-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.tableListing-row-item-info .tableListing-row-item-info-content {
    padding-left: 25px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.tableListing-row-item-info .tableListing-text {
    padding-left: 25px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.tableListing-row-item-list {
    margin: 25px 0;
    padding: 0 25px;
}

.tableListing-row-item-list ul {
    padding: 0;
}

.tableListing-row-item-bonus {
    margin: 25px 0;
}

.tableListing-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%;
    }

    .tableListing table tbody .tableListing-row-item-list {
        order: 3;
        margin: 0;
        padding: 15px;
    }

    .tableListing-row-item-info {
        grid-template-columns: max-content 1fr;
        column-gap: 20px;
        padding: 15px;
        border-right: none;
        margin: 0;
    }

    .tableListing-row-item-bonus {
        padding: 20px 10px;
        margin: 0;
    }

    .tableListing-row-item-bonus {
        padding: 20px 15px;
    }

    .tableListing-row-item-action {
        padding: 15px;
        margin: 0;
    }

    .tableListing-row-item-image__counter {
        left: auto;
        right: 15px;
        top: 15px;
    }

    .tableListing-row-item-info .tableListing-row-item-image {
        border-right: none;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
    }

    .tableListing-row-item-info .tableListing-row-item-info-content {
        padding-left: 0;
    }

    .tableListing-row-item-info .tableListing-text {
        padding: 0;
    }

    .title-desc {
        margin-right: 25px;
    }
}

@media screen and (max-width: 575px) {
    .rating {
        margin: 0;
        margin-top: 5px;
    }

    .tableListing-row-item-info {
        grid-template-columns: minmax(120px, 180px) 1fr;
        gap: 10px;
    }

    .tableListing-row-item-info .title-desc {
        font-size: 16px;
        line-height: 19px;
    }

    .tableListing-row-item-info .tableListing-row-item-image {
        align-items: flex-start;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .tableListing-row-item-info .tableListing-row-item-info-content {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .tableListing-row-item-info .tableListing-text {
        padding-left: 0;
        grid-column: 1 / -1;
        grid-row: 2 / 3;
    }
}

/* End edit 17.06.2022 */
/* Start edit 20.06.2022 */
.casino-review-card-img {
    max-width: 172px;
}

.casino-review-card-bonus img {
    width: 40px;
    height: 40px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.casino-review-card-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.contacts .get-image img {
    width: 25px !important;
    height: 25px !important;
}

.contacts .get-image {
    display: inline-block;
}

.get-image img {
    object-fit: contain;
}

/* .contacts tr td:first-child {
    display: flex;
    align-items: center;
} */

@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;
    }
}

@media screen and (max-width: 500px) {
    .casino-review-card .casino-review-card-info-top .casino-rating {
        align-items: flex-start;
        border-bottom: none;
    }

    .casino-review-card .casino-review-card-info-top .casino-review-card-img {
        border-bottom: none;
    }
}

/* End edit 20.06.2022 */

/* Start edit 23.06.2022 */
.information-wrap .information-image img {
    max-height: 600px;
}

.contacts table tbody tr {
    display: flex;
    width: 100%;
}

.contacts table tr td:nth-child(3) {
    width: 100%;
}

.table-2.table-overflow-X thead tr {
    display: table-row;
}

/* End edit 23.06.2022 */


.review-item svg,
.review-item img {
    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: flex;
    align-items: center;
}

/* Start edit 28.06.2022 */
.live-casino-item-right {
    display: flex;
    flex-direction: column;
}

.live-casino-item-right>*:not(:last-child) {
    margin-bottom: 15px !important;
}

.live-casino .live-casino-item {
    width: 100%;
}

.information-wrap {
    margin-top: 10px;
}

/* End edit 28.06.2022 */
/* Start edit 29.06.2022 */
.live-casino .live-casino-item.live-casino-item-left--image-100 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.live-casino .live-casino-item.live-casino-item-left--image-50 {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 50px;
}

.live-casino-item-right * {
    font-family: Inter, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #888888;
}

@media (max-width: 880px) {
    .live-casino .live-casino-item.live-casino-item-left--image-100 {
        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 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .live-casino .live-casino-item.live-casino-item-left--image-50 .get-image {
        width: 50%;
        text-align: center;
    }
}

.live-casino-item-left {
    margin-right: 0;
    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;
}

/* .table-2.table-overflow-X table thead th:not(:last-child) {
    border-right: 1px solid #1D6309;
} */

/* .wp-block-table table thead th:not(:last-child) {
    border-right: 1px solid #1e74be;
} */

/* .wp-block-table table thead th {
    border-top: 1px solid #4AA032;
} */

/* .wp-block-table table thead th:first-child {
    border-left: 1px solid #D4D4D4;
}

.wp-block-table table thead th:last-child {
    border-right: 1px solid #D4D4D4;
} */

.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 #4AA032;
    }

    .contacts table tr:not(:last-child) td:first-child {
        border-bottom: 1px solid #1D6309;
    }

    .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;
    }
}

/* End edit 29.06.2022 */

span.person-info-title {
    font-size: 18px;
}

@media only screen and (max-width: 450px) {
    .get-image img {
        object-fit: cover;
        object-position: center;
    }
}


/* Start edit 07.07.2022 */
@media (max-width: 750px) {
    .information-wrap .get-image img {
        height: auto;
    }

    .information-wrap {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
}

.tags .content-list p.get-image {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

/* End edit 07.07.2022 */
/* Start edit 19.07.2022 */
ul.list-info__list .d_1::after {
    position: absolute;
    content: "";
    top: 14px;
    left: 14px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
}

.live-casino .live-casino-item {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 50px;
}

@media (max-width: 700px) {
    .live-casino .live-casino-item {
        grid-template-columns: 1fr;
    }
}

.live-casino-item-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* End edit 13.07.2022 */
/* Start edit 20.07.2022 */
.live-casino ul {
    list-style: inside;
}

.live-casino ol {
    list-style: inside decimal;
}

/* End edit 20.07.2022 */
/* Start edit 270.07.2022 */
.video-v2 {
    display: flex;
    align-items: center;
}

.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px;
}

.video-v2.align-left {
    justify-content: flex-start;
}

.video-v2.align-center {
    justify-content: center;
}

.video-v2.align-right {
    justify-content: flex-end;
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 16/9;
}

.video-v2__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    transition: all 0.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, 0.6);
}

.video-v2__button-icon {
    fill: #ffffff;
}

.video-v2__button:hover .video-v2__button-shape {
    fill: #ff0000;
}

.video-v2__button svg path {
    transition: all 0.3s ease-in-out;
}

/* End edit 27.07.2022 */
/* Start edit 04.08.2022 */
.menu ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

/* .container > .menu li {
    margin: 0 10px;
} */

.menu ul li {
    /* width: fit-content; */
    flex-grow: 1;
}

.casino-review-card-reviews-wrapper--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 100%;
    height: fit-content;
    margin: 0;
}

.casino-review-card-reviews-wrapper--grid .casino-rating {
    margin: 0;
    width: 100%;
}

.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 {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 25px;
    }

    .casino-review-card-reviews-wrapper--less-than-4 {
        display: flex;
        flex-wrap: wrap;
    }

    .casino-review-card-reviews-wrapper--less-than-4 .casino-rating {
        margin: 0;
        margin-right: 50px;
    }
}

@media (max-width: 1024px) {
    .casino-review-card-reviews-wrapper--grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .casino-review-card-reviews-wrapper--less-than-4 .casino-rating {
        width: fit-content;
    }
}

@media (max-width: 600px) {
    .casino-review-card-reviews-wrapper--grid {
        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;
        margin-bottom: 20px;
    }
}

/* End edit 04.08.2022 */
/* End edit 09.08.2022 */
.footer .container>p {
    margin: 1rem auto;
}

.footer .container>p img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* End edit 09.08.2022 */

.pros table th {
    background-color: #0079bf;
}

/* End edit 16.09.2022 */

.content-list__button {
    display: none;
}

@media screen and (max-width: 567px) {
    .content-list__button {
        padding: 20px 0 20px 35px;
        display: block;
        margin-left: auto;
    }
}

@media screen and (max-width: 600px) {
    .footer .menu ul {
        align-items: center;
    }
}

@media screen and (max-width: 700px) {
    .live-casino .live-casino-item {
        gap: 10px;
    }

    .table-1,
    .table-2,
    .table-4 {
        margin: 1rem 0;
    }
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 567px) {

    .btn1,
    .btn2 {
        margin: 0 auto;
    }
}

.menu-subitem span,
.menu-subitem a {
    text-align: left;
}

.menu-subitem ul li a,
.menu-subitem ul li span {
    justify-content: flex-start;
    padding: 20px 10px;
}

.container>.menu li a,
.container>.menu li span {
    padding: 20px 5px;
}

.btn1:hover {
    background: #25a1e9;
}

@media (max-width: 320px) {
    .container {
        padding: 0 5px;
    }

    .tableListing-row-item-info {
        grid-template-columns: 1fr;
        padding: 10px 5px;
    }

    .tableListing-row-item-image {
        grid-column: 1 / -1;
    }

    .tableListing-row-item-info .tableListing-row-item-image {
        width: 100%;
    }

    .tableListing-row-item-info .tableListing-row-item-image .get-image {
        width: 100%;
    }

    .tableListing-row-item-info .tableListing-row-item-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .tableListing-row-item-info .tableListing-row-item-info-content {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .tableListing-row-item-info .tableListing-text {
        grid-row: auto;
    }

    .tableListing-row-item-info .title-desc {
        margin: 0;
    }

    .tableListing table tbody .tableListing-row-item-bonus {
        padding: 10px 5px;
    }

    .tableListing table tbody .tableListing-row-item-action {
        padding: 10px 5px;
        flex-direction: column;
        align-items: center;
    }

    .tableListing-row-item-action .btn1 {
        width: 100%;
    }

    .tableListing-row-item-action>svg {
        display: block;
        margin: 0;
    }

    .tableListing table tbody .tableListing-row-item-list {
        padding: 10px 5px;
    }

    .tableListing-row-item-image__counter {
        z-index: 15;
        padding: 5px;
        background-color: #fff;
        border-bottom-left-radius: 5px;
        top: 3px;
        right: 0;
    }

    header .logo img {
        width: auto;
        height: 30px;
        object-fit: contain;
    }

    .header .container {
        padding: 10px 5px;
    }

    .menu-mobile {
        top: 53px;
    }

    .menu-mobile-container .links ul {
        padding: 10px 5px;
    }

    .menu-mobile-container .menu ul li>a,
    .menu-mobile-container .menu ul li>span {
        padding: 10px 30px 10px 10px;
    }

    .menu-mobile .menu .menuitem-right {
        top: 3px;
    }

    .menu-mobile {
        height: calc(100vh - 53px);
    }

    .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%;
        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%;
        align-items: center;
    }

    .casino-review-card .person {
        padding-top: 10px;
    }

    .casino-review .person-wrapper {
        flex-direction: column;
    }

    .casino-review .person-wrapper .person-info {
        display: flex;
    }

    .casino-review .person-wrapper .person-info-date {
        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;
    }

    .casino-rating h3 {
        margin: 0;
    }

    .casino-review-card .casino-review-card-bonus {
        flex-direction: column;
    }

    .casino-review-card-reviews-wrapper--grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .casino-review-card-reviews .casino-rating h3 {
        margin: 0;
    }

    .casino-review-card-reviews-wrapper--grid .casino-rating {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .reviews-card-bonus {
        flex-direction: column;
        align-items: center;
    }

    .reviews-card-bonus .up-to {
        text-align: center;
    }

    .reviews-card a {
        padding: 10px;
    }

    .reviews-card-image {
        width: 100%;
    }

    .reviews-card .rating {
        margin: 0;
    }

    .reviews-card-bonus {
        margin-bottom: 5px;
    }

    .other-reviews__slider .reviews-card p {
        margin-bottom: 5px !important;
    }

    .table-4 {
        overflow-x: auto;
    }

    .table-4 table {
        overflow-x: auto;
        width: 100%;
        min-width: auto;
    }

    .other-reviews-swiper .reviews-card-image {
        margin-bottom: 25px;
    }
}



/* GLIGHTBOX */
.gbtn {
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 121, 191, 0.3) !important;
}

@media (hover: hover),
screen and (min-width: 0\0) {

    .gbtn:hover,
    .gbtn:focus {
        background-color: rgba(0, 121, 191, 1) !important;
    }
}

/* CUSTOM GALLERY */
.custom-gallery {
    position: relative;
}

.custom-gallery::before {
    position: absolute;
    content: "";
    width: 200px;
    top: 0;
    bottom: 10px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.left.custom-gallery::before {
    left: 0;
    background: linear-gradient(90deg, #fff 10%, hsla(0, 0%, 100%, 0) 100%);
}

.right.custom-gallery::before {
    right: 0;
    background: linear-gradient(270deg, #fff 10%, hsla(0, 0%, 100%, 0) 100%);
}

.custom-gallery__wrapper {
    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 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #090b34;
    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;
    object-fit: contain;
}

.custom-gallery__item .get-image {
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .custom-gallery__item img {
        max-height: 200px;
    }

    .custom-gallery::before {
        width: 150px;
    }
}

/* HOW TO */
.how-to {
    font-family: 'Inter';
}

.how-to__title {
    margin-top: 0;
}

.how-to__description {
    margin-bottom: 30px !important;
}

.how-to__item {
    border: 4px solid #47b9fb;
    border-left: none;
    border-top: none;
    border-radius: 0 6px 6px 0;
    padding: 20px 16px 16px;
    position: relative;
}

.how-to__item:not(:last-child) {
    margin-bottom: 65px;
}

.how-to__item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 37px;
    height: 37px;
    background: #ffffff url("../images/blue-arrow.svg") no-repeat right;
}

.how-to__item:not(:last-child):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(to left, #47b9fb, transparent);
}

.how-to__item:last-child {
    border: 4px solid #47b9fb;
    border-radius: 6px;
}

.how-to__item-counter {
    position: absolute;
    top: 0;
    left: 16px;
    transform: translateY(-50%);
    background-color: #0079BF;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
    padding: 6px 12px;
}

.how-to__item-title {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.how-to__item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #888888;
}

.how-to__item-description > * {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #888888;
}

.how-to--v2 .how-to__item {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 25px;
}

.how-to--v2 .how-to__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how-to--v2 .how-to__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-to__button {
    padding: 15px 65px;
    margin-top: 25px;
    font-family: 'Inter';
    border: none;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    background: #0079BF;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    width: fit-content;
    cursor: pointer;
}

.how-to__button:hover {
    background-color: #25a1e9;
}

@media (max-width: 1023px) {
    .how-to--v2 .how-to__item {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .how-to--v2 .how-to__item .get-image {
        margin-bottom: 8px !important;
    }

    .how-to__item {
        padding: 25px 16px 10px;
    }
}

@media (max-width: 767px) {
    .how-to--v2 .how-to__item:last-child .how-to__item-counter {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .how-to__button {
        width: 100%;
    }
}