@media (max-width: 540px) {
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

  /* setka */

  body {
  }

  .cont {
    width: 100%;
  }

  .setka {
    display: none;
    overflow: hidden;
  }

  .setka-mob {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: url(../images/white.png);
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -13;
  }

  /* header */

  header {
    height: 120px;
    margin-bottom: 80px;
  }

  .menu {
    display: none;
  }

  .navbar {
    display: block;
    margin: auto;
  }

  .navbar .container {
    margin: auto;
  }

  .nabar-menu-l {
    width: 30%;
  }

  .nabar-menu-l img {
    width: 100%;
    margin-top: 18px;
    margin-left: 10px;
  }

  .menu-spin button {
    font-family: "Inter";
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #d72f3c;
    border: 0;
    margin-right: 15px;
    margin-top: 20px;
    transition: 0.3s;
    border-radius: 20px;
  }

  .menu-spin a {
    margin: 0;
  }

  .menu-login a {
    margin: 0;
  }

  .menu-spin button:hover {
    background-color: #de3240;
    /* border-radius: 4px; */
    color: white;
    transition: 0.3s;
  }

  .menu-login button {
    font-family: "Inter";
    text-decoration: none;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 15px;
    margin-right: 10px;
    margin-top: 20px;
    background-color: #00000000;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.3s;
  }

  /* handout */

  .handout {
    width: 80%;
    margin: auto;
    margin-bottom: 150px;
  }

  .handout-title {
    margin-bottom: 25px;
  }

  .handout-title p {
    text-align: center;
    font-family: "Inter";
    color: #d72f3c;
    font-size: 16px;
    font-weight: 500;
  }

  .handout-h1 {
    position: relative;
    margin-bottom: 25px;
  }

  .handout-h1 h1 {
    text-align: center;
    font-family: "Inter";
    color: #1f1f1f;
    font-size: 32px;
    font-weight: 800;
  }

  .handout-h1 img {
    display: none;
  }

  .handout-p {
    text-align: center;
    font-family: "Inter";
    color: #000000a2;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }

  .handout-button {
    display: flex;
    justify-content: center;
  }

  .handout-button-l button {
    font-family: "Inter";
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #d72f3c;
    border: 0;
    margin-right: 20px;
    transition: 0.3s;
    border-radius: 20px;
  }

  .handout-button-l button:hover {
    background-color: #f83545;
    color: #ffffff;
    transition: 0.3s;
  }

  .handout-button-r button {
    font-family: "Inter";
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #d72f3d00;
    border: 0;
    transition: 0.3s;
  }

  .handout-button-r button:hover {
    color: #d72f3c;
    transition: 0.3s;
  }

  .handout-button-r img {
    margin-left: 10px;
  }

  .dekor img {
    width: 100%;
    opacity: 50%;
  }

  .dekor {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }

  /* roulette */

  .roulette {
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
  }

  .roulette-title {
    margin-bottom: 30px;
  }

  .roulette-title p {
    text-align: center;
    font-family: "Inter";
    color: #d72f3c;
    font-size: 16px;
    font-weight: 500;
  }

  .roulette-h2 {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }

  .roulette-h2 h2 {
    text-align: center;
    font-family: "Inter";
    color: #1f1f1f;
    font-size: 28px;
    font-weight: 800;
  }

  .roulette-p {
    margin-bottom: 50px;
  }

  .roulette-p p {
    text-align: center;
    font-family: "Inter";
    color: #000000a2;
    font-size: 14px;
    font-weight: 500;
  }

  .roulette-button {
    text-align: center;
  }

  .roulette-button button {
    font-family: "Inter";
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #d72f3c;
    border: 0;
    border-radius: 20px;
    transition: 0.3s;
  }

  .roulette-button button:hover {
    background-color: #f83545;
    color: #ffffff;
    transition: 0.3s;
  }

  /* footer */

  .footer {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .footer-img img {
    filter: grayscale(100%);
    opacity: 100%;
  }

  .footer-p p {
    font-family: "Inter";
    text-decoration: none;
    color: #0000009e;
    font-size: 16px;
    font-weight: 500;
  }

  /* dekor-b */

  .dekor-b {
    display: none;
  }

  .dekor-b-mob {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    background-image: url(../images/%201.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }

  /* modal */

  .promo {
    display: none;
    background-color: #00000013;
    backdrop-filter: blur(5px);
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
  }

  .click {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .promo-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, #200d0e, #351114);
    border: 2px solid #591d22;
    border-radius: 30px;
    padding: 15px 30px;
    width: 90%;
    text-align: center;
  }

  .promo-info {
    position: relative;
  }

  .promo-info img {
    position: absolute;
    top: 75%;
    left: 85%;
    width: 64px;
    height: auto;
  }

  .promo-cont label {
    font-family: "Inter";
    text-decoration: none;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .promo-cont .promo-text {
    font-family: "Inter";
    text-decoration: none;
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    background-color: #0b0b0bd0;
    border: 0;
    border-radius: 10px;
    height: 67px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
  }

  .promo-cont .promo-submit {
    font-family: "Inter";
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    background-color: #4d1a1e;
    border: 0;
    border-radius: 20px;
    filter: drop-shadow(0px 5px #0000002c);
    padding: 10px 30px;
    transition: 0.3s;
    margin-bottom: 10px;
  }

  .promo-cont .promo-submit:hover {
    background-color: #642127;
    transition: 0.3s;
  }

  /* prize */

  #confetti {
    background: #ffffff00;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1;
  }

  .prize {
    display: none;
    background-color: #000000af;
    backdrop-filter: blur(5px);
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: hidden;
  }

  .prize-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
  }

  .prize-info {
    position: relative;
  }

  .prize-h2 h2 {
    font-family: "Inter";
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 20px;
  }

  .prize-11000 {
    margin-bottom: 40px;
  }

  .prize-11000 p {
    font-family: "Inter";
    font-size: 30px;
    color: #e9e9e9;
    font-weight: 700;
  }

  .prize-info input {
    font-family: "Inter";
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    background-color: #d72f3c;
    border-radius: 20px;
    padding: 10px 30px;
    border: 0;
    transition: 0.3s;
  }

  .prize-info input:hover {
    background-color: #f53848;
    transition: 0.3s;
  }

  /* spin */

  /* spin100-a */

  .roulette-spin {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    width: auto;
  }

  .spin-items {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .spin-indicator {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  /* onactive */

  .active {
    opacity: 0%;
    filter: grayscale(unset);
  }

  .opacity {
    opacity: 30%;
  }

  .filter {
    filter: grayscale(100);
  }

  /* spin1000 */

  .spin1000 {
    width: 100px;
    height: 100px;
    background: linear-gradient(0deg, #040404, #7d242a);
    border: 2px solid transparent;
    border-image: linear-gradient(0deg, #b0343c, #040404);
    -moz-border-image: -moz-linear-gradient(#b0343c, #040404);
    -webkit-border-image: -webkit-linear-gradient(#b0343c, #040404);
    border-image-slice: 1;
    padding: 10px;
    margin: 0px 10px;
    text-align: center;
    opacity: 30%;
    filter: grayscale(100);
  }

  /* .spin1000 {
    width: 100px;
    height: 100px;
    background: #040404;
    border: 2px solid transparent;
    border-image: linear-gradient(0deg, rgb(11, 11, 11), #040404);;
    -moz-border-image: -moz-linear-gradient(rgb(11, 11, 11), #040404);
    -webkit-border-image: -webkit-linear-gradient(rgb(11, 11, 11), #040404);
    border-image-slice: 1;
    padding: 10px;
    margin: 0px 10px;
    text-align: center;
    filter: grayscale(100%);
} */

  .spin1000 img {
    width: 100px;
    margin-top: 10px;
    opacity: 100%;
    padding-right: 20px;
  }

  .spin1000 p {
    color: #d72f3c;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    opacity: 100%;
  }

  /* 4500 */

  .spin4500 {
    width: 100px;
    height: 100px;
    background: linear-gradient(0deg, #040404, #7d242a);
    border: 2px solid transparent;
    border-image: linear-gradient(0deg, #b0343c, #040404);
    -moz-border-image: -moz-linear-gradient(#b0343c, #040404);
    -webkit-border-image: -webkit-linear-gradient(#b0343c, #040404);
    border-image-slice: 1;
    padding: 10px;
    margin: 0px 10px;
    text-align: center;
    opacity: 30%;
  }

  .spin4500 img {
    width: 70px;
    margin-top: -8px;
    opacity: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .spin4500 p {
    color: #d72f3c;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    opacity: 100%;
  }

  /* 11000 */

  .spin11000 {
    width: 100px;
    height: 100px;
    background: linear-gradient(0deg, #080808, #7d6424);
    border: 2px solid transparent;
    border-image: linear-gradient(0deg, #bf9938, #080808);
    -moz-border-image: -moz-linear-gradient(#bf9938, #080808);
    -webkit-border-image: -webkit-linear-gradient(#bf9938, #080808);
    border-image-slice: 1;
    padding: 10px;
    margin: 0px 10px;
    text-align: center;
    opacity: 30%;
  }

  .spin11000 img {
    width: 100px;
    margin-top: 0px;
    padding-right: 20px;
  }

  .spin11000 p {
    color: #c89f38;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
  }

  /* active */

  .active {
    opacity: 100%;
    filter: grayscale(0);
    transition: 0.3s;
  }

  /* .opacity {
    opacity: 30%;
}

.filter {
    filter: grayscale(100);
} */
}

@media (min-width: 540px) and (max-width: 720px) {
}

@media (min-width: 720px) and (max-width: 960px) {
}

@media (min-width: 1140px) and (max-width: 1400px) {
}
