@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  text-decoration: none;
}

.roulette-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.roulette-wrapper .selector {
  width: 3px;
  background: grey;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0%);
  position: absolute;
  z-index: 2;
}

.roulette-wrapper .wheel {
  display: flex;
}

.roulette-wrapper .wheel .row {
  display: flex;
}

.roulette-wrapper .wheel .row .card {
  height: 75px;
  width: 75px;
  margin: 3px;
  border-radius: 8px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5em;
}

.card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card.yellow {
  background: rgba(255, 192, 42, 0.6);
}

.card.black {
  background: #000000;
}

.lucky__roulette {
  padding: 15px 0px;
}

.win-card {
  background: #fffb00;
  box-shadow: 0px 0px 11px rgba(255, 192, 42, 0.4);
}

body {
  background: #333;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: url("./img/bg.svg") repeat;
  background-size: cover;
}

main {
  padding: 0px 10px;
}

.header {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgb(29, 29, 29) 0%, rgb(73, 73, 73) 100%);
  padding: 8px 16px;
  border-radius: 0px 0px 20px 20px;
  padding: 7px 15px;
  height: 70px;
}
.header__logo {
  display: block;
  margin-right: auto;
  width: 170px;
}
.header__logo--img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-bonuses {
  margin-right: 10px;
  padding: 5px 6px;
}
.header-cart {
  height: 26px;
  padding: 3px;
  background: #eba500;
  border-radius: 8px;
}
.header-cart__img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.bonuses {
  height: 26px;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 6px 7px;
  display: flex;
  align-items: center;
  background: rgb(255, 192, 42);
  background: linear-gradient(90deg, rgb(255, 192, 42) 0%, rgb(255, 131, 42) 100%);
  border-radius: 8px;
}
.bonuses__img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.bonuses__amount {
  font-size: 35px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.hero-sec {
  margin-top: 14px;
  position: relative;
  padding-bottom: 30px;
}
.hero-sec .swiper-pagination {
  bottom: 0px;
}
.hero-sec .swiper-pagination-bullet-active {
  background: #fff;
}

.timer-back {
  display: none;
}

.hero-swiper {
  width: 100%;
}
.hero-swiper .swiper-slide {
  border-radius: 20px !important;
  overflow: hidden;
  position: relative;
}
.hero-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3;
}
.hero-swiper .swiper-slide .timer {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 100;
  width: 300px;
  background: rgba(29, 29, 29, 0.4);
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  padding: 30px 0px 5px 0px;
}
.hero-swiper .swiper-slide .timer__title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  top: 7px;
}
.hero-swiper .swiper-slide .timer__item {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
}
.hero-swiper .swiper-slide .timer__item div {
  font-size: 10px;
}
.hero-swiper .swiper-slide .timer__item:not(:last-child) {
  margin-right: 24px;
}

.back-btn {
  display: block;
  margin-top: 23px;
  text-decoration: none;
}

.catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 12px;
  margin-top: 20px;
}
.catalog-item {
  display: flex;
  width: calc(50% - 16px);
  aspect-ratio: 1/1.2;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.catalog-item::before {
  display: none;
  content: "К СОЖАЛЕНИЮ, У ТЕБЯ НЕ ХВАТАЕТ БАЛЛОВ ДЛЯ ИГРЫ. КОПИ БАЛЛЫ И ВОЗВРАЩАЙСЯ!";
  color: #fff;
  font-size: 6px;
  font-weight: 800;
  text-align: center;
  top: calc(100% + 11px);
  position: absolute;
}
.catalog-item.notEnoughtBalance::before {
  display: block;
}
.catalog-item.notEnoughtBalance .catalog-item__btn {
  opacity: 0.6;
}
.catalog-item__img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.catalog-item__img-wrap {
  width: 100%;
  height: 160px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.catalog-item__title {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 800;
  margin-top: 7px;
  text-transform: uppercase;
}
.catalog-item__title span {
  background: linear-gradient(90deg, rgb(255, 192, 42) 0%, rgb(255, 131, 42) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.catalog-item__bonuses {
  margin-top: 8px;
}
.catalog-item__btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 0px;
  margin-top: 8px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 15px;
  background: rgb(255, 192, 42);
  background: linear-gradient(90deg, rgb(255, 192, 42) 0%, rgb(255, 131, 42) 100%);
}
.catalog-item__btn img {
  margin-right: 4px;
}

.back-btn {
  display: flex;
  align-items: center;
  margin-left: 15px;
  width: -moz-max-content;
  width: max-content;
  font-size: 22px;
  color: #fff;
  font-weight: 800;
  padding: 9px;
  border-radius: 22px;
  background: rgb(255, 192, 42);
  background: linear-gradient(90deg, rgb(255, 192, 42) 0%, rgb(255, 131, 42) 100%);
}
.back-btn img {
  margin-right: 6px;
}

.lucky-main {
  padding: 0px;
}
.lucky__title {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: calc(100% - 32px);
  font-size: 22px;
  font-weight: 500;
  padding: 6px 0px;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #FFC02A;
  border-radius: 11px;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.lucky__roulette {
  margin-top: 20px;
}
.lucky__button {
  outline: none;
  border: none;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px 0px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  background: linear-gradient(90deg, rgb(255, 192, 42) 0%, rgb(255, 131, 42) 100%);
}
.lucky__button-arrow {
  margin-right: 10px;
  height: 23px;
}
.lucky__button-text {
  display: block;
  margin-right: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.lucky__button-bonuses {
  background: transparent;
  width: -moz-max-content;
  width: max-content;
  margin-left: 10px;
  padding: 0px;
}
.lucky__description {
  width: 100%;
  margin-top: 14px;
  font-size: 12px;
  text-align: center;
}

body.disabled {
  overflow: hidden;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #333;
  padding: 12px 20px;
  border-radius: 12px;
}
.modal-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background: rgba(17, 17, 17, 0.4);
}
.modal-bg.active {
  display: block;
}
.modal p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.modal.active {
  display: flex;
  z-index: 999;
}

.big-item {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 300px;
  aspect-ratio: inherit;
}
.big-item::before {
  font-size: 9px;
}
.big-item .catalog-item__title {
  font-size: 22px;
}
.big-item .catalog-item__btn {
  border-radius: 25px;
  font-size: 40px;
}
.big-item .catalog-item__btn img {
  width: 28px;
}

.win-options {
  background: #fff;
  font-weight: 800;
  padding: 15px 8px;
  border-radius: 30px;
  width: calc(100% - 34px);
  margin: 0 auto;
  margin-top: 45px;
}
.win-options * {
  font-weight: 800;
  text-transform: uppercase;
}
.win-options__title {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 6px 8px;
  font-size: 18px;
  background: linear-gradient(90deg, rgb(255, 192, 42) 0%, rgb(255, 131, 42) 100%);
  text-align: center;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
}
.win-options__item {
  margin-bottom: 17px;
  display: flex;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  display: flex;
}
.win-options__item--star {
  margin-right: 8px;
}
.win-options__item i {
  color: #fff;
  padding: 3px 7px;
  line-height: 20px;
  border-radius: 10px;
  margin-right: 6px;
  background: linear-gradient(90deg, rgb(255, 192, 42) 0%, rgb(255, 131, 42) 100%);
}

.lucky-no-money {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-top: 13px;
}

.lucky__roulette {
  padding-bottom: 25px;
}

.lucky__roulette .selector {
  background: url("./img/playArrow.svg") no-repeat center;
  background-size: contain;
  width: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bonuses-info {
  width: 75vw;
  max-height: 60vh;
  overflow: scroll;
  align-items: flex-start;
  justify-content: flex-start;
}

.itemPage .timer {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 100;
  width: 300px;
  margin: 20px auto 0px auto;
  background: rgba(29, 29, 29, 0.4);
  border-radius: 30px;
  padding: 30px 0px 5px 0px;
}
.itemPage .timer__title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  top: 7px;
}
.itemPage .timer__item {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
}
.itemPage .timer__item div {
  font-size: 10px;
}
.itemPage .timer__item:not(:last-child) {
  margin-right: 24px;
}
.itemPage .timer-back {
  display: none;
}/*# sourceMappingURL=index6.css.map */