.c-inform__descr p {
    display: none
}

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

body,
h1,
p {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

.btn_help-span {
    display: none;
}

.gamecard {
    -webkit-font-smoothing: antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: initial;
    appearance: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #000;
    color: #fff;
    will-change: transform;
    transition: transform .15s linear;
    position: absolute;
    top: 0;
    left: 0;
}

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

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important
    }
}

@media screen and (min-width: 576px) {
    .o-box {
        max-width: 540px
    }
}

@media screen and (min-width: 768px) {
    .o-box {
        max-width: 720px
    }
}

@media screen and (min-width: 992px) {
    .o-box {
        max-width: 960px
    }
}

@media screen and (min-width: 1200px) {
    .o-box {
        max-width: 1140px
    }
}

@media screen and (max-width: 992px) {
    .o-box_fluid {
        max-width: 100%
    }
}

.o-box {
    margin: 0 auto;
    width: 100%
}

.o-wrapper {
    padding: 0 15px
}

body {
    min-height: 100vh
}

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

:focus {
    outline: 0 !important
}

html {
    font-size: 62.5%
}

body {
    color: #fff;
    font-family: Muller, sans-serif;
    background-color: #212132;
    font-size: 1.6rem
}

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

a {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    text-decoration: none;
    color: inherit
}

h1 {
    font-size: 2.7rem
}

.lazyload {
    opacity: 0
}

.c-begin {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(37, 37, 54, .94902);
    z-index: 1000
}

.c-begin__content {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.c-begin__logo img {
    height: 100%;
    max-width: 200px;
    margin: auto
}

.c-begin__buttons {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 10px 0
}

.c-begin__buttons > a:not(:last-child) {
    margin-right: 15px
}

@media (min-width: 375px) {
    .c-begin__buttons > a:not(:last-child) {
        margin-right: 20px
    }
}

.c-main {
    position: relative;
    background: url(content/img/bg-main.svg) repeat-y;
    background-size: 100%;
    padding-top: 103px
}

.c-poster {
}

@media (min-width: 492px) {
    .c-main {
        padding-top: 52px
    }
}

.c-main h1 {
    margin-bottom: 10px;
    line-height: 1.2
}

.o-link {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4rem
}

.o-btn {
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    border: none;
    border-radius: 50px;
    padding: 5px 25px;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    font-size: 1.4rem
}

.o-btn_pink {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #cd1835
}

.o-btn_green {
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
    background-color: #62c23c
}

.c-poster img {
    min-height: 140px;
    width: 100%;
    object-fit: cover
}

.c-variation {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: relative
}

.c-variation__item {
    height: 61px;
    width: 50%;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 8px;
    border-radius: 8px 8px 0 0;
    position: relative
}

.c-variation__item:nth-child(odd)::after {
    content: '';
    display: flex;
    height: 60%;
    width: 2px;
    background-color: #313047;
    position: absolute;
    top: 20%;
    right: 0
}

.c-variation__item svg {
    width: 45px;
    margin-right: 15px
}

.c-variation__item span {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 800
}

.c-variation__item_slots {
    color: #17eada
}

.c-variation__item_live {
    color: #de593e
}

.c-variation__item_desks {
    color: #6ef770
}

.c-variation__item_tour {
    color: #e8ce3a
}

.c-text {
    margin-bottom: 25px
}

.c-text p {
    margin-bottom: 10px !important;
    font-size: 1.6rem
}

.c-game {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #000;
    position: relative
}

.c-game__wrapper {
    width: calc(100% / 2);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px
}

.c-games {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-left: -5px;
    margin-right: -5px
}

.c-game__icon {
    width: 100%;
    height: 75%;
    border: 1px solid #393a51;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden
}

.c-game__icon img {
    width: 100%;
    height: 100%
}

.c-game__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: none;
    box-sizing: border-box;
    height: 25%;
    border: 1px solid #393a51;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 5px;
    background-color: #161626;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.1
}

.c-game__overflow {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 75%;
    top: 0;
    left: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border: 1px solid #393a51;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10
}

.c-game__overflow__demo {
    border-radius: 50px;
    padding: 5px 20px;
    background-color: #313047;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (min-width: 600px) {
    .c-game__wrapper {
        width: calc(100% / 3)
    }

    .c-game__name {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 992px) {
    .o-box_fluid {
        max-width: 960px
    }

    .c-game__wrapper {
        width: calc(100% / 4)
    }

    .c-game__name {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 1200px) {
    .o-box_fluid {
        max-width: 1140px
    }

    .c-game__wrapper {
        width: calc(100% / 5)
    }

    .c-poster img {
        width: 100%
    }
}

@media screen and (min-width: 576px) {
    .c-begin__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .btn_help-span {
        display: block;
    }

    .c-begin__buttons {
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .c-variation {
        padding: 5px 0 0
    }

    .c-variation__item {
        width: 25%
    }

    .o-lines__bg .c-variation__item:not(:last-child)::after {
        content: '';
        display: flex;
        height: 60%;
        width: 2px;
        background-color: #313047;
        position: absolute;
        top: 20%;
        right: 0
    }
}

.c-variation__box {
    box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, .8);
    background-color: #212132
}

iframe {
    width: 100%;
    height: 30rem;
    margin: 3rem 0
}

@media (min-width: 414px) {
    iframe {
        height: 35rem
    }
}

@media (min-width: 768px) {
    iframe {
        height: 40rem
    }
}

@media (min-width: 1200px) {
    iframe {
        height: 45rem
    }
}

.btn_help {
    display: flex;
    align-items: center;
    color: #e8ce3a;
}

.img_box {
    width: 34px;
    padding-right: 10px;
    display: flex;
}

.svg_question .svg_color {
    fill: none;
    stroke: #e8ce3a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.game-catalog-header__hit,
.game-catalog-header__new {
    width: 25px;
}

.game-catalog-header__link {
    display: block;
}

.game-catalog-header__new {
    margin-left: 10px;
}

.game-catalog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;

}

@media (max-width: 768px) {
    .game-catalog-header {
        display: block;
    }

    .game-catalog-header__left {
        margin-bottom: 10px;
    }
}

.game-catalog-header__sort {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.game-catalog-header__select {
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4));
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

.game-catalog-header__select option {
    color: #191929;
}

.game-catalog-header__left {
    display: flex;
    align-items: center;
}

.game-catalog-header__search {
    position: relative;
    height: 35px;
    flex: 0 0 430px;
}

.game-catalog-header__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 35px;
    height: 35px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-catalog-header__btn svg {
    width: 18px;
}

.game-catalog-header__input {
    width: 100%;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 50px;
    height: 100%;
    border: 1px solid transparent;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    font-weight: 500;
    color: #fff;
    transition: box-shadow .25s ease;
}

.game-catalog-header__input::placeholder {
    font-style: italic;
    color: #646a87;
    font-weight: 500;
}


/* Стили всплывающего окна по-умолчанию */
.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); /* фон */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}

/* При отображении модального окно */
.modal:target {
    opacity: 1; /* делаем окно видимым */
    pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto; /* отображение окна по центру */
        margin-top: 200px;
    }
}

@media (min-width: 1024px) {
    .modal-dialog {
        max-width: 750px; /*max-width: 500px;*/
    }
}

/* Стили для блока с контентом окна */
.modal-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;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

/* Стили заголовка окна */
.modal-header {
    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;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: black;
}

/* Стили кнопки "х" ("Закрыть")  */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}

/* Стили для закрывающей кнопки в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

/* Стили блока основного содержимого окна */
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}

.modal-img {
    margin-left: auto;
    margin-right: auto;
}

.iframe-container {
    position: relative;
    height: 500px; /* Вы можете изменить высоту по своему усмотрению */
    width: 80%;
    margin: 0 auto;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.button {
    display: block;
    width: 240px;
    padding: 10px;
    margin: 20px auto;
    background-color: #cd1835;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}


@media (max-width: 668px) {
    .carousel_outer_wrapper {
        padding-top: 25%;
        position: relative
    }

    .carousel_inner_wrapper {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }


    .carousel {
        margin-top: 0
    }

    .carousel, .carousel.carousel_init .carousel_img, .carousel.carousel_init .keen-slider__slide {
        height: 100%
    }

    .banner {
        object-fit: cover
    }

    .banner_bmw .carousel_bmw-text, .banner_everyday .carousel_text, .banner_jackpot .carousel_jackpot-text, .banner_maxbet .carousel_maxbet-text, .banner_maxwin .carousel_megawin-text, .banner_mercedes .carousel_mercedes-text, .banner_xplus .carousel_xplus-text, .carousel_megawin-text {
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        height: 22px;
        line-height: 16px;
        padding-top: 3px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        white-space: nowrap
    }

    .banner_maxwin .carousel_megawin-wrapper, .carousel_megawin-wrapper {
        background: linear-gradient(90deg, #32125800 0, #32125899 20%, #32125899 80%, #32125800);
        height: auto
    }

    .carousel_bmw-wrapper, .carousel_jackpot-wrapper {
        background: linear-gradient(269.99deg, #06104f00, #06104f99 33.33%, #06104f99 66.66%, #06104f00 99.99%);
        height: auto
    }

    .carousel_maxbet-wrapper {
        background: linear-gradient(270deg, #41210700 .07%, #412107e6 25.04%, #412107cf 74.96%, #41210700 99.93%);
        height: auto
    }

    .carousel_xplus-wrapper {
        background: linear-gradient(270deg, #0a2b5200 .07%, #0a2b52cf 25.04%, #0a2b52cf 74.96%, #0a2b5200 99.93%);
        height: auto
    }

    .carousel_mercedes-wrapper {
        background: linear-gradient(270deg, #4a030900 .07%, #4a0309cf 25.04%, #4a0309cf 74.96%, #4a030900 99.93%);
        height: auto
    }

    .banner_maxwin .carousel_megawin-text, .carousel_megawin-text {
        -webkit-text-fill-color: #fff;
        background: #0000
    }

    .banner_everyday .carousel_text {
        background: linear-gradient(90deg, #d9ae2100 0, #d9ae2199 20%, #d9ae2199 80%, #d9ae2100);
        bottom: 0;
        left: 0;
        width: 100%
    }

    .banner_everyday .highlighting, .banner_everyday .text_part:before {
        display: none
    }

    .banner_jackpot .money_card_amount {
        font-size: 12px
    }

    .banner_jackpot .money_card_amount_mega {
        bottom: 7px
    }

    .banner_jackpot .money_card_amount_major, .banner_jackpot .money_card_amount_minor {
        bottom: 6px
    }

    .carousel_bmw-text, .carousel_jackpot-text, .carousel_maxbet-text, .carousel_mercedes-text, .carousel_xplus-text {
        -webkit-text-fill-color: #fff;
        filter: none
    }

    .banner_jackpot_money_card.money_card_mega {
        background-image: -webkit-image-set(url(https://vavada.com/img/jackpot/money_card_mega_mobile.c7363353ce884cd61b7ef8cfc0dad1c2.png) 1x, url(https://vavada.com/img/jackpot/money_card_mega_mobile.x2.a586fb1b02298356b451814218802ffb.png) 2x);
        background-image: image-set(url(https://vavada.com/img/jackpot/money_card_mega_mobile.c7363353ce884cd61b7ef8cfc0dad1c2.png) 1x, url(https://vavada.com/img/jackpot/money_card_mega_mobile.x2.a586fb1b02298356b451814218802ffb.png) 2x);
        background-size: 95px 45px;
        height: 45px;
        margin: 0 5px;
        width: 95px
    }

    .banner_jackpot_money_card.money_card_major, .banner_jackpot_money_card.money_card_minor {
        background-size: 86px 45px;
        height: 45px;
        transform: translateY(10px);
        width: 86px
    }

    .banner_jackpot_money_card.money_card_major {
        background-image: -webkit-image-set(url(https://vavada.com/img/jackpot/money_card_major_mobile.a506f264f4a6dbca8f6d803123d37c8c.png) 1x, url(https://vavada.com/img/jackpot/money_card_major_mobile.x2.d49668e5a09aed9cf09280627ab3435e.png) 2x);
        background-image: image-set(url(https://vavada.com/img/jackpot/money_card_major_mobile.a506f264f4a6dbca8f6d803123d37c8c.png) 1x, url(https://vavada.com/img/jackpot/money_card_major_mobile.x2.d49668e5a09aed9cf09280627ab3435e.png) 2x)
    }

    .banner_jackpot_money_card.money_card_minor {
        background-image: -webkit-image-set(url(https://vavada.com/img/jackpot/money_card_minor_mobile.7630bac047cbf6401a4c017640ae4b05.png) 1x, url(https://vavada.com/img/jackpot/money_card_minor_mobile.x2.171d46fbe44afa3ca06a0b5bcaebb083.png) 2x);
        background-image: image-set(url(https://vavada.com/img/jackpot/money_card_minor_mobile.7630bac047cbf6401a4c017640ae4b05.png) 1x, url(https://vavada.com/img/jackpot/money_card_minor_mobile.x2.171d46fbe44afa3ca06a0b5bcaebb083.png) 2x)
    }

    .banner_jackpot_money_cards {
        top: -2px
    }
}

@media (max-width: 668px) {
    .choose_date .choose_day, .choose_date .choose_month, .choose_date .choose_year {
        margin-bottom: 5px
    }

    .choose_date .choose_day {
        margin-right: 5px;
        width: calc(27.5% - 5px)
    }

    .choose_date .choose_month {
        margin-right: 5px;
        width: calc(45% - 5px)
    }

    .choose_date .choose_year {
        width: 27.5%
    }
}

.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.glide * {
    box-sizing: inherit
}

.glide__slides, .glide__track {
    overflow: hidden
}

.glide__slides {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide__slide {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%
}

.glide__slide a {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.carousel {
    box-shadow: 0 6px 30px 0 #000c;
    font-family: Sochi2014, sans-serif;
    font-weight: 700;
    height: 380px;
    margin-top: -96px
}

.carousel.carousel_init {
    display: block
}

.carousel.carousel_init .carousel_img {
    height: 380px
}

.carousel .highlighting {
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 32px;
    margin-left: 10px;
    padding: 0 8px;
    text-shadow: none
}

.carousel a {
    color: inherit
}

.carousel .text_part {
    position: relative;
    white-space: nowrap
}

.carousel .text_part:before {
    background-color: #ff000080;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

.carousel_img {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    position: relative
}

.carousel_text {
    bottom: 40px;
    position: absolute;
    text-shadow: 0 1px 0 #aaa, 0 2px 0 #aaa, 0 3px 0 #aaa, 1px 0 0 #aaa, 1px 1px 0 #aaa, 1px 2px 0 #aaa, 1px 3px 0 #aaa, 0 6px 25px #0009;
    text-transform: uppercase
}

.banner_wrapper {
    display: flex;
    height: 100%;
    width: 100%
}

.banner {
    object-fit: none;
    object-position: 50% 50%;
    pointer-events: none;
    width: 100%
}

.banner_everyday .carousel_text {
    font-size: 32px;
    left: calc(50% - 550px);
    line-height: 40px;
    max-width: 750px
}

.carousel_bmw-wrapper, .carousel_jackpot-wrapper, .carousel_maxbet-wrapper, .carousel_megawin-wrapper, .carousel_mercedes-wrapper, .carousel_xplus-wrapper {
    align-items: center;
    background: linear-gradient(90deg, #32125800 0, #321258e6 25%, #321258e6 75%, #32125800);
    display: flex;
    height: 62px;
    justify-content: center;
    position: absolute;
    width: 100%
}

.carousel_bmw-wrapper, .carousel_jackpot-wrapper {
    background: linear-gradient(270.09deg, #06104f00 .07%, #06104fe6 25.04%, #06104fe6 74.96%, #06104f00 99.93%);
    height: 56px
}

.carousel_maxbet-wrapper {
    background: linear-gradient(270deg, #41210700 .07%, #412107e6 25.04%, #412107cf 74.96%, #41210700 99.93%);
    height: 56px
}

.carousel_xplus-wrapper {
    background: linear-gradient(270deg, #0a2b5200 .07%, #0a2b52cf 25.04%, #0a2b52cf 74.96%, #0a2b5200 99.93%);
    height: 56px
}

.carousel_mercedes-wrapper {
    background: linear-gradient(270deg, #4a030900 .07%, #4a0309cf 25.04%, #4a0309cf 74.96%, #4a030900 99.93%);
    height: 56px
}

.carousel_megawin-text {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #ffbc3a 0, #ffbc3a 50%, #e7971e 55%, #ffe47a 65%, #ffe47a 80%, #ffe47a);
    -webkit-background-clip: text;
    color: #321258e6;
    font-size: 40px;
    line-height: 48px;
    max-width: 1200px;
    text-align: center;
    white-space: nowrap;
    width: 100%
}

.banner_maxwin .carousel_megawin-wrapper {
    background: none
}

.banner_maxwin .carousel_megawin-text {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #ffee5b 0, #ffee5b 40%, #ffd303 45%, #f4b001 50%, #ffd303 55%, #ffee5b 60%, #ffee5b);
    -webkit-background-clip: text;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase
}

.carousel_bmw-text, .carousel_jackpot-text, .carousel_maxbet-text, .carousel_mercedes-text, .carousel_xplus-text {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #fff176, #ffc40f 50%, #f5b401 50.01%, #ffee5b);
    -webkit-background-clip: text;
    filter: drop-shadow(1px 1px rgba(0, 5, 52, .5));
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase
}

.banner_jackpot_money_cards {
    display: flex;
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translateX(-50%)
}

.banner_jackpot_money_card {
    background-repeat: no-repeat;
    display: flex;
    position: relative
}

.banner_jackpot_money_card.money_card_mega {
    background-image: -webkit-image-set(url(https://vavada.com/img/jackpot/money_card_mega_desktop.45839772e8b7c6f3356ffa2f6ffbd9ca.png) 1x, url(https://vavada.com/img/jackpot/money_card_mega_desktop.x2.d1b9599fd513d2ef743f94c0fbad1bda.png) 2x);
    background-image: image-set(url(https://vavada.com/img/jackpot/money_card_mega_desktop.45839772e8b7c6f3356ffa2f6ffbd9ca.png) 1x, url(https://vavada.com/img/jackpot/money_card_mega_desktop.x2.d1b9599fd513d2ef743f94c0fbad1bda.png) 2x);
    background-size: 203px 88px;
    height: 88px;
    margin: 0 20px;
    width: 203px
}

.banner_jackpot_money_card.money_card_major, .banner_jackpot_money_card.money_card_minor {
    background-size: 180px 88px;
    height: 88px;
    transform: translateY(20px);
    width: 180px
}

.banner_jackpot_money_card.money_card_major {
    background-image: -webkit-image-set(url(https://vavada.com/img/jackpot/money_card_major_desktop.33cad43fb0af0601a917706ba489027d.png) 1x, url(https://vavada.com/img/jackpot/money_card_major_desktop.x2.221675d3743f206a8836882f419403d4.png) 2x);
    background-image: image-set(url(https://vavada.com/img/jackpot/money_card_major_desktop.33cad43fb0af0601a917706ba489027d.png) 1x, url(https://vavada.com/img/jackpot/money_card_major_desktop.x2.221675d3743f206a8836882f419403d4.png) 2x)
}

.banner_jackpot_money_card.money_card_minor {
    background-image: -webkit-image-set(url(https://vavada.com/img/jackpot/money_card_minor_desktop.26f61756e7a101fbae17f71bfc06ac19.png) 1x, url(https://vavada.com/img/jackpot/money_card_minor_desktop.x2.d464935f2695c9cbea5b76e5b142e7e6.png) 2x);
    background-image: image-set(url(https://vavada.com/img/jackpot/money_card_minor_desktop.26f61756e7a101fbae17f71bfc06ac19.png) 1x, url(https://vavada.com/img/jackpot/money_card_minor_desktop.x2.d464935f2695c9cbea5b76e5b142e7e6.png) 2x)
}

.banner_jackpot_money_card .money_card_amount_mega {
    background: linear-gradient(180deg, #fff47a, #f4b200 37.5%, #ffc30c 45.31%, #fff47a 99.48%)
}

.banner_jackpot_money_card .money_card_amount_major {
    background: linear-gradient(180deg, #cfc2b4 13%, #fef2df 44%, #d4c4b3 46%, #bbaa9b)
}

.banner_jackpot_money_card .money_card_amount_minor {
    background: linear-gradient(180deg, #e2e2e2 13%, #b3b3b3 44%, #c1c1c1 46%, #e0e0e0)
}

.banner_jackpot_money_card .money_card_amount {
    -webkit-text-fill-color: #0000;
    -webkit-background-clip: text;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: calc(100% - 1px) calc(100% - 1px);
    bottom: 7px;
    font-size: 25px;
    font-variant-numeric: tabular-nums;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap
}

.carousel_outer_wrapper {
    width: 100%
}


.keen-slider:not([data-keen-slider-disabled]) {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    align-content: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    width: 100%
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
    flex-direction: row-reverse
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
    flex-wrap: wrap
}

.c-main {
    padding-top: 95px !important;

}


@media only screen and (max-width: 767px) {
    .carousel_inner_wrapper {
        display: none;
    }
}