* {
    padding: 0px;
    margin: 0px;
    border: none;
}

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

/* body {
	font-family: 'Times New Roman', Times, serif;

} */

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    margin: 1.5rem 0;
}
/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

input[type='file'] {
    max-width: 100%;
}

.menu_page_title {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
    margin-bottom: 24px;
    border-bottom: 1px solid;
    border-color: #44403f;
    font-size: 32px !important;
}

.menu-page {
    background-color: var(--body_color);
}

.container__page{
    max-width: 900px !important;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.content__wrap {
    padding-bottom: 64px;
    .wp-block-list {
        list-style: disc !important;
        padding: 10px;
    }
    p{
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.wp-block-heading {
    font-size: 20px !important;
    font-weight: 900;
}


.terms__main_section {
    padding-top: 32px;
}

.terms__main_block {
    display: flex;
    gap: 10px;
}

.terms__img {
    display: flex;
    justify-self: center;
    align-items: center;
}

.terms__content {
    width: 100%;
    max-width: 378px;
    text-align: center;
    color: white;
    font-size: 18px;
    h1{
        font-size: 36px;
    }
}

.terms__img img {
    width: 100%;
    max-width: 200px;
}

.terms__content a{
    color: #ffca30 !important;
}

.terms__content a:hover{
    text-decoration: underline;
}

.terms__block_item {
    width: 50%;
    background-color: var(--terms__blocks_color);
    padding: 20px;
    border-radius: 12PX;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sticky__header {
    position: sticky;
    top: 0px;
    z-index: 100;
    margin: -1px;
}
.sticky__brands_wrapper {
    position: sticky;
    top: 70px;
    z-index: 100;
    margin: -1px;
}


header.brands__wrapper {
    background-color: var(--header_warning_bar);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 70px;
    min-height: 54px;
}

.header_brands {
    background-color: var(--header_brands_background_color);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}

.header_menu {
    display: flex;
    gap: 20px;
}

.menu-header-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-header-menu-container .menu{
    display: flex;
    gap: 20px;
    color: white;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.menu-header-menu-container ul li a{
    color: var(--header_menu_text_color);
}
.menu-header-menu-container ul li a:hover{
    padding-top: 3px;
    border-bottom: 2px solid #ffca30;
}

.current-menu-item > a,
.current_page_item > a {
    padding-top: 3px;
    border-bottom: 2px solid #ffca30;
}

.header__brands-list {
    display: flex;
    gap: 10px;
    margin: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px !important;
    padding-left: 7px !important;
}


.brands-list__item {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 128px;
    max-height: 36px;
    padding: 6px;
    border-radius: 18px;
    /* background: var(--background_brands_color); */
}

.brands-list__link {
    display: flex;
    justify-content: center;
}

.brands-list__link {
    z-index: 2;
}

.brands-list__link img{
    width: 90%;
    /* max-height: 42px; */
    /* padding: 5px; */
}

.brands-list__item::after {
    content: "";
    position: absolute;
    /* max-width: 150px;
	max-height: 36px; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--brands_ithem_color);
    opacity: 0.2;
    border-radius: 18px;
    z-index: 1;
}

/*Hero Sectipn*/

.hero {
    padding: 78px 16px 0;
    background-color: var(--hero_background_color);
}

.hero__promo {
    padding: 12px 12px 2px;
    background: -webkit-linear-gradient(354.46deg, #D2ECFF 19.46%, #C9A5CC 109.44%);
    background: linear-gradient(95.54deg, #D2ECFF 19.46%, #C9A5CC 109.44%);
    border-radius: 24px;
}

.hero__content {
    padding-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero__promo-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 60px;
    max-height: 60px;

    img {
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }
}

.hero__promo-subtitle {
    margin: 16px 0 0 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.hero__promo-title {
    margin: 2px 0 0 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: var(--primary-color);
    text-transform: capitalize;
}

.hero__promo-link {
    margin: 20px 0 0 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 166px;
}

.hero__image {
    margin: 36px 0 0 0;
}

@media (min-width: 800px) {
    .hero__promo {
        padding: 10px 60px;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding: 78px 16px 0;
    }

    .hero__image {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }

    .hero__promo {
        &:hover {
            .hero__image {
                -webkit-transform: scale(1.07) rotate(10deg);
                -ms-transform: scale(1.07) rotate(10deg);
                transform: scale(1.07) rotate(10deg);
            }
        }
    }

    .hero__promo-icon {
        max-width: 70px;
        max-height: 70px;
    }
}

@media (min-width: 1200px) {
    .hero {
        padding: 30px 16px 20px;
    }

    .hero__promo {
        padding: 10px 80px 10px 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero__content {
        padding-left: 0;
        width: 49%;
    }

    .hero__image {
        margin: 0;
        width: 50%;
    }
}

.hero__promo-link {
    margin: 20px 0 0 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 166px;
}
.btn-pink {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    font-weight: 500;
    font-size: 20px;
    color: white;
    background: linear-gradient(115.06deg, #FDE5A3 -7.87%, #D40DD1 111.76%);;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset;
    border-radius: 10px;
    text-transform: capitalize;
}

.footer-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer__menu_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--footer_menu_color);
}

/* Мобильные стили (до 768px) */
@media (max-width: 767px) {

    .container__page {
        padding: 15px;
    }

    .footer__menu_wrapper {
        flex-direction: column;
    }

    .footer__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-icons {
        padding-top: 0px !important;
    }

    .footer-icons .menu-footer-menu-container ul li{
        padding-bottom: 10px;
    }

    .footer-icons .menu-footer-menu-container ul {
        flex-direction: column;
        gap: 5px !important;
    }

    .terms__main_block {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .terms__block_item {
        width: 100%;
    }

    .hero__promo {
        flex-direction: column;
        padding: 20px 0;
    }

    .hero__content {
        order: 2; /* Контент будет снизу */
        text-align: left;
        padding: 0 15px;
    }

    .hero__image {
        order: 1; /* Изображение будет сверху */
        margin-bottom: 20px;
    }

    .hero__image img {
        max-width: 100%;
        height: auto;
    }

    .hero__promo-icon {
        display: block;
        width: 60px;
    }

    .hero__promo-subtitle {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .hero__promo-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .hero__promo-link {
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
    }
}

/*Top Games Section*/
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* --font-family: "Livvic", serif; */
    --content-width: 1170px;
    --container-offset: 15px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --white-color: #fff;
    --black-color: #000;
    --brand-color: #c73D09;
    --primary-color: #274A72;
    --promo-gradient: linear-gradient(95.54deg, #D2ECFF 19.46%, #C9A5CC 109.44%);
    --button-gradient: linear-gradient(115.06deg, #FDE5A3 -7.87%, #D40DD1 111.76%);
    --button-hover-gradient: linear-gradient(115.06deg, #D40DD1 -7.87%, #FDE5A3 111.76%);
    --challenge-bg: #D0C7FE;
    --exchange-gradient: linear-gradient(86.01deg, #C7DDFE 3.26%, #7ABFD0 157.2%);
    --responsible-bg: #fff;
    --slider-bg: #D5E7F8;
    --popular-slider-bg: #EFF3FE;
    --tarawera-color: #07374B;
    --denim-color: #1185DA;
    --perano-color: #B6D6F3;
    --tropical-color: #C5DEF5;
}

.top-slider__slide {
    max-width: 275px;
}

.page {
    font-family:  var(--font_family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    min-height: 100%;
    margin: 0;
    color: var(--white-color);
    background-color: var(--body_color);
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
}


.page__body {
    position: relative;
    height: 100%;
    overscroll-behavior-y: contain;

    &:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        transition: all ease 0.34s;
        z-index: 150;
    }

    &.overlay {
        &:before {
            width: 100%;
        }
    }
}

@media (min-width: 1024px) {
    .page {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .page__body {
        &:before {
            display: none;
        }
    }
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

p {
    margin: 0;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.is-hidden {
    display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}

.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
    display: none;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    overflow: hidden;
}

.card__top {
    position: relative;
    width: 100%;
    overflow: hidden;

    img {
        display: block;
        min-height: 168px;
        /* max-height: 168px; */
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }
}

.card__top-overlay {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-self: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 168px;
    /* max-height: 168px; */
    opacity: 0;
    background: -webkit-linear-gradient(349.99deg, rgba(100, 185, 250, 0.8) 3.71%,
    rgba(208, 11, 226, 0.8) 112.41%);
    background: linear-gradient(100.01deg, rgba(100, 185, 250, 0.8) 3.71%,
    rgba(208, 11, 226, 0.8) 112.41%);
    -webkit-transition: all ease .2s;
    transition: all ease .2s;

    img {
        max-width: 32px;
        max-height: 32px;
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.card__title {
    padding: 6px;
    font-weight: 600;
    min-height: 24px;
    font-size: 9px;
    background-color: var(--white-color);
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (min-width: 900px) {
    .card__top {
        img {
            min-height: 230px;
            max-height: 230px;
        }
    }

    .card__top-overlay {
        min-height: 230px;
        max-height: 230px;

        img {
            max-width: 82px;
            max-height: 82px;
        }
    }
}

@media (any-hover: hover) {
    .card {
        &:hover {
            box-shadow: 0px 4px 17.1px 0px rgba(0, 0, 0, 0.15);

            .card__top-overlay {
                opacity: 1;
            }
        }
    }
}

.container {
    margin: 0 auto;
    /* padding: 0 var(--container-offset); */
    max-width: var(--container-width);
    width: 100%;
}

.vertical-centered {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.page--ios .dis-scroll {
    position: relative;
}

.btn {
    padding: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: var(--promotion_item_btn_text_color);
    background: -webkit-linear-gradient(11.5deg, #28FFF6 -7.08%, #068FCC 106.88%),
    -webkit-linear-gradient(334.94deg, #20E5EC -7.87%, #0D67D4 111.76%);
    background: var(--promotion_item_btn_color); /* linear-gradient(78.5deg, #28FFF6 -7.08%, #068FCC 106.88%),
  linear-gradient(115.06deg, #20E5EC -7.87%, #0D67D4 111.76%) */
    border-radius: 10px;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset;
    text-transform: capitalize;

    &:hover {
        background: -webkit-linear-gradient(334.94deg, #0D67D4 -7.87%, #20E5EC 111.76%);
        background: linear-gradient(115.06deg, #0D67D4 -7.87%, #20E5EC 111.76%);
        box-shadow: none;
    }
}

.btn-pink {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    font-weight: 500;
    font-size: 20px;
    color: var(--white-color);
    background: var(--promotions_view_all_btn);
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset;
    border-radius: 10px;
    text-transform: capitalize;

    &:hover {
        background: var(--button-hover-gradient);
    }
}

.slider-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 56px;
    background-color: var(--popular-slider-bg);
    border-radius: 16px;

    &.light {
        background-color: var(--white-color);

        .slider-buttons__prev {
            &:before {
                background-color: #F5F5F5;
            }
        }
    }
}

.slider-buttons__prev {
    position: relative;

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: var(--white-color);
    }
}

.slider-buttons__prev, .slider-buttons__next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 26px;
}

.title, .title-xl {
    margin: 0;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: capitalize;
}

.title {
    font-size: 24px;
    text-transform: capitalize;
}

.title-xl {
    font-size: 42px;
}

@media (min-width: 1024px) {
    .title {
        font-size: 32px;
    }

    .title-xl {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .page__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.main__wrapper {
    background-image: url("../images/top-main-decor.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1200px) {
    /* .main {
    width: calc(100% - 300px);
  } */

    .main__offerwall {
        width: 100%;
    }
}

.burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 22px;
    height: 22px;
    background-color: transparent;
    z-index: 100;
}

.burger__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1185DA;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 135px; /* 250px; */
    max-height: 70px;
    /* padding-bottom: 10px; */

    img {
        display: block;
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: contain;
    }
}

.brands-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.brands-list__item {
    max-width: 168px;
    max-height: 32px;
}

.brands-list__link {
    display: block;
    width: 100%;

    img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 32px;
    }
}

@media (min-width: 570px) {
    .burger {
        &.active {
            margin-right: unset;
            margin-top: unset;
            transform: translateY(0);
        }
    }
}

@media (min-width: 564px) {
    .brands-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .brands-list__item {
        max-width: 150px;
        max-height: 36px;
    }

    .brands-list__link {
        img {
            max-height: 36px;
        }
    }
}

.header {
    position: relative !important;
}

.header__top {
    background-color: var(--tarawera-color);
}

.header__top-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header__bottom {
    padding-top: 24px;
}

.header__bottom--homepage {
    position: absolute;
    left: 0;
    bottom: -46px;
    width: 100%;
}

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

.header__bottom--offerwall {
    .burger {
        display: none;
    }
}

.header__login {
    min-width: 100px;
}

@media (min-width: 470px) {
    .header__login {
        min-width: 128px;
    }
}

@media (min-width: 768px) {
    .header__top-container {
        justify-content: space-between;
        flex-direction: row;
    }

    .header__top-container--offerwall {
        padding: 12px 15px;
        max-width: 1200px;
    }

    .header__brands-list {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .header__brands-list {
        margin: 0 auto;
    }

    .header__top-container--offerwall {
        .header__brands-list {
            margin: 0;
        }
    }

    .header__bottom {
        display: none;
    }

    .header__bottom--offerwall {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        .burger {
            display: none;
        }
    }
}

.nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.nav-list__item {
    font-weight: 500;
    font-size: 20px;
    color: var(--primary-color);
    text-align: center;
}

.nav-list__link {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

@media (min-width: 524px) {
    .nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1260px) {
    .nav-list {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1440px) {
    .nav-list {
        gap: 30px;
    }
}

.footer {
    background-color: var(--white-color);
}

.footer-icons .menu-footer-menu-container ul li a:hover{
    padding-top: 3px;
    border-bottom: 2px solid #ffca30;
}

.footer-icons {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-footer-menu-container {
    width: 100%;
}

.menu-footer-menu-container ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--footer_text_color);;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    justify-content: center;
}

.footer__menu_wrapper .header__logo a img {
    padding-bottom: 0px !important;
}

.header__logo .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--header_menu_text_color);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    justify-content: center;
}

.footer-icons .menu-footer-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__top {
    background-color: var(--popular-slider-bg);
}

.footer__top-container {
    position: relative;
    padding: 40px 15px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    border: none;

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #d6d6d6;
    }
}

.footer-brands {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 8px;
    max-width: 678px;
}

.footer-brands__item {
    min-width: 108px;
    max-width: 108px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
}

.footer-brands__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 32px;
    max-height: 32px;

    img {
        max-width: 70px;
        max-height: 25px;
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.footer__bottom {
    padding: 32px 0;
    background-color: var(--tarawera-color);
}

.footer__description {
    margin: 24px auto 0;
    max-width: 945px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: var(--white-color);

    p {
        &:not(:last-child) {
            margin-bottom: 4px;
        }
    }
}

@media (min-width: 1024px) {
    .footer-brands {
        gap: 12px;
    }

    .footer-brands__item {
        min-width: 126px;
        max-width: 126px;
        border-radius: 72px;
    }

    .footer-brands__link {
        min-height: 36px;
        max-height: 36px;

        img {
            max-width: 90px;
            max-height: 27px;
        }
    }

    .footer__bottom {
        padding: 32px 0;
        background-color: var(--tarawera-color);
    }

    .footer__description {
        margin: 22px auto 0;
    }
}


@media (min-width: 1260px) {
    .footer__top-container {
        padding: 50px 15px 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
    }
}

.sidebar {
    padding: 20px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 300px;
    max-width: 100%;
    width: 100%;
    background-color: var(--perano-color);
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 200;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

    &.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.sidebar__top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar__logo {
    min-width: 60%;
    max-width: 60%;
    min-height: 65px;
    max-height: 65px;
    background-color: var(--tropical-color);
    border-radius: 16px;

    img {
        max-width: 162px;
        max-height: 42px;
        -o-object-position: center center;
        object-position: center center;
    }
}

.sidebar__top-close {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    z-index: 1;

    span {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--primary-color);
        border-radius: 1px;

        &:first-child {
            position: absolute;
            top: 50%;
            left: 0;
            -moz-transform: translateY(-50%) rotate(45deg);
            -o-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        }

        &:last-child {
            position: absolute;
            top: 50%;
            right: 0;
            -moz-transform: translateY(-50%) rotate(-45deg);
            -o-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
            -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
        }
    }
}

.sidebar__nav {
    position: relative;
    padding-bottom: 8px;

    &:before {
        content: url("../images/sidebar-nav-decor.svg");
        display: block;
        position: absolute;
        left: 50%;
        bottom: -8px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    &:not(:last-child) {
        margin-bottom: 16px;
    }
}

.sidebar-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.sidebar-list__item {
    padding: 10px 12px;
    font-family: 'Lexend', sans-serif;
    font-size: 18px;
    color: var(--primary-color);
    border-radius: 32px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;

    img {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 26px;
        max-width: 26px;
        max-height: 26px;
        -o-object-position: center center;
        object-position: center center;
        aspect-ratio: 1;
    }

    &:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
}

.sidebar-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 16px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
    text-transform: capitalize;
}

.sidebar__link {
    margin-bottom: 25px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 220px;
    background: -webkit-linear-gradient(334.94deg, #20E5EC -7.87%, #0D67D4 111.76%);
    background: linear-gradient(115.06deg, #20E5EC -7.87%, #0D67D4 111.76%);
}

.sidebar__adult-icon {
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    aspect-ratio: 1;

    svg {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 570px) {
    .sidebar__top {
        margin-bottom: 40px;
    }

    .sidebar__logo {
        max-width: 80%;
        min-width: 80%;
        min-height: 74px;
        max-height: 74px;

        img {
            max-width: 130px;
            max-height: 35px;
        }
    }

    .sidebar {
        padding-top: 30px;
        max-width: 300px;
    }

    .sidebar-list__item {
        font-size: 24px;
    }

    .sidebar__link {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        min-width: unset;
    }
}

@media (min-width: 1200px) {
    .sidebar {
        padding: 30px 24px;
        position: static;
        height: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        max-width: 300px;
        bottom: unset;
    }

    .sidebar__logo {
        min-width: 100%;
        max-width: 100%;
        min-height: 84px;
        max-height: 84px;

        img {
            max-width: 160px;
            max-height: 44px;
        }
    }

    .sidebar-list__item {
        img {
            min-width: 32px;
            max-width: 32px;
            max-height: 32px;
        }
    }

    .sidebar-list__link {
        gap: 8px;
    }

    .sidebar__top-close {
        display: none;
    }

    .sidebar__adult-icon {
        min-width: 60px;
        max-width: 60px;
    }
}

.hero {
    padding: 78px 16px 0;
}

.hero__promo {
    padding: 12px 12px 2px;
    background: -webkit-linear-gradient(354.46deg, #D2ECFF 19.46%, #C9A5CC 109.44%);
    background: linear-gradient(95.54deg, #D2ECFF 19.46%, #C9A5CC 109.44%);
    border-radius: 24px;
}

.hero__content {
    padding-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero__promo-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 60px;
    max-height: 60px;

    img {
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }
}

.hero__promo-subtitle {
    margin: 16px 0 0 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.hero__promo-title {
    margin: 2px 0 0 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: var(--primary-color);
    text-transform: capitalize;
}

.hero__promo-link {
    margin: 20px 0 0 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 166px;
}

.hero__image {
    margin: 36px 0 0 0;
}

.hero{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (min-width: 800px) {
    .hero__promo {
        padding: 10px 60px;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding: 78px 16px 0;
    }

    .hero__image {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }

    .hero__promo {
        &:hover {
            .hero__image {
                -webkit-transform: scale(1.07) rotate(10deg);
                -ms-transform: scale(1.07) rotate(10deg);
                transform: scale(1.07) rotate(10deg);
            }
        }
    }

    .hero__promo-icon {
        max-width: 70px;
        max-height: 70px;
    }
}

@media (min-width: 1200px) {
    .hero {
        padding: 30px 16px 20px;
    }

    .hero__promo {
        padding: 10px 80px 10px 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero__content {
        padding-left: 0;
        width: 49%;
    }

    .hero__image {
        margin: 0;
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .hero__content {
        width: 46%;
    }

    .hero__image {
        width: 46%;
    }
}
.top__games_logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 322px;
}
.top__games_logo img {
    width: 100%;
    max-width: 50px !important;
}
.top-games {
    background-color: var(--top_game_bg_color);
    padding: 33px 15px 33px 15px;
}
.top-games__content {
    padding: 0px !important;
}
.popular__main container {
    padding: 0px !important;
}

.top-games__top {
    margin-bottom: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-games__title {
    position: relative;
    padding-left: 10px;

    /* &:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 50px;
    height: 40px;
    background-image: url("../images/top-title-decor.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  } */
}

/* .shows-slider__slide {
  width: 100%;
  max-width: 275px;
} */



.top-slider__slide {
    /* width: 100%;
  max-width: 275px; */

    .card__top {
        img {
            min-height: 168px;
            /* max-height: 168px; */
        }
    }

    .card__top-overlay {
        min-height: 168px;
        /* max-height: 168px; */
    }

    .card__title {
        font-size: 9px;
        min-height: 38px;
    }
}

@media (min-width: 900px) {
    .top-games {
        padding: 20px 15px 20px;
    }

    .top-games__content {
        padding: 30px 30px 15px 30px;
        /* background-color: var(--slider-bg); */
        border-radius: 16px;
    }

    .top-slider {
        padding-bottom: 20px;
    }

    .top-slider__slide {
        .card__top {
            img {
                min-height: 338px;
                max-height: 338px;
            }
        }

        .card__top-overlay {
            min-height: 338px;
            max-height: 338px;
        }

        .card__title {
            font-size: 16px;
            min-height: 58px;
        }
    }
}

@media (min-width: 1440px) {
    .top-slider__slide {
        .card__top {
            img {
                min-height: 400px;
                max-height: 400px;
            }
        }

        .card__top-overlay {
            min-height: 400px;
            max-height: 400px;
        }
    }
}

.popular {
    padding: 0px 15px 15px 15px;
}

.popular {
    background-color: var(--popular_game_bg_color);
}

.popular__main {
    padding: 15px 12px 15px 12px;
    border-radius: 16px;
    background-color: var(--popular_block_game_bg_color);
}

.popular__slider-prev {
    background: white;
    border-radius: 20px 0px 0px 20px;
}

.popular__slider-next {
    background: white;
    border-radius: 0px 20px 20px 0px;
}

.providers__content {
    padding: 15px 12px 15px 12px;
}
.top-games__content {
    padding: 15px 12px 15px 12px !important;
}
.popular__top {
    margin-bottom: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popular__title {
    position: relative;

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: -2px;
        left: 0;
        width: 50px;
        height: 40px;
        /* background-image: url("../images/popular.png"); */
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.popular-slider {
    padding-bottom: 16px;
}

.popular-slider__slide {
    width: 275px;

    .card__top {
        img {
            min-height: 146px;
            max-height: 146px;
        }
    }

    .card__top-overlay {
        min-height: 146px;
        max-height: 146px;
    }

    .card__title {
        font-size: 9px;
        min-height: 38px;
    }
}

@media (min-width: 900px) {
    .popular {
        padding: 20px 15px 20px;
    }

    .popular__top {
        padding-right: 0;
    }

    .popular-slider__slide {
        .card__top {
            img {
                min-height: 250px;
                max-height: 250px;
            }
        }

        .card__top-overlay {
            min-height: 250px;
            max-height: 250px;
        }

        .card__title {
            min-height: 40px;
            font-size: 12px;
        }
    }
}

@media (min-width: 1147px) {
    .popular-slider__slide {
        .card__top {
            img {
                min-height: 394px;
                max-height: 394px;
            }
        }

        .card__top-overlay {
            min-height: 394px;
            max-height: 394px;
        }
    }
}
.providers {
    background-color: var(--providers_bg_color);
    padding: 0px 15px 15px 15px;
	margin-top: 0.5rem;
}

.providers__content {
    border-radius: 12px;
    background: linear-gradient(127.74deg, #FFFFFF 49.33%, #D1E1F7 85.74%, #D1E1F7 87.07%);
}

.providers__content-top {
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.providers__link {
    min-width: 200px;
    min-height: 42px;

}

.providers-slider {
    padding-left: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.providers-slider__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 136px !important;
    min-height: 61px;
    max-height: 61px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
	padding: 1rem;
    margin: 0.25rem;

    img {
        display: block;
        max-width: 103px;
        max-height: 41px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }
}

@media (min-width: 1024px) {
    .providers {
        padding: 20px 15px 20px;
    }

    .providers__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 20px;
        background: -webkit-linear-gradient(322.26deg, #FFFFFF 49.33%, #D1E1F7 85.74%, #D1E1F7 87.07%);
        background: linear-gradient(127.74deg, #FFFFFF 49.33%, #D1E1F7 85.74%, #D1E1F7 87.07%);
        border-radius: 24px;
    }

    .providers__content-top {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .providers__slider-buttons {
        display: none;
    }

    .providers-slider {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 20px;
        overflow: visible;
    }

    .providers-slider__slide {
        background-color: var(--popular-slider-bg);
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: none;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;

        &:hover {
            background-color: var(--white-color);
            border: none;
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        }
    }

    .providers-slider__wrapper {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;;
        -webkit-box-orient: horizontal !important;;
        -webkit-box-direction: normal !important;;
        -webkit-flex-direction: row !important;;
        -ms-flex-direction: row !important;;
        flex-direction: row !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 10px;
        overflow: visible;
    }

    .providers__link {
        margin: 0 auto;
    }
}

.game-shows {
    background-color: var(--game_show_bg_color) !important;
    padding: 40px 15px 0 15px;
}

.popular__top {
    padding-left: 0px !important;
}

.games-shows__top {
    margin-bottom: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.games-shows__title {
    position: relative;
    padding-left: 60px;

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 40px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/game-shows.png");
    }
}

.shows-slider {
    padding-bottom: 16px;
}

@media(max-width: 1024px) {
    .promotions__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .shows-slider__slide {
        width: 127px;

        .card__top {
            img {
                min-height: 177px !important;
                max-height: 177px !important;
            }
        }

        .card__top-overlay {
            min-height: 177px !important;
            max-height: 177px !important;
        }
    }

    .header__logo img {
        width: 100%;
        max-width: 100px !important;
        height: 100%;
        max-height: 100px !important;
    }
}

.shows-slider__slide {
    width: 127px;

    .card__top {
        img {
            min-height: 147px;
            max-height: 147px;
        }
    }

    .card__top-overlay {
        min-height: 147px;
        max-height: 147px;
    }

    .card__title {
        font-size: 9px;
        min-height: 24px;
    }
}

@media (min-width: 900px) {
    .game-shows {
        padding: 20px 15px 20px;
    }

    .games-shows__content {
        padding: 30px;
        border-radius: 16px;
    }

    .games-shows__top {
        padding-right: 0;
    }

    .shows-slider__slide {
        width: unset;

        .card {
            &:hover {
                box-shadow: none;
            }
        }

        .card__top {
            img {
                min-height: 394px;
                max-height: 394px;
            }
        }

        .card__top-overlay {
            min-height: 394px;
            max-height: 394px;
        }

        .card__title {
            font-size: 16px;
            min-height: 48px;
        }
    }
}

.promotions {
    padding: 20px 15px 0;
    display: flex;
    flex-direction: column;
    background-color: var(--promotion_background_color);
}

.promotions.promotions-offerwall {
    padding: 24px 0 0;
}

.promotions--single {
    padding-bottom: 30px;
}

.promotions__title {
    margin-bottom: 24px;
    text-align: center;
}

.promotions__link {
    margin: 0 auto;
    min-width: 170px;
}

.promotions-tabs {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.tab-buttons {
    margin-bottom: 20px;
    padding: 0 15px 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #1185da transparent;
}

.tab-button {
    width: 100%;
    max-width: 110px;
}

.promotions__inner {
    width: 100%;
}

.promotions__inner-description {
    padding: 10px 12px;
    max-width: 240px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: var(--primary-color);
    background-color: var(--white-color);
    border-radius: 10px;
    border: 1px solid #edcc99;
    max-width: 300px;
    font-size: 18px;
}

/* .promotions-list__item {
  width: auto !important;
} */

.promotions-tabs__item {
    padding: 8px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    font-weight: 500;
    font-size: 20px;
    color: var(--primary-color);
    background-color: #F7F9FF;
    text-align: center;
    border-radius: 16px;
}

.promotions-tabs__item--active {
    color: #1289DA;
    box-shadow: -1px -3px 4.5px 0px rgba(18, 137, 218, 0.25) inset;
}

.promotions-list {
    margin-bottom: 20px;
}



.promotions-list__item {
    width: 100%;
    min-width: 386px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: var(--promotion_item_background_color);
    box-shadow: 0 4px 26.3px 0px rgba(0, 76, 255, 0.15);
    border-radius: 16px;

    &:not(:last-child) {
        margin-bottom: 20px;
    }
}

.promotions-list__item-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    max-height: 170px;
    width: 100%;
    background: var(--promotion_item_bg_inside_color); /* linear-gradient(77.27deg, #F2EEFF -32.63%, #D8EFFF 102.74%); */
    border-radius: 16px;
    border: 1px solid #EDCC99;

    img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        max-width: 300px;
        max-height: 237px;
        object-position: center center;
        object-fit: contain;
        transform: translate(-50%, -50%);
        transition: all ease .3s;
    }
}

.promotions__btn {
    width: 100%;
    text-align: center;
}

.promotions-list__item-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.49);
    backdrop-filter: blur(4px);
    border-radius: 24px;
    text-transform: uppercase;
    z-index: 10;
}

.promotions-list__item-label--casino {
    color: var(--primary-color);
}

.promotions-list__item-label--sport {
    color: #D1660F;
}

.promotions-list__item-label--live-casino {
    color: #1CD10F;
}

.promotions-list__item-content {
    padding: 20px 5px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promotions-list__item-title {
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--promotion_title_color);
}

.promotions-list__item-link {
    padding: 8px 10px;
    max-width: 100%;
    min-height: 42px;
}

@media (max-width: 550px) {
    .promotions-tabs {
        margin-bottom: 40px;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        align-items: center;
    }

    .promotions-tabs__item {
        width: auto;
    }
}

@media (min-width: 648px) {
    .promotions-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .promotions-list__item {
        width: calc(50% - 8px);

        &:not(:last-child) {
            margin-bottom: 0;
        }
    }

    .promotions-list__item-content {
        flex-grow: 1;
    }

    .promotions-list__item-link {
        margin: auto 0 0 0;
    }
}

@media (min-width: 800px) {
    .promotions--single {
        padding-bottom: 80px;
    }
}

@media (min-width: 900px) {
    .promotions-list {
        justify-content: flex-start;
    }

    .promotions-list__item {
        width: calc((100% / 3) - (32px / 3));

        &:hover {
            .promotions-list__item-top {
                img {
                    transform: translate(-50%, -50%) scale(1.3);
                }
            }
        }
    }

    .promotions-list__item-top {
        min-height: 180px;
        max-height: 180px;
    }
}

.offerwall-promotions {
    padding: 60px 0 0 0;
}

.offerwall-list__item {
    &:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (min-width: 650px) {
    .offerwall-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        align-items: stretch;
    }

    .offerwall-list__item {
        width: calc(50% - 10px);

        &:not(:last-child) {
            margin-bottom: 0;
        }
    }
}

@media (min-width: 1024px) {
    .offerwall-list__item {
        width: calc((100% / 3) - (40px / 3));
    }
}

.offerwall-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #F7F9FF;
    box-shadow: 0 4px 26.3px 0px rgba(0, 76, 255, 0.15);
    border-radius: 16px;
    height: 100%;
}

.offerwall-card__top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    max-height: 170px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #EDCC99;
    overflow: hidden;

    img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        max-width: 180px;
        max-height: 90px;
        object-position: center center;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }
}

.offerwall-card__content {
    padding: 20px 5px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}

.offerwal-card__description {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
}

.offerwall-card__link {
    margin: auto 0 0 0;
    padding: 8px 10px;
    max-width: 170px;
    min-height: 42px;
}

.slots {
    padding: 80px 0 0 15px;
}

.slots--single {
    padding: 40px 15px 40px;
}

.slots__top {
    padding-right: 15px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slots__title {
    position: relative;
    padding-left: 60px;

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 40px;
        background-image: url("../images/slots-title-decor.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.slots-slider {
    padding-bottom: 17px;
}

.slots-slider__slide {
    width: 99px;

    .card__top {
        img {
            min-height: 147px;
            max-height: 147px;
        }
    }

    .card__top-overlay {
        min-height: 147px;
        max-height: 147px;
    }

    .card__title {
        min-height: 39px;
    }
}

.slots__link {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    max-width: 200px;
}

.slots-list {
    .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        overflow: visible;
    }

    .slots-slider__slide {
        width: 100%;
    }

    .card__top {
        img {
            min-height: 340px;
            max-height: 340px;
            -o-object-position: top center;
            object-position: top center;
        }
    }

    .card__top-overlay {
        min-height: 340px;
        max-height: 340px;

        img {
            -o-object-position: center center;
            object-position: center center;
        }
    }

    .card__title {
        min-height: 60px;
        max-height: 60px;
        font-size: 14px;
    }
}

@media (min-width: 515px) {
    .slots-list {
        .swiper-wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 20px;
        }

        .slots-slider__slide {
            width: calc(50% - 10px);
        }
    }
}

@media (min-width: 765px) {
    .slots-list {
        .swiper-wrapper {
            gap: 30px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .slots-slider__slide {
            width: calc((100% / 3) - 20px);
        }
    }
}

@media (min-width: 900px) {
    .slots {
        padding: 80px 15px 0;
    }

    .slots--single {
        padding: 40px 15px 40px;
    }

    .slots__top {
        padding-right: 0;
    }

    .slots-slider__slide {
        .card__top {
            img {
                min-height: 250px;
                max-height: 250px;
            }
        }

        .card__top-overlay {
            min-height: 250px;
            max-height: 250px;
        }

        .card__title {
            min-height: 40px;
            font-size: 12px;
        }
    }

    .slots-list {
        .swiper-wrapper {
            gap: 20px;
        }

        .slots-slider__slide {
            width: calc(25% - (60px / 4));
        }
    }
}

@media (min-width: 1147px) {
    .slots-slider__slide {
        .card__top {
            img {
                min-height: 280px;
                max-height: 280px;
            }
        }

        .card__top-overlay {
            min-height: 280px;
            max-height: 280px;
        }
    }
}

@media (min-width: 1300px) {
    .slots-list {
        .swiper-wrapper {
            gap: 20px;
        }

        .slots-slider__slide {
            width: calc((100% / 5) - (80px / 5));

            .card__top {
                img {
                    min-height: 320px;
                    max-height: 320px;
                }
            }

            .card__top-overlay {
                min-height: 320px;
                max-height: 320px;
            }

            .card__title {
                min-height: 60px;
                font-size: 16px;
            }
        }
    }
}

.challenge {
    background-color: var(--challenge_background_color);
    padding: 26px 12px 0;
}

.challenge-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    background: var(--challenge_block_background_color);
    border-radius: 24px;
}

.challenge-image, .challenge-content {
    max-width: 100%;
}

.challenge-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1rem;

    img {
        width: 100%;
        max-width: 510px;
        height: auto;
        display: block;
    }
}

.challenge-content {
    padding: 40px 24px 0;
}

.challenge-block__title {
    font-size: 32px;
    line-height: 32px;
    text-wrap-style: balance;
    margin: 0 0 24px 0;
    text-wrap-style: balance;
}

.challenge-content .trophy-icon {
    width: 63px;
    margin-bottom: 10px;
}

.challenge-button {
    min-width: 166px;
    min-height: 50px;
}

@media (min-width: 1024px) {
    .challenge {
        padding: 50px 12px 20px;
    }

    .challenge-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 15px;
        padding-right: 15px;

        &:hover {
            .challenge-image {
                -webkit-transform: scale(1.1) rotate(8deg);
                -ms-transform: scale(1.1) rotate(8deg);
                transform: scale(1.1) rotate(8deg);
            }
        }
    }

    .challenge-image {
        max-width: 50%;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;

        img {
            margin-top: -100px;
        }
    }

    .challenge-content {
        padding: 0;
        max-width: 50%;
    }

    .challenge-block__title {
        font-size: 42px;
        line-height: 1.3;
        text-wrap-style: balance;
    }
}

.roulette {
    padding: 44px 12px 0;
}

.roulette__content {
    padding: 30px 12px 30px 12px;
    background-color: #EFF3FC;
    border-radius: 16px;
}
.top-games__content {
    padding: 30px 12px 30px 12px;
    background-color: var(--top_game_block_bg_color);
    border-radius: 16px;
}

.roulette--single {
    padding: 44px 15px 34px;

    .roulette__content {
        padding-left: 0;
    }
}

.roulette__content {
    padding-left: 15px;
}

.roulette__top {
    margin-bottom: 22px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.roulette__title {
    position: relative;
    padding-left: 60px;

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        width: 50px;
        height: 40px;
        background-image: url("../images/roulette.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.roulette-slider {
    padding-bottom: 17px;
}

@media (max-width: 1024px) {

    header.brands__wrapper {
        max-height: 65px !important;
    }
    .sticky__brands_wrapper {
        top: 63px !important;
    }
    .roulette-slider__slide {
        width: 100px;
    }

    .header__logo .menu {
        gap: 3px;
        font-size: 12px;
    }
}

.roulette-slider__slide {
    width: 205px;
    /* padding-right: 10px; */

    .card__top {
        img {
            min-height: 147px;
            max-height: 147px;
        }
    }

    .card__top-overlay {
        min-height: 147px;
        max-height: 147px;
    }

    .card__title {
        min-height: 38px;
    }
}

.roulette__link {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    max-width: 200px;
}

.roulette-list {
    .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        overflow: visible;
    }

    .roulette-slider__slide {
        width: 100%;
    }

    .card__top {
        img {
            min-height: 340px;
            max-height: 340px;
            -o-object-position: top center;
            object-position: top center;
        }
    }

    .card__top-overlay {
        min-height: 340px;
        max-height: 340px;

        img {
            -o-object-position: center center;
            object-position: center center;
        }
    }

    .card__title {
        min-height: 60px;
        max-height: 60px;
        font-size: 14px;
    }
}

@media (min-width: 515px) {
    .roulette-list {
        .swiper-wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 20px;
        }

        .roulette-slider__slide {
            width: calc(50% - 10px);
        }
    }
}

@media (min-width: 765px) {
    .roulette-list {
        .swiper-wrapper {
            gap: 30px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .roulette-slider__slide {
            width: calc((100% / 3) - 20px);
        }
    }
}

@media (min-width: 900px) {
    .roulette__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;

        .footer {
            margin: auto 0 0 0;
        }
    }

    .roulette {
        padding: 20px 15px 0;
    }

    .roulette--single {
        padding-bottom: 80px;
    }

    .roulette__top {
        padding-right: 0;
    }

    .roulette-slider__slide {
        .card__top {
            img {
                min-height: 335px;
                max-height: 230px;
            }
        }

        .card__top-overlay {
            min-height: 335px;
            max-height: 230px;
        }

        .card__title {
            min-height: 40px;
            font-size: 10px;
        }
    }

    .roulette-list {
        .swiper-wrapper {
            gap: 20px;
        }

        .roulette-slider__slide {
            width: calc(25% - (60px / 4));

            .card__top {
                img {
                    min-height: 270px;
                    max-height: 270px;
                }
            }

            .card__top-overlay {
                min-height: 270px;
                max-height: 270px;
            }
        }
    }
}

@media (min-width: 1320px) {
    .roulette-list {
        .roulette-slider__slide {
            .card__top {
                img {
                    min-height: 345px;
                    max-height: 345px;
                }
            }

            .card__top-overlay {
                min-height: 345px;
                max-height: 345px;
            }

            .card__title {
                font-size: 14px;
            }
        }
    }
}

.blackjack {
    padding: 32px 0 0 0;
}

.blackjack--single {
    .blackjack__content {
        padding: 30px 15px;
    }

    .blackjack__top {
        margin-bottom: 40px;
    }
}

.blackjack__top {
    margin-bottom: 16px;
    padding: 0 15px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blackjack__title {
    position: relative;
    padding-left: 60px;

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        width: 50px;
        height: 40px;
        background-image: url("../images/blackjack.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.blackjack__content {
    padding-left: 15px;
}

.blackjack-slider {
    padding-bottom: 14px;
}

.blackjack__link {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    max-width: 200px;
}

.blackjack-slider__slide {
    width: 127px;

    .card__title {
        background-color: var(--white-color);
    }
}

.blackjack-list {
    .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        overflow: visible;
    }

    .blackjack-slider__slide {
        width: 100%;
    }

    .card__top {
        img {
            min-height: 340px;
            max-height: 340px;
            -o-object-position: top center;
            object-position: top center;
        }
    }

    .card__top-overlay {
        min-height: 340px;
        max-height: 340px;

        img {
            -o-object-position: center center;
            object-position: center center;
        }
    }

    .card__title {
        min-height: 60px;
        max-height: 60px;
        font-size: 14px;
    }
}

@media (min-width: 515px) {
    .blackjack-list {
        .swiper-wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 20px;
        }

        .blackjack-slider__slide {
            width: calc(50% - 10px);
        }
    }
}

@media (min-width: 765px) {
    .blackjack-list {
        .swiper-wrapper {
            gap: 30px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .blackjack-slider__slide {
            width: calc((100% / 3) - 20px);
        }
    }
}

@media (min-width: 900px) {
    .blackjack {
        padding: 42px 15px 0;
    }

    .blackjack__content {
        padding: 30px;
        background-color: rgba(192, 203, 239, 0.31);
        border-radius: 16px;
    }

    .blackjack-slider__slide {
        width: unset;

        .card__top {
            img {
                min-height: 394px;
                max-height: 394px;
            }
        }

        .card__top-overlay {
            min-height: 394px;
            max-height: 394px;
        }

        .card__title {
            padding: 12px;
            font-size: 16px;
            min-height: 48px;
        }
    }
}

@media (min-width: 1200px) {
    @media (min-width: 765px) {
        .blackjack-list {
            .swiper-wrapper {
                gap: 20px;
            }

            .blackjack-slider__slide {
                width: calc((100% / 4) - (60px / 4));

                .card__top {
                    img {
                        min-height: 350px;
                        max-height: 350px;
                    }
                }

                .card__top-overlay {
                    min-height: 350px;
                    max-height: 350px;
                }
            }
        }
    }
}


.exchange {
    padding: 40px 12px;
}

.exchange__content {
    padding: 40px 12px 20px;
    background: -webkit-linear-gradient(3.99deg, #C7DDFE 3.26%, #7ABFD0 157.2%);
    background: linear-gradient(86.01deg, #C7DDFE 3.26%, #7ABFD0 157.2%);
    border-radius: 24px;
}

.exchange__icon {
    margin-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 64px;
    max-height: 72px;

    img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }
}

.exchange__title {
    margin: 12px 0 24px 12px;
    font-size: 32px;
}

.exchange__link {
    margin-left: 12px;
    padding: 11px;
    min-width: 166px;
    min-height: 48px;
}

.exchange__image {
    margin: 46px 0 0 0;
    width: 100%;
}

@media (min-width: 800px) {
    .exchange__content {
        padding: 65px 60px;

        &:hover {
            .exchange__image {
                -webkit-transform: scale(1.12) rotate(4deg);
                -ms-transform: scale(1.12) rotate(4deg);
                transform: scale(1.12) rotate(4deg);
            }
        }
    }

    .exchange__image {
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }

    .exchange__icon {
        margin: 0;
        max-width: 58px;
        max-height: 58px;
    }

    .exchange__title {
        margin: 4px 0 24px 0;
        font-size: 36px;
    }

    .exchange__link {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .exchange__icon {
        max-width: 64px;
        max-height: 66px;
    }

    .exchange__title {
        max-width: 415px;
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .exchange {
        position: relative;
        padding: 70px 15px 50px;
    }

    .exchange__content {
        padding: 20px 20px 20px 60px;
        min-height: 372px;
    }

    .exchange__image {
        margin: 0;
        position: absolute;
        top: 38px;
        right: 200px;
        max-width: 460px;
        max-height: 390px;
    }
}

.exchange__content {
    padding: 20px 20px 20px 60px !important;
}

@media (min-width: 1660px) {
    .exchange__image {
        right: 180px;
    }
}

.responsible {
    position: relative;
    padding: 40px 0 50px;
    background-color: var(--white-color);
    overflow: hidden;

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: 45%;
        right: -20px;
        width: 325px;
        height: 228px;
        /* background-image: url("../images/responsible-decor-mobile.png"); */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
}

.responsible__container {
    position: relative;
    z-index: 10;
}

.responsible__title {
    margin-bottom: 24px;
}

.responsible__subtitle {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: var(--primary-color);
}

.responsible__description {
    margin: 16px 0 20px 0;
    color: #404040;

    &:last-child {
        margin-bottom: 24px;
    }

    p {
        &:not(:last-child) {
            margin-bottom: 15px;
        }
    }
}

.responsible-list__item {
    padding: 30px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    background-color: var(--popular-slider-bg);
    border-radius: 24px;

    &:not(:last-child) {
        margin-bottom: 20px;
    }
}

.responsible-list__item-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 214px;
    max-width: 214px;
    min-height: 72px;
    max-height: 72px;
    background-color: var(--primary-color);
    border-radius: 8px;

    img {
        display: block;
        max-width: 142px;
        max-height: 46px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }
}

.responsible-list__item-title {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: var(--primary-color);
}

.responsible-list__item-description {
    line-height: 1.4;
    color: #404040;
}

.responsible-list__item-link {
    font-weight: 500;
    font-size: 16px;
    color: #404040;
    text-decoration: underline;
    text-underline-offset: 3px;

    &:hover {
        text-decoration: none;
    }
}

@media (min-width: 680px) {
    .responsible {
        &:before {
            top: 38%;
        }
    }
}

@media (min-width: 900px) {
    .responsible {
        &:before {
            top: 28%;
            right: -55px;
            width: 448px;
            height: 314px;
            /* background-image: url("../images/responsible-decor-desktop.png"); */
        }
    }
}

@media (min-width: 1024px) {
    .responsible {
        &:before {
            top: 34%;
        }
    }

    .responsible__description {
        &:last-child {
            margin-bottom: 30px;
        }
    }
}

@media (min-width: 1147px) {
    .responsible {
        &:before {
            top: 40%;
            right: -19px;
        }
    }

    .responsible__title, .responsible__subtitle, .responsible__description {
        max-width: 896px;
    }

    .responsible-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .responsible-list__item {
        padding: 28px 28px 36px 32px;
        width: calc(50% - 12px);
        gap: 0;

        &:not(:last-child) {
            margin-bottom: 0;
        }
    }

    .responsible-list__item-title {
        margin: 24px 0 0 0;
    }

    .responsible-list__item-description, .responsible-list__item-link {
        margin: 12px 0 0 0;
        font-size: 16px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media (min-width: 1440px) {
    .responsible {
        &:before {
            top: 40%;
        }
    }
}

@media (min-width: 1660px) {
    .responsible {
        &:before {
            right: 25px;
        }
    }
}

@media (min-width: 1800px) {
    .responsible {
        &:before {
            right: 120px;
        }
    }
}

/*Login page*/
.page__body-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url("../images/top-main-decor.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    .footer {
        margin: auto 0 0 0;
    }
}

.login-page {
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.login__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.login-page__wrapper {
    margin: 0 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: unset;
}

.login-page__container {
    background: -webkit-linear-gradient(329.48deg, #FFFFFF 50.63%, #E3E3FF 94.71%);
    background: linear-gradient(120.52deg, #FFFFFF 50.63%, #E3E3FF 94.71%);
    border-radius: 24px;
    padding: 30px 16px 50px;
}

.login-page__step {
    display: none;
}

.login-page__step.active {
    display: block;
}

.login-page__step--title {
    text-align: center;
}

.login-page__step--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px auto;
}

.login-page__step--image img {
    width: 100%;
    max-width: 126px;
    height: 126px;
    -o-object-fit: contain;
    object-fit: contain;
}

.login-page__step--info {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.login-page__step--info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.login-page__step--info li:last-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.login-page__step--info img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}

.login-page__step--info span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.login-page__btn-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#login-step-1 .login-page__btn-wrapper {
    margin-top: 50px;
}

.login-page__step-btn {
    width: 100%;
    max-width: 200px;
    background: -webkit-linear-gradient(11.5deg, #28FFF6 -7.08%, #068FCC 106.88%),
    -webkit-linear-gradient(334.94deg, #20E5EC -7.87%, #0D67D4 111.76%);
    background: linear-gradient(78.5deg, #28FFF6 -7.08%, #068FCC 106.88%),
    linear-gradient(115.06deg, #20E5EC -7.87%, #0D67D4 111.76%);
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.25) inset;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.login-page__step-btn:hover,
.login-page-popup__footer .btn:hover {
    background: -webkit-linear-gradient(334.94deg, #20E5EC -7.87%, #0D67D4 111.76%),
    -webkit-linear-gradient(11.5deg, #28FFF6 -7.08%, #068FCC 106.88%);
    background: linear-gradient(115.06deg, #20E5EC -7.87%, #0D67D4 111.76%),
    linear-gradient(78.5deg, #28FFF6 -7.08%, #068FCC 106.88%);
}

.login-page__step--qrcode {
    width: 100%;
    max-width: 330px;
    margin: 24px auto;
    padding: 25px;
    background-color: var(--white-color);
}

@media (min-width: 1400px) {
    .login-page__wrapper {
        margin: 0 auto;
        max-width: 1100px;
    }
}

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

.qrcode__bank {
    padding: 32px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid #D9D9D9;
    border-radius: 14px;
}

.qrcode__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 140px;
    max-width: 140px;
    aspect-ratio: 1;

    img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }
}

.login-page__step--banking-info {
    width: 100%;
    max-width: 507px;
    text-align: center;
    margin: 0 auto;
}

.login-page__step--banking-info p {
    margin: 0;
    color: var(--primary-color);
    font-weight: 500;
}

.btn-empty {
    padding: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #107ED8;
    border-radius: 10px;
    border: 1px solid #107ED8;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    max-width: 200px;
    text-transform: capitalize;
}

.btn-empty:hover {
    color: #fff;
    background: #107ED8;
}

#login-step-2 .login-page__btn-wrapper {
    margin-top: 30px;
}

.login-page-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    position: fixed;
    padding: 7% 16px 7% 16px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.login-page-popup.active {
    opacity: 1;
    z-index: 1000000;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.login-page-popup__inner {
    width: 100%;
    max-width: 518px;
    border: 8px solid #fff;
    border-radius: 24px;
    padding: 30px 15px 40px;
    background: #E2EAFF;
    position: relative;
}

.login-page-popup__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.login-popup__logo {
    display: inline-block;
    width: 100%;
    max-width: 120px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}

.btn-close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.btn-close-popup img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.btn-close-popup:hover {
    opacity: 0.5;
}

.login-page-popup__body {
    padding: 27px 16px 24px;
    text-align: center;
    font-weight: 500;
    color: var(--primary-color);
}

.login-page-popup__body p:not(:last-child) {
    margin-bottom: 16px;
}

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

.login-page-popup__footer .btn {
    width: 100%;
    max-width: 320px;
    padding: 15px 10px;
}

.footer {
    background: transparent;
}

@media (min-width: 480px) {
    .login-page-popup__inner {
        padding: 36px 0 60px;
    }

    .login-page-popup__body {
        padding: 27px 34px 24px;
    }
}

@media (min-width: 768px) {
    .login-page {
        padding: 30px 0 0;
    }

    .login-page__container {
        padding: 50px 0 107px;
        min-height: 540px;
    }

    .login-page__step--title {
        font-size: 50px;
    }

    .login-page__step--image {
        margin: 36px 0;
    }

    .login-popup__logo {
        max-width: 160px;
        height: 160px;
    }
}

.cookies-block {
    position: fixed;
    margin-left: 15px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 874px;
    right: 15px;
    bottom: 15px;
    background-color: #0C1924;
    border-radius: 24px;
    box-shadow: 0 4px 24.1px 0 rgba(0, 0, 0, 0.25);
    z-index: 150;
}

.cookies-block__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;

    p {
        &:not(:last-child) {
            margin-bottom: 2px;
        }
    }
}

.cookies-block__button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    min-width: 160px;
    box-shadow: none;

    &:hover {
        box-shadow: none;
    }
}

@media (min-width: 700px) {
    .cookies-block {
        padding: 24px 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
    }

    .cookies-block__button {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-align-self: unset;
        -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    }
}

@media (min-width: 900px) {
    .cookies-block {
        padding: 24px 50px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }

    .cookies-block__description {
        max-width: 530px;
    }

    .cookies-block__button {
        min-width: 200px;
        min-height: 42px;
    }
}

@media (min-width: 1024px) {
    .cookies-block__description {
        font-size: 18px;
    }
}

.modal {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 8, 0.69);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    z-index: 1000;
}

.modal__content {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    will-change: transform, opacity, filter;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.modal-bonus {
    padding: 15px;
    max-width: 548px;
    width: 100%;
}

.modal-bonus__content {
    position: relative;
    padding: 28px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    background-color: #e2eaff;
    border-radius: 24px;
    border: 8px solid var(--white-color);
    width: 100%;
}

.modal-bonus__close {
    position: absolute;
    top: 20px;
    right: 10px;
}

.modal-bonus__title {
    font-weight: 600;
    font-size: 24px;
    color: var(--primary-color);
    text-align: center;
}

.modal-bonus__info {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.modal-bonus__info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.modal-bonus__info-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 60px;
    max-height: 60px;
    img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }
}

.modal-bonus__info-label {
    max-width: 102px;
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-color);
    text-align: center;
}

.modal-bonus__info-icon {
    font-size: 24px;
    color: var(--primary-color);
    text-align: center;
}

.modal-bonus__link {
    margin: 30px 0 0 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    min-width: 200px;
}

.bonus-steps {
    margin: 20px 0 0 0;
}

.bonus-steps__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);

    &:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 2px;
        left: 13px;
        height: 24px;
        background-color: var(--primary-color);
    }

    &:not(:last-child) {
        padding-bottom: 20px;
    }
}

.bonus-steps__item-count {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    width: 30px;
    height: 30px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 100%;
    z-index: 5;
}

.bonus-steps__item-label {
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1190px) {
    .hero {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding: 35px 16px 0 !important;
    }

    .promotions {
        padding: 0px !important;
    }

    .promotions-tabs {
        display: flex !important;
        flex-direction: column !important;
    }

    .promotions-list__item {
        width: 100%;
        min-width: auto !important;
    }

    .promotions-tabs {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 500px) {
    .best__title_card {
        margin-top: 0px !important;
    }
    .recent {
        padding-top: 0px !important;
    }
    .card-list {
        padding: 0px 16px 30px !important;

    }
    .hero {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding: 35px 16px 0 !important;
    }
    .brands-list {
        padding-right: 7px !important;
    }
    .providers-slider {
        padding-left: 37px;
    }
    .footer-list__item {
        max-width: 100px !important;
    }
    .footer__logos {
        justify-content: center !important;
    }

}

@media (min-width: 500px) {
    .modal-bonus__content {
        padding: 28px 20px 42px;
        max-width: 518px;
    }

    .modal-bonus__close {
        top: 26px;
        right: 26px;
    }

    .modal-bonus__title {
        padding: 0 20px;
        font-size: 32px;
    }

    .modal-bonus__info {
        margin: 30px 0 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 50px;
    }

    .modal-bonus__info-image {
        min-width: 115px;
        max-width: 115px;
        aspect-ratio: 1;
        max-height: unset;
    }

    .modal-bonus__info-icon {
        font-size: 32px;
    }

    .bonus-steps {
        margin: 44px 0 0 0;
    }
}

.modal-challenge {
    padding: 15px;
    max-width: 1230px;
    width: 100%;
}

.modal-challenge__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    background: -webkit-linear-gradient(bottom, #E1E7F9, #E1E7F9);
    background: linear-gradient(0deg, #E1E7F9, #E1E7F9);
    border-radius: 24px;
}

.modal-challenge__close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.modal-challenge__label {
    padding: 0 20px;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    text-align: center;
    text-transform: uppercase;
}

.modal-challenge__title {
    margin: 15px 0 0 0;
    padding: 0 20px;
    font-weight: 600;
    font-size: 28px;
    color: var(--primary-color);
    text-align: center;
}

.modal-challenge__link {
    margin: 24px 0 38px 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    min-width: 166px;
    min-height: 48px;
}

.challenge-slider__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--white-color);
    min-height: 100px;
    max-height: 100px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.challenge-slider__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24%;
    min-height: 100px;
    max-height: 100px;

    img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.challenge-slider__card-content {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.challenge-slider__card-label {
    font-weight: 600;
    font-size: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.challenge-slider__card-title {
    margin: 4px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.challenge-slider__link {
    margin: 14px 0 0 0;
    padding: 10px;
    font-size: 12px;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

@media (min-width: 545px) {
    .swiper-pagination {
        display: none;
    }

    .challenge-slider__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        overflow: visible;
    }

    .challenge-slider__card {
        min-height: 135px;
        max-height: 135px;
        border-radius: 20px;
    }

    .challenge-slider__image {
        min-height: 135px;
        max-height: 135px;
    }
}

@media (min-width: 700px) {
    .modal-challenge__title {
        font-size: 36px;
    }

    .challenge-slider__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .challenge-slider__slide {
        width: calc(50% - 5px);
    }

    .challenge-slider__link {
        font-size: 16px;
        min-width: 200px;
    }
}


@media (min-width: 820px) {
    .challenge-slider__wrapper {
        gap: 16px;
    }

    .challenge-slider__slide {
        width: calc(50% - 8px);
    }

    .challenge-slider__card {
        min-height: 146px;
        max-height: 146px;
        border-radius: 24px;
    }

    .challenge-slider__image {
        min-height: 146px;
        max-height: 146px;
    }
}

@media (min-width: 920px) {
    .challenge-slider__wrapper {
        margin: 0 auto;
        max-width: 920px;
        gap: 24px 20px;
    }
    .challenge-slider__slide {
        width: calc(50% - 10px);
    }

    .challenge-slider__card {
        min-height: 158px;
        max-height: 158px;
    }

    .challenge-slider__image {
        min-height: 158px;
        max-height: 158px;
    }

    .challenge-slider__card-content {
        padding: 15px 24px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .challenge-slider__card-label {
        font-size: 12px;
    }

    .challenge-slider__card-title {
        font-size: 16px;
    }

    .challenge-slider__link {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 18px;
        min-height: 50px;
    }
}

@media (min-width: 1147px) {
    .modal-challenge__content {
        padding: 40px 20px;
    }

    .modal-challenge__title {
        font-size: 50px;
    }
}

/*default pages*/

.responsible {
    background-color: var(--responsible-bg);
    padding: 8px 0;
}

.responsible__block {
    position: relative;
    color: var(--primary-color);
}

.responsible__block__text {
    max-width: 900px;
    position: relative;
}

.responsible__block__text__img {
    width: 448px;
    height: auto;
    position: absolute;
    right: -348px;
    bottom: -70px;
    aspect-ratio: 448 / 314;
    opacity: 0.15;
    z-index: 0;
}

.responsible__block__text a {
    color: #274A72;
    font-weight: 600;
}

.responsible__block h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 50.4px;
    margin: 0 0 24px;
}

.responsible__block h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 16px;
}

.responsible__block ul {
    padding-left: 16px;
    margin-bottom: 16px;
}

.responsible__block li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22.2px;
}

.responsible__block li.mb-16 {
    margin-bottom: 16px;
}

.responsible__block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 16px;
}

.responsible__block__awares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    z-index: 1;
    position: relative;
    margin-top: 30px;
}

.responsible__block__awares__block {
    background-color: var(--popular-slider-bg);
    border-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 28px 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.responsible__block__awares__block__svg {
    padding: 13px 36px;
    background-color: var(--primary-color);
    border-radius: 8px;
    margin-bottom: 24px;
}

.responsible__block__awares__block__svg img {
    height: 46px;
    width: auto;
}

.responsible__block__awares__block h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.responsible__block__awares__block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #404040;
    margin-bottom: 12px;
}

.responsible__block__awares__block a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
}

/* Media Queries Ð´Ð»Ñ Responsible Section */
@media (max-width: 1024px) {

    /* .roulette-slider__slide {
    width: 533px !important;
  } */

    .container__page {
        padding: 15px;
    }
    .responsible {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .responsible__block__awares {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .responsible__block__text__img {
        width: 100%;
        right: 0;
    }

    .promotions__title {
        margin-top: 24px;
    }
}

.textpage {
    background: #EFF3FE;
}

.textpage .responsible {
    background: #EFF3FE;

    &:before {
        display: none;
    }
}

.textpage .responsible__block h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    margin: 0 0 40px;
}

.textpage .responsible__block h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 50.4px;
    margin: 24px 0 16px;
}

.textpage .responsible__block h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24.8px;
    margin-bottom: 12px;
}

.contactpage .contact-container {
    margin: 0 15px 80px;
    width: calc(100% - 30px);
}


@media (min-width: 1570px) {
    .contactpage .contact-container {
        margin: 0 auto 80px;
        width: 100%;
    }
}

.best {
    padding: 30px 0 0 0;
}

.best__inner {
    margin: 0 15px;
    padding: 30px 15px;
    max-width: 1200px;
    background: -webkit-linear-gradient(354.46deg, #D2ECFF 19.46%, #C9A5CC 109.44%);
    background: linear-gradient(95.54deg, #D2ECFF 19.46%, #C9A5CC 109.44%);
    border-radius: 24px;
}

.best__description {
    margin: 24px 0 0 0;
    font-size: 16px;
    line-height: 1.4;
    color: #404040;
}

.best__right {
    margin: 20px 0 0 0;
    padding: 0 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #1390DC;
    border-radius: 15px;
    overflow: hidden;
}

.best__subtitle {
    margin: 0;
    padding: 8px;
    font-weight: 600;
    font-size: 20px;
    background-color: #1390dc;
    color: var(--white-color);
    text-align: center;
    width: 100%;
}

.best__casino {
    margin: 16px 0;
    padding: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 204px;
    width: 100%;
    background-color: #EFF3FE;
    border-radius: 15px;
}

.best__casino-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 130px;
    max-width: 130px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 16px;

    img {
        display: block;
        max-width: 100px;
        max-height: 84px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
    }
}

.best__casino-link {
    margin: 8px 0 0 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
}

.best__link {
    min-width: 204px;
}

@media (min-width: 600px) {
    .best__inner {
        padding: 40px 60px;
    }

    .best__right {
        margin: 40px 0 0 0;
        padding: 0 0 24px;
    }

    .best__subtitle {
        font-size: 24px;
    }
}

@media (min-width: 900px) {
    .best__inner {
        padding: 50px 60px;
    }
}

@media (min-width: 1173px) {
    .best__inner {
        padding: 50px 50px 46px 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .best__content {
        width: 50%;
    }

    .best__title {
        max-width: 480px;
        font-size: 50px;
        line-height: 1.1;
    }

    .best__description {
        font-size: 18px;
    }

    .best__right {
        margin: 0;
        max-width: 443px;
        width: 100%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 1250px) {
    .best__inner {
        margin: 0 auto;
        max-width: calc(1200px - (15px * 2));
    }

    .best__content {
        width: 54%;
    }
}

.faq {
    padding: 60px 0;
}

.faq__title {
    margin-bottom: 24px;
}

.faq-list__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);

    &:first-child {
        .faq-list__details {
            padding-top: 0;
        }
    }

    &:last-child {
        border-bottom: none;

        .faq-list__details {
            padding-bottom: 0;
        }

        &[open] {
            padding-bottom: 14px;
        }
    }
}

.faq-list__details {
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    cursor: pointer;
    outline: none;

    &[open] {
        .faq-list__icon {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        & + .faq-list__content {
            padding-bottom: 14px;
            -ms-grid-rows: 1fr;
            grid-template-rows: 1fr;
        }
    }
}

.faq-list__summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    list-style: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.faq-list__icon {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.faq-list__content {
    max-width: 1042px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    font-size: 16px;
    line-height: 1.4;
    color: #404040;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.faq-list__body {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .faq {
        padding: 80px 0;
    }

    .faq-list__item {
        &:last-child {
            .faq-list__details {
                padding-bottom: 0;

                &[open] {
                    padding-bottom: 24px;
                }
            }
        }
    }

    .faq-list__details {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 24px;

        &[open] {
            & + .faq-list__content {
                padding-bottom: 24px;
            }
        }
    }
}

.rating {
    position: relative;
    width: 150px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/rating.svg");
}

.options-list__item {
    position: relative;
    padding-left: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #404040;

    &:before {
        content: url("../images/check-icon.svg");
        display: block;
        position: absolute;
        top: 1px;
        left: 0;
    }

    &:not(:last-child) {
        margin-bottom: 8px;
    }
}

.casinos {
    padding: 24px 0 0 0;
}

.casinos-list__item {
    &:not(:last-child) {
        margin-bottom: 24px;
    }
}

.casino-card {
    padding: 0 24px;
    background-color: var(--white-color);
    border-radius: 16px;
    box-shadow: 0 4px 26.3px 0px rgba(0, 76, 255, 0.15);
    overflow: hidden;
}

.casino-card__main {
    padding: 24px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.casino-card__left, .casino-card__left-content, .casino-card__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.casino-card__logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 236px;
    max-width: 236px;
    min-height: 164px;
    max-height: 164px;
    border-radius: 16px;
    border: 1px solid #EDCC99;

    img {
        max-width: 144px;
        max-height: 78px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
        transform: translateY(-15px);
    }
}

.casino-card__logo-rating {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 15px;
    width: 120px;
    transform: translateX(-50%);
}

.casino-card__left-content {
    margin: 24px 0 0 0;
}

.casino-card__title {
    max-width: 284px;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    text-align: center;
}

.casino-card__rating {
    margin: 12px 0 0 0;
    display: none;
}

.casino-card__link {
    margin: 24px 0 0 0;
    min-width: 236px;
    max-width: 236px;
    width: 100%;
    background: linear-gradient(115.06deg, #20E5EC -7.87%, #0D67D4 111.76%);
}

.casino-card__right {
    margin: 24px 0 0 0;
}

.casino-card__right .options-list li {
    font-size: 16px;
}

.casino-card__footer {
    margin: 30px 0 0 0;
    padding: 15px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #eaeaea;
    text-align: center;
}

@media (min-width: 765px) {

    .casino-card__main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
    }

    .casino-card__left, .casino-card__left-content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .casino-card__right {
        margin: 0;
        min-width: 300px;
        align-items: flex-start;
    }

    .casino-card__logo {
        min-width: 164px;
        max-width: 164px;

        img {
            transform: translateY(0);
        }
    }

    .casino-card__logo-rating {
        display: none;
    }

    .casino-card__rating {
        display: block;
    }

    .casino-card__title {
        text-align: left;
    }

    .casino-card__link {
        width: auto;
    }
}

@media (min-width: 830px) {
    .casino-card__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: flex-end;
        gap: 20px;
    }

    .casino-card__left-content {
        margin: 0;
    }

    .casino-card__footer {
        margin: 44px 0 0 0;
    }
}

@media (min-width: 1024px) {
    .options-list__item, .casino-card__title {
        font-size: 20px;
    }

    .casino-card {
        padding: 30px 80px 0 24px;
    }

    .casino-card__left {
        gap: 25px;
    }

    .casino-card__left-content {
        max-width: 310px;
        width: 100%;
    }

    .casino-card__title {
        max-width: 100%;
    }
}

/*FAQ Section*/
.faq-section {
    margin: 0 auto;
    color: var(--faq_title_color) !important;
    padding-top: 36px;
    padding-bottom: 36px;
    background-color: var(--faq_background_color) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.faqs {
    width: 100%;
    max-width: 972px;
    margin: 0 auto;
    background-color: var(--faq_block_bg_color) !important;
    border-radius: 10px;
    padding: 20px
}

.faq-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--faq_title_color) !important;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    background: var(--faq_item_color) !important;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
}

.faq-question {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-right: 20px;
}

.icon-circle {
    width: 20px;
    height: 20px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.arrow-icon {
    width: 10px;
    height: 10px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-top: 10px;
    opacity: 1;
}

.faq-item.active .arrow-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:
            max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
            padding-top 0.3s ease,
            opacity 0.3s ease;
    opacity: 0;
    color: black;
}

.faq-answer p {
    margin: 8px 0;
    line-height: 1.5;
}

/*Footer Section*/

.footer {
    background-color: var(--footer_background_color) !important;
}

.contaiter-wrap {
    display: flex
;
    justify-content: center;
}

.footer__wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1314px;
    padding-top: 36px;
    padding-bottom: 36px;
    align-items: center;
    gap: 25px;
    color: white;
    flex-direction: column;
    background-color: var(--footer_block_color) !important;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    /* padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); */
    margin-right: auto;
    margin-left: auto;
}

.games-shows__content {
    padding: 15px 12px 15px 12px;
    border-radius: 16px;
    background-color: var(--game_show_block_bg_color);
}

.popular__top {
    padding-right: 0px !important;
}

.footer__inner {
    width: 100%;
    max-width: 700px;
    h2 {
        font-size: 1.875rem;
        font-weight: 700;
    }
    p{
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
}

.footer-icons .menu {
    /* font-size: 16px; */
    line-height: 20px;
    font-weight: 400;
    flex-direction: row;
}

.footer-icons .menu ul li a {
    color: var(--footer_text_color);
}

.text-center {
    text-align: center !important;
}

.footer__inner {
    h2 {
        color: var(--footer_title_color) !important;
    }
    p {
        color: var(--footer_text_color) !important;
        margin-bottom: 1rem;
    }
}

.menu-gb-footer-menu-container ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 15px;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 972px;
    color: var(--footer_menu_color) !important;
}

.menu-gb-footer-menu-container ul {
    li a {
        text-decoration: none !important;
    }
}

.footer-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 3px;
    background-color: var(--footer_logo_background_color);
    border-radius: 10px;
    width: 100%;
    max-width: 126px;
    height: 100%;
    max-height: 36px;
}

.footer-list__item a img {
    width: 100%;
    max-width: 90px;
    height: 100%;
    max-height: 25px;
    object-fit: contain;
}

.footer__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 10px 8px;
}

.footer__logos_main {
    padding-bottom: 40px;
}

@media (min-width: 768px) {

    .footer__wrap {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        flex-direction: row;
    }
    .footer__inner {
        width: max-content;
    }
    .footer-icons {
        text-align: left;
    }

}
.header_menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 1200px) {
    header.brands__wrapper {
        max-height: 90px;
    }
    .sticky__brands_wrapper {
        top: 90px;
    }
}

.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    a {
        padding-right: 10px;
    }
}
@media (max-width: 1400px) {
    .footer-icons {
        justify-content: center;
        flex-direction: column;
    }

    .sticky__brands_wrapper {
        top: 70px;
    }

    .header__logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__logo img{
        width: 100%;
        max-width: 120px;
        height: 100%;
        max-height: 70px;
    }
}

@media (max-width: 1200px) {
    .header__logo {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-xl {
        max-width: 1170px !important;
    }
    .promotions__container {
        max-width: 1215px !important;
        margin: 0 auto;
    }
}

@media(max-width: 900px) {
    /* .top-slider__slide{
		max-width: 127px;
		width: 100%;
	}
	.popular-slider__slide {
		max-width: 100px;
		width: 100%;
	}
	.shows-slider__slide {
		max-width: 100px;
		width: 100%;
	} */
    .exchange__content {
        padding: 20px 20px 20px 20px !important;
    }
}

@media(max-width: 575.98px) {
    .faq-title {
        margin-bottom: 10px !important;
    }


    .faq-section {
        padding-top: 25px !important;
        padding-bottom: 23px !important;
    }

    .faqs {
        padding: 15px 15px 1px 15px !important;
    }

    .faq-answer {
        font-size: 16px;
    }

    .faq-question {
        font-size: 21px;
    }
}


/* card */
.recent {
    padding-bottom: 50px;
}
.recent .card-list {
    margin: 0px;
}
.recent .card-list:not(:first-child) {
    margin-top: 30px;
}
.recent .card-item, .card-item-inner {
    width: 100%;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    background: var(--card_item_background);
    border-radius: 2px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    position: relative;
    border-radius: 10px 10px 10px 10px;
}
.recent .card-item {
    background: transparent;
    border-radius: 0;
}
.recent .card-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.recent .card-item-mobile {
    display: none;
}
.recent .card-item .card-item-mobile .logo-best {
    min-width: 100%;
    width: 100%;
    min-height: 100px;
    border-radius: 10px;
}
.recent .card-item .card-item-mobile .logo-best img {
    max-height: 52px;
}
.card-item-mobile {
    display: block;
    padding: 16px;
    height: 100%;
}
.recent .card-item:not(:first-child) {
    margin-top: 32px;
}
.card-footer_show .recent .card-item, .card-footer_show .recent .card-item-inner  {
    margin: 0 0 40px;
}
.recent .card-item:last-child {
    margin-bottom: 0px;
}
.recent .card-item .card-footer {
    position: absolute;
    bottom: -16px;
    left: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #ababab;
    padding: 0 0 0 10px;
    text-align: center;
}
.recent .card-item .card-footer a {
    font-family: 'Outfit', sans-serif;
    color: inherit;
}
.recent .top .card-item .card-footer {
    bottom: -30px;
}
.recent .card-item .list-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--main-color);
    line-height: 22px;
    display: block;
    text-decoration: none;
    transition: 0.1s ease;
}
.recent .card-item .list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flow;
    flex-direction: row;
    justify-content: space-between;
}
.recent .card-item .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0px 0px 8px 0px;
    line-height: 10px;
    text-align: center;
    flex-grow: 1;
}
.recent .card-item .list .item:last-child {
    margin: 0px;
}
.recent .card-item .list .item .image, .recent .card-item .list .item .best_bl_title {
    display: inline-block;
    vertical-align: middle;
}
.recent .card-item .list .item .image {
    margin: 0px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    /* background: var(--accent-color); */
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.recent .card-item .list .item .image img {
    width: 6px;
    height: 5px;
    object-fit: contain;
    object-position: center;
}
.recent .card-item .list .item .best_bl_title,
.recent .card-item .list .item p {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: var(--text_color);
    font-size: 1rem;
    /* line-height: 15px; */
    /* padding-left: 10px; */
}
.recent .card-item .list .item .best_bl_title2,
.recent .card-item .list .item p {
    font-size: 0.8rem;

}
.recent .card-item .logo-best {
    background: var(--main_color);
    width: 100%;
    height: 100%;
    min-height: 145px;
    /* min-width: 188px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* min-height: 61px; */
    position: relative;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #c6c0c0;
}

.toplist-card-wrapper.toplist-card-casino-wrapper .toplist-card .toplist-card-body .usp .icon {
    background-size: 18px;
    padding-top: 22px;
    line-height: normal;

}
.icon{
    background-repeat: no-repeat;
    background-size: 18px;
    padding-top: 22px;
    background-position: top;
    flex: 0 0 auto;
    width: 33%;
    text-align: center;
}

.icon-bankid {
    background-image: url(https://img.gamelounge.com/svg/service/dark/bankid.svg);
}
.icon-livechat {
    background-image: url(https://img.gamelounge.com/svg/service/dark/livechat.svg);
}
.icon-trustly {
    background-image: url(https://img.gamelounge.com/svg/service/dark/trustly.svg);
}

.d-flex{
    display: flex;
    font-weight: 600 !important;
    font-size: .65rem !important;
    padding-top: 1rem !important;
    width: 100%;
}
.recent .card-item .payments {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 10px;
}
.recent .card-item .payments .item:not(:last-child) {
    margin-right: 8px;
    width: 33%;
}
.recent .card-item .payments .item .image {
    max-width: 30px;
    /* height: 30px; */
}
.recent .card-item .payments .item .image img {
    display: block;
    border-radius: 2px;
    height: 100%;
}
.recent .card-item .logo-best img {
    width: auto;
    max-width: 80%;
    display: block;
    height: auto;
    /*max-height: 43%;*/
    max-height: 70px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recent .card-item .button {
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-flex;
    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: 40px;
    border-radius: 22px;
    background: var(--accent_color);
    border: 1px solid var(--accent_color);
    color: var(--main-color);
    -webkit-transition: 0.15s;
    transition: 0.15s;
    width: 100%;
}
.recent .card-item .card-item-mobile .button {
    width: 100%;
    margin: 24px auto 0px;
    max-width: 100%;
    height: 44px;
}
.recent .block-l .list-wrapper p {
    color: var(--text_color);
}
.recent .block-r {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}
.recent .block-l .list-wrapper {
    margin-top: 15px;
}
.recent .card-item-mobile .block-r {
    margin-top: auto;
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
}
.recent ul.card-list .card-item-mobile .block-l .list-wrapper {
    margin-top: 24px;
    padding: 0;
    /* padding-left: 16px; */
}
.recent .card-item .card-footer {
    position: static;
    margin: 10px 0 0 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    color: #666666;
}
.recent .card-item:not(:first-child) {
    margin-top: 30px;
}
.recent .card-item .card-item-mobile .button, .recent .card-item .card-item-desktop .button {
    color: black;
    /* color: var(--main-color); */
}
.recent .card-item .card-item-mobile .logo-best, .recent .card-item .card-item-desktop .logo {
    border-radius: 4px;
}
/* .recent .card-item .list .item .title, .recent .card-item .list .item p {
  line-height: 18px;
} */
.recent .card-item .list .item .best_bl_title {
    padding-left: 0px !important;
    padding-bottom: 10px;
}
@media (min-width: 375px) and (max-width: 1024px) {
    .recent .top .card-item .card-footer {
        bottom: -16px;
    }
}
@media (max-width: 374px) {
    .recent .card-item-mobile {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (min-width: 991px) {
    .recent .card-item .card-item-mobile .logo-best img {
        min-height: 77px;
    }
    .recent .card-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
    }
    .recent .card-list.top .card-item {
        margin: 0;
        width: calc((100% - 16px * 2) / 3);
        max-width: none;
    }
    .recent .card-list.top .card-item .card-item-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .recent .card-list .card-item {
        width: calc((100% - 16px) / 2);
    }
    .recent .card-item .list .item .best_bl_title {
        padding-left: 16px;
    }
}
@media screen and (min-width: 992px) {
    .recent .card-item:not(:first-child) {
        margin-top: 0px;
    }
    .recent .card-list:not(.top) .card-item {
        margin: 0;
        margin-bottom: 32px;
    }
    .recent .card-item .list .item {
        margin-bottom: 14px;
    }
    .recent .card-item .button:hover {
        /* background: rgba(255, 219, 174, 0.7); */
        background: #a1d1b1;
    }
    .recent .card-item .payments {
        margin-top: 24px;
    }
}
@media screen and (max-width: 991px) {
    .recent {
        padding: 33px 0 0;
    }
    .recent .hero.bottom .best_bl_title {
        margin-top: 44px;
    }
    .recent .hero .best_bl_title {
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .recent .hero.bottom .best_bl_title,
    .recent .hero .best_bl_title {
        font-size: 24px;
    }
    .recent .card-item, .recent .card-item-inner {
        position: relative;
    }
    .recent .card-row {
        flex-wrap: wrap;
    }
    .recent .card-item-mobile {
        display: block;
    }
    .card-footer_show .recent .card-item:not(:last-child) {
        margin: 0 0 40px;
    }
    .recent .card-item .list-title {
        width: 100%;
        font-size: 15px;
        line-height: 1;
    }
    .recent .card-item .list-wrapper .list .item p {
        font-size: 14px;
    }
    .recent .block-l .list-wrapper {
        padding: 15px 0px 15px 15px;
        margin-top: 0px;
    }
    .recent .card-item .list {
        margin: 0px 0px;
        margin-top: 0px;
    }
    .recent .card-item .list .item {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 180px;
        margin: 0px 0px 12px 0px;
    }
}
@media only screen and (max-width: 767px) {
    .recent .card-item .button {
        width: 100%;
        font-size: 15px;
    }
}

.best__title_card {
    font-weight: 700;
    color: var(--text_color);
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 33px;
    text-align: center;
    margin-top: 30px;
}

.recent .hero .description {
    margin: 20px 0 0 0;
    color: var(--text_color);
    text-align: center;
}

