@media screen and (max-width: 1920px), (min-width: 1920px) {

  .list-select+.select2 .select2-selection--single {
    height: 40px;
  }

  .list-select+.select2 .select2-selection__rendered {
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
  }

  .phone-prefix__code {
    font-size: 15px;
    height: 100%;
    top: 0 !important;
    display: flex;
    align-items: center;
  }

  .phone-prefix__select+.select2-container--default {
    top: 24px;
  }

  .phone-prefix__select+.select2-container {
    left: 13px;
  }

  .phone-input {
    padding: 9px 3px 9px 125px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    width: 24px;
    height: 24px;
  }

  .phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 80px;
  }
}

@media screen and (max-width:959px) {

  /* .form-btn {
    font-size: 24px;
  } */

  .register__bonus-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .register__wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    max-width: 400px;
    padding: 30px 20px 20px;
  }

  .form__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* .password-input {
    margin-left: 0;
  } */

  .register__desc {
    padding-bottom: 25px;
  }

  .register__desc-title {
    display: block;
    font-size: 30px;
  }

  .register__desc-price {
    font-size: 40px;
  }

  .register__desc-bg {
    font-size: 26px;
  }

  .register__desc-text {
    font-size: 15px;
    max-width: 280px;
  }

  .tabs__wrapper {
    width: 280px;
    height: 40px;
  }

  .tab {
    font-size: 16px;
  }

  .form__wrapper>.form__row {
    margin-top: 25px;
  }

  .form__row {
    margin-top: 35px;
  }

  .inp-form {
    font-size: 16px;
  }

  .img-mail {
    width: 15px;
    height: 12px;
  }

  .img-phone {
    width: 15px;
    height: 16px;
  }

  .email__img {
    left: 20px;
    top: 20px;
    width: 16px;
    height: 13px;
  }

  .password__img {
    left: 20px;
    top: 17px;
    width: 16px;
    height: 16px;
  }

  .password-control {
    width: 16px;
    right: 23px;
  }

  .currency__img {
    left: 20px;
    width: 16px;
    height: 14px;
  }

  .list-select {
    left: 50px;
    width: 170px;
  }

  /* .email-input {
    padding: 10px 30px;
  } */

  /* .password-input {
    padding: 10px 30px;
  } */

  .botom-pop {
    margin-top: 28px;
  }

  .phone-prefix__code {
    font-size: 15px;
  }

  .form-btn {
    /* max-width: 240px; */
    height: 60px;
    font-size: 20px;
  }

  .list-select+.select2 .select2-selection--single {
    height: 12px;
  }

  .list-select+.select2 .select2-selection__rendered {
    font-size: 16px;
    padding-left: 20px;
  }

  .phone-prefix__code {
    font-size: 16px;
    left: 50px;
    top: 22px;
  }

  .phone-prefix__select+.select2-container--default {
    top: 12px;
  }

  .phone-prefix__select+.select2-container {
    left: 13px;
  }

  .phone-input {
    padding: 10px 3px 9px 100px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    width: 20px;
    height: 20px;
  }

  .phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 55px;
  }

  .tab.active::before,
  .tab.active::after {
    bottom: -22px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 10px;
    left: 7px;
  }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background-size: 10px;
    transform-origin: 75%;
  }
}

@media screen and (max-width: 568px) {
  .register::before, .register::after {
    display: none;
  }
  /* .register__bonus-text {
    line-height: 110%;
  }

  .register__desc-price {
    font-size: 40px;
  }

  .form__checkbox {
    font-size: 12px;
  }

  .botom-pop {
    margin-top: 10px;
  }

  .register__desc-title {
    font-size: 21px;
  }

  .bonuses {
    margin-bottom: 15px;
  } */
}

@media screen and (max-width: 390px) {
  .register__desc-title {
    font-size: 24px;
  }

  .register__bonus-text {
    font-size: 14px;
  }

  .register__wrapper {
    max-width: 320px;
  }

  .phone-input {
    padding: 10px 3px 9px 105px;
  }

  .register__desc-text {
    max-width: 280px;
  }

  .form__label--rules {
    font-size: 14px;
  }

  .form-btn {
    font-size: 16px;
  }
   /* lang styles */

  /* bd */
  .tab__text:lang(bn) {
    padding-left: 8px;
  }
  .tab:lang(bn) {
    font-size: 12px;
  }

  /* en */
  .tab__text:lang(en) {
    padding-left: 8px;

  }
  .tab:lang(en) {
    font-size: 15px;
   
  }

    /* uz */
    .tab__text:lang(uz) {
      padding-left: 8px;
    }
    .tab:lang(uz) {
      font-size: 11px;
      white-space: nowrap;
    }
}

@media screen and (width: 320px) {
  

}

@media screen and (max-height: 800px) {
  .tabs__wrapper {
    max-height: 54px;
  }

  .form__row {
    margin-top: 16px;
  }

  .botom-pop {
    margin-top: 12px;
    padding-bottom: 0px;
  }



}

/* @media screen and (max-width:927px) and (min-width:768px) and (max-height:430px) {

  .form__checkbox {
    font-size: 10px;
  }

  .inp-form {
    height: 32px;
    font-size: 12px;
  }

  .register__wrapper {
    min-width: unset;
    max-width: 270px;
  }

  .register__desc {
    padding: 5px 10px;
  }

  .register__desc-title, .register__desc-price {
    font-size: 17px;
  }

  .register__desc-text {
    font-size: 10px;
    margin: 2px 0;
  }

  .tab {
    font-size: 14px;
  }

  .form-btn {
    max-height: 33px;
    font-size: 14px;
  }

  .shape {
    padding: 14px 17px 7px;
  }

  /* tut 768 form */


/* .password-input {
  margin-left: 0;
}

.register__desc-bg {
  font-size: 26px;
}

.tabs__wrapper {
  width: 280px;
  height: 34px;
}

.tab {
  font-size: 12px;
}

.tab:nth-child(1)::after {
  bottom: -17px;
}

.tab:nth-child(2)::after {
  bottom: -17px;
}

/* .shape {
  padding: 11px 17px 10px 17px;
  border-radius: 22px;
} */

/* .form__wrapper>.form__row {
  margin-top: 15px;
}

.img-mail {
  width: 15px;
  height: 12px;
}

.img-phone {
  width: 15px;
  height: 16px;
}

.email__img {
  left: 20px;
  top: 20px;
  width: 16px;
  height: 13px;
}

.password__img {
  left: 20px;
  top: 17px;
  width: 16px;
  height: 16px;
}

.password-control {
  width: 16px;
  right: 23px;
}

.currency__img {
  left: 20px;
  width: 16px;
  height: 14px;
}

.list-select {
  left: 50px;
  width: 170px;
}

.email-input {
  padding: 10px 30px;
}

.password-input {
  padding: 10px 30px;
}

.list-select+.select2 .select2-selection--single {
  height: 12px;
}

.list-select+.select2 .select2-selection__rendered {
  font-size: 16px;
  padding-left: 20px;
}

.phone-prefix__code {
  font-size: 12px;
  left: 45px;
  top: 20px;
}

.phone-prefix__select+.select2-container--default {
  top: 12px;
}

.phone-prefix__select+.select2-container {
  left: 13px;
}

.phone-input {
  padding: 10px 3px 9px 100px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  width: 20px;
  height: 20px;
}

.phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 55px;
}

.tab.active::before,
.tab.active::after {
  bottom: -22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-size: 10px;
  top: 0;
}

.formError {
  padding-top: 7px;
  font-size: 10px;
  z-index: 100;
}

.form__row {
  margin-top: 10px;
}

.players-block__item {
  min-width: 100px;
}

.player-wrap {
  margin-right: 10px;
} }*/



@media screen and (min-width: 876px) and (max-height:850px) {
  /* .register__desc {
    padding: 15px 25px;
  } */

 

  .register__bonus--deposit {
    margin-top: 14px;
    margin-bottom: 15px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .register__wrapper {
    width: 100%;
  }

  .inp-form {
    width: auto;
    min-width: 310px;
  }
}