.Faq_root__c8ft9 {
    max-width: 800px;
    list-style-type: none;
    margin: 0
}

.Faq_questionWrapper___jYZR {
    padding: 20px;
    transition: 1s;
    margin-bottom: 10px;
    box-shadow: 0 8px 20px rgba(9, 28, 83, .08);
    background-color: #191921;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.Faq_question__3va_K {
    display: flex;
    justify-content: space-between
}

.Faq_question__3va_K span {
    margin: 0 10px 0 0;
    font-weight: 700
}

.Faq_question__3va_K svg {
    width: 1rem;
    height: 1.5rem;
    fill: #9ea6ae
}

.Faq_question__3va_K svg.Faq_active__N7mkF {
    transform: rotate(180deg)
}

.Faq_questionWrapper___jYZR:hover {
    cursor: pointer
}

.Faq_answer__9ZOYn {
    display: none;
    margin-top: 10px
}

.Faq_answer__9ZOYn.Faq_active__N7mkF {
    display: block;
    animation: Faq_slidein__sUhBV .4s;
    animation-fill-mode: forwards
}

@media (max-width: 510px) {
    .Faq_questionWrapper___jYZR {
        padding: 15px
    }
}

@keyframes Faq_slidein__sUhBV {
    0% {
        opacity: .3;
        transform: translateY(-10%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.Banner_root__xf8jl {
    position: relative
}

.Banner_info__smD_a {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    background: linear-gradient(270deg, rgba(6, 16, 79, 0), rgba(6, 16, 79, .8) 25%, rgba(6, 16, 79, .8) 75%, rgba(6, 16, 79, 0))
}

.Banner_info__smD_a h1 {
    background: linear-gradient(180deg, #ffee5b, #ffee5b 40%, #ffd303 45%, #f4b001 50%, #ffd303 55%, #ffee5b 60%, #ffee5b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    margin: 0
}

.Banner_banner__a5dIt {
    object-fit: cover;
    width: 100%;
    object-position: 50% 50%
}

.Banner_button__1L_Zh {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center
}

.Banner_button__1L_Zh a {
    padding: 20px 40px
}

@media (max-width: 900px) {
    .Banner_banner__a5dIt {
        height: 250px
    }

    .Banner_button__1L_Zh {
        margin-top: 10px
    }

    .Banner_button__1L_Zh a {
        padding: 17.5px 30px
    }
}

@media (max-width: 600px) {
    .Banner_banner__a5dIt {
        height: 200px
    }

    .Banner_info__smD_a {
        width: 100%;
        background-color: rgba(0, 0, 0, .6)
    }

    .Banner_info__smD_a h1 {
        font-size: 34px
    }

    .Banner_smallTitle__YSV7s {
        font-size: 22px !important
    }

    .Banner_extraSmallTitle__P_R6k, .Banner_smallTitle__YSV7s {
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .Banner_extraSmallTitle__P_R6k {
        font-size: 17px !important
    }
}

@media (max-width: 450px) {
    .Banner_banner__a5dIt {
        height: 150px
    }

    .Banner_info__smD_a {
        bottom: -15px
    }

    .Banner_info__smD_a h1 {
        font-size: 28px
    }
}

.Button_root__heKK3 {
    font-size: 12px;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    height: 30px;
    padding: 0 30px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 800;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: -moz-fit-content;
    width: fit-content
}

.Button_root__heKK3:focus, .Button_root__heKK3:hover {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px hsla(0, 0%, 100%, .4)
}

.Button_root__heKK3:active {
    transform: translateY(3px);
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0, 0, 0, .2)
}

.Language_root__HMuUV {
    position: absolute;
    right: 0;
    top: -3px;
    display: flex;
    flex-direction: column
}

.Language_root__HMuUV img {
    cursor: pointer;
    width: 42px !important
}

.Language_root__HMuUV:hover .Language_dropdown__7vGto {
    display: flex
}

.Language_root__HMuUV img:hover {
    transform: scale(1.1)
}

.Language_dropdown__7vGto {
    position: absolute;
    top: 46px;
    display: none;
    flex-direction: column
}

@media (max-width: 510px) {
    .Language_root__HMuUV {
        right: 10px;
        top: 2px
    }
}

.Header_root__Q5pYC {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    background-color: rgba(37, 37, 54, .95);
    display: flex;
    align-items: center;
    justify-content: center
}

.Header_content__qBbUf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--content-padding);
    width: 100%;
    max-width: var(--content-width);
    position: relative
}

.Header_content__qBbUf img {
    height: 100%;
    width: 200px
}

.Header_links__A0NNi {
    display: flex;
    align-items: center;
}

.Header_logIn__AST58 {
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 20px
}

@media (max-width: 510px) {
    .Header_root__Q5pYC {
        height: 100px;
        align-items: stretch;
        background-color: #161626
    }

    .Header_content__qBbUf {
        flex-wrap: wrap;
        justify-content: center;
        padding: var(--content-mobile-padding)
    }

    .Header_links__A0NNi {
        height: 50px;
        width: 100%;
        border-top: 1px solid #363648;
        justify-content: center;
        margin-right: 0
    }

    .Header_logo__UGbyD {
        margin-top: 4px
    }
}

.Navigation_root__0KqJ1 {
    background-color: #1d1d2f;
    width: 100%;
    margin-top: -4px;
    border-bottom: 1px dotted #313047
}

.Navigation_inner__0SXhE {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: var(--content-padding);
    display: flex;
    flex-wrap: nowrap
}

.Navigation_inner__0SXhE a {
    width: 20%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    align-items: center;
    height: 56px;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 10px
}

.Navigation_active__oYZYb, .Navigation_inner__0SXhE a:hover {
    background-color: hsla(0, 0%, 100%, .05)
}

.Navigation_slots___4MCC {
    color: #17eada
}

.Navigation_payments__iXBJk {
    color: #de593e
}

.Navigation_sportsbook__8K4ff {
    color: #985bfc
}

.Navigation_mobile__3xhy0 {
    color: #6ef770
}

.Navigation_mobile__3xhy0 img, .Navigation_sportsbook__8K4ff img {
    height: 40px;
    width: auto
}

.Navigation_bonuses__Okd4u {
    color: #e8ce3a
}

.Navigation_mobile__3xhy0:after, .Navigation_payments__iXBJk:after, .Navigation_slots___4MCC:after, .Navigation_sportsbook__8K4ff:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 32px;
    width: 2px;
    background-color: #313047
}

.Navigation_icon__00uJ9 {
    margin-right: 10px
}

.Navigation_inner__0SXhE a img {
    scale: .9
}

@media (max-width: 900px) {
    .Navigation_inner__0SXhE {
        padding: 5px 0
    }

    .Navigation_inner__0SXhE a {
        width: 20%;
        justify-content: flex-start;
        padding: 0 10px;
        height: 66px;
        font-size: 10px;
        flex-direction: column;
        text-align: center
    }

    .Navigation_inner__0SXhE a img {
        scale: .75;
        height: 40px;
        margin-right: 0
    }

    .Navigation_mobile__3xhy0:after, .Navigation_payments__iXBJk:after, .Navigation_slots___4MCC:after, .Navigation_sportsbook__8K4ff:after {
        width: 1px
    }

    .Navigation_icon__00uJ9 {
        margin-right: 5px;
        width: 42px
    }

    .Navigation_mobile__3xhy0 img {
        width: 44px;
        object-fit: contain
    }
}

.Content_root__BuvyY {
    display: flex;
    flex-direction: column;
    align-items: center
}

.Content_content__3AxEg {
    max-width: var(--content-width);
    width: 100%;
    padding: var(--content-padding)
}

.Content_content__3AxEg img {
    width: 100%;
    max-width: 600px;
    height: auto
}

.Content_footerLinks__Uwqoq a {
    margin: 5px 20px
}

.Content_copyright__KlRPI {
    margin-top: 20px
}

@media (max-width: 510px) {
    .Content_root__BuvyY {
        margin-top: 100px
    }

    .Content_content__3AxEg {
        padding: var(--content-mobile-padding)
    }
}

@media (max-width: 1200px) {
    .Content_footerLinks__Uwqoq {
        width: 100%;
        display: flex;
        flex-direction: column
    }
}

.TextBlock_root__HbezY {
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 10px;
    box-shadow: 0 8px 10px #000;
    background-color: #262c46;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 40px 0;
    padding: 30px
}

.TextBlock_root__HbezY a {
    color: #f66766
}

.TextBlock_root__HbezY img {
    border-radius: 16px
}

@media (max-width: 900px) {
    .TextBlock_root__HbezY {
        padding: 20px 10px;
        margin: 20px 0
    }
}

.Home_games__T7g0H {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 0
}

.Home_game__7IHaj {
    position: relative;
    margin: 0 15px 15px 0;
    list-style-type: none
}

.Home_bonusHeading__XZ3JI {
    text-align: center;
    border: 0;
    color: #fff !important;
    text-decoration: underline;
    font-size: 28px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin: 20px 0
}

.Home_bonusButton__HjVyC {
    display: flex;
    justify-content: center;
    margin: 10px 0 40px
}

.Home_bonusButton__HjVyC a {
    color: #fff !important;
    padding: 25px 35px;
    font-size: 16px
}

.Home_tournamentsImages__7djZE {
    display: grid;
    grid-template-areas:". .";
    grid-gap: 16px;
    margin-bottom: 20px
}

.Home_tournamentsImages__7djZE img {
    transition: scale .25s ease-in-out
}

.Home_tournamentsImages__7djZE img:hover {
    scale: 1.05
}

@media (min-width: 0px) {
    .Home_game__7IHaj {
        width: calc(50% - 7.5px);
        padding-top: calc(50% - 7.5px)
    }

    .Home_game__7IHaj:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 669px) {
    .Home_game__7IHaj {
        width: calc(25% - 11.25px);
        padding-top: calc(25% - 11.25px);
        margin: 0 15px 15px 0
    }

    .Home_game__7IHaj:nth-child(2n) {
        margin-right: 15px
    }

    .Home_game__7IHaj:nth-child(4n) {
        margin-right: 0
    }
}

@media (max-width: 669px) {
    .Home_game__7IHaj:nth-last-child(-n+7) {
        display: none
    }

    .Home_bonusHeading__XZ3JI {
        font-size: 24px
    }

    .Home_tournamentsImages__7djZE {
        grid-template-areas:".";
        gap: 8px
    }
}

.Home_button__69vwW {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px
}

@media (min-width: 1025px) {
    .Home_games__T7g0H {
        margin-top: 40px
    }

    .Home_game__7IHaj {
        width: calc(20% - 12px);
        padding-top: calc(20% - 12px);
        margin: 0 15px 15px 0
    }

    .Home_game__7IHaj:nth-child(2n), .Home_game__7IHaj:nth-child(4n) {
        margin-right: 15px
    }

    .Home_game__7IHaj:nth-child(5n) {
        margin-right: 0
    }
}



/*menu*/

.dropdown {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
}

input[type=checkbox] {
    display: none;
}

label {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    user-select: none;
}

label img {
    width: 35px;
}

nav ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: fit-content;
    max-width: 800px;
    min-width: 500px;
    margin-top: 5px;
    z-index: 1;
    padding: 0;
    right: -40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: none;
}

nav ul li {
    padding: 15px;
    background-color: #fff;
    color: #4FB9A7;
    margin-bottom: 1px;
    cursor: pointer;
}

nav ul li a {
    text-decoration: none;
}

input[type=checkbox]:checked ~ label {
    /***décor pri nagatii**/
}

input[type=checkbox]:checked ~ ul {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: center;
}
/*****/

@media (max-width: 850px) {

    nav ul {
        max-width: 390px;
        min-width: 370px;
    }
}

#menu {
    width: 30px;
    margin-left: 60px;
}
.dropdown a {
    color: #fe284a !important;
}
h1 {
    font-size: 32px;
}

main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100% !important;
}


