* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

strong {
  display: block
}

: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
}

@font-face {
  font-family: Anton;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/reelrushkasino-fonts/reelrushkasino-anton-regular.woff2) format("woff2")
}

@font-face {
  font-family: Opensans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/reelrushkasino-fonts/reelrushkasino-opensans-semibold.woff2) format("woff2")
}

:root {
  --font-main: "Opensans", 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: #0c0e28;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --background: linear-gradient(180deg, #141b41 0%, #101231 100%);
  --bg-btn: linear-gradient(90deg, #00a8ff 0%, #6accff 100%);
  --green: rgb(8, 228, 8);
  --gray: #c1c1c1;
  --hover: #4bc3ff;
  --active: #4bc3ff
}

.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)
}

.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: 600;
  color: var(--black);
  background: var(--bg-btn);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
  min-width: 100px;
  min-height: 50px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .6
  }
}

.but:focus-visible {
  opacity: .6
}

.but:active {
  opacity: .6;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  border: 1px solid #b1b1b1;
  border-radius: 24px;
  padding: 0 24px;
  width: 100%;
  height: 55px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  color: #131313;
  background-color: #e4e4e4;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.input_textarea {
  padding: 24px;
  height: 93px
}

.tx-24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 158%
}

.tx-34 {
  font-weight: 600;
  font-size: 34px;
  line-height: 112%
}

.tx-44 {
  font-weight: 600;
  font-size: 44px;
  line-height: 125%
}

.tx-main {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-section:not(:last-child) {
  margin-bottom: 70px
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.ptb-25-15 {
  padding-top: 25px;
  padding-bottom: 25px
}

@media (max-width:991px) {
  .ptb-25-15 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media (max-width:600px) {
  .ptb-25-15 {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.ptb-90-40 {
  padding-top: 90px;
  padding-bottom: 90px
}

@media (max-width:991px) {
  .ptb-90-40 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (max-width:600px) {
  .ptb-90-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.ptb-130-48 {
  padding-top: 130px;
  padding-bottom: 130px
}

@media (max-width:1220px) {
  .ptb-130-48 {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (max-width:991px) {
  .ptb-130-48 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (max-width:600px) {
  .ptb-130-48 {
    padding-top: 48px;
    padding-bottom: 48px
  }
}

.mt-100-60 {
  margin-top: 100px
}

@media (max-width:991px) {
  .mt-100-60 {
    margin-top: 80px
  }
}

@media (max-width:600px) {
  .mt-100-60 {
    margin-top: 60px
  }
}

.pt-100-60 {
  padding-top: 100px
}

@media (max-width:991px) {
  .pt-100-60 {
    padding-top: 80px
  }
}

@media (max-width:600px) {
  .pt-100-60 {
    padding-top: 60px
  }
}

.bg-background {
  background: var(--background)
}

.color-white {
  color: var(--white)
}

.color-gray {
  color: var(--gray)
}

.color-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#00a8ff), to(#6accff));
  background: linear-gradient(90deg, #00a8ff 0, #6accff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.brr-25 {
  border-radius: 25px
}

.br-2 {
  border: 2px solid #7518a7
}

.brr-15 {
  border-radius: 15px
}

.p-16 {
  padding: 16px
}

.p-24 {
  padding: 24px
}

.Anton {
  font-family: Anton
}

.logo {
  font-family: Anton;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--hover);
  -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)
}

.reelrushkasino-header {
  padding: 15px 0
}

.reelrushkasino-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:991px) {
  .reelrushkasino-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: var(--background);
    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) {
  .reelrushkasino-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.reelrushkasino-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.reelrushkasino-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .reelrushkasino-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .reelrushkasino-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.reelrushkasino-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)
}

.reelrushkasino-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)
}

.reelrushkasino-nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px
}

@media (max-width:991px) {
  .reelrushkasino-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

@media (max-width:991px) {
  .reelrushkasino-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.reelrushkasino-nav__link {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .reelrushkasino-nav__link:hover {
    opacity: .5
  }
}

.reelrushkasino-nav__link:focus-visible {
  opacity: .5
}

.reelrushkasino-nav__link:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.reelrushkasino-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: 28px;
  height: 14px;
  background-color: transparent
}

@media (max-width:991px) {
  .reelrushkasino-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.reelrushkasino-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#00a8ff), to(#6accff));
  background: linear-gradient(90deg, #00a8ff 0, #6accff 100%);
  border-radius: 8px
}

.reelrushkasino-hero {
  position: relative;
  background-image: url(/reelrushkasino-img/reelrushkasino-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .reelrushkasino-hero {
    background-image: url(/reelrushkasino-img/reelrushkasino-hero-mob.webp)
  }
}

.reelrushkasino-hero__descr {
  max-width: 710px;
  width: 100%
}

@media (max-width:600px) {
  .reelrushkasino-hero__title {
    text-align: center
  }
}

@media (max-width:600px) {
  .reelrushkasino-hero__text {
    text-align: center
  }
}

.reelrushkasino-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1
}

.reelrushkasino-section_image {
  position: relative;
  background-image: url(/reelrushkasino-img/reelrushkasino-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .reelrushkasino-section_image {
    background-image: url(/reelrushkasino-img/reelrushkasino-background-mob.webp)
  }
}

.reelrushkasino-section_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.21%, #0c0e28), color-stop(53.85%, rgba(12, 14, 40, .34)), color-stop(96.8%, rgba(12, 14, 40, .99)));
  background: linear-gradient(180deg, #0c0e28 7.21%, rgba(12, 14, 40, .34) 53.85%, rgba(12, 14, 40, .99) 96.8%);
  z-index: 1
}

.reelrushkasino-about {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 24px
}

@media (max-width:991px) {
  .reelrushkasino-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.reelrushkasino-about__image {
  padding-bottom: 68%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.reelrushkasino-choose {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:600px) {
  .reelrushkasino-choose {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.reelrushkasino-choose li {
  position: relative
}

.reelrushkasino-choose__num {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  color: var(--white);
  opacity: .2
}

.reelrushkasino-choose__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.reelrushkasino-choose__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.reelrushkasino-games {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 20px
}

@media (max-width:1220px) {
  .reelrushkasino-games {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .reelrushkasino-games {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .reelrushkasino-games {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.reelrushkasino-games__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.reelrushkasino-games__link {
  margin-top: auto
}

.reelrushkasino-games__image {
  position: relative;
  padding-bottom: 75%
}

.reelrushkasino-games__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.reelrushkasino-faq__item.active .reelrushkasino-faq__button span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.reelrushkasino-faq__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

.reelrushkasino-faq__button {
  display: block;
  width: 22px;
  height: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .reelrushkasino-faq__button:hover {
    opacity: .5
  }
}

.reelrushkasino-faq__button:focus-visible {
  opacity: .5
}

.reelrushkasino-faq__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.reelrushkasino-faq__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.reelrushkasino-faq__button span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.reelrushkasino-faq__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.reelrushkasino-faq__texts {
  padding-top: 16px
}

.reelrushkasino-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 16px
}

.reelrushkasino-footer__links li {
  height: 36px
}

.reelrushkasino-footer__links a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .reelrushkasino-footer__links a:hover {
    opacity: .5
  }
}

.reelrushkasino-footer__links a:focus-visible {
  opacity: .5
}

.reelrushkasino-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.reelrushkasino-footer__age {
  width: 90px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.reelrushkasino-footer__info {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .reelrushkasino-footer__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.status {
  margin-top: 20px;
  color: var(--white);
  padding: 10px;
  border-radius: 10px;
  background-color: var(--green);
  display: none
}

.form.active .status {
  display: block
}

.isgame {
  display: block;
  width: 100%;
  height: 580px
}

@media (max-width:991px) {
  .isgame {
    height: 400px
  }
}

@media (max-width:600px) {
  .isgame {
    height: 300px
  }
}