/*!
Theme Name: Spielo Bonus
Theme URI: https://them.es/starter
Author: Falcone Media
Author URI: https://falconemedia.com/
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:focus, :focus-visible {
    outline: none
}

a, a:active, a:hover {
    text-decoration: none;
    border: none
}

.offer_section .accordion {
    display: none;
}

button {
    outline: none;
    border: none
}

body {
    font-family: "DM Sans", sans-serif !important;
    margin-top: 105px;
    background: rgb(18, 18, 28)
}

.flipBox {
    position: relative;
    display: block;
    text-align: left;
    margin: 1em auto;
    cursor: pointer
}

.flipBox :not(:empty) {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flipBox:active > .flipBox_boxOuter {
    height: 25%
}

.flipBox span {
    padding-left: 1.25em
}

.flipBox > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: fixed;
    left: -100vmax;
    top: -100vmax
}

.flipBox > input:checked ~ .flipBox_boxOuter {
    -webkit-animation: flipBox1 1s forwards linear;
    animation: flipBox1 1s forwards linear
}

.flipBox > input:checked ~ .flipBox_boxOuter .flipBox_box {
    -webkit-animation: flipBox2 1s forwards ease-in-out;
    animation: flipBox2 1s forwards ease-in-out
}

.flipBox > input:checked ~ .flipBox_shadow {
    -webkit-animation: flipBox3 1s forwards ease-in-out;
    animation: flipBox3 1s forwards ease-in-out
}

.flipBox > input:not(:checked) ~ .flipBox_boxOuter {
    -webkit-animation: flipBox4 1s forwards linear;
    animation: flipBox4 1s forwards linear
}

.flipBox > input:not(:checked) ~ .flipBox_boxOuter .flipBox_box {
    -webkit-animation: flipBox5 1s forwards ease-in-out;
    animation: flipBox5 1s forwards ease-in-out
}

.flipBox > input:not(:checked) ~ .flipBox_shadow {
    -webkit-animation: flipBox6 1s forwards ease-in-out;
    animation: flipBox6 1s forwards ease-in-out
}

.flipBox > input:disabled ~ * {
    cursor: not-allowed
}

.flipBox > input:disabled ~ .flipBox_boxOuter {
    height: 0%
}

.flipBox > input:disabled ~ .flipBox_boxOuter .flipBox_box > div:nth-child(6) {
    background-color: #ccc
}

.flipBox > input:disabled ~ .flipBox_boxOuter .flipBox_box > div:nth-child(-n+5), .flipBox > input:disabled ~ .flipBox_boxOuter ~ .flipBox_shadow {
    display: none
}

.flipBox > input:focus-visible ~ span {
    outline: 1px #000 solid;
    outline-offset: 0.25em
}

.flipBox_boxOuter {
    position: absolute;
    left: 0;
    top: 12px;
    width: 1em;
    height: 1em;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: height 0.25s;
    transition: height 0.25s
}

.flipBox_box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.flipBox_box > div {
    position: absolute;
    width: 1em;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4666666667) inset;
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4666666667) inset
}

.flipBox_box > div:first-child {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28a0ff), to(white));
    background-image: linear-gradient(#28a0ff, white);
    -webkit-transform: rotateY(0deg) translateX(50%) rotateY(90deg);
    transform: rotateY(0deg) translateX(50%) rotateY(90deg);
    height: 100%
}

.flipBox_box > div:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28a0ff), to(white));
    background-image: linear-gradient(#28a0ff, white);
    -webkit-transform: rotateY(90deg) translateX(50%) rotateY(90deg);
    transform: rotateY(90deg) translateX(50%) rotateY(90deg);
    height: 100%
}

.flipBox_box > div:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28a0ff), to(white));
    background-image: linear-gradient(#28a0ff, white);
    -webkit-transform: rotateY(180deg) translateX(50%) rotateY(90deg);
    transform: rotateY(180deg) translateX(50%) rotateY(90deg);
    height: 100%
}

.flipBox_box > div:nth-child(4) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28a0ff), to(white));
    background-image: linear-gradient(#28a0ff, white);
    -webkit-transform: rotateY(270deg) translateX(50%) rotateY(90deg);
    transform: rotateY(270deg) translateX(50%) rotateY(90deg);
    height: 100%
}

.flipBox_box > div:nth-child(5) {
    background-color: #28a0ff;
    -webkit-transform: rotateX(90deg) translateY(-0.5em);
    transform: rotateX(90deg) translateY(-0.5em);
    -webkit-transform-origin: top;
    transform-origin: top;
    height: 1em
}

.flipBox_box > div:nth-child(5):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    clip-path: polygon(12.5% 56.25%, 25% 43.75%, 37.5% 56.25%, 75% 18.75%, 87.5% 31.25%, 37.5% 81.25%, 12.5% 56.25%)
}

.flipBox_box > div:nth-child(6) {
    bottom: 0;
    background-color: white;
    -webkit-transform: rotateX(90deg) translateY(0.5em);
    transform: rotateX(90deg) translateY(0.5em);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    height: 1em
}

.flipBox_shadow {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%) translateZ(-1px);
    transform: translateY(-50%) translateZ(-1px);
    background-color: rgba(0, 0, 0, 0.4666666667);
    -webkit-filter: blur(0.2em);
    filter: blur(0.2em)
}

@-webkit-keyframes flipBox1 {
    0%, to {

        transform: rotateX(90deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {

        transform: rotateX(90deg) translateY(2em);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flipBox1 {
    0%, to {

        transform: rotateX(90deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {

        transform: rotateX(90deg) translateY(2em);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipBox2 {
    0% {

        transform: translate(-50%, -50%) rotateX(0deg) rotateY(180deg)
    }
    to {

        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0deg)
    }
}

@keyframes flipBox2 {
    0% {

        transform: translate(-50%, -50%) rotateX(0deg) rotateY(180deg)
    }
    to {

        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0deg)
    }
}

@-webkit-keyframes flipBox3 {
    0%, to {

        transform: translateY(-50%) translateZ(-1px) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: translateY(-50%) translateZ(-1px) scale(1.5);
        transform: translateY(-50%) translateZ(-1px) scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flipBox3 {
    0%, to {

        transform: translateY(-50%) translateZ(-1px) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: translateY(-50%) translateZ(-1px) scale(1.5);
        transform: translateY(-50%) translateZ(-1px) scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipBox4 {
    0%, to {

        transform: rotateX(90deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {

        transform: rotateX(90deg) translateY(2em);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flipBox4 {
    0%, to {

        transform: rotateX(90deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {

        transform: rotateX(90deg) translateY(2em);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipBox5 {
    0% {

        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-360deg) rotateY(180deg);
        transform: translate(-50%, -50%) rotateX(-360deg) rotateY(180deg)
    }
}

@keyframes flipBox5 {
    0% {

        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-360deg) rotateY(180deg);
        transform: translate(-50%, -50%) rotateX(-360deg) rotateY(180deg)
    }
}

@-webkit-keyframes flipBox6 {
    0%, to {

        transform: translateY(-50%) translateZ(-1px) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: translateY(-50%) translateZ(-1px) scale(1.5);
        transform: translateY(-50%) translateZ(-1px) scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flipBox6 {
    0%, to {

        transform: translateY(-50%) translateZ(-1px) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: translateY(-50%) translateZ(-1px) scale(1.5);
        transform: translateY(-50%) translateZ(-1px) scale(1.5);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@media (prefers-reduced-motion) {
    .flipBox_box, .flipBox_boxOuter, .flipBox_shadow {
        -webkit-animation-play-state: paused !important;
        animation-play-state: paused !important
    }

    .flipBox_boxOuter {
        -webkit-transition: none;
        transition: none
    }
}

.filter-layout {
    width: 100%;
    border-radius: 15px;
    margin-top: 2px;
    overflow: hidden;
    background-color: #1e2339
}

.filter-layout .filter-entry {
    padding: 0
}

.filter-layout .filter-entry .filter-link.all {
    display: none
}

.filter-layout .filter-entry .group-filters {
    display: inline-block;
    width: 100%;
    padding: 15px
}

.filter-layout .filter-entry .group-filters header.name-tax {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 10px
}

.filter-layout .filter-entry .group-filters .sub-filters {
    padding: 0;
    display: block !important
}

.filter-layout .filter-entry .group-filters .sub-filters li a {
    margin: 0;
    padding: 0 0 5px 0;
    background: transparent;
    color: #ffffff
}

.filter-layout .filter-entry .group-filters .sub-filters li a.active {
    color: #ffffff;
    font-weight: normal
}

.edit-link {
    display: none
}

.page_description_box.page_description_box_licensed {
    margin: 50px 0;
    border-top: 1.5px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.14)
}

.page_description_box.page_description_box_licensed .page_description_licensed {
    margin: 0 50px;
    padding: 50px;
    border-left: 1.5px solid rgba(255, 255, 255, 0.14);
    border-right: 1.5px solid rgba(255, 255, 255, 0.14)
}

.page_description_box .page_description {
    font-size: 16px;
    font-weight: 300;
    color: #d6d4de;
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    display: block;
    padding: 60px 120px;
}

.page_description_box .page_description img {
    width: 500px
}

.page_description_box .page_description ul li {
    display: inline-block;
    width: 100%;
    margin: 6px 0
}

.page_description_box .page_description ul li img {
    width: auto;
    margin-right: 10px
}

.page_description_box .page_description h1, .page_description_box .page_description h2, .page_description_box .page_description h3, .page_description_box .page_description h4 {
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(49.28%, rgba(255, 255, 255, 0.35)), to(#FFFFFF));
    background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0.35) 49.28%, #FFFFFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    font-size: 45px
}

.page_description_box .page_description h5 {
    font-weight: 600;
    font-size: 26px
}

.page_description_box .page_description p, .page_description_box .page_description span {
    display: inline-block
}

.page_description_box .page_description.bottom_content_2 {
    margin: 70px 0;
    padding: 70px 90px;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    border-radius: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.page_description_box .page_description.bottom_content_2 h1, .page_description_box .page_description.bottom_content_2 h2, .page_description_box .page_description.bottom_content_2 h3, .page_description_box .page_description.bottom_content_2 h4, .page_description_box .page_description.bottom_content_2 h5 {
    display: block
}

.page_description_box .page_description.bottom_content_2 img {
    width: auto
}

.page_description_box .page_description.bottom_content_2 p {
    width: 50%;
    margin-bottom: 0
}

.page_description_box .page_description.bottom_content_2 a {
    width: 400px;
    margin: 20px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1f2a), to(#1a1f2a)) padding-box, -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24)) border-box;
    background: linear-gradient(#1a1f2a, #1a1f2a) padding-box, linear-gradient(to right, #37B5FF, #EB9D24) border-box;
    border-radius: 50px;
    border: 1.5px solid transparent
}

.page_description_box .page_description.bottom_content_2 a span {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.page_description_box .page_description.bottom_content_2 a .button_chip_hover {
    display: inline-block
}

.page_description_box .page_description.bottom_content_2 a .button_chip {
    display: none
}

.page_description_box .page_description .licensed_casinos_title {
    text-align: center;
    margin-bottom: 50px;
    width: 100%
}

.page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb {
    -webkit-box-shadow: 2px 4px 16px 0px rgba(248, 248, 248, 0.06) inset;
    box-shadow: 2px 4px 16px 0px rgba(248, 248, 248, 0.06) inset;
    border-radius: 30px;
    padding: 25px;
    min-height: 230px
}

.page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb .licensed_casinos_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb .licensed_casinos_info img {
    width: auto;
    margin-right: 10px
}

.page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb .licensed_casinos_info h5 {
    display: inline-block;
    font-size: 30px;
    color: white;
    width: 60%;
    margin: 0;
    -webkit-text-fill-color: white
}

.page_description_box .page_description .licensed_casinos_section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px
}

.page_description_box .page_description .licensed_casinos_button {
    width: 500px;
    margin: 50px auto 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1f2a), to(#1a1f2a)) padding-box, -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24)) border-box;
    background: linear-gradient(#1a1f2a, #1a1f2a) padding-box, linear-gradient(to right, #37B5FF, #EB9D24) border-box;
    border-radius: 50px;
    border: 1.5px solid transparent
}

.page_description_box .page_description .licensed_casinos_button span {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.page_description_box .page_description .licensed_casinos_button .button_chip_hover {
    display: inline-block
}

.page_description_box .page_description .licensed_casinos_button .button_chip {
    display: none
}

.page_description_box .page_description .licensed_casinos_button img {
    width: auto
}

.page_description_box.bottom_content_1 {
    text-align: center;
    border-top: 1.5px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.14)
}

.page_description_box.bottom_content_1 .page_description {
    margin: 0
}

.page_description_box.bottom_content_1 .page_description .page_description_info {
    width: 75%;
    margin: 0 auto;
    padding: 25px 210px;
    border-left: 1.5px solid rgba(255, 255, 255, 0.14);
    border-right: 1.5px solid rgba(255, 255, 255, 0.14)
}

.page_description_box.bottom_content_1 img {
    width: auto
}

.page_description_box.bottom_content_1 h1, .page_description_box.bottom_content_1 h2, .page_description_box.bottom_content_1 h3, .page_description_box.bottom_content_1 h4, .page_description_box.bottom_content_1 h5, .page_description_box.bottom_content_1 p, .page_description_box.bottom_content_1 span {
    display: block
}

.page_description_box.bottom_content_1 a {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.shadow_content {
    -webkit-box-shadow: 2px 4px 16px 0 rgba(248, 248, 248, 0.06) inset;
    box-shadow: 2px 4px 16px 0 rgba(248, 248, 248, 0.06) inset;
    border-radius: 30px;
    padding: 60px;
    text-align: center
}

.shadow_content .elementor-widget-container {
    display: inline-block;
    width: 89%
}

.site-page-content {
    background-image: url("/wp-content/themes/spielo-bonus/assets/images/section_image.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat
}

.page_title {
    margin: 35px 0 0;
    text-align: center;
    font-size: 45px;
    background-color: #1e2339;
    padding: 80px 0 15px;
    color: #ffffff
}

.offers_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0
}

.offers_list .offer_section {
    border-radius: 15px;
    padding: 0 15px 15px;
    width: 30%;
    background-color: transparent;
    background-image: url(/wp-content/themes/spielo-bonus/assets/images/offer_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative
}

.offers_list .offer_section .offer_image_section {
    padding: 5px 20px 0;
    position: relative;
    text-align: center
}

.offer_image_section img {
    width: 80%;
}

.offer_left_part {
    position: absolute;
    left: 15px;
    bottom: 35px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    span {
        display: flex;
        justify-content: flex-start;
        align-content: center;
        width: 45%;
        font-size: 11px;
        margin-bottom: 5px;
        padding-left: 30px;
        color: white;
        position: relative;

        img {
            margin-left: 5px;
            width: 11% !important;
            position: absolute;
            right: 15px;
        }

        i {
            margin-right: 3px;
            color: gold;
            padding-top: 3px;
        }
    }
}


.promo_code_offer {
    font-size: 12px;
    margin: 0;
    text-align: center;
    color: white;

    span {
        display: inline-block;
        width: auto;
    }
}


.offers_list .offer_section .offer_image_section h2 {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 32px;
    margin: 10px 0 0
}

.offers_list .offer_section .offer_image_section h2 span {
    color: #45d279
}

.offers_list .offer_section .offer_image_section h2 p {
    font-size: 18px;
    margin: 0
}

.offers_list .offer_section .offer_image_section a img {
    width: 300px;
    display: inline-block;
    margin-bottom: -15px
}

.offers_list .offer_section .offer_image_section .ribbon {
    display: none;
    position: absolute;
    top: -7px;
    left: -22px;
    z-index: 50;
    color: white;
    width: 120px;
    height: 120px;
    overflow: hidden
}

.offers_list .offer_section .offer_image_section .ribbon span {
    background: #45d279;
    font-weight: 900;
    font-size: 11.5px;
    text-align: center;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    -webkit-box-shadow: 3px 3px 10px -6px rgb(0, 0, 0);
    box-shadow: 3px 3px 10px -6px rgb(0, 0, 0);
    letter-spacing: 1px;
    line-height: 14px;
    padding: 2px 0;
    left: -34px;
    top: 23px;
    width: 146px
}

.offers_list .offer_section .offer_image_section .ribbon span:before {
    content: "";
    position: absolute;
    top: 98%;
    right: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #19813f #45d279 transparent transparent
}

.offers_list .offer_section .offer_image_section .ribbon span:after {
    content: "";
    position: absolute;
    top: 98%;
    left: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #19813f transparent transparent #45d279
}

.offers_list .offer_section .offer_info_section {
    padding: 10px 20px 20px
}

.offers_list .offer_section .offer_info_section .offer_button_part {
    text-align: center
}

.offers_list .offer_section .more_info_section h5 {
    color: #ffffff;
    margin-bottom: 20px
}

.offers_list .offer_section .more_info_section span {
    color: #ffffff;
    font-size: 14px;
    display: block
}

.offers_list .offer_section .more_info_section span i {
    color: #ffffff
}

.offers_list .offer_section .more_info_section .more_info_payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px
}

.offers_list .offer_section .more_info_section .more_info_payments img {
    width: 40%;
    border-radius: 10px;
    margin: 4px
}

.offers_list .offer_section .more_info_section .more_info_providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px
}

.offers_list .offer_section .more_info_section .more_info_providers img {
    padding: 5px;
    width: 45%;
    background-color: #dacbf6;
    border-radius: 10px;
    margin: 4px
}

.offers_list .offer_section .accordion {
    display: none
}

.offer_bonus_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 13px
}

.offer_bonus_part .welcome_bonus {
    text-align: left;
    display: inline-block;
    width: 33%
}

.offer_bonus_part .welcome_bonus h3 {
    font-size: 32px;
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.offer_bonus_part .welcome_bonus span {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff, #fff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
    text-align: center
}

@-webkit-keyframes buttonPulse {
    0% {
        -webkit-transform: skew(-5deg) scale(1);
        transform: skew(-5deg) scale(1)
    }
    8% {
        -webkit-transform: skew(-5deg) scale(1.05);
        transform: skew(-5deg) scale(1.05)
    }
    16% {
        -webkit-transform: skew(-5deg) scale(1);
        transform: skew(-5deg) scale(1)
    }
}

@keyframes buttonPulse {
    0% {
        -webkit-transform: skew(-5deg) scale(1);
        transform: skew(-5deg) scale(1)
    }
    8% {
        -webkit-transform: skew(-5deg) scale(1.05);
        transform: skew(-5deg) scale(1.05)
    }
    16% {
        -webkit-transform: skew(-5deg) scale(1);
        transform: skew(-5deg) scale(1)
    }
}

.no_posts {
    padding: 15px;
    background-color: #1e2339;
    border-radius: 15px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    display: none
}

.no_posts p {
    margin-bottom: 0
}

@media (min-width: 950px) {
    header #navbar {
        background-color: #12121C;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(45px);
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: top 0.3s;
        transition: top 0.3s;
        z-index: 9999999;
        height: 105px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header #navbar .menu_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header #navbar .menu_logo a {
        height: 80px;
        padding: 0
    }

    header #navbar .menu_logo .logo-img.logo-img-mobile {
        display: none
    }

    header #navbar .header_menu {
        margin: 0 !important;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    header #navbar .header_menu.mobile_menu {
        display: none
    }

    header #navbar .header_menu li {
        position: unset;
        display: inline-block;
        height: 100%
    }

    header #navbar .header_menu li ul {
        margin: 0 auto
    }

    header #navbar .header_menu li:hover .dropdown-menu {
        position: absolute;
        margin: 0;
        top: 65px;
        display: block
    }

    header #navbar .header_menu li .dropdown-menu {
        background-color: rgb(16, 19, 30);
        border-radius: 0;
        padding: 0
    }

    header #navbar .header_menu li .dropdown-menu.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    header #navbar .header_menu li .dropdown-menu li {
        display: block;
        list-style: none;
        padding: 0
    }

    header #navbar .header_menu li .dropdown-menu li a {
        font-size: 15px;
        line-height: 25px;
        color: #33373d;
        background-color: white;
        padding: 10px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header #navbar .header_menu li .dropdown-menu li a:hover {
        background-color: #33373d;
        color: white
    }

    header #navbar .header_menu li .dropdown-menu li a:after {
        display: none
    }

    header #navbar .header_menu li .dropdown-menu li a:last-child {
        padding-right: 0
    }

    header #navbar .header_menu li {
        padding: 10px 30px 10px 0
    }

    header #navbar .header_menu li:last-child {
        padding-right: 0
    }

    header #navbar .header_menu li a {
        color: rgba(255, 255, 255, 0.5);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        padding: 0 15px
    }

    header #navbar .header_menu li a.active {
        color: #ffffff;
        border-right: 1.5px solid rgba(255, 255, 255, 0.22);
        border-left: 1.5px solid rgba(255, 255, 255, 0.22)
    }

    header #navbar .header_menu li a:hover {
        color: #ffffff
    }

    header #navbar .header_menu li a.show:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    header .popup_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .popup_logo img {
        width: 185px;
        -webkit-transition: 0.5s;
        transition: 0.5s
    }

    header .popup_logo img:hover {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    header .login_part_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .login_part_menu a {
        display: inline-block;
        margin: 0 0 0 15px;
        font-family: "Russo One", sans-serif;
        font-weight: 400
    }

    header .menu_items .navbar-collapse {
        height: 100%
    }

    header .menu_items .navbar-brand {
        display: none
    }
}

.elementor a, .elementor-heading-title {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline-block
}

.elementor-widget-container {
    color: rgba(255, 255, 255, 0.85)
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#offers_list {
    scroll-margin-top: 100px
}

.promo_code {
    display: none
}

.top_offers_text {
    color: black;
    text-align: center;
    margin: 80px 0 15px
}

.top_offers_text i {
    font-size: 55px;
    color: gold
}

.top_offers_text h1, .top_offers_text h2, .top_offers_text h3 {
    margin: 15px 0 5px;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(49.28%, rgba(255, 255, 255, 0.35)), to(#FFFFFF));
    background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0.35) 49.28%, #FFFFFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.top_offers_text h5 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8)
}

.top_offers {
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
    margin: 80px 0 0
}

.top_offers .row {
    gap: 40px
}

.top_offers .top_offer {
    border-radius: 30px;
    text-align: center;
    padding: 5px 35px 30px;
    background-image: url(/wp-content/themes/spielo-bonus/assets/images/offer_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 31%
}

.top_offers .top_offer .offer_trophy {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 8px
}

.top_offers .top_offer .offer_trophy i {
    color: #cccccc
}

.top_offers .top_offer .top_offer_image {
    width: 300px;
    display: inline-block;
    margin-bottom: -15px
}

.top_offers .top_offer h2 {
    font-size: 32px;
    margin: 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.top_offers .top_offer h2 span {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.top_offers .top_offer h2 p {
    font-size: 18px
}

.top_offers .top_offer .promo_code {
    color: #fff
}

.offer_button {
    margin: 10px auto;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    width: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    border: 1.5px solid #fff
}

.offer_button .button_chip {
    display: inline-block
}

.offer_button .button_chip_hover {
    display: none
}

.offer_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e0d59), to(#1d132b)) padding-box, -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24)) border-box;
    background: linear-gradient(#3e0d59, #1d132b) padding-box, linear-gradient(to right, #37B5FF, #EB9D24) border-box;
    border-radius: 50px;
    border: 1.5px solid transparent
}

.offer_button:hover span {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.offer_button:hover .button_chip {
    display: none
}

.offer_button:hover .button_chip_hover {
    display: inline
}

.offer_button i {
    width: 23px
}

.tournament_title {
    color: #ffffff;
    margin: 50px 0;
    text-align: center
}

.tournament_title h1 {
    font-weight: bold;
    text-align: center;
    color: #57c993
}

.tournament_title p {
    width: 60%;
    display: inline-block;
    font-weight: bold;
    text-align: justify
}

.tournament_title span p {
    text-align: justify;
    color: #ffc828;
    font-weight: bold
}

.tournament_title span p span {
    color: #ffffff;
    font-weight: normal
}

.monthly_prizes {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.monthly_prizes h3 {
    color: #57c993;
    width: 100%;
    text-align: center;
    font-weight: bold
}

.monthly_prizes p {
    width: 100%;
    text-align: center;
    font-weight: bold
}

.monthly_prizes .monthly_prize {
    margin: 30px 0 20px;
    display: inline-block;
    width: 15%;
    text-align: center
}

.monthly_prizes .monthly_prize:nth-child(3) {
    margin-top: 50px
}

.monthly_prizes .monthly_prize:nth-child(4) {
    margin-top: 70px
}

.monthly_prizes .monthly_prize:nth-child(5) {
    margin-top: 90px
}

.monthly_prizes .monthly_prize:nth-child(6) {
    margin-top: 110px
}

.monthly_prizes .monthly_prize img {
    width: 75%
}

.monthly_prizes .monthly_prize span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 25px
}

#wpadminbar {
    display: none
}

.leaderboard_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.leaderboard_table table {
    border-collapse: collapse;
    width: 65%;
    color: #ffffff
}

.leaderboard_table table td, .leaderboard_table table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px
}

.leaderboard_table table th {
    color: #57c993
}

.tournament_offers {
    text-align: center;
    color: #ffffff
}

.tournament_offers .offers_list {
    width: 100%
}

.tournament_offers .offers_title {
    font-weight: bold;
    color: #ffc828
}

.tournament_offers h5 {
    text-align: center
}

.tournament_offers h5 span {
    width: 60%;
    display: inline-block;
    margin-bottom: 40px;
    text-align: justify
}

.month_leaderboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 20px 0 30px
}

.month_leaderboard p {
    width: auto;
    margin: 0;
    font-size: 25px;
    color: #ffc828
}

.month_leaderboard a i {
    font-weight: bold;
    font-size: 40px;
    color: #57c993
}

.daily_prizes {
    margin: 70px 0 40px;
    color: #ffffff
}

.daily_prizes h3 {
    text-align: center;
    font-size: 30px;
    color: #ffc828;
    font-weight: bold
}

.daily_prizes h2 {
    text-align: center;
    margin: 10px 0 40px
}

.daily_prizes .tournament_slider_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.daily_prizes .swiper-button-next {
    top: 30px;
    right: 39%;
    color: #57c993
}

.daily_prizes .swiper-button-prev {
    top: 30px;
    left: 39%;
    color: #57c993
}

a, a:hover {
    color: #55c58f
}

.giveaway_content {
    margin-top: 70px
}

.giveaway_content h1 {
    font-weight: bold;
    text-align: center;
    color: #57c993;
    margin-bottom: 30px
}

.giveaway_content h3 {
    text-align: center;
    color: #ffc828;
    font-weight: bold;
    margin-bottom: 15px
}

.giveaway_content h4 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px
}

.giveaway_content p {
    color: #ffffff;
    text-align: justify
}

.tc_offer_text {
    margin: 8px 0;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8)
}

.tc_offer_text a {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.e-con.e-flex > .e-con-inner {
    margin-bottom: 40px
}

footer {
    -webkit-transition: 1s;
    transition: 1s;
    background: rgb(18, 18, 28);
    border-top: 1.5px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-align: center;
    margin-top: 60px;
}

footer .container {
    padding: 25px 0 0;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    border-top: none;
    border-bottom: none
}

footer .footer_icons {
    padding: 0 0 20px;
    margin: 20px 0 0
}

footer .footer_icons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

footer .footer_icons li img:hover {
    opacity: 0.8
}

footer .footer_info {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 0 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7)
}

footer .footer_info .footer_desc a {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

footer .copyright_text {
    font-size: 13px;
    color: rgb(55, 181, 255);
    border: 1.5px solid rgba(255, 255, 255, 0.14)
}

footer .copyright_text .container {
    padding: 20px 0;
    border-left: 1.5px solid rgba(255, 255, 255, 0.14);
    border-right: 1.5px solid rgba(255, 255, 255, 0.14)
}

footer .img-fluid {
    height: 40px
}

footer ul {
    padding-left: 0
}

footer ul.top-list {
    display: inline-block;
    padding: 30px 0;
    margin: 20px 70px 0;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.14);
    border-bottom: 2px solid rgba(255, 255, 255, 0.14);
    width: 70%
}

footer ul.top-list li {
    display: inline-block
}

footer ul.top-list li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 20px;
    padding: 5px 12px;
    text-align: center
}

footer ul.top-list li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

footer ul.top-list li a:focus {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

footer .footer_menu {
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 1400px) {
    .container {
        max-width: 1520px
    }
}

.top_banner {
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top_banner .container {
    height: 100%;
    border-right: 1.5px solid rgba(255, 255, 255, 0.14);
    border-left: 1.5px solid rgba(255, 255, 255, 0.14);
    padding: 0 80px
}

.top_banner .container .row {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top_banner .top_banner_info h1 {
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(49.28%, rgba(255, 255, 255, 0.35)), to(#FFFFFF));
    background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0.35) 49.28%, #FFFFFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 55px
}

.top_banner .top_banner_info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px
}

.top_banner .top_banner_info span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    display: block
}

.top_banner .top_banner_info .offer_button {
    width: 380px;
    margin: 20px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1f2a), to(#1a1f2a)) padding-box, -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24)) border-box;
    background: linear-gradient(#1a1f2a, #1a1f2a) padding-box, linear-gradient(to right, #37B5FF, #EB9D24) border-box;
    border-radius: 50px;
    border: 1.5px solid transparent
}

.top_banner .top_banner_info .offer_button span {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.top_banner .top_banner_info .offer_button .button_chip_hover {
    display: inline-block
}

.top_banner .top_banner_info .offer_button .button_chip {
    display: none
}

@media screen and (max-width: 767px) {
    .offer_image_section img {
        width: 95%;
    }


    .offer_left_part {
        span {
            width: 49%;
            padding-left: 5px;

            img {
                right: 30px;
            }
        }
    }
.top_offers .offer_left_part {
    bottom: 22px;
}

    footer {
        padding: 20px 0;
        margin-top: 30px;
    }

    footer .container {
        padding: 0 15px
    }

    footer .footer_info {
        padding: 0
    }

    footer .footer_info .footer_desc a {
        background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
        background: linear-gradient(to right, #37B5FF, #EB9D24);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text
    }

    footer ul.top-list {
        padding: 10px 0;
        width: 100%;
        margin: 20px 0
    }

    footer ul.top-list li {
        display: block
    }

    footer ul.footer_icons li {
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top_offers_text {
        margin: 0
    }

    .top_offers_text i {
        font-size: 30px
    }

    .top_offers_text h1 {
        font-size: 35px
    }

    .top_offers_text h5 {
        font-size: 16px
    }

    .top_offers {
        padding: 0 30px;
        margin: 20px 0 30px
    }

    .top_offers .row {
        gap: 15px
    }

    .top_offers .top_offer {
        margin-bottom: 15px;
        border-radius: 30px;
        padding: 15px;
        width: 100%
    }

    .top_banner_logo {
        width: 100%;
    }

    .top_offers .top_offer:nth-child(2) {
        -webkit-transform: none;
        transform: none
    }

    .top_offers .top_offer:nth-child(3) {
        border-radius: 30px
    }

    .top_offers .top_offer img {
        width: 70%
    }

    .top_offers .top_offer .top_offer_image {
        width: 250px
    }

    .top_offers .top_offer h2 {
        font-size: 25px
    }

    .top_offers .top_offer .welcome_bonus h3 {
        font-size: 25px
    }

    .top_offers .top_offer a img {
        width: auto
    }

    .page_description_box.page_description_box_1 .page_description {
        margin: 0;
        display: block
    }

    .page_description_box .page_description {
        margin: 25px 0;
        padding: 0 15px;
        display: block
    }

    .page_description_box .page_description ul li img {
        margin: 0 auto;
        display: block
    }

    .page_description_box .page_description h1, .page_description_box .page_description h2, .page_description_box .page_description h3, .page_description_box .page_description h4, .page_description_box .page_description h6 {
        font-size: 23px
    }

    .page_description_box .page_description h5 {
        font-size: 20px
    }

    .page_description_box .page_description p, .page_description_box .page_description span {
        font-size: 13px
    }

    .page_description_box .page_description.bottom_content_2 {
        padding: 25px 15px;
        background-image: none !important;
        border-radius: 0
    }

    .page_description_box .page_description.bottom_content_2 a {
        width: 100%
    }

    .page_description_box .page_description.bottom_content_2 p {
        width: 100%
    }

    .page_description_box.bottom_content_1 .page_description .page_description_info {
        width: 100%;
        padding: 25px 0;
        border: none
    }

    .page_description_box.bottom_content_1 img {
        width: 25px;
        margin-right: 7px
    }

    .page_description_box.bottom_content_1 span {
        width: 90%;
        display: inline-block
    }

    .site-page-content {
        margin: 40px auto 0
    }

    .offers_list .offer_section {
        width: 100%;
        padding: 0 15px
    }

    .page_info_content {
        margin-bottom: 20px
    }

    body {
        margin-top: 80px
    }

    .filter-layout {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 15px;
        display: none
    }

    .filter-layout .filter-entry .filter-item {
        display: none
    }

    .filter-layout .filter-entry .group-filters .name-tax {
        display: none
    }

    .filter-layout .filter-entry .group-filters .sub-filters {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px
    }

    .filter-layout .filter-entry .group-filters .sub-filters li {
        margin: 5px
    }

    .filter-layout .filter-entry .group-filters .sub-filters li a {
        color: #1e2339
    }

    .filter-layout .filter-entry .group-filters .sub-filters .filter-item {
        padding: 10px;
        background-color: #ffffff;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 8px
    }

    .filter-layout .filter-entry .group-filters .sub-filters .filter-item.checked {
        background-color: rgb(50, 51, 139)
    }

    .filter-layout .filter-entry .group-filters .sub-filters .filter-item label {
        margin: 0;
        text-align: center
    }

    .filter-layout .filter-entry .group-filters .sub-filters .filter-item label a span {
        padding: 0
    }

    .filter-layout .filter-entry .group-filters input {
        display: none
    }

    .filter-layout .filter-entry .group-filters .flipBox_boxOuter {
        display: none
    }

    .offers_list {
        gap: 20px;
        margin: 20px 0
    }

    .offers_list .offer_section {
        margin-left: 0
    }

    .offers_list .offer_section .more_info_section .container {
        padding-top: 0
    }

    .offers_list .offer_section .more_info_section h5 {
        margin: 20px 0 10px 0;
        font-size: 16px;
        font-weight: bold
    }

    .offers_list .offer_section .more_info_section .more_info_payments img {
        width: 30%
    }

    .offers_list .offer_section .more_info_section .more_info_providers img {
        width: 30%
    }

    .offers_list .offer_section .more_info_section.more_info_open {
        max-height: 700px
    }

    .offers_list .offer_section .single_offer {
        display: block
    }

    .offers_list .offer_section .offer_image_section {
        width: 100%;
        height: auto;
        padding: 20px 20px 0
    }

    .offers_list .offer_section .offer_image_section .image_part .player-favorite {
        left: 0;
        top: 0
    }

    .offers_list .offer_section .offer_image_section .image_part .player-favorite span {
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #2e3642;
        font-weight: 400;
        font-size: 14.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 30px
    }

    .offers_list .offer_section .offer_image_section .image_part .player-favorite span:after, .offers_list .offer_section .offer_image_section .image_part .player-favorite span:before {
        display: none
    }

    .offers_list .offer_section .offer_image_section h2 {
        font-size: 25px;
        margin: 10px 0 0
    }

    .offers_list .offer_section .offer_info_section {
        padding: 10px
    }

    .offers_list .offer_section .offer_info_section .offer_button_part {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 15px
    }

    .offers_list .offer_section .offer_info_section .offer_bonus_part {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .offers_list .offer_section .offer_info_section .offer_bonus_part .welcome_bonus {
        width: auto
    }

    .offers_list .offer_section .offer_info_section .offer_bonus_part .welcome_bonus h3 {
        font-size: 25px
    }

    .offers_list .offer_section .offer_info_section .offer_bonus_part .welcome_bonus span {
        text-shadow: none;
        font-size: 14px
    }

    .info-text {
        display: none
    }

    .page_title {
        font-size: 35px;
        padding: 50px 0 20px
    }

    .page_description {
        font-size: 13px;
        padding-bottom: 50px;
        margin-bottom: 15px
    }

    .page_description span {
        width: 85%
    }

    .offer_button {
        font-size: 16px;
        padding: 7px
    }

    header #navbar {
        padding: 0;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: black;
        z-index: 99999
    }

    header #navbar .menu_logo {
        display: none
    }

    header #navbar .menu_items {
        padding: 0
    }

    header #navbar .menu_items .navbar-toggler {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #dce1e8;
        z-index: 999;
    }

    header #navbar .menu_items .navbar-collapse {
        background-color: #dce1e8
    }

    header #navbar .menu_items .navbar-collapse .dropdown-menu {
        position: relative !important;
        top: unset !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    header #navbar .menu_items .navbar-collapse .header_menu {
        display: none
    }

    header #navbar .menu_items .navbar-collapse .header_menu.mobile_menu {
        display: block
    }

    header #navbar .menu_items .navbar-collapse .header_menu li .nav-link {
        color: rgba(0, 0, 0, 0.9);
        padding: 10px 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.9)
    }

    header #navbar .menu_items .navbar-collapse .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0
    }

    header #navbar .menu_items .navbar-collapse .dropdown-menu li a {
        padding: 10px 0 10px 55px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.9)
    }

    header #navbar .menu_items .navbar-collapse .dropdown-menu li a.active {
        background-color: white;
        color: rgba(0, 0, 0, 0.9)
    }

    .top_banner {
        min-height: 330px;
        height: auto;
        background-image: none !important
    }

    .top_banner .container {
        padding: 0 15px
    }

    .top_banner .top_banner_info h1 {
        font-size: 23px
    }

    .top_banner .top_banner_info p, .top_banner .top_banner_info span {
        font-size: 13px
    }

    .top_banner .top_banner_info .offer_button {
        font-size: 15px;
        width: 100%
    }

    .tournament_title p {
        width: 100%
    }

    .monthly_prizes .monthly_prize {
        width: 14%
    }

    .monthly_prizes .monthly_prize span {
        font-size: 11px;
        font-weight: normal
    }

    .month_leaderboard p {
        font-size: 20px
    }

    .leaderboard_table table {
        width: 100%
    }

    .daily_prizes h2 {
        margin: 25px 0 40px
    }

    .daily_prizes .swiper-button-next {
        right: 25%;
        top: 38px
    }

    .daily_prizes .swiper-button-prev {
        left: 25%;
        top: 38px
    }

    .daily_prizes h3 {
        font-size: 20px
    }

    .daily_prizes .tournament_slider_images {
        display: inline-block
    }

    .daily_prizes .tournament_slider_images img {
        width: 100%;
        margin-bottom: 15px
    }

    .site-page-content.tournament_offers {
        margin: 0 0 80px
    }
    
    .page_description_box.page_description_box_licensed .page_description_licensed {
        margin: 0;
        padding: 0 15px
    }

    .page_description_box .page_description .licensed_casinos_button {
        width: 100%;
        margin: 30px 0
    }

    .page_description_box .page_description .licensed_casinos_title {
        margin: 15px 0 30px
    }

    .page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb {
        margin-bottom: 15px;
        min-height: auto;
        padding: 15px
    }

    .page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb .licensed_casinos_info {
        margin-bottom: 10px
    }

    .page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb .licensed_casinos_info span {
        font-size: 22px
    }

    .page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb .licensed_casinos_info h5 {
        font-size: 18px
    }

    .page_description_box .page_description .licensed_casinos_section .licensed_casinos_thumb .licensed_casinos_info img {
        width: 40px
    }

    .page_description_box .page_description .licensed_casinos_section p {
        font-size: 15px;
        margin: 0
    }

    #offers_list {
        scroll-margin-top: 70px
    }

    header #navbar .menu_logo img, header #navbar .menu_items img {
        width: 180px;
    }

    .page_description_box .page_description {
        padding: 25px 15px;
    }

    footer .footer_info {
        padding: 0 15px;
    }

    header #navbar .menu_items a.navbar-brand {
        display: flex;
        align-items: center;
        height: 80px;
    }

    .shadow_content {
        padding: 20px 15px;
    }
}

.offer_images {
    position: relative;
    margin-bottom: 10px;
}

.offer_images .score {
    color: white;
    position: absolute;
    left: 47%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 55%;
    font-size: 20px
}

.offer_images .score i {
    color: gold;
    margin-right: 4px
}

.offer_images .score {
    font-size: 17px
}

.promo_code {
    text-align: center;
    color: white;
    margin: 5px 0 0
}

.promo_code span {
    background: -webkit-gradient(linear, left top, right top, from(#37B5FF), to(#EB9D24));
    background: linear-gradient(to right, #37B5FF, #EB9D24);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold
}

.promo_code span i {
    color: gold
}

@media screen and (max-width: 390px) {
    .offer_section .offer_info_section .offer_button_part .offer_buttons a {
        width: 95%
    }
}
