@media screen and (min-width: 1140px) {
  .header-title-wrapper {
    max-width: 535px;
  }
  .extended-chance-box {
    background: rgba(0, 0, 0, 0.95);
    border-radius: 15px;
    color: white;
    display: flex;
    padding: 15px;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: relative;
    transition: 300ms;
  }
.rotate-nah {
  display: flex;
  margin-top: 5px;
  flex-flow: column;
}
  .extended-chance-box--title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fecc00;
    margin-bottom: 5px;
  }
  .extended-chance-box--text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
  .extendet-box-text--wrapper {
    margin-left: 10px;
  }
  .generator-main-wrapper {
    display: grid;
    column-gap: 40px;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
  }
  .custom-select-nobp {
    height: 45px;
  }
  .statistics-numbers-wrapper {
    margin-top: 10px;
    grid-template-columns: repeat(10, 38px);
  }
  .cutsom-select-nobp--text {
    cursor: pointer;
  }
  .cutsom-select-nobp--text:hover {
    background: #eaeff7;
  }
  .cutsom-select-nobp--text img,
  .cutsom-select-nobp--title img {
    margin-right: 14px;
  }
  .generator-box--default div {
      margin-right: 15px;
  }
  .grid-box,
  .generator-box--default {
    font-size: 15px;
  }
  .new-b {
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
  }
  .how-work-modal--overflow {
    display: none;
  }
  .generator-modal .cutsom-select-nobp--text:nth-last-child(1) {
    border-radius: 0px 0px 15px 15px;
  }
  .generator-modal .cutsom-select-nobp--text {
    padding: 12.5px 20px;
  }
  .number-generator div{
    margin-right: 15px;
  }
  .custom-select-nobp--hidden {
    margin-right: 3px;
  }
  .custom-select-nobp--hidden {
    display: block;
  }
  .header-title-bg br {
    display: none;
  }
  .generator-modal {
    box-shadow: 0px 5px 25px rgb(43 93 168 / 15%);
    opacity: 0;
    position: absolute;
    border: 1px solid #eaeff7;
    border-radius: 0px 0px 15px 15px;
    transform: unset;
    top: 45px;
    z-index: 100000000;
    transition: 300ms;
    background: white;
    height: fit-content;
    padding-bottom: unset;
  }
  .how-work-modal--active {
    opacity: 1;
  }
  .progress-line {
    order: 1;
  }
  .line-revers {
    display: flex;
    flex-flow: column;
  }

  .js-game-progress {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000b2;
  }
  .custom-select-nobp--active {
    border-radius: 15px 15px 0px 0px;
  }
  .custom-select-nobp--active svg {
    transform: rotate(180deg);
  }
  .custom-select-nobp svg:nth-of-type(2) {
    display: block;
  }
  body.how-work-modal--active {
    overflow: inherit;
  }
  .header-title-wrapper p {
    font-size: 14px;
    margin: 10px 0 0;
    border-bottom: 1px solid #eaeff7;
    line-height: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 20px 20px;
  }
  .out-of-header {
    margin-top: 110px;
    padding-bottom: 150px;
  }
  .generator-accordion {
    display: block;
  }
  .how-work,
  .custom-select-nobp svg:nth-of-type(1) {
    display: none;
  }
  .header-title-bg {
    padding: 20px 20px;
    background: white;
    box-shadow: 0px 5px 25px rgb(43 93 168 / 15%);
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .how-work-modal--close {
    display: none;
  }
  .generator-wrapper {
    position: relative;
    padding: unset;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    margin: 20px 0px 0px 0px;
  }
  .generator-modal h3 {
    display: none;
  }
  .header-title-wrapper h1 {
    margin-top: unset;
  }
  .statistics {
    padding: 20px 20px 0px 20px;
    margin-top: unset;
  }
  .discover-modal {
    position: relative;
    opacity: 1;
    visibility: visible;
    color: rgba(0, 0, 0, 0.7);
    padding: unset;
    background: unset;
    margin-top: 5px;
    transform: unset;
  }
  .discover-modal .js-game-name {
    display: none;
  }
  .statistics-box--title {
    flex-flow: wrap;
  }
  .discover {
    display: none;
  }
  .btn-generator {
    width: 310px;
    max-width: 310px;
  }
  .btn-buy {
    width: 215px;
  }
  .generator-box {
    margin-top: 20px;
    padding: 14.5px 20px;
  }
  .generator-box--x {
    right: 19px;
  }
  .show {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}
@media screen and (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 500px) {
.rotate-nah {
  position: relative;
  padding-bottom: 20px;
}
.rotate-nah:before {
  content: '';
  width: 138%;
  height: 1px;
  left: -20px;
  right: -68px;
  transform: translateY(20px);
  position: absolute;
  /* bottom: -20px; */
  background: rgba(43, 93, 168, 0.1);
}
}