@supports (column-gap: 0.5em) {

}

@supports (-webkit-overflow-scrolling: touch) {

}

@supports (position: sticky) {

}

@supports (position: sticky) {

}

@supports (position: sticky) {

}

@supports (position: sticky) {

}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {

}

@supports (position: sticky) {

}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(1px) translateZ(0);
  transform: translateY(1px) translateZ(0);
}

@media (min-width: 576px) {
@supports (display: grid) {

}
}

@supports (display: grid) {

}

@supports (display: grid) {

}

@media (min-width: 576px) {
@supports (display: grid) {

}
}

.pop-up-window {
  z-index: 3;
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40% !important;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100 !important;
  color: #111 !important;
  text-shadow: none !important;
  text-indent: unset !important;
  border: none !important;
}

.pop-up-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100 !important;
  margin: 0 !important;
}

p.ruletka-p.pop-up-text {
  text-align: center !important;
}

.pop-up-window .pop-up-text {
  margin-bottom: 20px !important;
}

.pop-up-heading,.pop-up-button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  line-height: 1.7 !important;
  text-shadow: none !important;
}

.pop-up-heading {
  font: 100 40px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  margin-bottom: 20px !important;
  color: #111 !important;
}

.danger-text {
  font: 700 16px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  color: red !important;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/cross.svg);
  background-size: 100%;
  top: -40px !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.ruletka-p {
  margin-top: 0 !important;
}

@media only screen and (max-width: 425px) {
  .pop-up-heading {
    font-size: 34px;
  }

  .pop-up-window .pop-up-text {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 18px;
  }

  .close-popup {
    right: 0;
  }
}