
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}
.container {
    width: 1270px;
    max-width: 90%;
    margin: 0 auto;
}
.main_section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 25px;
}
.hide {
    display: none;
}
h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    width: 100%;
    margin-bottom: 15px;
    color: var(--black);
}
/* Content */
.content {
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--black);
    overflow: hidden;
}
.content h2, .content h3 {
    margin: 20px 0px;
}
.content ul, .content ol {
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
}
.content ul li, .content ol li {
    margin-bottom: 10px;
    line-height: 175%;
}
.content a {
    color: var(--main-bg-color);
}
.content p {
    margin-bottom: 15px;
    font-family:  Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 175%;
}
.content img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}
.content h2, h3, h4, h5, h6 {
    text-align: left;
    font-family:  Montserrat;
    font-style: normal;
    font-weight: bold;
}
.content blockquote {
    background: var(--middle-blue-gradient);
    padding: 35px 25px;
    border-radius: 15px;
    font-family: var(--font);
    font-style: normal;
    font-weight: normal;
    line-height: 175%;
    font-size: 15px;
    border: 1px solid var(--blue);
    margin-top: 30px;
    margin-bottom: 30px;
}
.cms-table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.25;
    color: var(--black);
}
.font-bold {
    font-weight: bold;
}
.content table tr {
    transition: background-color .27s cubic-bezier(.215, .61, .355, 1) 0s
}
.content table tbody {
    min-width: 500px;
    display: table;
    width: 100%;
}
.content table td {
    padding: 10px 15px;
    border-bottom: 1px solid var(--main-bg-color);
    border-left: 1px solid var(--main-bg-color);
    font-family:  Montserrat;
}
.content table tr:last-child td {
    border-bottom: none;
}
.content table td:first-child {
    width: 30%;
    border-left: none;
}
.content table th {
    font-weight: 400;
    text-align: left;
    color: var(--white-color);
    height: 32px;
    background-color: var(--main-bg-color);
    font-family:  Montserrat;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
}
.content table {
    border: 2px solid var(--main-bg-color);
    overflow: auto;
    box-sizing: border-box;
    line-height: 1.6;
    box-shadow: 0 2px 14px rgba(4,0,26,.15);
    border-spacing: 0;
    border-radius: 14px;
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.content table ol {
    margin-left: 5px;
}
.content .nav_menu {
    list-style: none;
    background: var(--bg-top-casino);
    border: 1px solid var(--main-bg-color);
    margin-left: 0px;
    padding: 15px;
    border-radius: 10px;
}
.nav_menu a {
    text-decoration: none;
    color: var(--header-link);
}
.content .nav_menu li:last-child {
    margin-bottom: 0px;
}
.nav_menu a:hover {
    text-decoration: underline;
}
@media (min-width: 320px) and (max-width: 767px) {
    .content {
        overflow: hidden;
    }
    h1 {
        text-align: center;
    }
    body {
        padding-top: 60px;
    }
}
/* End content */
header {
    padding: 15px 0px;
    background: #000000;
}
.header_container {
    display: flex;
    justify-content: space-between;
}
.header_wrapper {
    display: flex;
    align-items: center;
}
.header_wrapper img {
    display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
    .header {
        position: fixed;
        top:0px;
        left: 0px;
        width: 100%;
        z-index: 10;
    }
}
.navbar {
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.navbar__list {
    width: 228px;
    height: 410px;
    border-radius: 10px;
    overflow-y: scroll;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    right: 0px;
    background: var(--white-color);

}
.header_menu_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--white-color);
    cursor: pointer;
    position: relative;
}
.header_menu_title::after {
    content: '▽';
    position: absolute;
    right: -20px;
    top: 0px;
    width: 16px;
    height: 16px;
    color: var(--white-color);
    transition: 0.7s;
    text-align: center;
}
.navbar:hover .header_menu_title::after {
    transform: rotate(-90deg);
}
.dropdown_menu {
    position: absolute;
    top:50px;
    right:0px;
    width: 228px;
    height: 410px;
    box-sizing: border-box;
    background: var(--white-color);
    padding: 15px 5px 20px 15px;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
    display: none;
    overflow: hidden;
}
.menu_box {
    height: 380px;
    overflow-y: scroll;
}
.menu_box ul {
    list-style: none;
}
.menu_box ul a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 210%;
    letter-spacing: 0.015em;
    color: var(--header-link);
    text-decoration: none;
}
.navbar:hover .dropdown_menu {
    display: block;
}
::-webkit-scrollbar {
    width:3px;
    margin-right: 3px;
}
::-webkit-scrollbar-thumb {
    border-width:1px 1px 1px 2px;
    background: var(--main-bg-color);
    border-radius: 3px;
}
.burger {
    display: none;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#9FA7B4;
}
::-webkit-scrollbar-track-piece {
    background: var(--main-bg-color);
}
@media (min-width: 320px) and (max-width: 767px) {
    .burger {
        display: block;
        position: absolute;
        top: -50px;
        left: -75px;
        transition: 0.7s;
    }
    .header .active {
        right: 0px;
    }
    .active .burger {
        left:0px;
    }
    .menu {
        position: fixed;
        height: 100vh;
        width: 100vw;
        background: var(--black-opacity);
        right:-100%;
        top:0px;
        z-index: 1;
        padding: 70px 25px;
        box-sizing: border-box;
        transition: 0.7s;
    }
    .dropdown_menu {
        width: 100%;
    }
}
.header_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-left: 15px;
}
.top_casino {
    background: var(--bg-top-casino);
    border: 1px solid var(--border);
    box-sizing: border-box;
    border-radius: 12px;
    width: 100%;
    display: flex;
    overflow: hidden;
    padding: 5px;
}
.top_casino_thumbnail {
    width: 20%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
}
.main_casino_top {
    width: 30%;
    padding: 15px 30px;
    box-sizing: border-box;
}
.main_casino_top_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: var(--black);
}
.main_casino_top_value {
    padding: 16px 46px 16px 15px;
    width: 100%;
    height: 50px;
    background: var(--white-color);
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: var(--header-link);
    position: relative;
}
.main_casino_top_value::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
    background: #E3EBF2;
    border-radius: 8px;
    background: url("/image/copy.png") no-repeat center #E3EBF2;
}
.top_casino_link {
    background: #00ffff;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    box-sizing: border-box;
    text-align: center;
    margin-top: 7px;
}
.main_casino_top_table {
    padding: 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 50%;
}
.main_casino_top_table table {
    width: 100%;
}
.main_casino_top_table thead tr th {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
    width: 50%;
}
.main_casino_top_table thead tr th:nth-child(1) {
    color: var(--pluses);
}
.main_casino_top_table thead tr th:nth-child(2) {
    color: var(--minuses);
}
.main_casino_top_table td {
    padding: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: var(--header-link);

}
@media (min-width: 320px) and (max-width: 767px) {
    .top_casino {
        flex-wrap: wrap;
        height: auto;
    }
    .top_casino_thumbnail, .main_casino_top, .main_casino_top_table {
        width: 100%;
    }
    .main_casino_top {
        padding: 15px;
    }
}
.gra_events {
    padding: 15px 0px;
}
.gra_events_container {
    display: flex;
    flex-wrap: wrap;
}
.event_item {
    margin: 10px;
    padding: 16px;
    background: #10f0f0;
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.event_item span {
    color: #6602af;
}
.details {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.details table tr {
    transition: background-color .27s cubic-bezier(.215, .61, .355, 1) 0s
}
.details table tbody {
    min-width: 500px;
    display: table;
    width: 100%;
}
.details table td {
    padding: 10px 15px;
    border-bottom: 1px solid var(--main-bg-color);
    border-left: 1px solid var(--main-bg-color);
    font-family:  Montserrat;
}
.details table tr:last-child td {
    border-bottom: none;
}
.details table td:first-child {
    width: 30%;
    border-left: none;
}
.details table th {
    font-weight: 400;
    text-align: left;
    color: var(--white-color);
    height: 32px;
    background-color: var(--main-bg-color);
    font-family:  Montserrat;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
}

.details table {
    border: 2px solid var(--main-bg-color);
    overflow: auto;
    box-sizing: border-box;
    line-height: 1.6;
    box-shadow: 0 2px 14px rgba(4,0,26,.15);
    border-spacing: 0;
    border-radius: 14px;
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.details table ol {
    margin-left: 5px;
}
.details table thead {
    display: block;
}
.details table thead tr, .details table thead th {
    display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
    .details {
        flex-wrap: wrap;
    }
    .details_left, .details_right {
        width: 100%;
    }
    .details_right {
        margin-top: 20px;
    }
    .details_right .details_title {
        padding-left: 0px;
    }
    .details_right .item_details_left {
        padding-left: 0px;
    }
    .item_details_left, .item_details_right {
        width: 50%;
    }
}

.game_loop {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.game_loop_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 20px;
    display: block;
}
.item_game_loop {
    width: 197px;
    height: 220px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.item_game_loop:hover .item_game_mask {
    opacity: 1;
}
.item_game_loop:last-child {
    margin-right: 0px;
}
.row_game_loop {
    display: flex;
    justify-content: space-between;
}
.item_game_mask {
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0,0,0,.8);
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    transition: 0.7s;
}
.item_game_ref {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white-color);
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 20px;
}
.item_game_permalink {
    position: absolute;
    top:20px;
    left:20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white-color);
    text-decoration: none;
    font-family: Montserrat;
}
.item_game_demo {
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    background: var(--main-bg-color);
    margin:0 auto;
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white-color);
    line-height: 30px;
    text-decoration: none;
    font-weight: 800;
    border-radius: 8px;
    margin-top: 20px;
}
.item_wrapper_link {
    width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .row_game_loop {
      flex-wrap: wrap;
  }
    .item_game_loop {
        width: 160px;
        height: 180px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .item_game_thumbnail {
        width: 100%;
        height: auto;
    }
}
.gift {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.row_gift {
    display: flex;
    padding: 45px 15px 45px 45px;
    border: 1px solid var(--border);
    box-sizing: border-box;
    border-radius: 12px;
    margin-top: 20px;
    background: var(--bg-top-casino);
}
.gift_left {
    width: 15%;
}
.gift_right {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.gift_item_time {
    width: 100%;
    text-align: center;
    padding: 5px;
    color: var(--black);
    font-family: Montserrat;
}
.gift_center {
    width: 60%;
}
.gift_ttl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 15px;
}
.gift_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
}
.gift_ref {
    width: 223px;
    height: 50px;
    display: inline-block;
    background: #10f0f0;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 50px;
    color: #000000;
}
@media (min-width: 320px) and (max-width: 767px) {
    .row_gift {
        padding: 15px 20px;
        flex-wrap: wrap;
    }
    .gift_left, .gift_center, .gift_right {
        width: 100%;
    }
    .gift_ttl {
        font-size: 20px;
    }
    .gift_ref {
        margin-top: 20px;
    }
}
.footer {
    background: #000000;
    padding: 30px 0px 10px 0px;
}
.footer_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-bottom a {
    color: #00daff;
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer_container {
        flex-wrap: wrap;
    }
}
.payments {
    display: flex;
}
.payments__items {
    padding: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .payments {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
.game_top {
    display: flex;
    width: 100%;
}
.game_top_left {
    width: 25%;
}
.game_top_right {
    width: 75%;
}
.game_top_right {
    display: flex;
}
.game_top_characters {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}
.game_top_characters:nth-child(1) {
    padding-left: 0px;
}
.game_top_right tbody {
    display: flex;
    flex-wrap: wrap;
}
.game_top_right th {
    width: 100%;
    text-align: left;
    padding: 10px 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    display: block;
    color: var(--white-color);
    background: var(--main-bg-color);
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.game_top_right tr {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: var(--black);
    display: flex;
    width: 100%;
}
.game_top_right td {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    border-bottom: 1px solid var(--black);
}
.game_top_right td:nth-child(2) {
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid var(--black);
}
.game_top_right td:nth-child(1) {
    padding-left: 5px;
    border-left: 1px solid var(--black);
}
.game_top_ref {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    background: var(--btn-bg);
    border-radius: 10px;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--white-color);
    border:none;
    cursor: pointer;
}
.game_top_btn_wrapper {
    padding-top: 20px;
}
.mt15 {
    margin-top: 15px;
}
.bg-red {
    background: var(--main-bg-color);
}
.popUp {
    position: fixed;
    top:0;
    left:0px;
    width: 100vw;
    height: 100vh;
    z-index: 20;
    background: var(--black-opacity);
    display: none;
    align-items: center;
    justify-content: center;
}
.popUp_container {
    width: 780px;
    max-width: 90%;
    position: relative;
}
.close {
    position: absolute;
    right: 0;
    top: -45px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--main-bg-color);
}
.popUp_active {
    display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
    .game_top {
        flex-wrap: wrap;
    }
    .game_top_left, .game_top_right, .game_top_characters {
        width: 100%;
    }
    .game_top_left {
        text-align: center;
    }
    .game_top_characters {
        margin-top: 20px;
    }
    .game_top_right {
        flex-wrap: wrap;
    }
    .game_top_characters:nth-child(2) {
        padding-left: 0px;
    }
    .game_top_btn_wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.review_2 {
    padding: 30px 0px;
    font-family:  Montserrat;
    font-weight: bold;
    background: var(--main-bg-color);
    border-radius: 15px;
}
.comments_title_2 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    margin-bottom: 20px;
    color: var(--white-color);
}
.comments_row_desc {
    padding: 15px;
}
.comments_row_2 {
    background: var(--border);
    margin-bottom: 20px;
    border-radius: 4px;
    padding-bottom: 20px;
}
.comments_row_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white-color);
    padding: 15px;
    border-radius: 4px;
}
.comments_row_name_2 {
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}
.comments_row_data_2 {
    font-weight: bold;
}
.comments_row_answer {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    border-radius: 4px;
}
.comments_row_answer .comments_row_desc {
    background: var(--border);
}
.comments_row_answer_link a {
    color: var(--white-color);
    font-size: 18px;
    text-decoration: none;
}
.comments_row_answer_link {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.comment_form_ajax {
    width:100%;
}
.comment_form_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.comment_form_input_wrapper input {
    width:300px;
    height: 35px;
    border: none;
    background: var(--border);
    color: var(--white-color);
    padding-left: 15px;
    box-sizing: border-box;
}
.comment_form_comment textarea
{
    display: block;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    background: var(--border);
    color: var(--white-color);
    min-height: 126px;
    box-sizing: border-box;
}
.form_submit {
    padding: 15px 0px;
}
.submit_ajax_comment {
    padding: 15px 25px;
    background: var(--border);
    font-size: 15px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
.form_container {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
}
.form_title {
    margin: 0;
    padding: 0;
    font-size: 35px;
    margin-bottom: 20px;
    color: var(--white-color);
}
::placeholder {
    color: var(--white-color);
}
@media (max-width: 1200px) {
    .comment_form_ajax {
        width: 100%;
        box-sizing: border-box;
    }
    .comment_form_info {
        flex-wrap: wrap;
    }
    .comment_form_input_wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .comment_form_input_wrapper input {
        width: 100%;
    }
    .comment_form_comment textarea {
        width: 100%;
        box-sizing: border-box;
    }
    .submit_ajax_comment {
        padding: 10px 15px;
        font-size: 15px;
    }
    .form_submit {
        padding: 15px 0px;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    .comment_form_input_wrapper {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .comment_form_comment {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .comments, .form_container {
        width: 100%;
    }
    .review_2 {
        width: 100%;
    }
}

.footer-bottom {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: var(--white-color);
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer-bottom {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
}
.footer_navbar {
    width: 100%;
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.footer_menu {
    list-style: none;
}
.footer_menu_item {
    display: inline-block;
    padding: 5px;
    font-family: "Montserrat Bold";
}
.footer_menu_item a {
    color: #00daff;
    text-decoration: none;
}

