* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Anton;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/slotmirage-fonts/slotmirage-anton-regular.woff2) format("woff2")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/slotmirage-fonts/slotmirage-roboto-regular.woff2) format("woff2")
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/slotmirage-fonts/slotmirage-cardo-bold.woff2) format("woff2")
}

:root {
  --font-main: "Roboto", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #0e0b07;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --cor: #392115;
  --hover: #7B68EE;
  --active: #4169E1
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.Anton {
  font-family: Anton
}

.Cardo {
  font-family: Cardo
}

.bg-cor {
  background-color: var(--cor)
}

.color-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#f58003), color-stop(51.92%, #fb5f01), to(#f83c01));
  background: linear-gradient(180deg, #f58003 0, #fb5f01 51.92%, #f83c01 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.but {
  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;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background: -webkit-gradient(linear, left top, left bottom, from(#f58003), color-stop(51.92%, #fb5f01), to(#f83c01));
  background: linear-gradient(180deg, #f58003 0, #fb5f01 51.92%, #f83c01 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  min-width: 120px;
  min-height: 46px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

@media (max-width:600px) {
  .but {
    min-width: 0;
    width: 100%
  }
}

.but_big {
  min-width: 415px;
  min-height: 85px;
  font-size: 29px
}

@media (max-width:1220px) {
  .but_big {
    font-size: 24px
  }
}

@media (max-width:991px) {
  .but_big {
    min-height: 68px;
    font-size: 20px
  }
}

@media (max-width:600px) {
  .but_big {
    min-height: 48px;
    font-size: 16px;
    min-width: 0;
    width: 100%
  }
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-34 {
  font-weight: 400;
  font-size: 34px;
  line-height: 112%
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 121%
}

.tx-44 {
  font-weight: 400;
  font-size: 44px;
  line-height: 118%
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-section:not(:last-child) {
  margin-bottom: 60px
}

.mb-60:not(:last-child) {
  margin-bottom: 60px
}

.p-24 {
  padding: 24px
}

.p-40 {
  padding: 40px
}

.ptb-40-24 {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width:991px) {
  .ptb-40-24 {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

@media (max-width:600px) {
  .ptb-40-24 {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.ptb-24-14 {
  padding-top: 24px;
  padding-bottom: 24px
}

@media (max-width:600px) {
  .ptb-24-14 {
    padding-top: 14px;
    padding-bottom: 14px
  }
}

.ptb-24 {
  padding-top: 24px;
  padding-bottom: 24px
}

.plr-16 {
  padding-left: 16px;
  padding-right: 16px
}

.pt-60 {
  padding-top: 60px
}

.ptb-122-24 {
  padding-top: 122px;
  padding-bottom: 122px
}

@media (max-width:1220px) {
  .ptb-122-24 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (max-width:991px) {
  .ptb-122-24 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .ptb-122-24 {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.brr-30 {
  border-radius: 30px
}

.brr-22 {
  border-radius: 22px
}

.brr-13 {
  border-radius: 13px
}

.border {
  border: 1px solid #fb5f01
}

.age {
  width: 90px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.hover-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-opacity:hover {
    opacity: .5
  }
}

.hover-opacity:focus-visible {
  opacity: .5
}

.hover-opacity:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.terms {
  padding-top: 60px
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:991px) {
  .slotmirage-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--cor);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .slotmirage-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.slotmirage-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.slotmirage-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .slotmirage-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .slotmirage-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.slotmirage-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.slotmirage-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.slotmirage-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px
}

@media (max-width:991px) {
  .slotmirage-nav__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

.slotmirage-nav__list_footer {
  gap: 10px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:991px) {
  .slotmirage-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.slotmirage-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .slotmirage-nav__link:hover {
    color: var(--hover)
  }
}

.slotmirage-nav__link:focus-visible {
  color: var(--hover)
}

.slotmirage-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.slotmirage-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 26px;
  height: 18px;
  background-color: transparent;
  margin-left: auto
}

@media (max-width:991px) {
  .slotmirage-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.slotmirage-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f58003), color-stop(51.92%, #fb5f01), to(#f83c01));
  background: linear-gradient(180deg, #f58003 0, #fb5f01 51.92%, #f83c01 100%);
  border-radius: 8px
}

.slotmirage-hero {
  background-image: url(/slotmirage-img/slotmirage-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .slotmirage-hero {
    background-image: url(/slotmirage-img/slotmirage-hero-mob.webp)
  }
}

.slotmirage-hero__descr {
  max-width: 610px;
  width: 100%
}

.slotmirage-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}

.slotmirage-about__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 395px;
  flex: 0 1 395px;
  min-height: 284px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/slotmirage-img/slotmirage-card-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:380px) {
  .slotmirage-about__item {
    min-height: 223px
  }
}

@media (max-width:359px) {
  .slotmirage-about__item {
    background-image: none;
    background-color: var(--cor)
  }
}

.slotmirage-wr-game {
  background-image: url(/slotmirage-img/slotmirage-game-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .slotmirage-wr-game {
    background-image: url(/slotmirage-img/slotmirage-game-background-mob.webp)
  }
}

.slotmirage-wr-game__iframe {
  display: block;
  width: 100%;
  max-width: 825px;
  height: 600px;
  margin: 0 auto
}

@media (max-width:991px) {
  .slotmirage-wr-game__iframe {
    height: 450px
  }
}

@media (max-width:600px) {
  .slotmirage-wr-game__iframe {
    height: 300px
  }
}

.slotmirage-wr-game__item {
  background-image: url(/slotmirage-img/slotmirage-game.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 510px;
  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;
  max-width: 823px;
  width: 100%;
  margin: 0 auto
}

@media (max-width:1220px) {
  .slotmirage-wr-game__item {
    min-height: 403px
  }
}

@media (max-width:991px) {
  .slotmirage-wr-game__item {
    min-height: 303px
  }
}

@media (max-width:600px) {
  .slotmirage-wr-game__item {
    min-height: 203px;
    background-image: url(/slotmirage-img/slotmirage-game-mob.webp)
  }
}

.slotmirage-disc {
  background-image: url(/slotmirage-img/slotmirage-disclaimer.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .slotmirage-disc {
    background-image: url(/slotmirage-img/slotmirage-disclaimer-mob.webp)
  }
}

.slotmirage-footer__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 60px
}

@media (max-width:991px) {
  .slotmirage-footer__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}