@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,700&display=swap');

*{
    box-sizing: border-box;
}

*::before,
*::after{
    box-sizing: inherit;
}
.balance_profile {
    display: none!important;
}
/*New Header*/
.new_header{
    position: sticky;
    padding: 20px 0;
    background-color: #181818;
}
.pt-120.pb-120.section--bg {
    padding-top: 25px;
}
/*.balance_profile {
    position: sticky;
    top: 127px;
    z-index: 10;
}*/
.footer-social-links li {
    padding: 3px 9px;
}
.new_header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.new_header_container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_logo{
    max-width: 265px;
    width: 100%;
}
.new_nav_menu{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.new_nav_menu_list{
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_nav_menu_list a,
.header_btn_container a,
.header_support_btn a,
.header_btn_container_mobile a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}
.header_btn_container{
    max-width: 440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-menu__header {
    padding: 15px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-menu__header .caption {
    font-size: 0.75rem;
    font-weight: 700;
}

.dropdown-menu__header p {
    font-size: 0.75rem;
}

.dropdown-menu__item {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-menu__item:hover {
    background-color: #f7f7f7;
}

.dropdown-menu__item .dropdown-menu__icon {
    font-size: 1.25rem;
    color: #34495e;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
}

.dropdown-menu__item .dropdown-menu__caption {
    color: #34495e;
    font-size: 0.875rem;
    font-weight: 500;
}

.dropdown-menu__item .dropdown-menu__icon ~ .dropdown-menu__caption {
    padding-left: 8px;
}

.dropdown-menu .slimScrollDiv .slimScrollBar {
    background-color: #000000 !important;
    width: 3px !important;
    opacity: 0.15 !important;
}

.dropdown-menu__footer {
    border-top: 1px solid #e5e5e5;
}

.dropdown-menu__footer .view-all-message {
    font-size: 0.75rem;
    display: block;
    padding: 15px 15px;
    text-align: center;
    color: #34495e;
    font-weight: 600;
}

.dropdown-menu__footer .view-all-message:hover {
    color: #7367f0;
}
.pulse--primary {
    display: block;
    position: absolute;
    top: 3px;
    right: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e51421;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(229, 20, 33, 0.9);
    animation: pulse-primary 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@-webkit-keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 20, 33, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(229, 20, 33, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 20, 33, 0);
    }
}

@-moz-keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 20, 33, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(229, 20, 33, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 20, 33, 0);
    }
}

@-ms-keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 20, 33, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(229, 20, 33, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 20, 33, 0);
    }
}

@keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 20, 33, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(229, 20, 33, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 20, 33, 0);
    }
}

.header_btn_profile{
    max-width: 145px;
    width: 100%;
    padding: 15px;
    text-align: right;
    background-size: 14px 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-color: #101010;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px!important;
}
.header_btn_container .dropdown-menu-right {
    right: unset;
    left: -9px;
    top: -16px;
    min-width: 13.35rem;
    border-radius: 0;
    background: #080808;
    color: #ffffff;
}
.notification-text {
    padding: 12px 20px;
    font-size: 14px;
    border-top: 1px solid #3c3c3c;
}
.header_btn_profile_desctop {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-drop {
    position: absolute;
    width: 145px;
    height: auto;
    z-index: 100;
    background: #080808;
    top: 65px;
    display: none;
}
.menu-drop-mob {
    position: absolute;
    width: 145px;
    height: auto;
    z-index: 100;
    background: #080808;
    top: 65px;
    display: none;
}
.menu-drop.active {
    display: block;
}
.menu-drop-mob.active {
    display: block;
}
.modal-li {
    position: absolute;
    left: -265px;
    background: linear-gradient(90deg, rgba(16,16,16,1) 0%, rgba(0,0,0,1) 100%);
    width: 245px;
    top: -15px;
    padding: 15px 20px;
    flex-flow: column;
    display: none;
}
.total-dep-span {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.dash-in {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.dash-in a {
    color: #ffffff!important;
}
.dash-in a:hover {
    color: #ee9f00!important;
}
.modal-li.active {
    display: flex;
}
.menu-drop ul {
    display: flex;
    flex-flow: column;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
}
.menu-drop-mob ul {
    display: flex;
    flex-flow: column;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
}
.menu-drop ul li {
    position: relative;
}
.menu-drop-mob ul li {
    position: relative;
}
.menu-drop ul li a{
    padding: 10px 0;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.menu-drop-mob ul li a{
    padding: 10px 0;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.menu-drop ul li:hover a {
    color: #ee9f00;
}
.menu-drop-mob ul li:hover a {
    color: #ee9f00;
}
.profile_games_description {
    display: none;
}
.new_header {
    padding-bottom: 0;
}
.new_header_container {
    margin-bottom: 10px;
}
.search-f {
    margin-left: auto;
    margin-right: 15px;
}
.search-f label{
    margin-bottom: 0;
}
.game-search {
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid #535353;
    height: 45px;
    padding: 0 16px;
    min-width: 15rem;
}
.game-search::placeholder {
    color: #ffffff;
}
.dropdown-menu__header {
    border-bottom: none;
}
.dropdown-menu__header .caption {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.balance-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.hero {
    padding-top: 180px;
}
.grid-span {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.grid-bold {
    font-weight: 700;
    color: #ee9f00 !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 6px;
}
.header_btn_profile svg {
    margin-left: 8px;
    width: 16px;
}
.header_btn_balance_container{
    display: flex;
    flex-direction: column;
    max-width: 90px;
    width: 100%;
    justify-content: center;
}
.header_btn_balance{
    max-width: 85px;
    width: 100%;
    padding: 10px;
    font-size: 15px !important;
    text-align: center;
    color: #ee9f00 !important;
    border: 2px solid rgba(194, 194, 194, 0.51);
    border-radius: 5px;
}
.header_btn_balance.zinocoin{
    margin-bottom: 5px;
    font-size: 12px !important;
    color: #fff !important;
}
.header_btn_balance.zinocoin img{
    width: 18px;
    margin: 0px 5px 1px 0;
}
.header_btn_login {
    max-width: 153px;
    width: 100%;
    padding: 11px 0 11px 0;
    font-size: 19px !important;
    text-align: center;
    color: #ee9f00 !important;
    border: 2px solid rgba(194, 194, 194, 0.51);
    border-radius: 5px;
}
.header_btn_logout{
    max-width: 40px;
    width: 100%;
    padding: 20px 0px;
    text-align: right;
    background-image: url(/assets/images/header_images/logout_image.png);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid rgba(194, 194, 194, 0.51);
    border-radius: 5px;
}
.header_support_btn_container{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header_support_btn_container .header_support_btn:first-child {
    margin-right: 15px;
}
.notification-count {
    border-radius: 50%;
    background: #101010;
    border: 1px solid #747474;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -15px;
    top: -12px;
}
.header_support_btn{
    max-width: 125px;
    padding: 13px;
    width: 100%;
    background: #ee9f00;
    border-radius: 5px;
}
.new_header_burger{
    position: relative;
    display: none;
    width: 25px;
    height: 23px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.new_header_burger div{
    position: absolute;
    width: 25px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
}
.new_header_burger div:first-child{
    top: 0;
}
.new_header_burger div:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
}
.new_header_burger div:last-child{
    bottom: 0;
}
.new_nav_menu_mobile{
    display: none;
}
/*On mane page*/
.new_header_home .new_nav_menu{
    max-width: 530px;
}
.new_header_home .header_btn_container{
    max-width: 300px;
}
/*New Header END*/



/*About*/
.about_us{
    margin-top: 90px;
}
.about_title::after{
    content: "";
    position: absolute;
    top: 0;
    right: 110px;
    width: 682px;
    height: 280px;
    background-image: url(/assets/images/about/about_image_after.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sections_footer_wrapper{
    background-color: #0e0e0e;
}
.sections_footer .container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.title_section{
    position: relative;
    padding: 80px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    line-height: 100%;
}
.sections_flex{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 195px;
}
.about_image{
    width: 100%;
    height: auto;
}
.about_container .sections_flex{
    margin-top: 60px;
}
.section_description{
    max-width: 700px;
    margin: 0px 0 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 140%;
}
.about_description img{
    margin-bottom: 30px;
}
/*About END*/

/*Why Choose*/
.why_choose_zino_container_mobile{
    display: none;
}

.choose_title::after{
    content: '';
    position: absolute;
    top: 100px;
    right: 0;
    width: 956px;
    height: 721px;
    background-image: url(/assets/images/about/why_choose_zino_affter.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.why_choose_zino .why_choose_zino_container{
    margin-top: 130px;
}
.why_choose_image{
    margin-right: 80px;
    width: 100%;
    height: auto;
}
.chosose_description{
    margin: 0px 0 0 auto;
}
/*Why Choose END*/

/*Loyalty Program*/
.loyalty_program .sections_footer_wrapper .container{
    position: relative;
}
.loyalty_title::before{
    content: "";
    position: absolute;
    top: 170px;
    left: 150px;
    width: 75px;
    height: 75px;
    background-image: url(/assets/images/about/loyalty_cherry.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.loyalty_title::after{
    content: "";
    position: absolute;
    top: -45px;
    right: 70px;
    width: 370px;
    height: 274px;
    background-image: url(/assets/images/about/loyalty_program.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.loyalty_description .container>p:first-child{
    margin: 55px 0;
    font-size: 15px;
}
.loyalty_program .loyalty_description .container>p:last-child{
    margin: 50px 0 100px;
    font-size: 15px;
}
.loyalty_table_head,
.loyalty_table_items{
    padding: 15px 35px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.loyalty_table_head{
    background-color: #161515;
    text-transform: uppercase;
}
.loyalty_table_items{
    border-bottom: 1px solid #2c2c2c;
}
.loyalty_table_items .loyalty_table_item:nth-child(2){
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    color: #fff;
}
.loyalty_table_items .loyalty_table_item:nth-child(2) img{
    margin-right: 15px;
}
.loyalty_table_items .loyalty_table_item:nth-child(3){
    font-size: 16px;
    font-weight: bold;
    color: #00ac10;
}
.loyalty_table_item.plus{
    font-weight: 700;
    font-size: 29px;
    line-height: 100%;
}
.loyalty_accordeon_mobile{
    display: none;
}
/*Loyalty Program END*/

/*Referal Program*/
.referal_program .sections_flex{
    margin: 55px 0 100px 0;
}

.referal_title::after{
    content: "";
    position: absolute;
    top: -80px;
    right: 100px;
    width: 463px;
    height: 388px;
    background-image: url(/assets/images/about/referral_image_title.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.referal_description li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}
.referal_description p,
.referal_description ul{
    margin-bottom: 30px;
}
.referal_description li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background-image: url(/assets/images/about/coin.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*Referal Program END*/


/*Bonus*/
.bonus_footer{
    margin-bottom: 120px;
}
.bonus_footer .sections_flex{
    margin-bottom: 0;
}

.bonus_title::after{
    content: '';
    position: absolute;
    top: -40px;
    right: 100px;
    width: 583px;
    height: 282px;
    background-image: url(/assets/images/about/bonus_after_title.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bonus_footer .container{
    margin-top: 35px;
}
.bonus_title_types{
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.number_bonus_list span{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
}
.number_bonus_list{
    margin-top: 25px;
    list-style: decimal;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 120%;
    font-weight: 400;
    padding-left: 20px;
}
.number_bonus_list>li{
    margin-bottom: 25px;
}
.number_bonus_list>li::marker{
    font-size: 20px;
    font-weight: 700;
}
.number_bonus_list>li ul{
    padding-top: 20px;
}
.number_bonus_list>li ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.number_bonus_list>li  ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background-image: url(/assets/images/about/coin.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bonus_types_container{
    position: relative;
    z-index: 400;
}
.bonus_types_container::after{
    content: "";
    position: absolute;
    right: 220px;
    bottom: 55px;
    width: 336px;
    height: 251px;
    background-image: url(/assets/images/about/bonus_coins.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*Bonus END*/
/*Contact Us*/
.contact_us{
    margin-bottom: 95px;
}
.contact_us_descr{
    margin: 30px 0 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact_us_descr img{
    flex-shrink: 0;
    margin-right: 30px;
}

.contact_us_container .contact_form{
    max-width: 900px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}
.contact_us_container .contact_form input{
    padding: 20px;
    grid-column: 6 span;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    background-color: #3d3d3d;
    border: 0;
    outline: none;
}
.contact_us_container .contact_form input::placeholder{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
}
.contact_us_container .contact_form textarea{
    padding: 20px;
    max-height: 100px;
    border-radius: 3px;
    grid-column: 12 span;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    background-color: #3d3d3d;
    border: 0;
    outline: none;
    width: auto;
}
.contact_us_container .contact_form textarea::placeholder{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
}
.contact_us_container .contact_form button{
    grid-column: 4 span;
    max-width: 260px;
    width: 100%;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #ff0c1c;
    border: 0;
    outline: none;
}

/*Accordeon*/

/* стили блока аккордеон */
.accordion-dw {
    width:100%;
    margin: 0 auto;
      position: relative;
      z-index: 200;

  }
  .loyalty_accordeon_mobile
  /* секции аккордеона */
  .accordion-dw .accordion_item {
    margin-bottom:1px;
    position:relative
  }
  /* заголовки панелей аккордеона */
  .accordion-dw .title_block {
    margin-top: 13px;
    display: flex;
    align-items: center;
    font-family: 'Open sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background-color: #2b2b2b;
    padding: 24px 34px 24px 29px;
    -webkit-transition:all .2s linear 0;
    -webkit-transition-delay:.2s 0;
    transition:all .2s linear 0;
    border: none;
    border-radius: 5px;
    cursor:pointer;
  }
  .title_block img{
    position: absolute;
  }
  .title_block p{
    margin-left: 30px;
  }
  /* переключатель панелей, положение вниз */
  .accordion-dw .title_block:before {
    content:'';
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 13px;
    height: 9px;
    background-image: url(/assets/images/about/loyalty_accordeon_arrow.png);
  }
  /* активный переключатель, положение вверх */
  .accordion-dw .active_block .title_block:before {
    content:'';
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    transform: scaleY(-1);
    width: 13px;
    height: 9px;
    background-image: url(/assets/images/about/loyalty_accordeon_arrow.png);
  }

  /* заголовок активного блока  */

  /* блоки с содержанием */
  .accordion-dw .info {
    margin-bottom: 28px;
    display:none;
    padding: 0 20px;
    overflow: hidden;
    background-color: transparent;
    border: none;
  }
  .loyalty_accordeon_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
  }
  .loyalty_accordeon_grid p{
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }
  .loyalty_accordeon_grid p span{
    font-weight: 500;
    text-transform: capitalize
  }
  .loyalty_accordeon_grid p:nth-child(3) span{
    font-weight: 700;
    color: #00ac10;
  }
  .loyalty_accordeon_grid .plus{
    font-weight: 700;
    font-size: 20px;
    vertical-align: bottom;
  }
  /* параграф внутри блоков с содержанием */
  .accordion-dw .info_item {
    margin-bottom:10px
  }
/*Accordeon END*/


/*Contact Us END*/


/*PAGE PROFILE*/

/*Balance Section*/
.balance_profile_top{
    background-color: #101010;
}
.balance_container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.balance_grid{
    padding: 25px 0 0px;
    display: flex;
    align-items: center;
}
.balance_left{
    max-width: 160px;
    width: 100%;
    margin: 0 80px 10px 0;
}
.balance_left_type{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.balance_left_name{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
}
.balance_left_money{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
}
.balance_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.balance_right_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 865px;
    margin: 0 auto 25px 0;
    width: 100%;
}
.balance_right_item{
    display: flex;
    align-items: center;
}

.balance_right_image{
    margin-right: 15px;
    width: auto;
    height: 100%;
}
.balance_right_image[alt="zinocoin"]{
    max-width: 28px;
}
.balance_right_item_description_name{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 9px;
}
.balance_right_item_description_money{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
}
.balance_menu{
    display: flex;
    justify-content: space-between;
    align-self: start;
}
.balance_menu_mobile{
    display: none;
}
.balance_menu_desctop{
    width: 100%;
    margin-top: 0px;
    justify-content: flex-start !important;
    padding-top: 12px;
    border-top: 1px solid #454545;
    position: relative;
    flex-wrap: wrap;
}
.balance_menu_item{
    max-width: 220px;
    width: 100%;
}
.balance_menu_desctop .balance_menu_item{
    max-width: auto !important;
    width: auto;
    padding: 15px 17px;
    margin-right: 0 !important;
    transition: all 0.3s ease-in-out;
}
.balance_menu_desctop .balance_menu_item ul{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    min-width: 150px;
}
.balance_menu_desctop .balance_menu_item a,
.balance_menu_desctop .balance_menu_item p{
    transition: all 0.3s ease-in-out;
}
.balance_menu_desctop .balance_menu_item:hover{
    background-color: #080808;
    position: relative;
}
.balance_menu_desctop .balance_menu_item:hover>a,
.balance_menu_desctop .balance_menu_item:hover p{
    color: #ee9f00;
}
.balance_menu_desctop .balance_menu_item:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;
    background-color: #080808;
    padding: 10px 20px 20px;
    top: 48px;
    left: 0;
    z-index: 50;
}
.balance_menu_desctop .balance_menu_item ul a{
    transition: all 0.3s ease-in-out;
}
.balance_menu_desctop .balance_menu_item ul li:last-child a{
    margin-bottom: 0;
}
.balance_menu_desctop .balance_menu_item ul a:hover{
    color: #ee9f00;
}
.profile-header-bottom .balance_menu {
    max-width: 1170px;
    width: 100%;
    justify-content: space-between !important;
    padding-top: 0;
}
.balance_menu .balance_menu_item:not(:last-child){
    margin-right: 10px;
}
.balance_menu_desctop .balance_menu_item_title{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    display: block;
    color: #fff;
    cursor: pointer;
}

.balance_menu_item_title{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
}

.balance_menu_desctop .balance_menu_item_title::after{
    display: none;
}

.balance_menu_item_list{
    display: none;
    padding-left: 20px;
}

.balance_menu_item_list_item a{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
    color: #fff;
}
/*Balance Section END*/
.profile-header-bottom {
    padding-top: 0!important;
}
/*Profile Games*/
.profile_games{
    margin: 50px 0;
}
.profile_games_container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.profile_games_top_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.profile_games_top_wrapper .choices{
    max-width: 290px;
    width: 100%;
}
.profile_games_top_wrapper .choices__inner{
    background-color: #2b2b2b;
    border: 0;
}
.profile_games_top_wrapper .choices__list{
    background-color: #2b2b2b;
}
.profile_games_top_wrapper .choices__list {
    background-color: #2b2b2b;
    border: 0;
}
.profile_games_top_wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{
    background-color: #010101;
}
.profile_games_top_wrapper .choices[data-type*=select-one]::after{
    border: 0;
    width: 13px;
    height: 9px;
    background-image: url(/assets/images/profile/menu_select_arrow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.profile_games_top_wrapper .is-open.choices[data-type*=select-one]::after{
    transform: scaleY(-1);
    top: 25px;
}
.profile_games_title{
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
}
.profile_games_select{
    background-color: #2b2b2b;
    border: 0;
}
.profile_games_select option{
    background-color: #2b2b2b;
}
.profile_games_description{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}
.profile_games_grid{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    text-align: center;
}
.profile_games_grid_item_title{
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
}
.profile_games_grid_item_image{
    max-width: 260px;
    max-height: 200px;
    width: 100%;
    height: 100%;
}
.profile_games_grid_item_image_wrapper{
    position: relative;
    max-width: 260px;
    max-height: 200px;
    width: 100%;
    height: 100%;
}
.profile_games_grid_item_image_wrapper::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.profile_games_grid_item_button{
	background-color: #e51421 !important;
    color: white !important;
    width: 100%;
    max-width: 100px;
    margin: 0 auto 0 auto;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    height: 31px;
	text-transform: uppercase;
	font-size: .875rem;
    line-height: 1.5;
}
/*Profile Games END*/
/*Pupular Cripto*/
.pupular_cripto{
    padding: 50px 0 40px;
    background-color: #000;
}
.pupular_cripto_container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.pupular_cripto_title{
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.pupular_cripto_items_wrapper{
    display: flex;
    justify-content: space-between;
}
.pupular_cripto_item img{
    margin-bottom: 15px;
}
.pupular_cripto_item_description{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
}
/*Pupular Cripto END*/

@media screen and (max-width:1100px) {
    .profile_games_grid{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width:800px){
    .profile_games_top{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width:759px) {
    .balance_left{
        margin-bottom: 32px;
    }
    .balance_right_wrapper{
        grid-template-columns: repeat(1, 1fr) !important;
        border-top: 1px solid #454545;
        padding: 25px 25px 0 25px;

    }
    .balance_right_image[alt="zinocoin"]{
        max-width: 28px;
    }
    .balance_grid{
        flex-direction: column;
        align-items: flex-start;
    }
    .balance_right_item_description{
        display: flex;
        max-width: 210px;
        width: 100%;
        justify-content: space-between;
    }
    .balance_right{
        flex-direction: column;
        align-items: flex-start;
    }
    .balance_right_item{
        text-align: left;
        align-items: flex-start;
        justify-content: start;
        max-width: 270px;
        width: 100%;
        margin-bottom: 7px;
    }
    .balance_right_image {
        max-width: 28px;
    }
    .balance_right_item_description_money{
        font-size: 20px;
    }
    .profile_games{
        margin: 30px 0 0;
        padding: 35px 0 60px;
        background-image: url(/assets/images/profile/background_game_profile_section.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .profile_games_grid{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }
    .profile_games_grid_item_image_wrapper{
        margin: 0 auto;
        max-width: 100%;
    }
    .profile_games_grid_item_image{
        max-width: 100%;
        object-fit: cover;
    }
    .balance_menu_mobile{
        display: flex;
    }
    .balance_menu_desctop{
        display: none;
    }
    .balance_menu {
        flex-direction: column;
    }
    .balance_menu_item{
        max-width: 100%;
    }
    .balance_menu .balance_menu_item:not(:last-child){
        margin-right: 0;
    }
    a.balance_menu_item_title{
        display: block;
        color: #fff;
    }
    a.balance_menu_item_title::after{
        display: none;
    }
    .balance_menu_item_title{
        position: relative;
        background-color: #2b2b2b;
        padding: 14px 20px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .balance_menu_item_title::after{
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 13px;
        height: 9px;
        transform: translateY(-50%);
        background-image: url(/assets/images/profile/menu_select_arrow.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .active .balance_menu_item_title::after {
        transform:  translateY(-50%) scaleY(-1);
    }
    .balance_menu_item_list{
        display: none;
        padding-left: 20px;
    }
    .profile_games_top_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .profile_games_title{
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .profile_games_description{
        text-align: center;
    }
}
@media screen and (max-width:540px){
    .profile_games_grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .pupular_cripto_items_wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .pupular_cripto_item{
        margin-bottom: 50px;
    }
}
/*PAGE PROFILE END*/


/*LOTTERY PAGE*/

/*Lottery Hero*/
.lottery_hero{
    display: flex;
    align-items: center;
    min-height: 760px;
    height: 100%;
    text-align: center;
    background-image: url(/assets/images/pages/lottery_hero_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
 .lottery_hero_container{
     max-width: 1170px;
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .lottery_hero_title{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     font-family: 'Open Sans', sans-serif;
     font-size: 100px;
     font-weight: 700;
     line-height: 100%;
     text-transform: uppercase;
     margin-bottom: 70px;
 }
.lottery_hero_title span{
    font-size: 70px;
}
.lottery_hero_subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.lottery_hero_subtitle span{
    font-size: 50px;
    color: #ee9f00;
}
.lottery_hero_button{
    max-width: 245px;
    width: 100%;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #e51421;
    border-radius: 5px;

}
/*Lottery Hero END*/
/*Lottery Type*/
.lottery_type{
    background-color: #0e0e0e;
    padding: 50px 0 ;
}
.lottery_type_container{
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lottery_type_item{
    max-width: 360px;
    width: 100%;
    padding: 50px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;

}
.lottery_type_name{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.lottery_type_name:hover{
    opacity: 1;
    color: #ee9f00;
}
/*Lottery Type END*/

/*How to play*/
.how_play{
 padding: 80px 0;
}
.how_play_container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.how_play_title{
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.how_play_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.how_play_items{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.how_play_item_img{
    margin-bottom: 30px;
}
.how_play_item_title{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.how_play_item_subtitle{
    max-width: 265px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;

}
/*How to play END*/

/*Lottety Games*/
.lottety_games{
    margin-bottom: 50px;
}
.lottety_games_container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.lottety_games_item{
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.lottety_games_header{
    padding: 22px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lottety_games_header_name,
.lottety_games_header_number{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
}

.lottety_games_header_number{
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    border: 2px solid #000;
    border-radius: 5px;
}
.lottety_games_item_image_wrapper{
    position: relative;
}
.lottety_games_item_image{
    max-height: 290px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lottety_games_item_rules{
    display: block;
    position: absolute;
    right: 20px;
    bottom: 23px;
    max-width: 100px;
    width: 100%;
    padding: 9px 25px;
    background-color: #e51421;
    background-image: url(/assets/images/pages/btn-rules_icone.png);
    background-position: 25px center;
    background-size: 9px;
    background-repeat: no-repeat;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
}
.lottety_games_footer{
   display: grid;
   grid-template-columns: repeat(12, 1fr);
   justify-content: space-between;
   padding: 55px 20px 30px 45px;
}

.lottety_games_footer_name{
    max-width: 110px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
}
.lottety_games_footer_left{
    grid-column: 5 span;
 }
.lottety_games_footer_cost_item{
    max-width: 50px;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
}
.lottety_games_footer_cost_item.cost{
    color: #00d314;
    border: 2px solid #000;
}
.lottety_games_footer_cost_item.buy{
    background-image: url(/assets/images/pages/buy_value_background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lottety_games_footer_left_btn{
    margin-top: 35px;
    max-width: 125px;
    width: 100%;
    background-color: #e51421;
    padding: 10px 23px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
}
.lottety_games_footer_right{
    grid-column: 7 span;
}
.lottety_games_footer_right_ticket{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.lottety_games_footer_right_time{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lottety_games_footer_right_time_wrapper:first-child{
  margin-right: 10px;
}
.lottety_games_footer_right_time_wrapper img{
    max-width: 55px;
    height: auto;
}
.lottety_games_footer_right_time_wrapper p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    text-align: center;
}

.lottety_games_footer_right_ticket_button{
    margin-top: 5px;
    max-width: 135px;
    width: 100%;
    background-color: #e51421;
    padding: 10px 0;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
}
.lottety_games_footer_right_description{
    margin-top: 40px;
}
.lottety_games_footer_right_description_item{
    max-width: 230px;
    margin-bottom: 15px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 120%;
}
.lottety_games_footer_right_value{
    font-weight: 700;
}
/*Lottety Games END*/

/*LOTTERY PAGE END*/

/*SPORTS PAGE*/

/*Sports Hero*/
.sport_hero{
    display: flex;
    align-items: center;
    min-height: 720px;
    height: 100%;
    text-align: center;
    background-image: url(/assets/images/pages/sports_image_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
 .sport_hero_container{
     max-width: 1170px;
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .sport_hero_title{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     font-family: 'Open Sans', sans-serif;
     font-size: 100px;
     font-weight: 700;
     line-height: 100%;
     text-transform: uppercase;
     margin-bottom: 70px;
 }
.sport_hero_title span{
    font-size: 70px;
}
.sport_hero_subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.sport_hero_subtitle span{
    font-size: 50px;
    color: #ee9f00;
}
.sport_hero_button{
    max-width: 245px;
    width: 100%;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #e51421;
    border-radius: 5px;

}
/*Sports Hero END*/
/*Sports Championship*/
.sport_championship{
    padding: 50px 0 65px;
}
.sport_championship_container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 30px;
    row-gap: 60px;
}
.sport_championship_name{
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
}
/*Sports Championship END*/

/*SPORTS PAGE END*/

/*TOURTAMENT PAGE*/

/*Tourtament hero*/
.tourtament_hero{
    display: flex;
    align-items: center;
    min-height: 720px;
    height: 100%;
    text-align: center;
    background-image: url(/assets/images/pages/tournament_hero_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
 .tourtament_hero_container{
     max-width: 1170px;
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .tourtament_hero_title{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     font-family: 'Open Sans', sans-serif;
     font-size: 100px;
     font-weight: 700;
     line-height: 100%;
     text-transform: uppercase;
     margin-bottom: 70px;
 }
.tourtament_hero_title span{
    font-size: 70px;
}
.tourtament_hero_subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.tourtament_hero_subtitle span{
    font-size: 50px;
    color: #ee9f00;
}
.tourtament_hero_button{
    max-width: 245px;
    width: 100%;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #e51421;
    border-radius: 5px;

}
/*Tourtament hero END*/
.tourtament_events{
    padding: 70px 0;
}
/*Tourtament events*/
.tourtament_events_container{
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.tourtament_events_item{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tourtament_events_header{
    position: relative;
}
.tourtament_events_button{
    position: absolute;
    top: 25px;
    right: 35px;
    max-width: 85px;
    width: 100%;
    height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #e51421;
    border-radius: 5px;
}
.tourtament_events_times{
    margin-bottom: 40px;
}
.tourtament_events_footer{
    padding: 10px;
}
.tourtament_events__title{
    margin: 30px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.tourtament_events_times{
    display: flex;
    justify-content: center;
}
.tourtament_events_timer{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.tourtament_events_time{
    align-self: flex-end;
    margin: 0 10px 35px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}
.tourtament_events_timer_item_image{
    max-width: 55px;
}
.tourtament_events_timer_item:not(:last-child){
    margin-right: 10px;
}
.tourtament_events_timer_item_name{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
}
.tourtament_events_prize{
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.tourtament_events_prize span{
    margin-left: 10px;
    font-size: 55px;
    font-weight: 700;
}
.tourtament_events_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tourtament_events_btn{
    max-width: 180px;
    width: 100%;
    padding: 20px 10px;
    margin: 0 15px 30px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}
.tourtament_events_btn.participate{
    background-color: #e51421;
}
.menu-sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}
.tourtament_events_btn.more{
    background-color: #383838;
}
/*Tourtament events END*/

/*TOURTAMENT PAGE END*/


/*ZINOCOINS*/

/*Zinocoins hero*/
.zinocoins_hero{
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.zinocoins_hero_container{
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zinocoins_hero_img_wrapper{
    position: relative;
}
.zinocoins_hero_mobile_image{
    display: none;
}
.zinocoins_hero_img_wrapper::after{
    content: '';
    position: absolute;
    top: -120px;
    left: 0;
    width: 574px;
    height: 722px;
    background-image: url(/assets/images/zinocoin_images/zino_image_after.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.zinocoins_hero_content_wrapper{
    max-width: 580px;
    width: 100%;
}
.zinocoins_hero_title,
.zinocoins_hero_subtitle{
    position: relative;
    font-family: 'Jost',sans-serif;
    font-weight: 700;
    font-size: 85px;
    line-height: 100%;
    color: #ee9f00;
    text-transform: uppercase;
}
.zinocoins_hero_title::after{
    content: '';
    position: absolute;
    top: -250px;
    right: -400px;
    width: 692px;
    height: 629px;
    background-image: url(/assets/images/zinocoin_images/zino_title_after.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.zinocoins_hero_subtitle{
    font-size: 25px;
    color: #ffffff;
}
/*Zinocoins hero END*/
/*Zinocoins following*/
.zinocoins_following{
    padding: 70px 0 50px;
}
.zinocoins_following_container{
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.zinocoins_following_title{
    position: relative;
    margin-top: -55px;
    margin-bottom: 80px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: left;
}
.zinocoins_absolute_image_one{
    margin-top: -240px;
    margin-left: 275px;
}
.zinocoins_absolute_image_two{
    position: absolute;
    top: -120px;
    right: -75px;
}
.zinocoins_following_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
    text-align: center;
}
.zinocoins_following_item_wrapper{
    height: 100px;
}
.zinocoins_following_item_title{
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ee9f00;
}
.zinocoins_following_item_description{
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
/*Zinocoins following END*/

/*What a zinocoins */
.what_zinocoins{
    padding: 40px 0 100px;
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.what_zinocoins_container{
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.what_zinocoins_top{
    display: flex;
    justify-content: space-between;
}
.what_zinocoins_image{
    margin-top: -65px;
    width: 100%;
    height: 100%;
}
.what_zinocoins_image_mobile{
    display: none;
}
.what_zinocoins_top_title{
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
}
.what_zinocoins_top_description{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
.what_zinocoins_top_description span{
    margin-top: 30px;
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
}
.what_zinocoins_bottom{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.what_zinocoins_bottom_wrapper{
    position: relative;
    max-width: 600px;
}
.what_zinocoins_bottom_wrapper::after{
    content: '';
    position: absolute;
    top: 120px;
    right: -70px;
    width: 275px;
    height: 275px;
    background-image: url(/assets/images/zinocoin_images/zino_token_after.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.what_zinocoins_bottom_item.zinoteken_image .description_shot{
    max-width: 430px;
    margin: 0px;
}
.what_zinocoins_bottom_item .description_shot{
    max-width: 370px;
    margin: -60px 0 20px;
}
.what_zinocoins_bottom_image{
    max-width: 600px;
    width: 100%;
    margin-bottom: 15px;
}
.what_zinocoins_bottom_image[alt='zino token']{
    margin-top: 15px;
}
.what_zinocoins_bottom_title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
}
.what_zinocoins_bottom_title span{
    font-weight: 700;
}
.what_zinocoins_bottom_description{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
/*What a zinocoins END*/

/*Zinocoins exchanger*/
.zinocoins_exchanger{
   padding: 80px 0 65px;
}
.zinocoins_exchanger_container{
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.zinocoins_exchanger_content{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.zinocoins_exchanger_btn{
    display: block;
    margin-right: 20px;
    padding: 25px 25px 25px 95px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    background-image: url(/assets/images/zinocoin_images/exchenger_btn_bg.png);
    background-size: 30px;
    background-position: 50px center;
    background-repeat: no-repeat;
    background-color: #454545;
    border-radius: 5px;
}
.zinocoins_exchanger_btn:hover{
    color: #fff;
}
.zinocoins_exchanger_title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #6a6a6a;
}
.zinocoins_exchanger_description{
    max-width: 950px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
/*Zinocoins exchanger END*/
/*ZINOCOINS END*/

@media screen and (max-width:1300px) {
    .zinocoins_absolute_image_two{
        display: none;
    }
    .zinocoins_following_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    /*What zinocoins*/
    .what_zinocoins_bottom{
        grid-template-columns: repeat(1, 1fr);
        max-width: 600px;
        margin: 0 auto;
    }
    /*What zinocoins END*/
}


@media screen and (max-width:1100px) {
    .sections_flex{
        margin-bottom: 100px;
    }
    .title_section {
        font-size: 50px;
    }
    .about_title::after,
    .loyalty_title::after,
    .bonus_title::after,
    .referal_title::after,
    .bonus_footer .sections_footer_wrapper .container::after
    {
        right: 10px;
    }
    .loyalty_program .sections_footer_wrapper .container::after{
        top:-65px
    }
}

@media screen and (max-width:980px){
     /*Zinocion*/
     .zinocoins_hero_img_wrapper::after{
        display: none;
    }

    .zinocoins_hero_title{
        font-size: 55px;
    }
    .zinocoins_hero_title::after{
        top: -270px;
        right: -200px;
    }
    .zinocoins_absolute_image_one{
        display: none;
    }
    .zinocoins_following_title{
        margin-top: 0px;
    }
    /*Zinocion END*/

    /*New header*/
    .new_header_container{
        padding: 0 25px;
    }
    .new_logo{
        max-width: 160px !important;
    }
    .header_btn_container{
        justify-content: flex-end;
    }
    .header_btn_balance{
        margin-right: 15px;
    }
    .new_nav_menu_desctop,
    .header_btn_profile_desctop,
    .header_btn_logout_desctop{
        display: none;
    }
    .new_nav_menu_mobile{
        max-width: 100%;
        position: absolute;
        top: 85px;
        left: 0;
        display: none;
        padding: 30px 10px 15px 45px;
        background-color: #101010;
        z-index: 50;
    }
    .new_nav_menu_mobile .new_nav_menu_list{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    .new_nav_menu_list_item{
        margin-bottom: 20px;
    }
    .header_btn_container_mobile{
        display: flex;
        flex-direction: column;
        max-width: 115px;
        width: 100%;
    }
    .header_btn_logout_mobile{
        max-width: 90px;
        margin: 0 auto 0 0;
        background-position: 10px center;
        border: 0;
    }
    .header_support_btn{
        margin-bottom: 5px;
        text-align: center;
    }
    .new_header_burger{
        display: flex;

    }
    .new_header_burger.active{
        transition: all 0.3s ease-in-out;
    }
    .new_header_burger.active div:first-child{
        top: 10px;
        transform: rotate(45deg);
    }
    .new_header_burger.active div:nth-child(2){
        transform: scale(0)
    }
    .new_header_burger.active div:last-child{
        bottom: 9px;
        transform: rotate(-45deg);
    }
    .header_support_btn_container.desctop{
        display: none;
    }
    .header_btn_balance_container{
        max-width: 170px;
        flex-direction: row;
    }
    .header_btn_balance{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }
    .header_btn_balance:first-child{
        margin-right: 0;
        margin-bottom: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0px;
        border-right: 1px solid rgba(194, 194, 194, 0.51);
    }
    .header_btn_balance:last-child{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0px;
        border-left: 1px solid rgba(194, 194, 194, 0.51);

    }
    /*New header END*/


    /*Profile*/
    .title_section{
        font-size: 40px;
    }
    .about_title::after{
        width: 540px;
    }
    .choose_title::after{
        top: 45px
    }
    .loyalty_title::after {
        top: -36px;
        width: 265px;
    }
    .referal_title::after{
        top:-130px;
        width: 350px;
    }
    .loyalty_table_items .loyalty_table_item:nth-child(2){
        flex-direction: column;
        align-items: flex-start;
    }
    .balance_right_wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
    /*Profile END*/
    /*Lottery*/
    .lottety_games_footer_left {
        grid-column: 12 span;
        display: grid;
        grid-template-columns: repeat(12, 1fr);

    }
    .lottety_games_footer_right{
        grid-column: 12 span;
    }
    .lottety_games_footer_name{
        max-height: 100%;
        width: 100%;
        grid-column: 6 span;
        margin: 0 auto;
    }
    .lottety_games_footer_left_btn{
        grid-column: 12 span;
        margin: 25px auto 35px;
    }
    /*Lottery END*/
}
.info-menu {
    display: none;
}
.info-menu.active {
    display: block;
}
@media screen and (max-width:759px){
    .balance_container {
        padding: 15px 0;
    }
    .balance_profile_bottom{
       display: none;
    }
    .profile_games {
        margin: 0 0 0;
    }
    .balance-grid {
        padding: 0;
    }
    .grid-span {
        line-height: 25px;
    }
    .hero {
        padding-top: 0;
    }
    .grid-in:last-child {
        padding-left: 16px!important;
    }
    .balance_left {
        margin: 0 80px 30px 25px;
    }
    .title_section{
        padding: 20px;
        font-size: 30px;
    }
    .about_image,
    .header_btn_login {
        display: none;
    }
    .about_title::after{
        top: 25px;
        width: 287px;
        height: 100px;
        background-image: url(/assets/images/about/about_image_after_mobile.png);
    }
    .about_description img{
        max-width: 250px;
    }
    .why_choose_zino_container_mobile{
        display: block;
    }
    .why_choose_zino_container_desctop{
        display: none;
    }
    .choose_title::after{
        top: 5px;
        width: 201px;
        height: 113px;
        background-image: url(/assets/images/about/why_choose_zino_affter_mobile.png);
    }
    .why_choose_zino .why_choose_zino_container{
        margin-top: 70px;
    }
    .why_choose_image{
        float: left;
        max-width: 165px;
        margin-right: 15px;
    }
    .loyalty_table_head,
    .loyalty_table_items{
        display: none;
    }
    .loyalty_title{
        position: relative;
    }
    .loyalty_title::before{
        top: 65px;
        width: 33px;
        height: 18px;
        background-image: url(/assets/images/about/loyalty_program_after_mobile_coin.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .loyalty_title::after{
        content: '';
        position:absolute;
        top: -59px;
        right: -15px;
        width: 200px;
        height: 128px;
        background-image: url(/assets/images/about/loyalty_program_after_mobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    }
    .loyalty_program .loyalty_description .container>p:last-child{
        margin:55px 0;
    }
    .loyalty_program .sections_footer_wrapper .container::after{
      display: none;
    }
    .loyalty_accordeon_mobile{
        display: block;
    }
    .referal_title::after{
        top: -59px;
        right: -15px;
        width: 130px;
        height: 160px;
        background-image: url(/assets/images/about/referral_image_title_mobile.png);
    }
    .referal_program .sections_flex{
        margin-bottom: 0px;
    }
    .referal_description p{
        margin-bottom: 0;
    }
    .referal_image,
    .bonus_image{
        display: none;
    }
    .bonus_footer{
        margin-bottom: 50px;
    }
    .bonus_footer .container{
        margin-top: 55px;
    }
    .bonus_footer .bonus_types_container{
        margin-top: 40px;
    }
    .bonus_title::after{
        top: 0;
        right: 0;
        width: 139px;
        height: 101px;
        background-image: url(/assets/images/about/bonus_image.png);
    }
    .bonus_types_container::after{
        top: -25px;
        right: 25px;
        width: 212px;
        height: 251px;
        background-image: url(/assets/images/about/bonus_coins_mobile.png);
        z-index: -1;
    }
    .contact_us_container .contact_form{
        row-gap: 15px;
        column-gap: 0;
    }
    .contact_us_container .contact_form input{
        grid-column: 12 span;
    }
    .contact_us_container .contact_form button{
        grid-column: 12 span;
        margin: 10px auto 0;
    }

    /*Lottery*/
    .lottery_hero{
        min-height: 500px;
    }
    .lottery_hero_title{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .lottery_hero_title span{
        font-size: 25px;
    }
    .lottery_hero_subtitle{
        margin-bottom: 40px;
    }
    .lottery_hero_subtitle,
    .lottery_hero_subtitle span{
        font-size: 25px;
    }
    .lottery_type_item:not(:last-child){
        margin-bottom: 13px;
    }
    .how_play_item:not(:last-child){
        margin-bottom: 60px;
    }
    .lottery_type_container,
    .lottety_games_header,
    .how_play_items{
        flex-direction: column;
    }
    .lottety_games_container{
        grid-template-columns: repeat(1, 1fr);
    }
    .lottety_games_header_name{
        margin-bottom: 15px;
    }
    .lottety_games_footer {
        padding: 25px 20px 30px 20px;
    }
    /*Lottery END*/

    /*Sports*/
    .sport_hero{
        min-height: 500px;
    }
    .sport_hero_title{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .sport_hero_title span{
        font-size: 25px;
    }
    .sport_hero_subtitle{
        margin-bottom: 40px;
    }
    .sport_hero_subtitle,
    .sport_hero_subtitle span{
        font-size: 25px;
    }
    .sport_championship_container{
        grid-template-columns: repeat(1, 1fr);
    }
    .sport_championship_image{
        width: 100%;
    }
    /*Sports END*/

    /*Tourtament*/
    .tourtament_hero{
        min-height: 500px;
    }
    .tourtament_hero_title{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .tourtament_hero_title span{
        font-size: 25px;
    }
    .tourtament_hero_subtitle{
        margin-bottom: 40px;
    }
    .tourtament_hero_subtitle,
    .tourtament_hero_subtitle span{
        font-size: 25px;
    }
    .tourtament_events_container{
        grid-template-columns: repeat(1, 1fr);
    }
    .tourtament_events_image{
        width: 100%;
    }
    /*Tourtament END*/

    /*Zinocoins*/

    /*Zinocoins hero*/
    .zinocoins_hero{
        background-position: left center;
        padding: 60px 0 80px;
    }
    .zinocoins_hero_container{
        flex-direction: column;
    }
    .zinocoins_hero_desctop_image{
        display: none;
    }
    .zinocoins_hero_mobile_image{
        display: block;
        margin-top: -45px;
    }
    .zinocoins_hero_title::after{
        top: -10px;
        right: 0;
        width: 181px;
        height: 219px;
        background-image: url(/assets/images/zinocoin_images/zinocoin_title_hero_after_mobile.png);
    }
    .zinocoins_hero_content_wrapper{
        margin-top: -50px;
    }
    .zinocoins_hero_title{
        font-size: 43px;
    }
    .zinocoins_hero_subtitle{
        font-size: 13px;
    }
    .zinocoins_following_item_description{
        margin-bottom: 20px;
    }
    /*Zinocoins hero END*/
    /*Following*/
    .zinocoins_following{
        padding: 40px 0 50px;
    }
    .zinocoins_following_title{
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 40px;
    }
    .zinocoins_following_grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .zinocoins_following_item_title{
        margin-bottom: 25px;
    }
    /*Following END*/
    /*Who zino*/
    .what_zinocoins_image_desctop{
        display: none;
    }
    .what_zinocoins_image_mobile{
        display: block;
        margin: 0;
    }
    .what_zinocoins_top_content{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .what_zinocoins_top_title{
        margin: 0;
        grid-column: 7 span;
        display: flex;
        align-items: center;
        font-size: 20px;
    }
    .what_zinocoins_image_mobile{
        grid-column: 5 span;
        grid-row-start: 1;
        width: 100%;
        height: auto;
    }
    .what_zinocoins_top_description{
        grid-column: 12 span;
    }

    .what_zinocoins_bottom_item{
        margin-top: 75px;
    }
    .what_zinocoins_bottom_title{
        font-size: 20px;
    }
    .what_zinocoins{
        overflow: hidden;
        padding: 40px 0 60px
    }
    .what_zinocoins_bottom_item .description_shot{
        margin: 0px 0 20px;
    }
    .what_zinocoins_bottom_wrapper::after{
        top: calc(84% - 139px);
        bottom: 0;
        right: -25px;
        width: 130px;
        height: 275px;
    }
    /*Exchenge*/
    .zinocoins_exchanger_content{
        flex-direction: column;
    }
    .zinocoins_exchanger_btn{
        margin: 0 0 20px;
        font-size: 28px;
        padding: 16px 50px 16px 80px;
        background-position: 40px center;
    }
    .zinocoins_exchanger_title{
        font-size: 18px;
        color: #ee9f00;
    }
    .zinocoins_exchanger_title span{
        display: none;
    }
    /*Exchenge END*/
    /*Who zino End*/

    /*Zinocoins END*/

}
@media screen and (max-width:460px){
    .choose_title span{
        max-width: 250px;
    }
    .choose_title::after{
        top: 35px;
    }
    .loyalty_title span{
        max-width: 200px;
    }
    .loyalty_title::before{
        top: 95px;
        left: 50px;
    }
    .loyalty_title::after{
        top: -29px;
    }
    .referal_title span{
        max-width: 200px;
    }
    .referal_title::after{
        top: -30px;
    }
}
@media screen and (min-width:759px){
	/* .balance_menu_item_list {
		display: block !important;
	} */
}
.custom--file-upload {
    opacity: 0;
}
.country-select {
    display: block!important;
}
.country-list .country-name {
    color: #333;
}
input[name='imgfn1'] {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    left: 125px;
    width: 85%;
    color: #ffffff;
    cursor: pointer;
}
.file-upload label {
    cursor: pointer;
}
.withdraw-detail p {
    color: #000000;
}
.g-recaptcha {
    margin-top: 20px;
    margin-left: 5px;
}
.modal-header .modal-title {
    font-size: 20px;
}
.modal-header {
    padding: 0.5rem 1rem;
    align-items: center;
}
.modal-footer {
    background: #336699;
    height: 20px;
    padding: 0;
}
#withdrawError .modal-header {
    background: #000000;
    border-bottom: none;
    padding-left: 25px;
    padding-right: 25px;
}
#withdrawError .modal-body {
    background: #000000;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
#withdrawError .modal-footer {
    background: #000000;
    border-top: none;
    padding-left: 25px;
    padding-right: 25px;
}
#withdrawError .modal-content {
    background: transparent;
    border: none;
}
#withdrawError .modal-title {
    display: flex;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-bottom: 3px solid red;
    width: 250px;
}
#withdrawError .modal-title svg {
    width: 24px;
    margin-right: 15px;
}
#withdrawError .modal-header .close svg {
    width: 24px;
}
#withdrawError .ok-but {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
#withdrawError .ok-but button {
    width: 150px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    background:#eea002;
}
#withdrawError .modal-dialog {
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#withdrawSuccess .modal-header {
    background: #000000;
    border-bottom: none;
    padding-left: 25px;
    padding-right: 25px;
}
#withdrawSuccess .modal-body {
    background: #000000;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
#withdrawSuccess .modal-footer {
    background: #000000;
    border-top: none;
    padding-left: 25px;
    padding-right: 25px;
}
#withdrawSuccess .modal-content {
    background: transparent;
    border: none;
}
#withdrawSuccess .modal-title {
    display: flex;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-bottom: 3px solid #0cae00;
    width: 250px;
}
#withdrawSuccess .modal-title svg {
    width: 24px;
    margin-right: 15px;
}
#withdrawSuccess .modal-header .close svg {
    width: 24px;
}
#withdrawSuccess .ok-but {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
#withdrawSuccess .ok-but button {
    width: 150px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    background:#eea002;
}
#withdrawSuccess .modal-dialog {
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.field-fix {
    position: relative;
}
.field-fix #method_code-error, .field-fix #network-error {
    right: 0;
    position: absolute;
    bottom: -90px;
}
input:-internal-autofill-selected {
background: #ffffff;
}
@media (max-width: 990px) {
    .ticket-attachments-message {
        font-size: 12px;
    }
    #method_code-error, #network-error, #wallet-error, #amount-error {
        font-size: 12px;
    }
    .grid-span {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 20px;
    }
}
.backdrop {
    display: none;
}
@media (max-width: 981px) {
    .notification-count {
        right: 18px;
    }
    .site-logo.site-title {
        margin-left: 20px;
    }
    .header_btn_container {
        margin-right: auto;
        width: auto;
        margin-left: 25px;
    }
    .header_btn_container .dropdown-menu-right {
        left: -16rem;
        top: -25px;
        height: 105vh;
    }
    .backdrop {
        background: #000000b8;
        display: block;
        width: 100%;
        position: fixed;
        height: 105vh;
        z-index: -1;
        left: 0;
        top: 0;
    }
    .menu-drop {
        top: -10px;
        right: -25px;
        width: 310px;
        height: 105vh;
    }
    .menu-drop-mob {
        top: -10px;
        right: -25px;
        width: 310px;
        height: 105vh;
        background: #101010;
    }
    .close_menu {
        position: absolute;
        right: -50px;
        top: 32px;
    }
    .active.not {
        display: none;
    }
    .close_menu_hide {
        position: absolute;
        right: -50px;
        top: 32px;
    }
    .menu-drop-mob .close_menu_hide svg {
        width: unset;
    }
    .menu-drop-mob .close_menu_hide {
        right: unset;
        left: -45px;
        top: 40px;
    }
    .menu-drop-mob .header_support_btn_container.desctop {
        display: flex;
        padding-top: 35px;
    }
    .dashboard-p {
        padding-top: 30px;
        padding-right: 25px;
        color: #eea002;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        padding-bottom: 15px;
    }
    .setting-big {
        position: absolute;
        width: 100%!important;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .dropdown-menu__header {
        text-align: center;
    }
    .menu-drop-mob ul li {
        text-align: right;
        padding-right: 10px;
    }
    .menu-drop-mob ul li a{
        font-family: Open Sans, sans-serif;
        text-transform: uppercase;
    }
    .info-menu {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 45px;
        padding-right: 30px;
        margin-top: 15px;
        width: 110%;
        background: #00000078;
    }
    .modal-li .dash-in a {
        font-size: 13px;
        text-transform: capitalize;
    }
    .dashboard-p {
        padding-bottom: 0;
    }
    .info-menu .dash-in span {
        color: #ffffff;
    }
    .menu-drop-mob .modal-li {
        width: 100%;
        background: #040404;
        position: relative;
        left: unset;
        top: unset;
        padding: 0;
    }
    .menu-drop-mob .modal-li.active {
        display: block;
    }
    .menu-drop-mob .modal-li .dash-in {
        justify-content: flex-end;
    }
    .header_btn_profile.header_btn_profile_desctop {
        margin-left: auto;
        position: absolute;
        right: 25px;
        width: 50px;
        padding: 0;
        height: 50px;
        top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nickname_pro {
        display: none;
    }
    .header_btn_profile svg {
        margin-left: 0;
    }
    .grid-span {
        justify-content: flex-start;
    }
    .balance-grid {
        display: grid;
        height: auto;
        grid-template-columns: repeat(2, 1fr);
        padding: 12px 0;
        padding-bottom: 52px;
    }
    .profile_games_top_wrapper {
        flex-flow: column;
    }
    .search-f {
        margin-left: unset;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: unset;
    }
    .game-search {
        min-width: 18rem;
    }
    .grid-in:last-child {
        width: 100%;
        border-top: 2px solid black;
        margin-top: 5px;
        padding-top: 7px;
        position: absolute;
        bottom: 12px;
        left: 0;
        padding-left: 30px;
    }
    .new_nav_menu_mobile {
        top: 0;
        max-width: 310px;
        height: 105vh;
        padding: 0;
    }
    .new_nav_menu_mobile .new_nav_menu_list {
        padding: 30px 10px 15px 25px;
    }
    .menu_mob_but {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        padding: 30px 10px 0 25px;
        max-width: unset;
    }
    .menu_mob_but a {
        font-size: 13px;
        max-width: 105px;
    }
    .menu_mob_but a:first-child {
        margin-right: 10px;
    }
}
.r-table {
    width: 100%;
    margin-bottom: 25px;
}
.head-tr {
    background-color: #161515;
    text-transform: uppercase;
    height: 52px;
}
.head-tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 15%;
    font-weight: 400;
}
.head-tr th:first-child {
    padding-left: 35px;
}
.head-tr th:last-child {
    padding-right: 35px;
}
.r-table tbody tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 60px;
}
.r-table tbody tr {
    border-bottom: 1px solid #2c2c2c;
}
.r-table tbody tr td:first-child {
    padding-left: 35px;
}
.r-table tbody tr td:last-child {
    padding-right: 35px;
}
.status-img {
    width: 19px;
    height: 19px;
    margin-right: 8px;
}
.status-flex {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .res-table {
        width: 100%;
        margin-bottom: 25px;
        overflow-x: scroll;
    }
    .r-table {
        width: 768px;
        overflow-x: scroll;
    }
}
.mobile-exit {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background-color: rgba(255,255,255,0.5);
    padding: 20px 35px 25px 10px;
    border-radius: 50%;
}
.mobile-exit:before, .mobile-exit:after {content: ""; position: absolute; width: 24px; height: 3px; background: white;}
.mobile-exit:before {transform: rotate(45deg);}
.mobile-exit:after {transform: rotate(-45deg);}

.balance-grid .grid-bold > span {
	padding-right: 5px;
}
.owl-carousel.owl-carousel1 .hero.bg_img {
    background-size: 100%!important;
}
@media (min-width: 991px) and (max-width: 1499px) {
    .hero {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .owl-carousel.owl-carousel1 .hero.bg_img {
        background-size: 115%!important;
    }
}
#wager-with-reset {
	position: relative;
}
#wager-with-reset #reset-for-wager {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	margin-top: -8px;
}
#wager-with-reset #reset-for-wager a {
	width: 80px;
	text-align: center;
}
#wager-with-reset:hover #reset-for-wager {
	display: inline-block;
}



/* Slect */
.select_dashboard {
    position: relative;
    width: 300px;
    margin: 0 auto;
    display: none;
  }

  .select_dashboard.active .select__body {
    max-height: 500px;
    height: auto;
  }



  .select_dashboard.active .select__icon {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .select_dashboard.active .select__body {
    visibility: visible;
  }

  .select__header {
    min-height: 60px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 26px 26px 60px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    background-color: #0f1012;
    color: #fff;
  }

  .select__current {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
  }

  .select__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6px;
    text-align: center;
    width: 13px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .select__body {
    visibility: hidden;
    max-height: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
    border-top: none;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 2px 2px;
    padding: 0;
    left: 0px;
    right: 00px;
  }

  .select__item {
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .select__item:hover {
    opacity: 1;
  }

  .select__wrapp {
    background-color: rgba(15,16, 18, 0.5);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-tabs__item{
    position: relative;
    min-height: 60px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 26px 26px 60px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
    -webkit-transition: bckground-color 0.3s ease-in-out;
    -o-transition: bckground-color 0.3s ease-in-out;
    transition: bckground-color 0.3s ease-in-out;
  }
  .main-tabs__item:hover{
    background-color: var(--second-color);
  }
  /* .select__wrapp .main-tabs__item .main-tabs__item-image{
      display: none
  } */
  .main-tabs__item-image{
    width: auto;
    max-width: 100%;
    position: absolute;
    left: -25px;
    top: 0;
  }
  .select__item:hover {
    color: #fff;
  }

  .main-tabs__item.active {
        display: none;
    }

@media screen and (max-width: 979.98px) {
    .select_dashboard{
        display: block;
    }
    .dasboard__buttons{
        display: none;
    }
}

@media screen and (min-width: 979.98px) {
    .select_dashboard__search-lg{
        display: none;
    }
}

/* Slect  END*/


/* Zino Bonuses */
.bonuses_zino {
    padding: 40px 0;
  }
  .bonuses_zino__container {
        max-width: 1170px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
  .bonuses_zino__tab {
    display: flex;
    gap: 65px;
  }

  .bonuses_zino__tab__menu {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 30%;
  }
  .bonuses_zino__tab__menu li{
      height: 45px;
      padding: 0 20px;
      font-size: 15px;
      font-family: 'Maria Pro', sans-serif;
      line-height: 1;
      color: #fff;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      border: 3px solid #424242;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  .bonuses_zino__tab__menu li:not(.active):hover{
    color: #ee9f00;
  }

  .bonuses_zino__tab__menu li.active{
    background-color: #ee9f00;
    border: 3px solid #ee9f00;
  }

  .bonuses_zino__tab__content {
    width: 70%;
  }
  .bonuses_zino__tab__wrapper {
    display: flex;
    flex-direction: column;
  }

  .bonuses_zino__tab__title {
    font-family: 'Maria Pro', sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
  }
  .bonuses_zino__tab__text {
    margin-top: 25px;
    font-family: 'Maria Pro', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
  }
  .bonuses_zino__tab__mobile{
    display: none;
  }

  .bonuses_acc__zino {
    flex-direction: column;
  }


  .bonuses_acc__zino__title {
    height: 45px;
    padding: 0 20px;
    font-size: 15px;
    font-family: 'Maria Pro', sans-serif;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 3px solid #424242;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  .bonuses_acc__zino__item.active .bonuses_acc__zino__title{
    background-color: #ee9f00;
    border: 3px solid #ee9f00;
  }
  .bonuses_acc__zino__item.active .bonuses_acc__zino__wrapper {
    display: flex;
  }

  .bonuses_acc__zino__item .bonuses_acc__zino__wrapper {
    display: none;
  }

  .bonuses_acc__zino__content {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    color: #fff;
  }
  .bonuses_title__acc__zino {
    font-family: 'Lato', serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
  }
  .bonuses_acc__zino__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
  }



  @media screen and (max-width: 764.98px) {
    .bonuses_zino__tab__desctop {
      display: none;
    }
    .bonuses_zino__tab__mobile {
      display: flex;
      gap: 25px;
    }
  }

  /* Zino Bonuses END */


  /* Promo Zino */
.promo_zino {
    padding: 40px 0;
  }
  .promo_zino__container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .promo_zino__wrapper {
    display: flex;
    flex-direction: column;
  }
  .promo_zino__top {
    display: flex;
    flex-direction: column;
  }

  .promo_zino__title {
    font-family: 'Mariad Pro', sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
  }
  .promo_zino_content {
    margin-top: 15px;
    font-family: 'Mariad Pro', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
  }
  .promo_zino__bottom {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 520px));
    grid-gap: 30px;
    place-content: center;
  }
  .promo_zino__item img {
    object-fit: cover;
    object-position: center;
  }
  @media screen and (max-width: 764.98px) {
    .promo_zino__title {
      font-size: 20px;
    }
    .promo_zino_content {
      font-size: 13px;
    }
  }
  /* Promo Zino END */
