@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  background: #ffffff;
  position: relative;
}

body::-webkit-scrollbar {
  width: 12px; /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: rgb(255, 255, 255); /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
  background-color: #d72f3c; /* цвет плашки */
  border-radius: 0px; /* закругления плашки */
}

.cont {
  width: 1400px;
  margin: auto;
  position: relative;
}

.element-animation {
  opacity: 0;
  -webkit-transform: translateY(25px);
}

.element-animation.element-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transition: 1s;
}

/* setka */

.setka {
  width: 1400px;
  margin: auto;
}

.setka img {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

/* header */

header {
  height: 120px;
  margin-bottom: 180px;
}

.menu {
  display: flex;
  justify-content: space-between;
}

.logo {
  margin-top: 45px;
  margin-left: 20px;
}

.menu-l {
  display: flex;
}

.menu-r {
  display: flex;
}

.menu-sep {
  margin-top: 46px;
}

.menu-a a {
  font-family: "Inter";
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 120px;
  margin-left: 25px;
  transition: 0.3s;
}

.menu-a a:hover {
  color: #d72f3c;
  font-size: 16px;
  transition: 0.3s;
}

.online p {
  font-family: "Inter";
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 120px;
  margin-right: 25px;
}

.online img {
  margin-right: 10px;
  margin-bottom: 2px;
}

.menu-spin button {
  font-family: "Inter";
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  background-color: #d72f3c;
  border: 0;
  margin-right: 25px;
  margin-top: 40px;
  border-radius: 20px;
  transition: 0.3s;
}

.scope {
  overflow: hidden;
}
.scope .list {
  position: relative;
  display: inline-flex;
  left: 0;
  transform: translate3d(0, 0, 0);
  list-style: none;
  transition: transform 10s cubic-bezier(0.21, 0.53, 0.29, 0.99) 0s;
}

.menu-spin button:hover {
  background-color: #ff394a;
  transition: 0.3s;
}

.menu-login button {
  font-family: "Inter";
  text-decoration: none;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  margin-right: 25px;
  margin-top: 40px;
  background-color: #00000000;
  border: 1px solid #0a0a0a;
  transition: 0.3s;
}

.menu-login button:hover {
  color: #ffffff;
  background-color: #0a0a0a;
  transition: 0.3s;
}

/* handout */

.handout {
  width: 800px;
  margin: auto;
  margin-bottom: 300px;
}

.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: 64px;
  font-weight: 800;
}

.handout-h1 img {
  position: absolute;
  top: 6%;
  left: 63%;
}

.spin-item-text {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
  margin-left: 10px;
}

.handout-p {
  text-align: center;
  font-family: "Inter";
  color: #1f1f1fb1;
  font-size: 16px;
  font-weight: 500;
  width: 600px;
  margin: auto;
  margin-bottom: 25px;
}

.handout-button {
  display: flex;
  justify-content: center;
}

.handout-button-l button {
  font-family: "Inter";
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  background-color: #d72f3c;
  border: 0;
  margin-right: 20px;
  border-radius: 20px;
  transition: 0.3s;
}

.handout-button-l button:hover {
  background-color: #f83545;
  transition: 0.3s;
}

.handout-button-r button {
  font-family: "Inter";
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  background-color: #d72f3d00;
  border: 0;
  transition: 0.3s;
}

.handout-button-r button:hover {
  color: #000000;
  transition: 0.3s;
}

.handout-button-r img {
  margin-left: 10px;
}

.dekor img {
}

.dekor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* roulette */

.roulette {
  margin-bottom: 200px;
}

.roulette-title {
  margin-bottom: 30px;
}

.roulette-title p {
  text-align: center;
  font-family: "Inter";
  color: #d72f3c;
  font-size: 16px;
  font-weight: 500;
}

.roulette-h2 {
  margin-bottom: 30px;
}

.roulette-h2 h2 {
  text-align: center;
  font-family: "Inter";
  color: #1f1f1f;
  font-size: 40px;
  font-weight: 800;
}

.roulette-p {
  margin-bottom: 30px;
}

.roulette-p p {
  text-align: center;
  font-family: "Inter";
  color: #1f1f1fb1;
  font-size: 16px;
  font-weight: 600;
}

.roulette-button {
  text-align: center;
}

.roulette-button button {
  font-family: "Inter";
  text-decoration: none;
  color: #ffffff;
  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;
  transition: 0.3s;
}

/* footer */

.footer {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.footer-p p {
  font-family: "Inter";
  text-decoration: none;
  color: #1f1f1f98;
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
}

.footer-img img {
  filter: grayscale(100%);
  opacity: 100%;
  margin-left: 50px;
}

.dekor-b {
  position: absolute;
  top: 88%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* spin */

/* spin100-a */

.roulette-spin {
  margin-bottom: 30px;
  position: relative;
}

.spin-items {
  display: flex;
  justify-content: center;
}

.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: 100%;
  margin-top: 10px;
  opacity: 100%;
}

.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: 60%;
  margin-top: 0px;
  opacity: 100%;
}

.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: 100%;
  margin-top: 0px;
}

.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;
}

/* 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: 530px;
  text-align: center;
}

.promo-info {
  position: relative;
}

.promo-info img {
  position: absolute;
  top: 73%;
  left: 90%;
  width: 64px;
  height: auto;
}

.promo-cont label {
  font-family: "Inter";
  text-decoration: none;
  color: #ffffff;
  font-size: 32px;
  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;
}

.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: -2;
}

.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;
}

.prize-info {
  position: relative;
}

.prize-h2 h2 {
  font-family: "Inter";
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-left: 20px;
}

.prize-11000 {
  margin-bottom: 40px;
}

.prize-11000 p {
  font-family: "Inter";
  font-size: 30px;
  font-weight: 700;
  color: #e9e9e9;
  text-shadow: 0 7px #373737, 0 0 10px #6f6f6f, 0 0 21px #fdfdfd,
    0 0 42px #4b4b4b, 0 0 82px #4b4b4b, 0 0 92px #4b4b4b, 0 0 102px #4b4b4b,
    0 0 151px #4b4b4b;
}

.prize-4500 p {
  font-family: "Inter";
  font-size: 30px;
  color: #99343e;
  font-weight: 700;
}

.prize-1000 p {
  font-family: "Inter";
  font-size: 30px;
  color: #99343e;
  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;
}

.navbar {
  display: none;
}

.setka-mob {
  display: none;
}
