.deposit {
    width: 100%;
    padding: 20px 0;
    color: #000;
  }
  @media screen and (max-width: 576.9px) {
    .deposit {
      padding: 0;
    }
  }
  
  .deposit__title {
    display: flex;
    align-items: center;
    color: rgb(17, 17, 17);
    font-size: 22px;
    font-weight: 600;
  }
  .deposit__title img {
    display: block;
    margin-left: 15px;
  }
  
  .deposit__line {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    background: #05123C;
    color: #fff;
  }
  
  .deposit__step1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .deposit__step1__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
  }
  .deposit__step1__list li {
    width: 24%;
    margin: 10px 0;
  }
  @media screen and (min-width: 768px) {
    .deposit__step1__list li + li {
      margin-left: 1.3333333333%;
    }
    .deposit__step1__list li:nth-child(4n+1) {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .deposit__step1__list li {
      width: 32%;
      margin: 10px 0;
    }
    .deposit__step1__list li + li {
      margin-left: 1.3333333333%;
    }
    .deposit__step1__list li:nth-child(3n+1) {
      margin-left: 0;
    }
  }
  
  @media screen and (max-width: 1200px) and (min-width: 992px) {
    .banner.active ~ .content-main .deposit__step1__list li {
      width: 32%;
      margin: 10px 0;
    }
    .banner.active ~ .content-main .deposit__step1__list li + li {
      margin-left: 1.3333333333%;
    }
    .banner.active ~ .content-main .deposit__step1__list li:nth-child(3n+1) {
      margin-left: 0;
    }
  }
  .deposit__step2__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .deposit__step2__list li {
    margin: 15px;
  }
  @media screen and (max-width: 991.9px) {
    .deposit__step2__list li {
      margin: 15px 0;
      width: calc(50% - 10px);
    }
    .deposit__step2__list li .nRadio {
      width: 100%;
      min-width: 100%;
    }
    .deposit__step2__list li .nRadio__content img {
      height: 40px;
    }
  }
  @media screen and (max-width: 576.9px) {
    .deposit__step2__list li {
      margin: 10px 5px;
    }
  }
  @media screen and (max-width: 991.9px) {
    .deposit__step2__list {
      justify-content: space-between;
    }
  }
  
  .nRadio {
    display: block;
    width: 100%;
    margin: 0;
  }
  .nRadio input {
    display: none;
  }
  .nRadio input:checked + .nRadio__container {
    background: linear-gradient(90deg, #9A00D9 0%, #3E00B6 100%);
  }
  .nRadio input:disabled + .nRadio__container {
    opacity: 0.4;
    pointer-events: none;
  }
  
  .nRadio__container {
    display: block;
    padding: 4px;
    background: #fff;
    box-shadow: 3px 4.32976px 4.32976px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
  }
  
  .nRadio__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    background: #fff;
    border-radius: 4.32976px;
    transition: background ease 0.3s;
  }
  .nRadio__content img {
    height: 60px;
  }
  @media screen and (max-width: 576.9px) {
    .nRadio__content img {
      height: 30px;
    }
  }
  
  .nRadio__text {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    transition: color ease 0.3s;
  }
  @media screen and (max-width: 576.9px) {
    .nRadio__text {
      font-size: 14px;
    }
  }
  
  .deposit__step1__form {
    max-width: 540px;
  }
  .deposit__step1__form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border: 0;
    cursor: pointer;
  }
  
  .account-managment {
    width: 100%;
    padding: 30px;
    color: #000;
    background: #fff;
  }
  .account-managment .dataTables_wrapper {
    margin-top: 40px;
  }
  .account-managment .dataTables_paginate {
    margin-top: 15px;
    font-size: 14px;
  }
  .account-managment .dataTables_paginate .paginate_button {
    padding: 10px;
    background: none !important;
    border: 0 !important;
  }
  .account-managment .dataTables_paginate .paginate_button.current, .account-managment .dataTables_paginate .paginate_button:hover, .account-managment .dataTables_paginate .paginate_button:focus {
    color: #05123c !important;
  }
  .account-managment table {
    max-width: 100%;
    margin-top: 20px;
    border: 1px solid #000 !important;
    border-collapse: collapse;
  }
  .account-managment table td,
  .account-managment table th {
    text-align: center !important;
    font-size: 12px;
    border: 1px solid #000;
  }
  .account-managment table th {
    height: 20px;
  }
  .account-managment table td {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.1);
    transition: background ease 0.3s;
  }
  .account-managment table td:hover {
    background: transparent;
  }
  .account-managment .dataTables_length,
  .account-managment .dataTables_filter {
    font-size: 14px;
  }
  .account-managment .dtr-details {
    width: 100%;
  }
  .account-managment .dtr-details li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0 !important;
  }
  .account-managment .dtr-details li + li {
    margin-top: 20px !important;
  }
  @media screen and (max-width: 576.9px) {
    .account-managment {
      padding: 20px 10px;
    }
  }
  
  .nSettings {
    width: 100%;
    padding-bottom: 30px;
    color: #000;
    background: #fff;
  }
  .nSettings h2 {
    display: flex;
    align-items: center;
    padding: 30px 30px 0;
  }
  .nSettings h2 img {
    display: block;
    margin-left: 15px;
  }
  .nSettings .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 60px);
    max-width: 300px;
    height: 42px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    border: 0;
    cursor: pointer;
  }
  @media screen and (max-width: 576.9px) {
    .nSettings .btn {
      width: calc(100% - 20px);
      max-width: 100%;
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  
  .nSettings__line {
    width: 100%;
    padding: 10px 30px;
    margin-top: 30px;
    font-size: 16px;
    background: #05123C;
    color: #fff;
  }
  @media screen and (max-width: 576.9px) {
    .nSettings__line {
      padding: 10px 10px;
    }
  }
  
  .nSettings__inputs {
    display: flex;
    padding: 0 30px;
    margin-top: 20px;
  }
  .nSettings__inputs .sign_input {
    width: 100%;
    margin: 0;
  }
  .nSettings__inputs .sign_input + .sign_input {
    margin-left: 15px;
  }
  .nSettings__inputs .sign_input input {
    border: 1px solid #090011;
  }
  @media screen and (max-width: 576.9px) {
    .nSettings__inputs {
      padding: 0 10px;
    }
  }
  
  .nSettings__link {
    display: inline-block;
    margin: 5px 30px 0;
    font-size: 14px;
    color: #9C00DA;
  }
  @media screen and (max-width: 576.9px) {
    .nSettings__link {
      padding: 5px 10px 0;
    }
  }
  
  input.unverified {
    padding-right: 40px !important;
    background: url(../img/icons/unverified.svg) right 10px center no-repeat;
  }
  
  div.unverified {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-left: 10px;
    font-size: 14px;
    color: #A4A4A4;
    border-radius: 30px;
    background: #EFEFEF;
  }
  div.unverified::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/icons/user-unverified.svg) center center no-repeat;
    background-size: cover;
  }
  
  input.verified {
    padding-right: 40px !important;
    background: url(../img/icons/verified.svg) right 10px center no-repeat;
  }
  
  div.verified {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-left: 10px;
    font-size: 14px;
    color: #0EBE78;
    border-radius: 30px;
    background: #E2F8F1;
  }
  div.verified::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/icons/user-verified.svg) center center no-repeat;
    background-size: cover;
  }
  
  @media screen and (max-width: 1399.9px) {
    .banner.active ~ .content-main .nSettings__inputs {
      flex-wrap: wrap;
    }
    .banner.active ~ .content-main .nSettings__inputs .sign_input {
      width: 100%;
      margin: 0;
    }
    .banner.active ~ .content-main .nSettings__inputs .sign_input + .sign_input {
      margin-left: 0;
      margin-top: 15px;
    }
  }
  @media screen and (max-width: 576.9px) {
    .nSettings__inputs {
      flex-wrap: wrap;
    }
    .nSettings__inputs .sign_input {
      width: 100%;
      margin: 0;
    }
    .nSettings__inputs .sign_input + .sign_input {
      margin-left: 0;
      margin-top: 15px;
    }
  }
  .hero_center_game {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 94px);
    order: 2;
  }
  @media screen and (max-width: 1400px) {
    .hero_center_game .hero {
      flex-direction: column;
    }
  }
  
  .nGame {
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 810px;
    margin-bottom: 50px;
    background: #000;
  }
  .nGame iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 1600px) {
    .nGame {
      width: 960px;
      height: 540px;
    }
  }
  @media screen and (max-width: 1400px) {
    .nGame {
      width: 872.7272727273px;
      height: 490.9090909091px;
    }
  }
  @media screen and (max-width: 1250px) {
    .nGame {
      width: 800px;
      height: 450px;
    }
  }
  @media screen and (max-width: 1200px) {
    .nGame {
      width: 738.4615384615px;
      height: 415.3846153846px;
    }
  }
  @media screen and (max-width: 1100px) {
    .nGame {
      width: 685.7142857143px;
      height: 385.7142857143px;
    }
  }
  @media screen and (max-width: 992px) {
    .nGame {
      width: 800px;
      height: 450px;
    }
  }
  @media screen and (max-width: 850px) {
    .nGame {
      width: 685.7142857143px;
      height: 385.7142857143px;
    }
  }
  @media screen and (max-width: 700px) {
    .nGame {
      width: 100%;
      height: 360px;
    }
  }
  
  @media screen and (min-width: 1600px) {
    .banner.active ~ .content-main .nGame {
      width: 872.7272727273px;
      height: 490.9090909091px;
    }
  }
  @media screen and (max-width: 1600px) and (min-width: 1400px) {
    .banner.active ~ .content-main .nGame {
      width: 711.1111111111px;
      height: 400px;
    }
  }
  @media screen and (max-width: 1400px) and (min-width: 992px) {
    .nGame__body .banner,
  .nGame__body .banner_toggle {
      display: none;
    }
    .nGame__body .banner.active ~ .content-main .hero_center,
  .nGame__body .banner.active ~ .content-main .sidebar {
      width: 100%;
      transition: width ease 0.3s;
    }
  }
  .nGame_open {
    max-height: 100vh;
    overflow: hidden;
  }
  .nGame_open .nGame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  
  .nGame__icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
  }
  .nGame__icon svg {
    width: 24px;
    height: 24px;
  }
  .nGame__icon.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #000;
  }
  @media screen and (max-width: 768px) {
    .nGame__icon {
      top: unset;
      bottom: 10px;
    }
  }
  @media screen and (max-height: 768px) {
    .nGame__icon {
      top: unset;
      bottom: 10px;
    }
  }
  
  .hero_center__login h2 {
    display: flex;
    align-items: center;
    padding: 30px 30px 0;
  }
  .hero_center__login h2 img {
    display: block;
    margin-left: 15px;
  }
  
  .hero_center__login {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
  }
  @media screen and (max-width: 576px) {
    .hero_center__login {
      padding: 30px 0;
      min-height: auto;
    }
  }
  
  .sign_item-text {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .popup.reset {
    padding-top: 10px;
  }
  
  .nPopup {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
  }
  
  .nPopup__container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 60px 10px;
  }

 #infowrongbonus .nPopup__container{
  min-height: auto; 
  padding: 0; 
  position: absolute; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
  display: flex; 
  align-items: center;  
  justify-content: center;
}

#infowrongbonus .nPopup__container .nPopup__content.nSuccess{
  padding: 20px 18px; 
  background-color: var(--header-bg);
  z-index: 10;
}

#infowrongbonus .nPopup__container .nPopup__content.nSuccess p{
  color: var(--main-text-first);
}

#infowrongbonus .nPopup__container .btn.btn_primary.nClose{ 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-text-first);
  background-color: var(--primary-color); 
}

#infowrongbonus .nPopup__container .btn.btn_primary.nClose:hover{
  color: #000;
}

#infowrongbonus .nPopup__container .btn.btn_primary.nClose::after{
  content: '';
  position: absolute;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: var(--radius-100); 
  background-image: linear-gradient(90deg, rgba(240, 214, 114, 1) 0%, rgba(180, 113, 32, 1) 20%, rgba(231, 189, 65, 1) 52%, rgba(170, 107, 30, 1) 80%, rgba(240, 214, 114, 1) 100%);
  z-index: -1;
}
  
  .nPopup__content {
    width: 100%;
    padding: 30px;
    background: #090011;
    border-radius: 12px;
  }
  .nPopup__content a {
    color: #fff;
  }
  
  .nPopup__title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  
  .nSign {
    width: 100%;
    max-width: 500px;
    padding: 30px;
    background: #090011;
    border-radius: 12px;
  }
  .nSign .sign_tab-item {
    color: #fff;
    background: transparent;
    border: 1px solid #6000B4;
    border-radius: 10px;
  }
  .nSign .sign_tab-item.active {
    background: linear-gradient(90deg, #2D008D 0%, #6000B4 100%);
    box-shadow: none;
  }
  .nSign .sign_items {
    padding: 30px 0;
  }
  .nSign .sign_bot .sign_input-input {
    width: 80%;
  }
  @media screen and (max-width: 577.9px) {
    .nSign .sign_bot .sign_input-input {
      width: 60%;
    }
  }
  @media screen and (max-width: 577.9px) {
    .nSign .sign_bot {
      flex-direction: row;
      align-items: center;
    }
  }
  .nSign .sign_input-select select {
    padding: 0 25px 0 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url(../img/icons/arrow-down.svg) right 5px center no-repeat;
  }
  .nSign .sign_input-select + .sign_input-input {
    margin-left: 10px;
  }
  .nSign .sign_input-input select,
  .nSign .sign_input-selects select {
    padding: 0 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url(../img/icons/arrow-down.svg) right 5px center no-repeat;
  }
  @media screen and (max-width: 577.9px) {
    .nSign {
      padding: 30px 15px;
    }
  }
  
  .sign_tabs {
    display: flex;
    align-items: center;
  }
  .sign_tabs svg {
    margin: 0 10px;
  }
  
  .sign_input-selects {
    display: flex;
  }
  .sign_input-selects select {
    width: 100%;
    height: 40px;
    border: 0;
    background: #fff;
  }
  .sign_input-selects select + select {
    margin-left: 15px;
  }
  
  .nSuccess {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 523px;
  }
  .nSuccess svg {
    margin-bottom: 16px;
  }
  .nSuccess p {
    margin-bottom: 16px;
    max-width: 410px;
    font-weight: 600;
    font-size: 13.4795px;
    line-height: 22px;
    color: #FFFFFF;
  }
  .nSuccess .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 143px;
    height: 30px;
  }
  
  .btn {
    cursor: pointer;
  }
  
  .nBonus {
    max-width: 400px;
  }
  
  .nMode {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 360px;
  }
  .nMode .sign_button {
    margin-top: 15px;
  }
  
  .hero_center__registration {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
  }
  @media screen and (max-width: 576px) {
    .hero_center__registration {
      padding: 30px 0;
      min-height: auto;
    }
  }
  .hero_center__registration .nSign {
    max-width: 760px;
  }
  
  .sign_check {
    margin-top: 25px;
  }
  .sign_check input {
    margin-right: 6px;
  }
  .sign_check input.required:invalid + .sign_check-text {
    color: red;
  }
  
  .nLogin {
    width: 360px;
  }
  
  .nMain {
    padding-bottom: 20px;
    background: linear-gradient(0deg, #4B2094, #4B2094), linear-gradient(0deg, #4B2094, #4B2094), linear-gradient(0deg, #4B2094, #4B2094), linear-gradient(0deg, #4B2094, #4B2094), linear-gradient(0deg, #4B2094, #4B2094), linear-gradient(0deg, #4B2094, #4B2094), #4B2094;
  }
  @media screen and (max-width: 768px) {
    .nMain {
      padding-bottom: 60px;
    }
  }
  
  .nHero {
    display: flex;
    align-items: center;
    width: 100%;
    height: 510px;
    padding-left: 177px;
    background: url(../img/main/hero.jpg) center center no-repeat;
    background-size: cover;
  }
  @media screen and (max-width: 992px) {
    .nHero {
      justify-content: center;
      padding: 20px;
    }
  }
  
  .nHero__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nHero__info h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-weight: 800;
    font-size: 21.9184px;
    line-height: 27px;
    color: #FFFFFF;
  }
  .nHero__info h1::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    margin-top: 15px;
    background: #fff;
    border-radius: 10px;
  }
  .nHero__info h1 + .sign_button {
    margin-top: 10px;
  }
  .nHero__info h1 + .sign_button .btn {
    background: #9900D8;
  }
  .nHero__info > span {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21.9184px;
    line-height: 27px;
    color: #FFFFFF;
  }
  .nHero__info > span + .sign_button {
    margin-top: 0;
  }
  .nHero__info > span + .sign_button .btn {
    background: linear-gradient(90deg, #1D0059 0%, #470185 100%);
  }
  
  .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 10px;
    background: #191919;
  }
  @media screen and (max-width: 768px) {
    .categories {
      padding: 40px 20px;
    }
  }
  
  .categories__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 411px;
  }
  .categories__item .sign_button {
    width: auto;
    margin-top: 10px;
  }
  .categories__item .sign_button .btn {
    padding: 20px 30px;
    font-size: 14px;
  }
  @media screen and (max-width: 992px) {
    .categories__item {
      width: 340px;
    }
  }
  @media screen and (max-width: 768px) {
    .categories__item {
      align-items: center;
      width: 100%;
      text-align: center;
    }
    .categories__item + .categories__item {
      margin-top: 50px;
    }
  }
  
  .categories__type {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 10.7533px;
    line-height: 13px;
    color: #000000;
  }
  .categories__type svg {
    margin-right: 10px;
  }
  
  .categories__title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 13.4417px;
    line-height: 16px;
    color: #000000;
  }
  
  .categories__text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 13.4417px;
    line-height: 16px;
    color: #000000;
  }
  
  .nMain__games {
    width: 100%;
    max-width: 810px;
    margin: 10px auto 40px;
    padding: 20px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .nMain__games .hero_item {
    display: block;
    width: 100%;
  }
  .nMain__games .swiper-slide {
    display: block;
    padding: 0 10px;
  }
  
  .nMain__games__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .nMain__games__top .swiper-slide {
    display: block;
    padding: 0 10px;
  }
  
  .nMain__games__link {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 10.7533px;
    line-height: 13px;
    color: #fff;
  }
  .nMain__games__link svg {
    margin-right: 15px;
  }
  
  .nMain__games__buttons {
    display: flex;
  }
  .nMain__games__buttons * + * {
    margin-left: 10px;
  }
  
  .nMain__games__buttons__next,
  .nMain__games__buttons__prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #2D008D 0%, #6000B4 100%);
    border-radius: 10px;
    transition: opacity ease 0.3s;
    cursor: pointer;
  }
  .nMain__games__buttons__next svg,
  .nMain__games__buttons__prev svg {
    fill: #fff;
  }
  .nMain__games__buttons__next:hover,
  .nMain__games__buttons__prev:hover {
    opacity: 0.8;
  }
  
  .nMain__games__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .nMain__games__slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .nMain__payments {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 40px 60px;
    background: #05123C;
  }
  .nMain__payments h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
  }
  .nMain__payments p {
    max-width: 570px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
  }
  @media screen and (max-width: 992px) {
    .nMain__payments {
      padding: 40px 20px 60px;
    }
  }
  
  .nMain__payments__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 40px;
  }
  @media screen and (max-width: 768px) {
    .nMain__payments__list {
      flex-wrap: wrap;
    }
  }
  
  .nMain__payments__item:nth-child(0) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0s infinite alternate;
  }
  .nMain__payments__item:nth-child(1) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0.1s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0.1s infinite alternate;
  }
  .nMain__payments__item:nth-child(2) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0.2s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0.2s infinite alternate;
  }
  .nMain__payments__item:nth-child(3) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0.3s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0.3s infinite alternate;
  }
  .nMain__payments__item:nth-child(4) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0.4s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0.4s infinite alternate;
  }
  .nMain__payments__item:nth-child(5) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0.5s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0.5s infinite alternate;
  }
  .nMain__payments__item:nth-child(6) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0.6s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0.6s infinite alternate;
  }
  .nMain__payments__item:nth-child(7) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0.7s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0.7s infinite alternate;
  }
  .nMain__payments__item:nth-child(8) {
    -webkit-animation: paymentsFly 1.5s ease-in-out 0.8s infinite alternate;
            animation: paymentsFly 1.5s ease-in-out 0.8s infinite alternate;
  }
  .nMain__payments__item img {
    width: 50px;
  }
  @media screen and (max-width: 992px) {
    .nMain__payments__item img {
      width: 40px;
    }
  }
  @media screen and (max-width: 768px) {
    .nMain__payments__item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25%;
      margin: 20px 0;
    }
    .nMain__payments__item img {
      width: 30px;
    }
  }
  
  @-webkit-keyframes paymentsFly {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(0, -10px, 0);
    }
  }
  
  @keyframes paymentsFly {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(0, -10px, 0);
    }
  }
  .nWindthdraws {
    width: 100%;
    padding: 30px;
    color: #000;
    background: #fff;
  }
  @media screen and (max-width: 768px) {
    .nWindthdraws {
      padding: 30px 10px;
    }
  }
  
  .nWindthdraws__list {
    margin-top: 10px;
  }
  
  .nWindthdraws__item {
    padding: 5px 0;
  }
  .nWindthdraws__item + .nWindthdraws__item {
    border-top: 1px solid #28240E;
  }
  .nWindthdraws__item.open .nWindthdraws__item__expand {
    background: #05123C;
    transform: rotate(45deg);
  }
  .nWindthdraws__item.open .nWindthdraws__item__expand svg {
    fill: #fff;
  }
  
  .nWindthdraws__item__head {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 12px;
    color: #191919;
  }
  
  .nWindthdraws__item__date {
    margin-left: auto;
    margin-right: 10px;
    text-align: right;
    opacity: 0.6;
    color: var(--white-to-black);
  }
  
  .nWindthdraws__item__status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    padding: 7px 10px;
    color: #fff;
    border-radius: 30px;
  }
  .nWindthdraws__item__status.completed {
    background: #35c64a;
  }
  .nWindthdraws__item__status.pending {
    background: #358cc6;
  }
  .nWindthdraws__item__status.decline {
    background: #c6353a;
  }
  
  .nWindthdraws__item__amount {
    margin-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    color: var(--white-to-black);
  }
  
  .nWindthdraws__item__expand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-left: 10px;
    border: 2px solid var(--white-to-black);
    cursor: pointer;
    border-radius: 50%;
    transition: background ease 0.3s, transform ease 0.3s;
  }
  .nWindthdraws__item__expand svg {
    fill: var(--white-to-black);
    transition: fill ease 0.3s;
  }
  
  .nWindthdraws__item__info {
    display: none;
    padding: 25px;
    background: var(--bg-nWindthdraws-info);
    border-radius: 12px;
    color: var(--white-to-black);
  }
  
  .nWindthdraws__item__info__line {
    display: flex;
    justify-content: space-between;
  }
  .nWindthdraws__item__info__line h6 {
    margin: 0 15px 0 0;
    font-size: 12px;
  }
  .nWindthdraws__item__info__line p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
    opacity: 0.5;
  }
  .nWindthdraws__item__info__line + .nWindthdraws__item__info__line {
    margin-top: 25px;
  }
  
  .nWindthdraws__form {
    max-width: 360px;
    padding-bottom: 30px;
    margin: 50px auto 0;
  }
  .nWindthdraws__form input,
  .nWindthdraws__form select {
    background-color: #fff;
    border: 1px solid #000;
  }
  
  .nMain__page .container {
    padding: 0;
    background: #191919;
    color: #fff;
  }
  
  .nMain__container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1200px) {
    .nMain__container {
      padding: 0 20px;
    }
  }
  
  .sport {
    padding: 30px 0;
  }
  
  .sport__title {
    display: flex;
    align-items: center;
    margin-left: 31px;
    margin-bottom: 20px;
  }
  .sport__title svg {
    margin-right: 22px;
  }
  
  .sport__content {
    width: 100%;
    position: relative;
  }
  
  .sport__colage {
    width: 100%;
  }
  
  .sport__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 411px;
    position: absolute;
    top: 267px;
    left: 0;
  }
  .sport__info h4 {
    font-weight: 600;
    font-size: 13.4417px;
    line-height: 16px;
  }
  .sport__info p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 13.4417px;
    line-height: 157.4%;
  }
  .sport__info .btn {
    width: auto;
    padding: 15px 32px;
    text-transform: none;
  }
  @media screen and (max-width: 992px) {
    .sport__info {
      width: 350px;
      top: 180px;
    }
    .sport__info p {
      margin-bottom: 0;
    }
    .sport__info .sign_button {
      margin-top: 25px;
    }
  }
  
  .promo_item__vip {
    padding-right: 290px;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .promo_item__vip .promo_item-text {
    font-weight: 800;
    font-size: 27px;
    line-height: 33px;
  }
  @media screen and (max-width: 1200px) {
    .promo_item__vip {
      padding-right: 0;
    }
  }
  
  .casino {
    padding: 30px 0;
  }
  
  .casino__title {
    display: flex;
    align-items: center;
    margin-left: 31px;
    margin-bottom: 20px;
  }
  .casino__title svg {
    margin-right: 22px;
  }
  
  .casino__content {
    width: 100%;
    position: relative;
  }
  
  .casino__colage {
    width: 100%;
  }
  
  .casino__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 411px;
    position: absolute;
    top: 267px;
    right: 0;
  }
  .casino__info h4 {
    font-weight: 600;
    font-size: 13.4417px;
    line-height: 16px;
  }
  .casino__info p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 13.4417px;
    line-height: 157.4%;
  }
  .casino__info .btn {
    width: auto;
    padding: 15px 32px;
    text-transform: none;
  }
  @media screen and (max-width: 992px) {
    .casino__info {
      width: 320px;
      top: 180px;
    }
    .casino__info p {
      margin-bottom: 0;
    }
    .casino__info .sign_button {
      margin-top: 25px;
    }
  }
  
  .promo_item__blackjack {
    padding-left: 320px;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .promo_item__blackjack .promo_item-img {
    top: 42px;
    transform: translate3d(-50px, 0, 0);
  }
  @media screen and (max-width: 1200px) {
    .promo_item__blackjack {
      padding-left: 0;
    }
  }
  
  @media screen and (max-width: 767.9px) {
    .casino__info,
  .sport__info {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 90%;
      min-width: 300px;
      padding: 30px 15px 10px;
      margin: -50px auto 0;
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      text-align: center;
      background: rgba(25, 25, 25, 0.9);
      border-radius: 20px;
    }
    .casino__info .btn,
  .sport__info .btn {
      font-size: 14px;
    }
    .casino__title,
  .sport__title {
      margin-left: 0;
      font-size: 18px;
    }
    .casino__title svg,
  .sport__title svg {
      width: 24px;
      height: 24px;
      margin-right: 10px;
    }
  }
  .sign_input input.required:invalid,
  .sign_input select.required:invalid {
    border: 1px solid red;
  }
  .sign_input::after {
    content: attr(data-undertitle);
    font-size: 9px;
  }
  
  .totop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #470185;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: opacity ease 0.3s;
    z-index: 100;
  }
  .totop.active {
    opacity: 1;
    pointer-events: auto;
  }
  @media screen and (max-width: 768px) {
    .totop {
      right: 10px;
      bottom: 70px;
    }
  }
  
  .game-back {
    display: none;
    align-items: center;
    color: #fff;
    margin-top: 20px;
  }
  .game-back svg {
    margin-right: 5px;
  }
  @media screen and (max-width: 1200px) {
    .game-back {
      display: flex;
    }
  }
  
  @media screen and (max-width: 992px) {
    .nGame__body .hero {
      flex-direction: column;
    }
    .nGame__body .sidebar_title {
      display: none;
    }
    .nGame__body .hero .sidebar {
      width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 15px;
    }
    .nGame__body .hero_center {
      width: 100%;
    }
    .nGame__body .slider_wrapper_mob {
      display: flex;
      flex-wrap: wrap;
      padding: 10px 0;
      overflow: hidden;
    }
    .nGame__body .sidebar_gamesList {
      width: 100%;
    }
    .nGame__body .sidebar_gamesList ul {
      display: flex;
      overflow-x: auto;
      padding: 0 10px 30px;
      margin-bottom: -30px;
    }
    .nGame__body .sidebar_gamesList ul > li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100px;
      min-width: 100px;
    }
    .nGame__body .slider_wrapper_mob .sidebar_title {
      width: 100%;
      margin-bottom: 10px;
    }
    .nGame__body .slider_wrapper_mob .sidebar_item {
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      height: 100%;
      width: 100%;
      border: 3px solid transparent;
      transition: border-color ease 0.3s;
      border-radius: 5px;
    }
    .nGame__body .hero .sidebar_item:hover .sidebar_item-img img,
  .nGame__body .hero .sidebar_item:hover .sidebar_item-img svg {
      filter: none;
    }
    .nGame__body .slider_wrapper_mob .sidebar_item:hover {
      background: none;
      border-color: #05123c;
    }
    .nGame__body .hero .sidebar_item:hover .sidebar_item-text {
      color: #000;
    }
    .nGame__body .hero .slider_wrapper_mob .sidebar_item-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      margin-right: 0;
      margin-bottom: 5px;
    }
    .nGame__body .hero .slider_wrapper_mob .sidebar_item-img img {
      display: block;
      width: 100%;
    }
    .nGame__body .hero .slider_wrapper_mob .sidebar_item-text {
      max-width: 60px;
      font-size: 12px;
    }
    .hero_center_game {
      min-height: auto;
      padding: 30px 0;
    }
  }
  .footer__nText {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  
  .errorPage {
    min-height: 100vh;
  }
  
  .errorPage__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 720px;
    padding: 50px 0;
    margin-top: 20vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #f1da07b6;
    border-radius: 16px;
  }
  .errorPage__content h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .errorPage__content p {
    font-size: 16px;
    padding: 0 15px;
  }
  
  .errorPage__icon {
    width: 100%;
    margin-bottom: 30px;
  }
  .errorPage__icon svg {
    width: 100%;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  .binance-cent {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #181a1c;
  }
  .binance-cent .cent-txt {
    width: 100%;
    max-width: 500px;
  }
  
  .binance-frame {
    height: 625px;
  }
  
  @media screen and (max-width: 768px) {
    .class {
      padding-bottom: 60px;
    }
  }/*# sourceMappingURL=new.css.map */






/*nGame-history */
 
 

.hero_center.hero_center_game.hero_center-100 {
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
  }
  
  .nGame {
    max-width: none;
    /* width: 75%; */
    /* width: calc(100% - 540px); */
  
    width: calc(100% - 280px);
    margin-bottom: 20px;
  }
  
  .nGame-history {
    width: 25%;
  }
  
  .nGame-history {
    /* max-width: 520px;
    min-width: 520px; */
    max-width: 260px;
    min-width: 260px;
    margin-left: 20px;
  
    /* margin-top: 10px; */
  
  }
  
  .nGame-history__list-wrapper {
    display: flex;
    flex-direction: column;
  }

  

  @media screen and (max-width: 1600px) {
    .nGame-history__list-wrapper{
        height: 540px;
    }
  }
  
  
  @media screen and (max-width: 1400px) {
    .nGame-history__list-wrapper{
        height: 490.9090909091px;
      }
  }

  @media screen and (max-width: 1250px) {
    .nGame-history__list-wrapper{
        height: 450px;
      }
  }

  @media screen and (max-width: 1250px) {
    .nGame-history__list-wrapper{
        height: 415.3846153846px;
      }
  }

  @media screen and (max-width: 1100px) {
    .nGame-history__list-wrapper{
        height: 385.7142857143px;
      }
  }

  @media screen and (max-width: 992px) {
    .nGame-history__list-wrapper{
        height: 450px;
      }
  }

  @media screen and (max-width: 850px) {
    .nGame-history__list-wrapper{
        height: 385.7142857143px;
      }
  }
 
  
  .nGame-history__list-wrapper .nGame-history__list {
    min-width: 260px;
    max-height: 400px;
    height: 100%;
    /* max-height: 50%; */
    overflow-x: hidden;
    overflow-y: auto; 
    padding-right: 5px;
  }

  .nGame-history__list-wrapper .nGame-history__list::-webkit-scrollbar {
    width: 2px;
  }
  
  .nGame-history__list-wrapper .nGame-history__list:nth-last-child(1) {
    margin-top: 15px;
  }
  
  
  .nGame-history__title {
    font-size: 20px;
    color: var(--main-text-first);
    margin-bottom: 10px;
  }
  
  
  
  
  
  .nGame-history__item {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    position: relative;
    /* border-radius: var(--radius-12); */
  
    padding: 15px;
    border-bottom: 1px solid #2E2E2E;
    /* border-top: 2px solid #2E2E2E; */
    border-radius: 0; 
  }
  
  .sunTheme .nGame-history__item {
    border-bottom: 1px solid #bfbfbf;
  }
  
  
   
  
  .nGame-history__item-title {
    margin-left: 15px;
    color: var(--main-text-first);
    font-size: 12px;
    flex: 1;
  }
  
  
  
  .nGame-history__item-img img {
    width: 45px;
    height: 45px;
  }
  
  .nGame-history__item-play-icon {
    margin-left: 15px;
    transition: 3s;
  }
  
  .nGame__descriptions-wrapper .nGame__category .menu-switch__item-wrap {
    width: 100%;
    margin: 0 5px;
  }
  
  .nGame__descriptions-wrapper .nGame__category .menu-switch__item-wrap .menu-switch__item {
    flex-direction: row;
    border-radius: var(--radius-100);
    padding: 0 2.5rem;
  }
  
  .nGame__descriptions-wrapper .nGame__category .menu-switch__item-wrap .menu-switch__item .menu-switch__item-title {
    text-align: start;
    white-space: nowrap;
    margin-left: 5px;
  }
  
  .nGame-history__item-play-icon:hover svg path {
    fill: #FFE500;
  }
  
  .sunTheme .nGame-history__item-play-icon:hover svg path {
    fill: #bf2121;
  }
  
  .sunTheme .nGame-history__item-play-icon svg path {
    stroke: #bf2121;
  }
  
  .sunTheme .nGame-history__item:hover {
    border: 1px solid #000;
  }
  
  
  .nGame-history__item:hover {
    padding: 10px;
    border: 1px solid #FFE500; 
  
    border-radius: var(--radius-12);
  }
  
  .nGame__descriptions-wrapper {
    max-width: 500px;
    width: 100%;
  }
  
  
  .nGame__descriptions-wrapper .nGame__title {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--main-text-first);
  
  }
  
  .nGame__descriptions-wrapper .nGame__title h4 {
    margin-right: 10px;
  }
  
  .nGame__category .menu-switch__item-wrap .menu-switch__item {
    background-color: transparent;
    color: var(--main-text-first);
    border: 2px solid #bf2121;
  }
  
  .nGame-history-mobil-wrapper{
    display: flex;
  }
  
  .nGame-history-mobil {
    display: none;
  }
  
  .nGame-history-mobil .history-switch {
    margin-top: 20px;
    display: flex; 
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    max-width: 130px;
    background-color: #2E2E2E;
    font-size: 12px;
    color: var(--main-text-first);
    border-radius: var(--radius-100);
  }
  
  .nGame-history-mobil .history-switch svg {
    margin-left: 5px;
    margin-top: 2px;
    transition: .3s;
  }
  
  .nGame-history-mobil .history-switch.active svg {
    transform: rotate(180deg);
  }
  
  .nGame-history-mobil {
    max-height: 60px;
    overflow: hidden;
    transition: .3s;
  }
  
  .nGame-history-mobil.active {
    max-height: none;
  }
  
  .nGame-history-mobil .history-switch {
    margin-bottom: 15px;
  }
  
  
  @media screen and (max-width: 1550px) {
    /* .nGame {
      width: 65%;
    } */
  
    .nGame-history {
      min-width: 260px;
      width: 20%;
    }
  
    .nGame-history__item {
      padding: 7px;
    }
  }
  
  @media screen and (max-width: 1137px) {
    /* .nGame {
      width: 65%;
    } */
  
    .nGame-history__title {
      margin-bottom: 10px;
    }
  
    .nGame-history {
      margin-left: 20px;
      margin-top: 0px;
    }
  }
  
  
  @media screen and (max-width: 890px) {
    /* .nGame {
      width: 100%;
    }
  
    .nGame-history {
      margin-right: 10px;
    }
  
    .nGame__descriptions-wrapper {
      width: 50%;
    } */
  
    .nGame__title h4,
    .nGame__category .menu-switch__item-title {
      white-space: nowrap;
    }
  
    .nGame__category .menu-switch__item-wrap .menu-switch__item {
      margin: 0 5px;
    }
  
  }
  
  @media screen and (max-width: 700px) {
    .nGame {
      width: 100%;
    }
  
    .nGame-history {
      margin-right: 10px;
    }
  
    .nGame__descriptions-wrapper {
      width: 50%;
    }

    .nGame-history {
      display: none;
    }
  
    .nGame__descriptions-wrapper {
      width: 100%;
    }
  
    .nGame__category .menu-switch__item svg {
      height: 60%;
    }
  
    .nGame-history-mobil {
      display: block;
    }
  }
  
  @media screen and (max-width: 400px) {
    .nGame__descriptions-wrapper .nGame__category .menu-switch__item-wrap .menu-switch__item {
      margin: 0px;
      padding: 0 1.5rem;
    }
  }
  
  
  
  .nGame__category .menu-switch__item-wrap .menu-switch__item:hover .menu-switch__item-title {
    color: #bf2121 !important;
  }
  
  .nGame__descriptions-wrapper .nGame__category .menu-switch__item-title {
    color: var(--main-text-first);
  }
  
  .menu-switch__item:hover path[hover] {
    fill: #fff !important;
  }
  
  .nGame__category .menu-switch__item-wrap .menu-switch__item:hover .path_fill_white-to-gray {
    fill: #fff !important;
  }
  
  .sunTheme .nGame__category .menu-switch__item-wrap .menu-switch__item:hover .path_fill_white-to-gray {
    fill: #000 !important;
  }
  
  .nGame__category .menu-switch__item-wrap .menu-switch__item:hover svg path {
    fill: #fff !important;
  }
  
  
  .nGame__category .menu-switch__item-wrap:hover path[hover] {
    fill: #fff !important;
  }
  
  .sunTheme .nGame__category .menu-switch__item-wrap:hover path[hover] {
    fill: #000 !important;
  }
  
  .nGame__category {
    display: flex;
  }
  
  .game-descriptions {
    margin-top: 20px;
    color: #E0E0E0;
    font-size: 12px;
  }
  
  .sunTheme .game-descriptions {
    color: #000;
  }