@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Manrope:wght@400;500;600;700&family=Oswald:wght@700&display=swap");
@-webkit-keyframes track {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes track {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes track_reverse {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes track_reverse {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@font-face {
  font-family: "DL Slifted Display";
  font-weight: 700;
  font-style: italic;
  src: url("./fonts/DL Slifted Display.woff2") format("woff2"), url("./fonts/DL Slifted Display.woff") format("woff"), url("./fonts/DL Slifted Display.eot") format("eot");
  font-display: swap;
}
html,
body {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Manrope", sans-serif;
  min-width: 320px;
  height: 100%;
  margin: 0;
  overflow-anchor: none;
  overflow-x: hidden !important;
  background-color: #0e131b;
}

img {
  max-width: 100%;
}
div#timer_timer {
  display: flex;
}


.slick-list {
  overflow: visible;
}

.slick-slide {
  margin-left: 32px;
}
.slick-slide:first-child {
  margin-left: 0;
}
.popup__balance input, .popup__balance button {
  width: 100% !important;
}
.pencil {
  border-radius: 50%;
  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;
  background-color: #373e48;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border: 4px solid #272d37;
}

.button {
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  white-space: nowrap;
}

.button-form {
  border-radius: 15px;
  padding: 26px 10px;
  font-size: calc(4px + 0.8333333333vw);
}

.button-premium {
  border-radius: 10px;
  padding: 14px 10px;
}

.button-profile {
  border-radius: 30px;
  padding: 10px 20px;
}

.field {
  display: block;
  width: 100%;
  text-align: center;
  padding: 28px 20px;
  background-color: #1f242e;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
  -webkit-transition: border-color 0.4s linear;
  transition: border-color 0.4s linear;
}
.field::-webkit-input-placeholder {
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
  text-align: center;
}
.field::-moz-placeholder {
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
  text-align: center;
}
.field:-ms-input-placeholder {
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
  text-align: center;
}
.field::-ms-input-placeholder {
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
  text-align: center;
}
.field::placeholder {
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
  text-align: center;
}
.field:focus {
  border-color: #e86100;
}
.field.placeholder-left::-webkit-input-placeholder {
  text-align: left;
}
.field.placeholder-left::-moz-placeholder {
  text-align: left;
}
.field.placeholder-left:-ms-input-placeholder {
  text-align: left;
}
.field.placeholder-left::-ms-input-placeholder {
  text-align: left;
}
.field.placeholder-left::placeholder {
  text-align: left;
}

.orange {
  background-color: #e86100;
  -webkit-box-shadow: 0 10px 30px -10px rgba(232, 97, 0, 0.5);
          box-shadow: 0 10px 30px -10px rgba(232, 97, 0, 0.5);
}

.green {
  background-color: #39ba25;
  -webkit-box-shadow: 0 10px 30px -10px rgba(57, 186, 37, 0.5);
          box-shadow: 0 10px 30px -10px rgba(57, 186, 37, 0.5);
}

.blue {
  background-color: #00a3ff;
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 163, 255, 0.5);
          box-shadow: 0 10px 30px -10px rgba(0, 163, 255, 0.5);
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.decor {
  position: absolute;
  left: 0;
  bottom: 0;
}

.popup {
  background-color: #272d37;
  padding: 54px 40px;
  border-radius: 30px;
  position: relative;
}
.popup__balance {
  text-align: center;
}
.popup__balance-title {
  font-size: calc(20px + 0.8333333333vw);
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.popup__balance-description-error {
  text-align: center;
  font-size: calc(2px + 0.8333333333vw);
  color: #fff;
  margin-bottom: 30px;
}
.popup__balance-try {
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  font-size: calc(0px + 0.8333333333vw);
  display: block;
}
.popup__balance-success-description {
  text-align: center;
  font-size: calc(4px + 0.8333333333vw);
  color: #fff;
}
.popup__balance-success-result {
  margin: 10px 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.popup__balance-success-result > span {
  color: #fff;
  font-weight: 600;
  font-size: calc(18px + 0.8333333333vw);
}
.popup__balance-subtitle {
  text-align: center;
  font-size: calc(2px + 0.8333333333vw);
  color: #fff;
}
.popup__balance-field {
  margin: 25px 0 15px;
}
.popup__auth {
  max-width: 530px;
}
.popup__auth > button {
  margin-top: 30px;
}
.popup__auth-title {
  color: #fff;
  font-size: calc(24px + 0.8333333333vw);
  font-weight: 700;
  text-align: center;
}
.popup__game {
  max-width: 863px;
}
.popup__game-slider {
  position: relative;
  margin-top: 48px;
}
.popup__game-slider-wrapper {
  overflow: hidden;
}
.popup__game-slider-controller {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  width: 48px;
  height: 48px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 18px 0 rgba(232, 97, 0, 0.5);
          box-shadow: 0 10px 18px 0 rgba(232, 97, 0, 0.5);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
button.popup__game-slider-controller.slider-controller.right {right: 4%;}
button.popup__game-slider-controller.slider-controller.left {left: -2%;}

.popup__game-slider-controller:hover {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}
.popup__game-slider-wrapper-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.popup__game-slider-slide {
  width: 32%;
}
.popup__game-slider-slide > a > img {
  border-radius: 10px;
  width: 250px;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup__game-name {
  color: #fff;
  font-size: calc(29px + 0.8333333333vw);
  font-weight: 700;
}
.popup__game-description {
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
  line-height: 24px;
  margin: 38px 0;
}
.popup__game-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.popup__game-top > a > img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  max-width: 220px;
  -webkit-box-shadow: 0 12px 20px 1px rgba(232, 97, 0, 0.2);
          box-shadow: 0 12px 20px 1px rgba(232, 97, 0, 0.2);
  margin-top: -100px;
}
.popup__game-premiums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.popup__game-premiums .premium {
  background-color: #373e48;
  border-radius: 15px;
  padding: 42px 34px;
  text-align: center;
}
.popup__game-premiums .premium__name {
  color: #fff;
  font-size: calc(9px + 0.8333333333vw);
}
.popup__game-premiums .premium__description {
  color: #999999;
  margin-bottom: 34px;
  font-size: calc(-1px + 0.8333333333vw);
}
.popup__game-info > p {
  color: gray;
  margin: 2px 0 8px;
  font-size: calc(4px + 0.8333333333vw);
}
.popup__game-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.popup__game-list > li {
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
}
.popup__description-auth {
  color: #fff;
  text-align: center;
  font-size: calc(0px + 0.8333333333vw);
  margin: 10px 0 34px;
}
.popup__info-auth {
  color: gray;
  margin-top: 24px;
  text-align: center;
}
.popup__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.popup__button {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  cursor: pointer;
}
.popup-wrapper {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  min-height: 100%;
  position: absolute;
  padding: 126px 0;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 20;
  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;
}
.popup-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.header {
  padding: 0 30px;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .burger {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.4s linear;
  transition: border-color 0.4s linear;
}
.header .burger div {
  height: 1.5px;
  background-color: #fff;
  border-radius: 5px;
  width: 20px;
  margin: 0 auto;
  -webkit-transition: width 0.4s linear;
  transition: width 0.4s linear;
}
.header .burger div:first-child {
  margin-bottom: 4px;
}
.header .burger.active {
  border-color: #e86100;
}
.header .burger.active > div:first-child {
  width: 10px;
}
.header__logo {
  display: block;
  padding-top: 44px;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.header__logo > img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
  z-index: 5;
  max-width: none;
}
.header__logo > a {
  z-index: 10;
  position: relative;
  display: block;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  width: 50%;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.header .menu:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  text-transform: uppercase;
}
.header .menu__item > span {
  color: #fff;
  font-weight: 600;
}
.header .menu__item:last-child > span {
  cursor: pointer;
}
.header .menu__link {
  color: #fff;
  font-weight: 600;
}

.footer {
  position: relative;
  padding: 108px 0 80px;
  z-index: 10;
}
.footer__inner {
  text-align: center;
  color: #50545a;
  font-size: 15px;
  max-width: 748px;
  margin: 0 auto;
  line-height: 24px;
}

.banner {
  min-height: 1004px;
  position: relative;
}
.banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.banner .background__wrapper {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.banner .background__wrapper:nth-of-type(odd) > div {
  -webkit-animation: track 180s infinite linear;
          animation: track 180s infinite linear;
}
.banner .background__wrapper:nth-of-type(even) > div {
  -webkit-animation: track_reverse 180s infinite linear;
          animation: track_reverse 180s infinite linear;
}
.banner .background__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.banner .background__item {
  width: 270px;
  height: 360px;
}
.banner .background__item > img {
  border-radius: 10px;
}
.banner__content {
  position: relative;
  z-index: 20;
}
.banner__title {
  font-family: "DL Slifted Display", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 20px;
  font-size: calc(84px + 0.8333333333vw);
}
.banner__description {
  font-size: calc(6px + 0.8333333333vw);
  color: #e6e6e6;
  margin: 0 auto;
  text-align: center;
  max-width: 578px;
  line-height: 26px;
}
.banner__advantages {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 124px;
}
.banner__advantages .advantage {
  width: 20%;
  text-align: center;
  color: #fff;
  text-transform: lowercase;
}
.banner__advantages .advantage__img {
  -webkit-filter: drop-shadow(0 0 25px #e86100);
          filter: drop-shadow(0 0 25px #e86100);
}
.banner__advantages .advantage__img > img {
  -webkit-filter: drop-shadow(0 0 25px #e86100);
          filter: drop-shadow(0 0 25px #e86100);
}
.banner__advantages .advantage__title {
  margin: 16px 0 6px;
  font-size: calc(8px + 0.8333333333vw);
  font-weight: 700;
}
.banner__advantages .advantage__description {
  font-size: 15px;
  line-height: 22px;
  color: #b3b3b3;
}
.banner__watching {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__watching > span {
  color: #fff;
  font-weight: 500;
  padding-top: 4px;
}

.games {
  margin-top: 86px;
}
.games__title {
  font-family: "DL Slifted Display", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(54px + 0.8333333333vw);
}
.games__description {
  font-size: calc(6px + 0.8333333333vw);
  color: #e6e6e6;
  margin: 12px auto 46px;
  text-align: center;
  max-width: 578px;
  line-height: 26px;
}
.games__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}
.games__cards .game {
  width: 22%;
  text-align: center;
  cursor: pointer;
}
.games__cards .game__img {
  border-radius: 10px;
  overflow: hidden;
}
.games__cards .game__title {
  color: #fff;
  margin-top: 16px;
  font-weight: 700;
  font-size: calc(8px + 0.8333333333vw);
  margin-bottom: 4px;
}
.games__cards .game__subtitle {
  color: gray;
}

.reviews {
  margin-top: 156px;
  position: relative;
  z-index: 20;
}
.reviews__title {
  font-family: "DL Slifted Display", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(54px + 0.8333333333vw);
}
.reviews__wrapper {
  position: relative;
}
.reviews__description {
  font-size: calc(6px + 0.8333333333vw);
  color: #e6e6e6;
  margin: 12px auto 26px;
  text-align: center;
  max-width: 614px;
  line-height: 26px;
}
.reviews__slider-controller {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  width: 48px;
  height: 48px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 18px 0 rgba(232, 97, 0, 0.5);
          box-shadow: 0 10px 18px 0 rgba(232, 97, 0, 0.5);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.reviews__slider-controller:hover {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}
.reviews__slider-controller:nth-child(1) {
  left: 0;
}
.reviews__slider-controller:nth-child(2) {
  right: 0;
}
.reviews__slider .slide {
  padding: 30px;
  background-color: #1f252d;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.reviews__slider .slide.slick-active {
  opacity: 1;
}
.reviews__slider .slide::after {
  content: "“";
  color: #323943;
  font-size: calc(284px + 0.8333333333vw);
  position: absolute;
  display: block;
  top: -32%;
  right: 4%;
}
.reviews__slider .slide__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.reviews__slider .slide__img {
  border-radius: 10px;
}
.reviews__slider .slide__name {
  color: #fff;
  font-size: calc(10px + 0.8333333333vw);
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.reviews__slider .slide__date {
  color: #b3b3b3;
  font-size: 16px;
}
.reviews__slider p {
  color: #b3b3b3;
  font-size: calc(4px + 0.8333333333vw);
  max-width: 602px;
  line-height: 24px;
  margin-top: 14px;
}

.about {
  color: #fff;
  position: relative;
  z-index: 20;
}
.about__title {
  font-family: "DL Slifted Display", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(54px + 0.8333333333vw);
  margin-bottom: 16px;
}
.about__inner {
  padding-top: 185px;
  padding-bottom: 156px;
  background-image: url("../../assets/images/about/about.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.about__subtitle {
  margin-top: 16px;
  margin-bottom: 50px;
  text-align: center;
  font-size: calc(6px + 0.8333333333vw);
  line-height: 22px;
}
.about__info {
  max-width: 700px;
}
.about__guarantee {
  font-weight: 700;
  font-size: calc(19px + 0.8333333333vw);
}
.about__description {
  margin: 6px 0 32px;
  line-height: 24px;
  font-size: calc(6px + 0.8333333333vw);
}
.about__platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.about__platform > span {
  font-size: 18px;
  font-weight: 800;
}
.about__platform > a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}

.news {
  position: relative;
  z-index: 20;
}
.news__title {
  font-family: "DL Slifted Display", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(54px + 0.8333333333vw);
  margin-bottom: 16px;
}
.news__slider {
  position: relative;
}
.news__slider-controller {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  width: 48px;
  height: 48px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 18px 0 rgba(232, 97, 0, 0.5);
          box-shadow: 0 10px 18px 0 rgba(232, 97, 0, 0.5);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.news__slider-controller:hover {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}
.news__slider-controller:nth-child(1) {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news__slider-controller:nth-child(1):hover {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}
.news__slider-controller:nth-child(2) {
  right: 0;
}
.news__slider-slide {
  background-color: #1f242e;
  border-radius: 20px;
  overflow: hidden;
}
.news__slider-slide > img {
  width: 100%;
  max-height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__slider-slide > div {
  padding: 26px;
}
.news__slider-slide > div > a > strong {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
.news__slider-slide > div > p {
  line-height: 24px;
  color: #b3b3b3;
  margin: 10px 0;
}
.news__slider-slide > div > .date {
  color: gray;
}
.news__slider-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
}

.personal {
  margin-top: 48px;
}
.personal__inner {
  padding: 46px 52px 86px;
  background-color: #272d37;
  border-radius: 30px;
  position: relative;
}
.personal__inner > button {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: transparent;
  cursor: pointer;
  z-index: 19;
}
.personal__profile {
  max-width: 698px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.personal__profile-avatar {
  width: 155px;
  height: 155px;
  font-size: 70px;
  background-color: #373e48;
  border-radius: 50%;
  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;
  position: relative;
}
.personal__profile-avatar > img {
  width: 96px;
}
.personal__profile-avatar > div {
  position: absolute;
  bottom: 0;
  right: 0;
}
.personal__profile-edit {
  display: block;
  position: absolute;
  top: 110%;
  width: 100%;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  -webkit-box-shadow: 0 100px 100px 0 rgba(0, 0, 0, 0.25), 0 50px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 100px 100px 0 rgba(0, 0, 0, 0.25), 0 50px 50px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  height: 694px;
  overflow-y: scroll;
  background-color: rgba(55, 62, 72, 0.9);
  padding: 34px 24px;
}
.personal__profile-edit.active {
  opacity: 1;
  visibility: visible;
}
.personal__profile-edit-subtitle {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.personal__profile-edit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #fff;
}
.personal__profile-edit-title > h3 {
  font-weight: 600;
  font-size: calc(8px + 0.8333333333vw);
}
.personal__profile-edit-title > span {
  font-weight: 600;
  font-size: calc(2px + 0.8333333333vw);
}
.personal__profile-edit-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #464f5c;
}
.personal__profile-edit-avatars > div {
  border: 1px solid transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #464f5c;
  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;
  cursor: pointer;
}
.personal__profile-edit-avatars > div > img {
  width: 46px;
  height: 64px;
}
.personal__profile-edit-avatars > div:not(.opacity):hover {
  border-color: #00a3ff;
  -webkit-box-shadow: 0 4px 10px 0px rgba(0, 163, 255, 0.3);
          box-shadow: 0 4px 10px 0px rgba(0, 163, 255, 0.3);
}
.personal__profile-edit-avatars > div.opacity {
  opacity: 0.5;
  background: none;
  border: none;
}
.personal__profile-edit-ponny {
  margin: 10px 0 38px;
  width: 64px;
  height: 64px;
  -webkit-filter: drop-shadow(0 0 10px #b217fb);
          filter: drop-shadow(0 0 10px #b217fb);
}
.personal__profile-edit-clown {
  margin-top: 10px;
}
.personal__profile-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal__profile-info-top > strong {
  color: #fff;
  font-weight: 700;
  font-size: calc(19px + 0.8333333333vw);
}
.personal__profile-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 16px;
}
.personal__cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 14px 14px;
  margin-top: 62px;
}
.personal__cards-button {
  color: #fff;
  font-size: calc(4px + 0.8333333333vw);
  text-align: center;
  padding: 26px 0;
  width: 100%;
  display: block;
  background-color: #373e48;
  cursor: pointer;
  border-radius: 15px;
  margin-top: 16px;
}
.personal__card {
  background-color: #373e48;
  padding: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 16px;
}
.personal__card-avatar {
  width: 62px;
  height: 62px;
  font-size: 30px;
  border-radius: 50%;
  background-color: #272d37;
  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;
}
.personal__card-avatar > img {
  width: 40px;
  height: 56px;
}
.personal__card-code {
  color: #fff;
  font-size: calc(8px + 0.8333333333vw);
  margin: 12px 0 4px;
}
.personal__card-resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.personal__card-resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.personal__card-resource > span {
  color: #fff;
  font-size: calc(0px + 0.8333333333vw);
  font-weight: 600;
}
.personal__card-date {
  color: gray;
  font-size: calc(0px + 0.8333333333vw);
  margin-top: 32px;
  display: block;
}
.personal__form {
  margin-top: 56px;
}
.personal__form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 22px;
}
.personal__form-field {
  width: 50%;
}
.personal__form-button {
  width: 50% !important;
  margin-top: 22px;
}
.personal__form-title {
  color: #fff;
  font-size: calc(19px + 0.8333333333vw);
  font-weight: 600;
  margin-bottom: 16px;
}

.timer_item, .timer_item_e_wrap {display: flex;}
.timer_item {margin-right: 5px;}
.timer_item_e_wrap {margin-right: 3px;}
.timer_item_e {color:white; font-weight: bold;}
.timer_item_e_text {color: white;}

div#timer_timer .timer_item:last-child {margin-right: 0;}

.error_text {
  text-align: center;
  color: #e9180a;
  font-weight: 400;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

input:focus::placeholder {
  color: transparent;
}


li#profile2 a {
  display: flex;
  align-items: center;
  color:white;
  font-weight: 600;
}

li#profile2 a img {
  padding-right: 10px;
}

.disable_bonus {
  background-color:gray;
  -webkit-box-shadow: 0 10px 30px -10px rgb(185 185 185 / 50%);
  box-shadow: 0 10px 30px -10px rgb(185 185 185 / 50%);
}

div#get_more_games {
  background-color: #262c36;
  text-align: center;
  color: white;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  margin-top: 45px;
  cursor: pointer;
  transition: 0.3s;
}

div#get_more_games:hover {
  background-color: #1c2129;
}

section.error-404.not-found {
  padding-top: 8%;
}

section.error-404.not-found header.page-header h1.page-title {
  color: white;
  text-align: center;
}

.popup__game.full_post_game {
  background-color: #272d37;
  padding: 54px 40px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
}

ul.popup__game-list::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 130px;
  left: 0px;
  background-color: #FFFFFF;
  opacity: 0.1;
  transition: 0.3s;
  z-index: 1;
}

div#gallery-single ul.slides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px 10px;
}

div#gallery-single ul.slides li img {border-radius:6px;}

.youtube_box {
  position: relative;
  padding-top: 14px;
  padding-left: 52px;
  top: 55px;
  cursor: pointer;
}

.youtube_box span {
  color:white;
  font-weight: 500;
}

.youtube_box span::before {
  content: '';
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0px;
  left: 0px;
  background-image: url("../../assets/images/icons/youtube-play.svg");
  background-repeat: no-repeat;
  transition: 0.3s;
}

.fancybox-content {
  margin-top: 2%;
}

.popup__game.full_post_game {
  max-width: 980px;
}

h3.popup__game-name a {
  color: #fff;
  font-size: calc(29px + 0.8333333333vw);
  font-weight: 700;
}

article.post {
  max-width: 980px;
  text-align: center;
  background-color: #272d37;
  padding: 54px 40px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  margin-top: 5%;
}

.entry-meta {
  margin-bottom: 25px;
}

h1.entry-title {
  color: #fff;
  font-size: calc(29px + 0.8333333333vw);
  font-weight: 700;
}

.date_post {
  color: gray;
  margin: 2px 0 8px;
  font-size: calc(4px + 0.8333333333vw);
}

.entry-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.entry-content p {
  color:white;
}

button a {
  color: #fff;
  font-weight: 600;
}

form.personal__form.popup_form {
  margin-top: 0;
}

input.field.placeholder-left.personal__form-field.personal__form-field2 {
  text-align: left;
  width: 480px !important;
}

.mobile-cash {display: none;}

.header__inner ul:nth-child(4) {justify-content: flex-end;}
