@import url('fonts.css');

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;     /* IE10+ */
}


.content {
    max-width: 1400px;
    width: 100%;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1B1717;
    will-change: transform;
    transform: translateZ(0);
}

html, body {
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
}
.no-scroll {
  overflow: hidden;
}

button,
input,
textarea,
a {
    outline: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
}

button:focus,
input:focus,
textarea:focus,
a:focus {
    outline: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
}


.head {
    background: #1f1a1ab5;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
}

.head img {
    margin-right: 10px;
}

.head h3 {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 200;
}

.banner {
    /*! background: #1f1a1ab5; */
    padding-top: 70px;
}

.banner-content {
    background: #1f1a1ab5;
    padding-top: 80px;
    padding-left: 40px;
    padding-bottom: 20px;
    position: relative;
}

.banner-images {
    /* position: relative; */
    overflow: hidden;
    /* display: inline; */
}

span.money img {
}

p.money-desc {
    color: white;
    font-weight: bold;
    margin-top: -10px;
    position: relative;
    z-index: 999;
}

.sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: rgb(255 255 255 / 88%);
    width: 250px;
    border-radius: 30px 30px 140px;
    margin-top: 50px;
    padding-bottom: 20px;
    z-index: 100;
    position: relative;
}

span.sponsor-h2 {
    font-size: 100px;
    text-align: center;
    font-family: 'Coolvetica';
    text-transform: uppercase;
    color: #292222;
}

.sponsor {
    margin: 9px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
}

.dot1 {
    width: 12px;
    height: 12px;
    background: #767676;
    border-radius: 50%;
    margin-right: 10px;
}

.end-sponsor {
    padding-left: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.dot2 {
    width: 12px;
    height: 12px;
    background: rgb(118 118 118 / 55%);
    border-radius: 50%;
    margin-right: 10px;
}

.dot3 {
    width: 12px;
    height: 12px;
    background: rgb(118 118 118 / 22%);
    border-radius: 50%;
}

img.car {
    position: absolute;
    bottom: -150px;
    right: 80px;
    z-index: 999;
}

img.vk {
    position: absolute;
    bottom: 324px;
    right: 820px;
    z-index: 1;
}

img.yandex {
    position: absolute;
    z-index: 1;
    bottom: 250px;
    right: 60px;
}

img.wildberries {
    position: absolute;
    z-index: 1;
    bottom: 230px;
    right: 90px;
}

img.ozon {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 90px;
}

img.money-banner {
    position: absolute;
    z-index: 0;
    bottom: -50px;
    right: -50px;
}
.lucky {
    background: #1f1a1ab5;
    padding-top: 50px;
    padding-bottom: 10px;
}

.lucky .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 500px;
    margin: auto;
    color: #e8e8e8;
    font-weight: lighter;
    font-size: 20px;
    gap: 30px;
    padding: 16px;

    background-image: url('/assets/img/union1.png'), url('/assets/img/union2.png');
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position: right bottom, left top;
}


.lucky .container b {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}

.gradient-text {
    background: -webkit-gradient(linear, left top, right top, from(#FF9E51), color-stop(58%, #FCA1CB), color-stop(94%, #FBB0AA));
    background: -o-linear-gradient(left, #FF9E51 0%, #FCA1CB 58%, #FBB0AA 94%);
    background: linear-gradient(90deg, #FF9E51 0%, #FCA1CB 58%, #FBB0AA 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 32px;
}

.form {
    background: #1f1a1ab5;
    padding-top: 50px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form h1 {
    font-size: 54px;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, right top, from(#FF9E51), color-stop(58%, #FCA1CB), color-stop(94%, #FBB0AA));
    background: -o-linear-gradient(left, #FF9E51 0%, #FCA1CB 58%, #FBB0AA 94%);
    background: linear-gradient(90deg, #FF9E51 0%, #FCA1CB 58%, #FBB0AA 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form input[type="text"] {
    border-radius: 50px;
    border: 1px solid #FF6850;
    padding: 20px 28px;
    background: #382F2F;
    width: 270px;
    font-size: 16px;
    margin-top: 22px;
    color: white;
}

.form button {
    border-radius: 50px;
    border: 1px solid #FF6850;
    padding: 18px 28px;
    background: -webkit-gradient(linear, left top, right top, from(#FE96B0), to(#FF6141));
    background: -o-linear-gradient(left, #FE96B0 0%, #FF6141 100%);
    background: linear-gradient(90deg, #FE96B0 0%, #FF6141 100%);
    width: 270px;
    margin-top: 22px;
    font-style: italic;
    font-weight: 900;
    color: white;
    font-size: 28px;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    cursor: pointer;
}

.steps {
    background: #1f1a1ab5;
    padding-top: 50px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

h2.step-title {
    font-size: 30px;
    color: white;
    font-style: italic;
    font-weight: 900;
}

.all-step {
    width: 100%;
}
body.modal-open {
  overflow: hidden;
  height: 100vh;
}
#fireworks-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 260px;
}

.step-number {
    font-size: 27px;
    border-radius: 50px;
    background: #FF8686;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: white;
    min-height: 40px;
}

p.step-desc {
    font-weight: 200;
    font-size: 15px;
    color: white;
}

.prizes {
    background: #1f1a1ab5;
    padding-top: 50px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h2.price-title {
    font-size: 40px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
}

.price-title span {
    color: #FE9E60;
    background: -webkit-gradient(linear, left top, right top, from(#FE9E60), to(#FBABB4));
    background: -o-linear-gradient(left, #FE9E60 0%, #FBABB4 100%);
    background: linear-gradient(90deg, #FE9E60 0%, #FBABB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prizes-container {
    width: 870px;
}

.all-prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: center;
}

.prize {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-icon img {
    width: auto;
    height: 100px;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.prize-total span {
  background: linear-gradient(236deg, #FF9232, #FF4F2B, #FF9232);
  background-size: 300% 300%;
  background-position: 0% 50%;
  animation: gradientShift 3s ease infinite;

  color: white;
  padding: 5px 25px;
  border-radius: 10px;
  font-family: 'Pixeloid';

  -webkit-box-shadow: 0 0 15px 0px #ff722fc4;
  box-shadow: 0 0 15px 0px #ff722fc4;
}

.prize-total p {
    color: white;
    font-size: 14px;
    margin-top: 16px;
}

.chat-container {
    max-width: 560px;
    margin: auto;
    background: #262220;
    border-radius: 54px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 600px;
}

.chat-header {
    padding: 24px;
    background: #2E2927;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    color: #ffffffb8;
    font-weight: 200;
}

.menu-dots {
    font-size: 18px;
}

.chat-messages {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    height: 200px;
    padding-bottom: 5px;
}

.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.bubble {
    background: #383635;
    padding: 12px 16px;
    border-radius: 20px;
    max-width: 85%;
    position: relative;
    color: white;
}

.sender {
    font-weight: 500;
    font-size: 13px;
}

.text {
    font-size: 14px;
    white-space: pre-line;
    font-weight: 200;
}

.text img {
  display: block;
  width: 90%;
  margin-top: 10px;
}

.time {
    font-size: 12px;
    color: #aaa;
    text-align: right;
    margin-top: 6px;
    font-weight: 100;
}

.chat-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background: #2E2927;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.chat-input input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 17px 18px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    background: #383230;
    color: white;
}

.chat-input input:focus {
    outline: none;
}

.send-btn {
    border: none;
    margin-left: 12px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.send-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.chats {
    background: #1f1a1ab5;
    padding-top: 70px;
    padding-bottom: 80px;
}

.send-btn img {
    width: 90%;
}

#glow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.glow-blob {
    position: absolute;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    -webkit-filter: blur(120px);
    filter: blur(120px);
    opacity: 0.5;
    will-change: transform;
}


#glow-container .glow-blob {
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.roller {background: #1f1a1ab5;}

.roller-bg {
    /*! background: #2922227d; */
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.roller-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.roller-title {
    background: transparent;
    padding: 2px 110px;
    border: 3px solid #fdae83;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 20px;
    color: white;
    box-shadow: 0px 00px 10px #fdae83;
    text-transform: uppercase;
}

span.nick-roller {
    color: #FE9E60;
    background: -o-linear-gradient(240deg, #3A61FF 0%, #B433FF 100%);
    background: linear-gradient(210deg, #3A61FF 0%, #B433FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.roller-pop {
    background: transparent;
    border: 3px solid #fdae83;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 20px;
    color: white;
    box-shadow: 0px 00px 10px #fdae83;
    padding: 2px 110px;
    margin-top: 30px;
}

button.roller-run {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    padding: 20px 50px;
    border-radius: 50px;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe96b0), to(#ff6141));
    background: -o-linear-gradient(top, #fe96b0, #ff6141);
    background: linear-gradient(180deg, #fe96b0, #ff6141);
    border: 0;
    bottom: -30px;
    position: absolute;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

h1.mega-win {
    font-size: 70px;
    color: #FE9E60;
    background: -webkit-gradient(linear, left top, right top, from(#FF9E51), color-stop(58%, #FCA1CB), to(#FBB0AA));
    background: -o-linear-gradient(left, #FF9E51 0%, #FCA1CB 58%, #FBB0AA 100%);
    background: linear-gradient(90deg, #FF9E51 0%, #FCA1CB 58%, #FBB0AA 100%);
    -webkit-background-clip: text;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
}

.header-win {
    background: #1f1a1ab5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 30px 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.win-assets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.win-assets p {
    color: white;
    margin-left: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.info-body {
    background: #2F2627;
    width: 450px;
    margin: auto;
    border-radius: 20px;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.info {
    background: #1f1a1ab5;
    padding: 70px;
    padding-bottom: 20px;
}

.info-body img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.info-body p {
    color: white;
    width: 100%;
    font-size: 22px;
    font-weight: 100;
}

.get-win {
    background: #1f1a1a94;
    padding-top: 60px;
}

.get-win-head {
    background: #382f2fab;
    color: white;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
}

.win-case {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 560px;
}

img.case {
    position: absolute;
    bottom: -270px;
}

span.win-case-text {
    position: absolute;
    bottom: 180px;
}

.win-case-text {
    display: inline-block;
    padding: 0px 8px;
    background: -o-linear-gradient(202deg, #aab4ceb5, #e8939cb8);
    background: linear-gradient(248deg, #aab4ceb5, #e8939cb8);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    font-weight: 900;
    color: white;
    text-align: center;
    line-height: 1.2;
    z-index: 9;
    font-size: 80px;
}

.win-case-text-rubl {
    display: inline-block;
    padding: 0px 8px;
    background: -o-linear-gradient(202deg, #aab4ceb5, #e8939cb8);
    background: linear-gradient(248deg, #aab4ceb5, #e8939cb8);
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    font-size: 80px;
    font-weight: 900;
    color: white;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    bottom: 84px;
    font-style: italic;
    text-transform: uppercase;
}


.wait-operator {
    background: #1f1a1ab5;
    padding-top: 150px;
    padding-bottom: 30px;
}

.wait-block {
    width: 500px;
    background: #262220;
    margin: auto;
    border-radius: 20px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-top: 80px;
}

.wait-block img {
    width: 60px;
}

.wait-operator h5 {
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

img.wait {
    width: 40px;
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.wait-block h6 {
    font-size: 30px;
    font-weight: lighter;
    color: #b9b9b9;
}

.wait-block h6 b {
    font-weight: bold;
    color: white;
}

.info.warning {
    padding-top: 170px;
}

.info.warning .info-body {
    background: #A4B3FF;
}

.info.warning .info-body p {
    font-weight: 400;
    color: #292A31;
}

.number-card-body {
    background: #262220;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 40px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.number-card {
    background: #1f1a1ab5;
    padding-top: 200px;
    text-align: center;
    color: white;
}

input.card {
    padding: 10px 40px;
    font-size: 18px;
    color: white;
    font-weight: 300;
    border-radius: 10px;
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#332E2B), to(#332E2B)) padding-box,    -webkit-gradient(linear, left top, right top, from(white), to(#FF6850)) border-box;
    background: -o-linear-gradient(#332E2B, #332E2B) padding-box,    -o-linear-gradient(left, white, #FF6850) border-box;
    background: linear-gradient(#332E2B, #332E2B) padding-box,    linear-gradient(90deg, white, #FF6850) border-box;
    outline: none;
    text-align: center;
}

button.send-card {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    padding: 14px 70px;
    margin-top: 20px;
    border-radius: 50px;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe96b0), to(#ff6141));
    background: -o-linear-gradient(top, #fe96b0, #ff6141);
    background: linear-gradient(180deg, #fe96b0, #ff6141);
    border: 0;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

p.tech-protect {
    color: white;
    width: 290px;
    text-align: center;
    margin-top: 20px;
}

.bank-image img {width: 400px;margin-top: 30px;}

.send-win {
    background: #1f1a1ab5;
    padding-top: 200px;
}

.send-win-body {
    background: #262220;
    width: 500px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
    padding-bottom: 15px;
}

.send-win-body h5 {
    font-size: 20px;
    color: white;
    font-style: italic;
    margin-top: 20px;
}

.send-win-body span {
    color: white;
    margin-top: 10px;
    font-weight: 200;
}
.hide {
    display: none !important;
}
span.error-text {
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    background: #ff000057;
    margin-top: 10px;
    border: 1px solid red;
    font-size: 14px;
}

/*table.table-win {*/
/*    margin-top: 20px;*/
/*    border: 1px solid #B1B1B1;*/
/*    width: 100%;*/
/*    border-radius: 30px;*/
/*}*/


div.table-win {
    margin-top: 20px;
}
.divTable.table-win .divTableCell, .divTable.table-win .divTableHead {
    border: 1px solid #b1b1b196;
    padding: 15px 20px;
    text-align: center;
    border-bottom: none;
    vertical-align: bottom;
}

.divTable.table-win .divTableHeading {
    border-radius: unset;
    background: #82706F;
}
.divTable.table-win .divTableHeading .divTableHead {
    font-size: 15px;
    color: #FFFFFF;
    border: 1px solid #b1b1b1c9;
}

.divTable{display: table;color: white;font-weight: 200;width: 100%;}
.divTableRow {display: table-row;border-radius: 30px 30px 0 0;}
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divTableHead.top-l {
    border-radius: 30px 0 0 0;
}

.divTableHead.top-r {
    border-radius: 0 30px 0 0;
}

.divTableHeading {
    border-radius: 30px 30px 0 0;
}

.divTableRow b {
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
}

.divTableHead.top-r {
    font-weight: bold;
    background: #DE6F65;
    font-size: 19px !important;
}

.divTableRow.you {
    outline: 1px solid #EEED40;
    outline-offset: -1px;
    background: #30301F;
    border-radius: 0;
    -webkit-animation: pulse-table 2s infinite;
    animation: pulse-table 2s infinite;

}

.you b {
    color: #FFFC48;
}

.divTableRow.you .divTableCell {border: none;}

.eclipse-show {
    background: #262220;
    height: 40px;
    width: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 30px 15px #262220;
    box-shadow: 0 0 30px 15px #262220;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    margin-top: -20px;
}

.div-you {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.secure {
    background: #1f1a1ab5;
    padding-top: 80px;
    padding-bottom: 60px;
    z-index: 9999;
}

.secure-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #D9D9D9;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    z-index: 55;
}

.secure-body img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -60px;
    z-index: 9999;
}

.you-win {
    background: #1f1a1ab5;
    padding: 50px;
    padding-top: 160px;
    text-align: center;
}

.you-win-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #262220;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border-radius: 30px;
    margin-top: 20px;
    padding: 30px;
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box;
    max-width: 500px;
}

.you-win-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.you-win-group span {
    color: white;
    font-weight: bold;
    margin-bottom: 9px;
}

.input-gr img {
    position: absolute;
    top: 12px;
    left: 12px;
}

.input-gr input {
    background: #38322F;
    border: 0;
    font-size: 20px;
    color: white;
    padding: 10px;
    border-radius: 15px;
    padding-left: 47px;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
}

.input-gr {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.you-win-body p {
    color: white;
    font-weight: 300;
    width: 290px;
}

.you-win h3 {
    color: white;
    font-size: 30px;
    font-style: italic;
    width: 470px;
    margin: auto;
}

.you-win h3 span {
    color: #FFCB69;
}

.you-win button {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    padding: 20px 20px;
    border-radius: 50px;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe96b0), to(#ff6141));
    background: -o-linear-gradient(top, #fe96b0, #ff6141);
    background: linear-gradient(180deg, #fe96b0, #ff6141);
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: -40px;
    width: 265px;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.next-win {
    background: #1f1a1ab5;
}

.next-win-body {
    background: #A4B3FF;
    width: 460px;
    padding: 20px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 300;
    margin: auto;
}

img.bank {
    width: 80px;
}

.message.me {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.message.me img.avatar {
    margin-right: 0;
    margin-left: 10px;
}

.message.me .bubble {
    background: #ff9232ab;
}

.load-rotate {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

.slots {
    position: relative;
    width: 542px;
    height: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../img/roller.png");
    background-size: contain;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    margin: auto;
    box-shadow: 0 0 13px wheat;
    border-radius: 18px;
    box-shadow: 0 0 20px rgb(255, 109, 91), inset 0 0 20px rgb(255, 109, 91);
}

.slots.win1 {
    -webkit-animation: win1 200ms steps(2, end) infinite;
    animation: win1 200ms steps(2, end) infinite;
}
.slots.win2 {
    -webkit-animation: win2 200ms steps(2, end) infinite;
    animation: win2 200ms steps(2, end) infinite;
}
.slots .reel {
    width: 137px;
    height: 197px;
    aspect-ratio: 1 / 1; /* примерно как 137x196 */
    background-image: url('../img/slots.png');
    background-repeat: repeat-y;
    background-position: 0;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
}
.slots .reel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / 70%)), color-stop(30%, transparent), color-stop(70%, transparent), to(rgb(0 0 0 / 70%)));
    background-image: -o-linear-gradient(rgb(0 0 0 / 70%) 0%, transparent 30%, transparent 70%, rgb(0 0 0 / 70%) 100%);
    background-image: linear-gradient(rgb(0 0 0 / 70%) 0%, transparent 30%, transparent 70%, rgb(0 0 0 / 70%) 100%);
    -webkit-box-shadow: inset 0 0 6px 0px rgb(0 0 0);
    box-shadow: inset 0 0 6px 0px rgb(0 0 0);
}
.slots p {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, calc(100% + 30px));
    -ms-transform: translate(-50%, calc(100% + 30px));
    transform: translate(-50%, calc(100% + 30px));
    text-align: center;
    font-size: 0.8rem;
    color: #444;
}
.slots p:last-child {
    -webkit-transform: translate(-50%, calc(100% + 60px));
    -ms-transform: translate(-50%, calc(100% + 60px));
    transform: translate(-50%, calc(100% + 60px));
}
.slots p a {
    color: red;
    font-weight: 700;
}

.modal {
  position: fixed;
  background: #00000057;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  top: 0;
  left: 0;
  z-index: 1000;
}

.modal.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.modal-body {
  background: #262220;
  border-radius: 70px;
  padding: 40px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px #0000009c;
  border: 2px solid #191615;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}


.modal-body img {
    max-width: 70px;
}

.modal-body h3 {
    color: white;
    text-transform: uppercase;
    font-size: 33px;
    margin-top: 30px;
}

.modal-body span {
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 19px;
    text-align: center;
}
.close-modal {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    padding: 20px 50px;
    border-radius: 50px;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe96b0), to(#ff6141));
    background: -o-linear-gradient(top, #fe96b0, #ff6141);
    background: linear-gradient(180deg, #fe96b0, #ff6141);
    border: 0;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    text-decoration: none;
}
img.reload {
    max-width: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


.chat-operator {
    background: #1f1a1ab5;
    padding-top: 230px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-block {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #2E2927;
    border-radius: 10px;
    border-top-right-radius: 30px;
    overflow: auto;
    position: relative;
    width: 450px;
}

.chat-head {
    background: -o-linear-gradient(1deg, #3e3b39, #201d22);
    background: linear-gradient(89deg, #3e3b39, #201d22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
    gap: 15px;
    position: relative;
    overflow: hidden;
}
.chat-head-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: white;
    line-height: 22px;
}

.chat-block {}

.chat-head-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.chat-head-avatar img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}
.chat-write {
    text-align: right;
    color: #cdcdcd;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}

.blink {
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}

@-webkit-keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.chat-head-title .name {
    font-weight: bold;
}

.chat-head-title .role {
    font-size: 13px;
    opacity: .8;
}
.chat-livechat img {
    height: 16px;
}

@-webkit-keyframes slideUpToHeading {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
}

@keyframes slideUpToHeading {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
}

.divTableRow.animating-up {
    -webkit-animation: slideUpToHeading 0.6s ease forwards;
    animation: slideUpToHeading 0.6s ease forwards;
}
.jivo {
    display: block;
    background: #18C139;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -33px;
    right: -45px;
    border-radius: 69%;
}

.chat-livechat {
    background: #211E1C;
    color: white;
    font-weight: 400;
    padding: 7px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}

.chat-message-body {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-flow: column;flex-flow: column;gap: 10px;}

.chat-message-operator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.chat-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 5px;
    min-height: 500px;
}

.avatar-operator-chat {
    display: block;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
}

.avatar-operator-chat img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    margin-top: 25px;
}

.chat-message-body .message {
    background-color: #443E3A;
    border-radius: 10px;
    color: #ffffffd1;
    padding: 22px;
    line-height: 22px;
    display: block;
}

.chat-message-body .name {
    color: white;
    font-weight: 200;
    opacity: .6;
    font-size: 12px;
}

.chat-button a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    padding: 15px 50px;
    border-radius: 50px;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe96b0), to(#ff6141));
    background: -o-linear-gradient(top, #fe96b0, #ff6141);
    background: linear-gradient(180deg, #fe96b0, #ff6141);
    border: 0;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    display: block;
    width: 60%;
    margin: auto;
    text-align: center;
    text-decoration: none;
}

.ups {
    background: #1f1a1ab5;
    padding-top: 190px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.error-title {
    color: #cd2d2d;
    font-size: 32px;
    text-align: center;
    font-weight: bolder;
}
.ups img {
    width: 100px;
}

h3.title-up {
    color: white;
    font-size: 32px;
    width: 500px;
    text-align: center;
}

.delivery-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 50px;
    margin-top: 30px;
}

.delivery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border: 2px solid black;
    border-radius: 30px;
    overflow: hidden;
    max-width: 500px;
}

.delivery-title {
    background: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
    gap: 10px;
}

.delivery-title img {
    width: 25px;
    height: auto;
}

.delivery-block.gold {
    border-color: #F2D70C;
    box-shadow: 0 0 40px rgb(255, 215, 107), inset 0 0 40px rgb(255, 215, 107);
    border: 0;
}

.delivery-block.gold .delivery-title {
    background: linear-gradient(125deg, rgb(255, 214, 91), #FFF8DE, rgb(255, 215, 107));
    background-size: 300% 300%;
    animation: shineGradient 5s ease-in-out infinite;
    color: black;
}

@keyframes shineGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.delivery-block.ray {
    border: 0;
    box-shadow: 0 0 40px #E8E8E8, inset 0 0 40px #E8E8E8;
}

.delivery-block.ray .delivery-title {
    background: -o-linear-gradient(325deg, #7c7c7c, #E8E8E8);
    background: linear-gradient(125deg, #7c7c7c, #E8E8E8);
    background-size: 300% 300%;
    animation: shineGradient 5s ease-in-out infinite;
    color: #333333;
}

.delivery-info:nth-of-type(odd) {
    background-color: #383635;
}

.delivery-info:nth-of-type(even) {
    background-color: #262220;
}

.delivery-info {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 8px;
    padding: 17px;
}

.delivery-info .head {
    background: none;
    font-size: 16px;
    padding: 0;
    color: #ffffff8a;
    display: contents;
}

.delivery-info h6 {
    font-size: 18px;
    font-weight: normal;
}

.delivery-info h6.green {
    font-weight: bold;
    color: #19cc19;
}

.delivery-info h6.bold {
    font-weight: bold;
}

.delivery-info h6.semi-bold {
    font-size: 22px;
    font-weight: 900;
}

.delivery-button a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    padding: 15px 50px;
    border-radius: 50px;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe96b0), to(#ff6141));
    background: -o-linear-gradient(top, #fe96b0, #ff6141);
    background: linear-gradient(180deg, #fe96b0, #ff6141);
    border: 0;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    display: block;
    width: 60%;
    margin: auto;
    text-align: center;
    text-decoration: none;
}

.delivery-button {
    background: #262220;
    padding: 20px;
}

.body-table {
    background: #262220;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    border-radius: 25px;
    padding: 20px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

b {
    line-break: unset;
    white-space: nowrap;
}

td.green-bg {
    background: #19cc19 !important;
}

h3.title-up.green {
    color: #19cc19;
}

.body-table thead tr th {background: #A4B3FF;padding: 9px;font-weight: 500;font-size: 20px;border-radius: 7px;}

.body-table tbody tr td {
    background: #383635;
    border-width: 2px;
    border-style: solid;
    border-color: #262220;
    padding: 12px;
    border-radius: 10px;
    color: white;
}


.body-table table tr td:first-child {
    color: #bdbdbd;
}

.body-table table tr td:last-child {
    font-weight: 600;
}

.body-table tbody tr td.red-bg {
    background: #cd2d2d;
}

.body-table .table-description {
    text-align: center;
    color: #bdbdbd;
    margin-top: 20px;
    line-height: 27px;
    font-size: 19px;
}

.table-description-b {
    text-align: center;
    color: white;
    margin-top: 20px;
    line-height: 27px;
    font-size: 19px;
    font-weight: 500;
}
td.yellow-bg {
    background: #d5a41c !important;
}
.chat-operator.ts5 {
    padding: 0;
}
h3.title-up.red {
    color: #CD2D2D;
}

.next-win-body b {
    white-space: normal;
}
.table-description-b.red {
    color: #CD2D2D;
    font-weight: bold;
}
.ups p.desc {
    color: #ffffffbd;
    font-size: 17px;
    width: 550px;
    text-align: center;
    margin-top: 15px;
    line-height: 28px;
    font-style: italic;
}
.table-desc-input {
    width: 100%;
    text-align: center;
    color: #bdbdbd;
    margin-top: 20px;
    line-height: 27px;
    font-size: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.table-desc-input input {
    padding: 15px;
    border-radius: 20px;
    border: 0;
    font-size: 20px;
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table-desc-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 20px;
}

.table-desc-image img {
    width: auto;
    max-width: 250px;
}

.table-desc-image p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #bdbdbd;
    line-height: 27px;
    font-size: 19px;
}
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.loading-text {
  font-size: 24px;
  font-family: sans-serif;
  color: #333;
  display: flex;
  align-items: flex-end;
  z-index: 9999999;
}

.dot {
  font-size: 32px;
  line-height: 1;
  margin-left: 4px;
  animation: bounce 1.2s infinite;
}

/* Анимация прыжка */
@keyframes bounce {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}
.dot:nth-child(4) {
  animation-delay: 0.6s;
}
.table-desc-image p .green {
    color: #19cc19;
}

h3.title-up .green {
    color: #19cc19;
}
@-webkit-keyframes pulse-table {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(238, 237, 64, 0.7);
        box-shadow: 0 0 0 0 rgba(238, 237, 64, 0.7);
    }
    70% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-box-shadow: 0 0 0 10px rgba(238, 237, 64, 0);
        box-shadow: 0 0 0 10px rgba(238, 237, 64, 0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(238, 237, 64, 0);
        box-shadow: 0 0 0 0 rgba(238, 237, 64, 0);
    }
}
@keyframes pulse-table {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(238, 237, 64, 0.7);
        box-shadow: 0 0 0 0 rgba(238, 237, 64, 0.7);
    }
    70% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-box-shadow: 0 0 0 10px rgba(238, 237, 64, 0);
        box-shadow: 0 0 0 10px rgba(238, 237, 64, 0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(238, 237, 64, 0);
        box-shadow: 0 0 0 0 rgba(238, 237, 64, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 104, 80, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 104, 80, 0.7);
    }
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 104, 80, 0);
        box-shadow: 0 0 0 10px rgba(255, 104, 80, 0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 104, 80, 0);
        box-shadow: 0 0 0 0 rgba(255, 104, 80, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 104, 80, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 104, 80, 0.7);
    }
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 104, 80, 0);
        box-shadow: 0 0 0 10px rgba(255, 104, 80, 0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 104, 80, 0);
        box-shadow: 0 0 0 0 rgba(255, 104, 80, 0);
    }
}
@media (max-width: 321px) {
    .lucky .container {
        padding: 10px !important;
        gap: 10px !important;
    }
}

@media (max-width: 400px) {
  .lucky .container {
    padding: 14px !important;
    gap: 8px;
  }
}

@media (max-width: 575px) {
    .win-case {
        height: 250px;
    }
    .send-win-body {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .you-win h3 {width: 100%;font-size: 24px;}

    .secure-body {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .secure {
        padding: 0 20px;
        background: #1f1a1ab5;
        padding-top: 100px;
    }

    .next-win-body {
        width: auto;
        font-size: 14px;
    }

    .next-win {
        padding: 20px;
        padding-top: 50px;
        background: #1f1a1ab5;
    }

    .you-win {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        background: #1f1a1ab5;
    }

    .send-win {
        padding: 20px;
    }

    .send-win-body h5 {
        text-align: center;
    }

    .number-card-body {
        width: 100%;
        padding: 30px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .number-card {
        padding: 20px;
    }

    .bank-image img {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .bank-image {
        width: 100%;
    }

    .info.warning {
        padding-top: 30px;
    }
    .get-win {
        background: #1f1a1ab5;
        padding-top: 0px;
        position: relative;
        /*! overflow: hidden; */
    }
    .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        z-index: 999999;
        /*! background: #292222; */
        width: 100%;
        padding: 0;
    }
    .win-assets p {
        font-size: 14px;
        margin-left: 0;
    }

    .head h3 {
        font-size: 12px;
    }

    img.car {
        width: 120%;
        left: 100px;
        bottom: -42px;
    }

    .lucky .container {
        font-size: 12px;
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 20px;
        margin-top: 10px;
    }

    .content {
    }

    .all-prize {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .prizes-container {
        width: 100%;
    }

    .prize-total span {
        width: 100%;
        font-size: 14px;
        padding: 6px;
    }

    img.money-banner {
        width: 100%;
        right: 0;
        top: 0;
    }

    img.vk {
        /* display: none; */
        right: 130px;
        bottom: 310px;
        width: 80px;
        z-index: 1;
    }

    img.yandex {
        /* display: none; */
        width: 50px;
    }

    img.wildberries {
        /* display: none; */
        width: 60px;
        right: 80px;
        bottom: 300px;
    }

    img.ozon {
        /* display: none; */
        width: 70px;
        bottom: 280px;
        right: -10px;
    }

    img {}

    span.money img {
        z-index: 9999;
        position: relative;
    }

    body {
        overflow-x: hidden;
        /*! position: relative; */
    }

    .form {
        padding: 20px;
        padding-top: 0px;
    }

    .lucky {
        padding: 20px;
        padding-top: 0px;
        overflow: hidden;
    }

    .form h1 {
        font-size: 30px;
        text-align: center;
    }

    .steps {
        padding: 20px;
        padding-top: 30px;
    }

    .prize {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .prize-total {
        text-align: center;
    }

    .prizes {
        padding: 20px;
        padding-top: 30px;
    }

    h2.price-title {
        font-size: 30px;
        text-align: center;
    }

    .chats {
        padding: 20px;
    }

    .chat-container {
        height: 70vh;
    }

    .banner {
        padding-top: 0;
    }

    h1.mega-win {
        font-size: 24px;
    }

    .win-assets img {
        width: 70%;
    }

    .win-assets {
        margin: 0;
        text-align: center;
    }

    .roller-title {
        padding: 6px 30px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .roller-v {
        padding: 0;
        width: 100%;
        height: 200px;
        gap: 10px;
    }

    .info-body {
        width: 100%;
        padding: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info-body p {
        font-size: 14px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .roller-pop {
        margin-top: 0px;
        padding: 6px 30px;
        font-size: 16px;
    }

    button.roller-run {
        padding: 10px 30px;
        font-size: 25px;
    }

    .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        padding-top: 70px;
    }

    .roller-bg {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    img.case {
        width: 90%;
        bottom: -30px;
    }

    span.win-case-text {
        font-size: 30px;
        bottom: 128px;
    }

    .wait-operator {
        padding: 20px;
    }

    span.win-case-text-rubl {
        font-size: 20px;
        bottom: 105px;
    }

    .wait-block {
        padding-top: 50px;
        width: 80%;
    }

    .wait-operator h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .wait-block h6 {
        text-align: center;
    }

    img.wait {
        margin: 20px;
    }
    .banner-content {
        overflow: hidden;
        padding-left: 10px;
        padding-top: 10px;
    }
    .form button {
        font-size: 25px;
    }
    .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        width: 33.33%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .all-step {
        gap: 0;
    }
    .slots {

        gap: 7px;

        width: 340px;

        height: 184px;

    }
    .slots .reel {
        width: 89px;
        height: 127px;
    }
    .slots .reel::after {
    }

    .divTable.table-win .divTableCell, .divTable.table-win .divTableHead {
        padding: 10px;
        font-size: 12px;
    }
    .you-win-body {
        padding: 10px;
    }
    .you-win button {
        font-size: 13px;
        padding: 10px 50px;
        bottom: -60px;
    }
    .chat-operator {
        padding: 10px;
    }
    .ups {
        padding: 10px
    }
    h3.title-up {
        width: auto;
        font-size: 16px;
    }

    .table-description-b {
        font-size: 14px;
        line-height: normal;
    }
    .body-table .table-description {
        font-size: 14px;
        line-height: normal;
    }
    .chat-operator.ts5 {
        padding: 10px;
    }
    .chat-message-body .message {
        font-size: 14px;
        line-height: normal;
    }
    .ups p.desc {
        width: auto;
        font-size: 14px;
        line-height: normal;
    }
    .body-table {
        width: 100%;
    }
    .delivery-button a {
        padding: 10px;
        font-size: 14px;
        width: 90%;
    }
    .sponsor-h2 {
        font-size: 70px !important;
    }
    .sponsor {
        padding-left: 20px;
        margin: 5px;
        font-size: 14px;
    }
    .end-sponsor {
        padding-left: 25px;
    }
    .modal-body h3 {
        font-size: 20px;
        margin-top: 20px;
        text-align: center;
    }
    .modal-body span {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .close-modal {
        font-size: 20px;
        padding: 10px 30px;
    }
    .modal-body {
        padding: 40px;
        margin: 20px;
    }
    .header-win {
        padding: 15px 25px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
      .win-case {
        height: 250px;
    }
    .send-win-body {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .you-win h3 {width: 100%;font-size: 24px;}

    .secure-body {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .secure {
        padding: 0 20px;
        background: #1f1a1ab5;
        padding-top: 100px;
    }

    .next-win-body {
        width: auto;
        font-size: 14px;
    }

    .next-win {
        padding: 20px;
        padding-top: 50px;
        background: #1f1a1ab5;
    }

    .you-win {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        background: #1f1a1ab5;
    }

    .send-win {
        padding: 20px;
    }

    .send-win-body h5 {
        text-align: center;
    }

    .number-card-body {
        width: 100%;
        padding: 30px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .number-card {
        padding: 20px;
    }

    .bank-image img {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .bank-image {
        width: 100%;
    }

    .info.warning {
        padding-top: 30px;
    }
    .get-win {
        background: #1f1a1a94;
        padding-top: 0px;
        position: relative;
        overflow: hidden;
    }
    .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        z-index: 999999;
        background: #1f1a1ab5;
        width: 100%;
        padding: 0;
    }
    .win-assets p {
        font-size: 14px;
        margin-left: 0;
    }

    .head h3 {
        font-size: 12px;
    }

    img.car {
        width: 80%;
        right: 0;
        bottom: -42px;
    }

    .lucky .container {
        font-size: 19px;
        width: 470px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 20px;
        margin-top: 10px;
    }

    .content {
    }

    .all-prize {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .prizes-container {
        width: 100%;
    }

    .prize-total span {
        width: 100%;
        font-size: 14px;
        padding: 6px;
    }

    img.money-banner {
        width: 100%;
        top: 0;
    }

    img.vk {
        /* display: none; */
        right: 250px;
        bottom: 310px;
        width: 80px;
        z-index: auto;
    }

    img.yandex {
        /* display: none; */
        width: 50px;
    }

    img.wildberries {
        /* display: none; */
        width: 60px;
        right: 120px;
        bottom: 300px;
    }

    img.ozon {
        /* display: none; */
        width: 70px;
        bottom: 280px;
        right: 420px;
    }

    img {}

    span.money img {
        z-index: 9999;
        position: relative;
    }

    body {
        overflow-x: hidden;
        position: relative;
    }

    .form {
        padding: 20px;
        padding-top: 0px;
    }

    .lucky {
        padding: 20px;
        padding-top: 0px;
        overflow: hidden;
    }

    .form h1 {
        font-size: 30px;
        text-align: center;
    }

    .steps {
        padding: 20px;
        padding-top: 30px;
    }

    .prize {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .prize-total {
        text-align: center;
    }

    .prizes {
        padding: 20px;
        padding-top: 30px;
    }

    h2.price-title {
        font-size: 30px;
        text-align: center;
    }

    .chats {
        padding: 20px;
    }

    .chat-container {
        height: 500px;
    }

    .banner {
        padding-top: 0;
    }

    h1.mega-win {
        font-size: 24px;
    }

    .win-assets img {
        width: 70%;
    }

    .win-assets {
        margin: 0;
        text-align: center;
    }

    .roller-title {
        padding: 2px 30px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .roller-v {
        padding: 0;
        width: 100%;
        height: 200px;
        gap: 10px;
    }

    .info-body {
        width: 100%;
        padding: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info-body p {
        font-size: 14px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .roller-pop {
        padding: 2px 30px;
        margin-top: 0px;
        font-size: 16px;
    }

    button.roller-run {
        padding: 10px 30px;
        font-size: 25px;
    }

    .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        padding-top: 70px;
    }

    .roller-bg {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    img.case {
        width: 60%;
        bottom: -120px;
    }

    span.win-case-text {
        font-size: 50px;
        bottom: 88px;
    }

    .wait-operator {
        padding: 20px;
    }

    span.win-case-text-rubl {
        font-size: 40px;
        bottom: 40px;
    }

    .wait-block {
        padding-top: 50px;
        width: 80%;
    }

    .wait-operator h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .wait-block h6 {
        text-align: center;
    }

    img.wait {
        margin: 20px;
    }
    .banner-content {
        overflow: hidden;
        padding-left: 10px;
        padding-top: 10px;
    }
    .form button {
        font-size: 25px;
    }
    .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        width: 33.33%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .all-step {
        gap: 0;
    }
    .slots {

        gap: 7px;

        width: 340px;

        height: 184px;

    }
    .slots .reel {
        width: 89px;
        height: 127px;
    }
    .slots .reel::after {
    }

    .divTable.table-win .divTableCell, .divTable.table-win .divTableHead {
        padding: 10px;
        font-size: 12px;
    }
    .you-win-body {
        padding: 10px;
    }
    .you-win button {
        font-size: 13px;
        padding: 10px 50px;
        bottom: -60px;
    }
    .chat-operator {
        padding: 10px;
    }
    .ups {
        padding: 10px
    }
    h3.title-up {
        width: auto;
        font-size: 16px;
    }

    .table-description-b {
        font-size: 14px;
        line-height: normal;
    }
    .body-table .table-description {
        font-size: 14px;
        line-height: normal;
    }
    .chat-operator.ts5 {
        padding: 10px;
    }
    .chat-message-body .message {
        font-size: 14px;
        line-height: normal;
    }
    .ups p.desc {
        width: auto;
        font-size: 14px;
        line-height: normal;
    }
    .body-table {
        width: 100%;
    }
    .delivery-button a {
        padding: 10px;
        font-size: 14px;
        width: 90%;
    }
    .sponsor-h2 {
        font-size: 70px !important;
    }
    .sponsor {
        padding-left: 20px;
        margin: 5px;
        font-size: 14px;
    }
    .end-sponsor {
        padding-left: 25px;
    }
    .modal-body h3 {
        font-size: 20px;
        margin-top: 20px;
    }
    .modal-body span {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .close-modal {
        font-size: 20px;
        padding: 10px 30px;
    }
    .modal-body {
        padding: 40px;
        margin: 20px;
    }
    .header-win {
        padding: 15px 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
      .win-case {
        height: 250px;
    }
    .send-win-body {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .you-win h3 {width: 100%;font-size: 24px;}

    .secure-body {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .secure {
        padding: 0 20px;
        background: #1f1a1ab5;
        padding-top: 100px;
    }

    .next-win-body {
        width: auto;
        font-size: 14px;
    }

    .next-win {
        padding: 20px;
        padding-top: 50px;
        background: #1f1a1ab5;
    }

    .you-win {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        background: #1f1a1ab5;
    }

    .send-win {
        padding: 20px;
    }

    .send-win-body h5 {
        text-align: center;
    }

    .number-card-body {
        width: 100%;
        padding: 30px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .number-card {
        padding: 20px;
    }

    .bank-image img {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .bank-image {
        width: 100%;
    }

    .info.warning {
        padding-top: 30px;
    }
    .get-win {
        background: #1f1a1a94;
        padding-top: 0px;
        position: relative;
        overflow: hidden;
    }
    .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        z-index: 999999;
        background: #1f1a1a94;
        width: 100%;
        padding: 0;
    }
    .win-assets p {
        font-size: 14px;
        margin-left: 0;
    }

    .head h3 {
        font-size: 12px;
    }

    img.car {
        width: 80%;
        right: 0;
        bottom: -42px;
    }

    .lucky .container {
        font-size: 19px;
        width: 470px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 20px;
        margin-top: 10px;
    }

    .content {
    }

    .all-prize {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .prizes-container {
        width: 100%;
    }

    .prize-total span {
        width: 100%;
        font-size: 14px;
        padding: 6px;
    }

    img.money-banner {
        width: 100%;
        top: 0;
    }

    img.vk {
        /* display: none; */
        right: 250px;
        bottom: 310px;
        width: 80px;
        z-index: auto;
    }

    img.yandex {
        /* display: none; */
        width: 50px;
    }

    img.wildberries {
        /* display: none; */
        width: 60px;
        right: 120px;
        bottom: 300px;
    }

    img.ozon {
        /* display: none; */
        width: 70px;
        bottom: 280px;
        right: 420px;
    }

    img {}

    span.money img {
        z-index: 9999;
        position: relative;
    }

    body {
        overflow-x: hidden;
        position: relative;
    }

    .form {
        padding: 20px;
        padding-top: 0px;
    }

    .lucky {
        padding: 20px;
        padding-top: 0px;
        overflow: hidden;
    }

    .form h1 {
        font-size: 30px;
        text-align: center;
    }

    .steps {
        padding: 20px;
        padding-top: 30px;
    }

    .prize {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .prize-total {
        text-align: center;
    }

    .prizes {
        padding: 20px;
        padding-top: 30px;
    }

    h2.price-title {
        font-size: 30px;
        text-align: center;
    }

    .chats {
        padding: 20px;
    }

    .chat-container {
        height: 500px;
    }

    .banner {
        padding-top: 0;
    }

    h1.mega-win {
        font-size: 24px;
    }

    .win-assets img {
        width: 70%;
    }

    .win-assets {
        margin: 0;
        text-align: center;
    }

    .roller-title {
        padding: 2px 30px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .roller-v {
        padding: 0;
        width: 100%;
        height: 200px;
        gap: 10px;
    }

    .info-body {
        width: 100%;
        padding: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info-body p {
        font-size: 14px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .roller-pop {
        padding: 2px 30px;
        margin-top: 0px;
        font-size: 16px;
    }

    button.roller-run {
        padding: 10px 30px;
        font-size: 25px;
    }

    .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        padding-top: 70px;
    }

    .roller-bg {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    img.case {
        width: 60%;
        bottom: -110px;
    }

    span.win-case-text {
        font-size: 60px;
        bottom: 128px;
    }

    .wait-operator {
        padding: 20px;
    }

    span.win-case-text-rubl {
        font-size: 50px;
        bottom: 68px;
    }

    .wait-block {
        padding-top: 50px;
        width: 80%;
    }

    .wait-operator h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .wait-block h6 {
        text-align: center;
    }

    img.wait {
        margin: 20px;
    }
    .banner-content {
        overflow: hidden;
        padding-left: 10px;
        padding-top: 10px;
    }
    .form button {
        font-size: 25px;
    }
    .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        width: 33.33%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .all-step {
        gap: 0;
    }
    .slots {

        gap: 7px;

        width: 340px;

        height: 184px;

    }
    .slots .reel {
        width: 89px;
        height: 127px;
    }
    .slots .reel::after {
    }

    .divTable.table-win .divTableCell, .divTable.table-win .divTableHead {
        padding: 10px;
        font-size: 12px;
    }
    .you-win-body {
        padding: 10px;
    }
    .you-win button {
        font-size: 13px;
        padding: 10px 50px;
        bottom: -60px;
    }
    .chat-operator {
        padding: 10px;
    }
    .ups {
        padding: 10px
    }
    h3.title-up {
        width: auto;
        font-size: 16px;
    }

    .table-description-b {
        font-size: 14px;
        line-height: normal;
    }
    .body-table .table-description {
        font-size: 14px;
        line-height: normal;
    }
    .chat-operator.ts5 {
        padding: 10px;
    }
    .chat-message-body .message {
        font-size: 14px;
        line-height: normal;
    }
    .ups p.desc {
        width: auto;
        font-size: 14px;
        line-height: normal;
    }
    .body-table {
        width: 100%;
    }
    .delivery-button a {
        padding: 10px;
        font-size: 14px;
        width: 90%;
    }
    .sponsor-h2 {
        font-size: 70px !important;
    }
    .sponsor {
        padding-left: 20px;
        margin: 5px;
        font-size: 14px;
    }
    .end-sponsor {
        padding-left: 25px;
    }
    .modal-body h3 {
        font-size: 20px;
        margin-top: 20px;
    }
    .modal-body span {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .close-modal {
        font-size: 20px;
        padding: 10px 30px;
    }
    .modal-body {
        padding: 40px;
        margin: 20px;
    }
    .header-win {
        padding: 15px 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 1400px) {
}