*::-webkit-scrollbar {
    width: 8px;
    background-color: #2C2C2C;
}
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #9F9F9F;
    border: 1px solid #9F9F9F;
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #2C2C2C;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

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

html,body{
	width: 100%;
	font-size: 100%;
	line-height: 1.4;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    background-color: #20242d;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;color: #fff;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

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

body {
    font-family: 'Rubik';
    overflow-x: hidden;
    color: #fff;
    margin: 0;
    padding: 0 ;
}
header {
	position: fixed;
	z-index: 5;
    background-color: #20242d;
    width: 100%;
    top: 0;
}
.container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}
.header__content{
    padding: 5px 20px 0px;
    text-align: center;
    display: flex;
    align-items: center;
}
.site-logo {
    margin-right: 10px;
    margin-right: auto;
}
.header-menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    width: fit-content;
}

.header-menu li {
    margin-right: 16px;
}
.header-menu li a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    position: relative;
    padding-left: 5px;
}
.header-menu li a svg {
    position: absolute;
    left: -15px;
    top: 0;
    width: 20px;
    height: 20px;
}

.controll__button{
    display: flex;
    align-items: center;
    gap: 15px;
}

.present__button{
    width: 36px;
    height: 36px;
    background-color: rgba(230, 230, 230, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
}

.present__button::before{
    content: '1';
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 14px;
    height: 14px;
    background-color: #fd3a5f;
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
}

.present__button svg{
    fill: #fff;
    width: 16px;
    height: 16px;
}

.reg_button{
    display: inline-block;
    background: #047cfc;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 10px 22px;
    font-weight: 700;
    transition: ease all .3s;
    border: 1px solid transparent;
}

.reg_button:hover {
    background: #0055d4;
    border-color: #fff;
}

.login_button{
    display: inline-block;
    background-color: rgba(230, 230, 230, .1);
    border-radius: 6px;
    text-transform: uppercase;
    padding: 10px 22px;
    font-weight: 700;
}

main {
    margin: 0 auto;
    width: calc(100vw - (2 * 285px));
    padding: 0 15px;
    position: relative;
    margin-top: 95px;
}

.main__wrapper{
    position: relative;
    display: flex;
}

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

.hero__photobox {
    display: flex;
    gap: 30px;
    max-width: 320px;
}

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

.hero__photobox_left, .hero__photobox_right{
    width: 100%;
    height: fit-content;
    position: relative;
}

.hero__photobox_left::before, .hero__photobox_right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    border-radius: 16px;
    background: linear-gradient(45deg, #047cfc, #0064ff);
}

.hero__photobox_right::before{
    background: linear-gradient(180deg, #047cfc, #187312, #187312);
}

.hero__photo_image {
    width: 100%;
    height: 80%;
    padding: 2px;
    position: relative;
    z-index: 2;
    border-radius: 16px;
}

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

.hero__social_link svg{
    width: 25px;
    height: 25px;
    fill: #fff;
}

.hero__social_link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #373e4c;
    border-radius: 6px;
}

.hero__title {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}

.hero__button {
    padding: 14px 20px;
    font-weight: 600;
    background: #047cfc;
    border: 1px solid transparent;
    display: inline-flex;
    margin: 10px 0 30px 0;
    border-radius: 8px;
    transition: ease all .3s;
}

.hero__button:hover{
   background: #0055d4;
   border-color: #fff;
}

.hero__social_text {
    font-weight: 600;
    color: #738198;
    margin-bottom: 5px;
}

.hero__leftbox {
    display: grid;
    grid-template: 2fr 1fr / 1fr;
    align-items: end;
}

.marquee__section {
    margin: 30px 0;
    background-color: #272d39;
    padding: 20px 0;
}

.marque__container {
    display: flex;
    gap: 50px;
    overflow-x: hidden;
	max-width: 1440px;
    margin: 0 auto;
	padding: 30px 0;
}

.marquee__wrapper {
    display: flex;
    gap: 50px;
}

.marquee {
    animation: scroll 160s linear infinite;
}

@keyframes  scroll{
0%{
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - 20px));
}
}
.marque__container:hover .marquee {
    animation-play-state: paused;
}

.marquee__wrapper img {
    width: 120px;
    height: 60px;
    transition: ease all .3s;
    cursor: pointer;
    filter: invert(1) opacity(.8);
}

/* banner start */

.banner__repeater {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
}

.banner__box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.banner__box_image_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 10px;
    width: 63%;
    padding: 20px 10px;
    margin: 20px 0;
}

.banner__box_image_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner__box_background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 110%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 16px;
}

.banner__box_title {
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 0;
    font-size: 38px;
    color: #fff;
    max-width: 60%;
}

.banner__box_content {
    position: relative;
    z-index: 3;
    padding: 40px 60px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner__box_logo {
    position: absolute;
    z-index: 2;
    max-width: 320px;
    top: 10%;
    right: 3%;
}

/* banner ENd */

.section__content img{
    width:100%;
}

.mainContainer .homeWrapper .homeSection:nth-child(2n) {
    color: inherit;
    background-color: #272d39;
}
.mainContainer .homeWrapper .homeSection {
    padding: 40px 15px;
    overflow: hidden;
}
.payWaysSection {
    background-color: #272d39 !important;
}
.payWaysContentWrapper {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    max-width: 1250px;
    min-height: 530px;
    margin: auto;
    overflow: hidden;
    padding: 0 5px;
}
.cardsContainer {
    aspect-ratio: 343 / 300;
    position: relative;
    width: 50%;
    height: auto;
    min-height: 300px;
    perspective: 600px;
}
.cardsContainer .card:nth-child(1) {
    z-index: 4;
    transform: translate3d(-50%, -30%, 0);
    animation: animateCard1 8s 2s infinite linear;
}

.cardsContainer .card:nth-child(2) {
    z-index: 3;
    transform: translate3d(-50%, -55%, -100px);
    animation: animateCard2 8s 2s infinite linear;
}

.cardsContainer .card:nth-child(3) {
    z-index: 2;
    transform: translate3d(-50%, -80%, -200px);
    animation: animateCard3 8s 2s infinite linear;
}

.cardsContainer .card:nth-child(4) {
    z-index: 1;
    transform: translate3d(-50%, -105%, -300px);
    animation: animateCard4 8s 2s infinite linear;
}

.cardsContainer .card {
    position: absolute;
    width: 100%;
    max-width: 440px;
    top: 50%;
    left: 50%;
}

.cardsContainer .card .currencyImage {
    object-fit: cover;
    max-width: 880px;
    max-height: 538px;
    aspect-ratio: 1.63569 / 1;
    width: 100%;
}

.textContainer {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    margin-bottom: 0;
}

.payWays__title {
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 0;
    font-size: 38px;
    color: #fff;
}

.payWays__text {
    font-size: 16px;
    font-weight: 500;
}

@keyframes animateCard1 {
    4% {
        transform: translate3d(-50%,200%,0);
        z-index: 4;
        opacity: 1
    }

    4.1% {
        transform: translate3d(-50%,200%,0);
        z-index: -1;
        opacity: 0
    }

    5% {
        transform: translate3d(-50%,-80%,-300px);
        z-index: -1;
        opacity: 0
    }

    5.1% {
        transform: translate3d(-50%,-80%,-300px);
        z-index: 1;
        opacity: 1
    }

    7% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 1;
        opacity: 1
    }

    25% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 1;
        opacity: 1
    }

    25.1% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 2;
        opacity: 1
    }

    29% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 2
    }

    50% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 2
    }

    50.1% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 3
    }

    54% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 3
    }

    75% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 3
    }

    75.1% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 4
    }

    79% {
        transform: translate3d(-50%,-30%,0);
        z-index: 4
    }

    to {
        transform: translate3d(-50%,-30%,0);
        z-index: 4
    }
}

@keyframes animateCard2 {
    4% {
        transform: translate3d(-50%,-30%,0);
        z-index: 3
    }

    25% {
        transform: translate3d(-50%,-30%,0);
        z-index: 3
    }

    25.1% {
        transform: translate3d(-50%,-30%,0);
        z-index: 4
    }

    29% {
        transform: translate3d(-50%,200%,0);
        z-index: 4;
        opacity: 1
    }

    29.1% {
        transform: translate3d(-50%,200%,0);
        z-index: -1;
        opacity: 0
    }

    30% {
        transform: translate3d(-50%,-80%,-300px);
        z-index: -1;
        opacity: 0
    }

    30.1% {
        transform: translate3d(-50%,-80%,-300px);
        z-index: 1;
        opacity: 1
    }

    32% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 1;
        opacity: 1
    }

    50% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 1;
        opacity: 1
    }

    50.1% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 2;
        opacity: 1
    }

    54% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 2
    }

    75% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 2
    }

    79% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 3
    }

    to {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 3
    }
}

@keyframes animateCard3 {
    4% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 2
    }

    25% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 2
    }

    25.1% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 3
    }

    29% {
        transform: translate3d(-50%,-30%,0);
        z-index: 3
    }

    50% {
        transform: translate3d(-50%,-30%,0);
        z-index: 3
    }

    50.1% {
        transform: translate3d(-50%,-30%,0);
        z-index: 4
    }

    55% {
        transform: translate3d(-50%,200%,0);
        z-index: 4;
        opacity: 1
    }

    55.1% {
        transform: translate3d(-50%,200%,0);
        z-index: -1;
        opacity: 0
    }

    56% {
        transform: translate3d(-50%,-80%,-300px);
        z-index: -1;
        opacity: 0
    }

    56.1% {
        transform: translate3d(-50%,-80%,-300px);
        z-index: 1;
        opacity: 1
    }

    58% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 1;
        opacity: 1
    }

    75% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 1;
        opacity: 1
    }

    79% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 2
    }

    to {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 2
    }
}

@keyframes animateCard4 {
    4% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 1
    }

    25% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 1
    }

    25.1% {
        transform: translate3d(-50%,-80%,-200px);
        z-index: 2
    }

    29% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 2
    }

    50% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 2
    }

    50.1% {
        transform: translate3d(-50%,-55%,-100px);
        z-index: 3
    }

    54% {
        transform: translate3d(-50%,-30%,0);
        z-index: 3
    }

    75% {
        transform: translate3d(-50%,-30%,0);
        z-index: 3
    }

    75.1% {
        transform: translate3d(-50%,-30%,0);
        z-index: 4
    }

    80% {
        transform: translate3d(-50%,200%,0);
        z-index: 4;
        opacity: 1
    }

    80.1% {
        transform: translate3d(-50%,200%,0);
        z-index: -1;
        opacity: 0
    }

    81% {
        transform: translate3d(-50%,-80%,-300px);
        z-index: -1;
        opacity: 0
    }

    81.1% {
        transform: translate3d(-50%,-80%,-300px);
        z-index: 1;
        opacity: 1
    }

    83% {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 1;
        opacity: 1
    }

    to {
        transform: translate3d(-50%,-105%,-300px);
        z-index: 1;
        opacity: 1
    }
}

/* FAQ START */

.faq_section {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.faq_repeater {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq__box {
    position: relative;
    height: auto;
    overflow: hidden;
}

.faq_question {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    background-color: #292e39;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: .4s;
}

.panel {
    padding: 0 18px;
    background-color: #292e39;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    color: #738198;
    border-radius: 0 0 6px 6px;
}

.faq_question.active{
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #2e3542;
}

.faq_question.active+.panel {
    padding: 5px 18px;
}

.faq__icon {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.faq__title{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}

/* FAQ END */


/* content-text START */
.section__content h1{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}

.section__content p{
    font-size: 16px;
    margin: 10px 0;
}

.section__content h2{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}
.section__content h3{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}

.section__content li{
    list-style: disc;
    margin: 0 0 5px 20px;
    color: #fff;
}

/* content-text END */

/* sidebar start */
.left__sidebar_wrapper, .right__sidebar_wrapper{
    position: relative;
}

.right_sidebar, .left_sidebar{
    position: sticky;
    top: 95px;
    width: 275px;
}

.left__sidebar_wrapper{
    left: 5px;
    width: 285px;
}

.right__sidebar_wrapper{
    right: 5px;
    width: 285px;
}

.reg__bar{
    background-color: #272D39;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.reg__bar_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
    font-size: 22px;
}

.regbar__oneclick svg, .regbar__onmobile svg{
    width: 15px;
}

.reg__bar_buttonbox {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.regbar__oneclick {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, .1);
    fill: #fff;
    padding: 10px 20px;
}

.regbar__onmobile {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    background-color: #DEDEDE;
}

.reg__bar_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.reg__bar_form input{
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, .1);
}

.reg__bar_form button{
    background: #047cfc;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    transition: ease all .3s;
    border: 1px solid transparent;
    color: #fff;
}

.reg__bar_form:hover button {
    background: #0055d4;
    border-color: #fff;
}

.reg__bar_capha, .reg__bar_polic{
    padding: 10px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
}

.reg__bar_bonus{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #1c2028;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.cupon__box{
    margin-top: 15px;
}

.cupon__head {
    display: flex;
}

.cupon__head__cupon, .cupon__head__bet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-color: #1C2028;
    padding: 7px 0px;
}

.cupon__head__bet{
    color: #8C8C8C;
    background-color: #272d39;
}

.bet__box{
    background-color: #272D39;
}

.bet__box_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-transform: uppercase;
}

.bet__box_title svg{
    width: 12px;
    fill: #fff;
}

.bet__box_invoice {
    background-color: #20242D;
    color: #fff;
    margin: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 65px;
}

.bet__box_regbutton {
    background: #047cfc;
    padding: 8px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0 10px;
    text-align: center;
    border-radius: 6px;
    transition: ease all .3s;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.bet__box_regbutton:hover{
    background: #0055d4;
    border-color: #fff;
}


.dashed__line {
    background-color: #1c2028;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #fff;
    padding-top: 10px;
}

.bet__box_savebutton {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c2028;
    padding: 10px 0;
}

.mobile__app_head svg{
    width: 20px;
    fill: #fff;
}

.app_download_button_logo svg{
    width: 20px;
    fill: #fff;
}

.mobile__app_box {
    margin-top: 15px;
}

.mobile__app_head {
    display: flex;
}

.mobile_app_APK, .mobile_app_IOS {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-color: #272d39;
    padding: 7px 0px;
    gap: 10px;
}

.mobile_app_IOS{
    color: #8C8C8C;
    background-color: #1c2028;
}

.mobile__app_download {
    background-color: #272D39;
    padding: 10px;
}

.app__downloda_logo{
    display: flex;
    justify-content: center;
}

.app__downloda_logo svg{
    width: 200px;
    height: 30px;
}

.app_download_text {
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
}

.app_download_button {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: #047cfc;
    max-width: 65%;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 6px;
    transition: ease all .3s;
    border: 1px solid transparent;
}

.app_download_button:hover{
    background: #0055d4;
    border-color: #fff;
}

.gameclass__box {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    margin-bottom: 10px;
    background-color: #242932;
}

.gameclass_link {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #748198;
    fill: #748198;
    stroke: #748198;
    padding: 10px;
    border-radius: 6px;
    transition: ease .3s all;
}

.gameclass_link:hover{
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    fill: #fff;
    stroke: #fff;
}

.gameclass_link svg{
    width: 20px;
    height: 20px;
}

.right_sidebar_open{
    position: fixed;
    display: none;
    width: 20px;
    height: 20px;
    fill: #fff;
    z-index: 300;
    background-color: rgba(255, 255, 255, .1);
    top: 50%;
    right: 5px;
    padding: 20px 5px;
    align-items: center;
    transform: rotate(180deg);
}

.left_sidebar_open {
    position: fixed;
    display: none;
    width: 20px;
    height: 20px;
    fill: #fff;
    z-index: 300;
    background-color: rgba(255, 255, 255, .1);
    top: 50%;
    left: 5px;
    padding: 20px 5px;
    align-items: center;
}

.category_sidebar_underline {
    border-bottom: 1px solid #000;
}
/* sidebar end */


/* FOOTER START */

.footer__icon_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.footer__icon_box {
    background-color: rgb(87 87 87 / 10%);
    border-radius: 6px;
    padding: 8px 30px;
}

.footer__icon_image {
    width: 40px;
    height: 40px;
}

.footer__copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.footer__socialbox_link svg{
    width: 14px;
    height: 11px;
    margin-right: 3px;
    fill: #047cfc;
    stroke: #047cfc;
}

.footer__socialbox_container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.footer__menu_container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.footer__socialbox_link, .footer__menu_text{
    color: #828f9a;
    transition: ease all .3s;
}

.footer__socialbox_link:hover , .footer__menu_text:hover{
    color: #fff;
}

.footer__disclamer {
    color: #5e6a7f;
    border-top: 1px solid;
    padding: 20px 0 40px 0;
}

/* FOOTER END */


@media(max-width:1400px){
    .hero__title{
        font-size: 3vw;
    }
    
    .header-menu li a{
        font-size: 16px;
        padding: 0;
    }
    .header-menu li {
        margin-right: 10px;
    }
    .controll__button {
        gap: 5px;
    }
    .header__content{
        padding: 5px 0;
    }
    .header-menu li a svg {
        left: -20px;
    }
}

/* burger AMP START */

.menu__btn, .input__burger{
	display: none;
}

.menu__box {
    display: flex;
    gap: 30px;
    margin: 0 20px 0 0;
}

.menu__box a{
    font-size: 18px;
    font-weight: 500;
}

@media(max-width:992px){

#menu__toggle {
	opacity: 0;
  }

  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 6;
}

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
  }
  .menu__btn > span::before {
	content: '';
	top: -8px;
  }
  .menu__btn > span::after {
	content: '';
	top: 8px;
}

.menu__box {
  z-index: 5;
  display: flex;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #192232;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

  .menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
  }
  .menu__item:hover {
	background-color: #CFD8DC;
  }
  #menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
	visibility: visible;
	left: 0;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	transition-duration: .25s;
  }
  .menu__box {
	transition-duration: .25s;
  }
  .menu__item {
	transition-duration: .25s;
  }

  .header__button{
	margin-right: 40px;
  }
}

/* burger AMP END */



@media(max-width:1100px){
html, body{
    overflow-x: hidden;
}
.gameclass_link{
    padding: 8px;
}

header {
    justify-content: left;
    gap: 30px;
}

.controll__button {
    margin-right: 45px;
}

.left_sidebar_open.left_activated svg {
    transform: rotate(180deg);
}

.left__sidebar_wrapper {
    left: -300px;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    z-index: 5;
    top: 0;
    background-color: #0e2c57;
    padding: 0 15px;
    width: 300px;
    transition: ease all .3s;
}

.right__sidebar_wrapper{
    right: -300px;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    z-index: 5;
    top: 0;
    background-color: #0e2c57;
    padding: 0 15px;
    width: 300px;
    transition: ease all .3s;

}

main{
    width: 94%;
    padding: 0 30px;
}

.left__sidebar_wrapper.left_activated {
    left: 35px;
}

.right__sidebar_wrapper.right_activated{
    right: 35px;

}

.right_sidebar_open{
    transition: ease all .3s;
    display: flex;
}

.left_sidebar_open{
    transition: ease all .3s;
    display: flex;
}
.right_sidebar_open.right_activated {
    transform: none;
}
}

    .section__content table td p{
        padding: 0 10px;
    }
    
@media(max-width:768px){
    
    .section__content table{
        width: 100%;
        overflow-x: scroll;
        display: block;
    }
     .section__content table tbody{
        width: 700px;
        display: block;
    }
    
    .cardsContainer{
        overflow: hidden;
    }
    .textContainer, .cardsContainer{
        width: 100%;
    }
    .payWaysContentWrapper {
    flex-direction: column;
    align-items: center;
    }
    .faq_section{
        flex-direction: column;
    }
    .faq_repeater{
        max-width: 100%;
    }
    .hero__content {
    flex-direction: column-reverse;
    align-items: center;
    }
    .hero__title{
        font-size: 36px;
    }
    .marque__container{
        padding: 0;
    }
    .hero__leftbox {
    grid-template: 1fr / 1fr;
}
.banner__box_content{
    padding: 20px;
}
.banner__box_title{
    font-size: 24px;
    max-width: unset;
}
.banner__box_image_container{
    width: 100%;
}
}


@media(max-width:576px){
header {
    gap: 10px;
}
.bet__box_invoice {
    padding: 5px 10px;
    margin: 5px 0;
}
.reg__bar_title {
    padding: 12px 0;
    font-size: 20px;
}
.reg__bar_form{
    gap: 12px;
}
.app_download_button {
    max-width: 100%;
}
.cupon__box{
    margin-top: 10px;
}
.reg__bar_bonus{
    margin-bottom: 10px;
}
.mobile__app_box {
    margin-top: 10px;
}
.reg__bar_bonus{
    font-size: 14px;
}
.header__content {
    display: grid;
    grid-template: 1fr / 1fr;
    justify-items: center;
    gap: 5px;
}
    .site-logo, .controll__button{
        margin: 0;
    }
    .custom-logo {
    width: 120px;
    height: 60px;
}
.main-navigation.active {
    top: 130px;
}
main{
    margin-top: 140px;
}
}
@media(max-width:492px){
    .header-menu li {
        margin-right: 25px;
    }
    .reg_button{
        padding: 10px 6px;
    }
    .login_button{
        padding: 10px 6px;
    }

    .section__content h1 {
        font-size: 26px;
    }
    .section__content h2 {
        font-size: 22px;
    }
    .section__content h3 {
        font-size: 18px;
    }
    .right_sidebar, .left_sidebar {
    width: 220px;
    }
    .left__sidebar_wrapper, .right__sidebar_wrapper{
        width: 250px;
    }
    .regbar__onmobile {
    padding: 10px 12px;
    }
}
