@font-face {
  font-family: Epilogue;
  src: url(/fontsrnviwb/rnviwb-epilogue-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url(/fontsrnviwb/rnviwb-epilogue-500.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url(/fontsrnviwb/rnviwb-epilogue-600.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url(/fontsrnviwb/rnviwb-epilogue-800.woff2) format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url(/fontsrnviwb/rnviwb-epilogue-900.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

* {
  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;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

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%;
}

.w100 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

.rnviwb_header_section {
  max-width: 100%;
  margin: 0 auto;
}

.rnviwb_container_section {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .rnviwb_container_section {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .container,
  .rnviwb_container_section {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container,
  .rnviwb_container_section {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container,
  .rnviwb_container_section {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Epilogue", sans-serif;
  --background-page: #Fff;
  --main: var(--black);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.rnviwb_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);

  position: relative;
  z-index: 1;
}

h1 {
}

h2 {
}

h3 {
}

p {
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: var(--btn-hover);
}

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

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

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.visibility {
  visibility: hidden;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.rnviwb__header {
  padding: 16px 0;
  /* z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7; */
  width: 100%;
  margin-bottom: -1px;
  background: #698395;
}

header .rnviwb_logo img {
  max-width: 240px;
  height: 30px;
}

@media (max-width: 400px) {
  header .rnviwb_logo img {
    max-width: 160px;
    height: 30px;
  }
}

/* header .rnviwb_logo,
header .rnviwb_logo_burger {
  max-width: 24px;
  width: 100%;
  max-height: 24px;
} */

header .rnviwb_logo p,
header .rnviwb_logo_burger p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 400px) {
  header .rnviwb_logo p,
  header .rnviwb_logo_burger p {
    font-size: 16px;
  }
}

.rnviwb_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: 20px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.rnviwb_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: space-around;
  gap: 24px;
  padding: 10px 30px;
}

@media (max-width: 991px) {
  .rnviwb_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(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }

  .age_disclaimer {
    display: none;
  }
}

@media (max-width: 600px) {
  .rnviwb_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.rnviwb_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.rnviwb_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .rnviwb_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .rnviwb_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.rnviwb_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);
}

.rnviwb_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);
}

.rnviwb_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;
}

@media (max-width: 991px) {
  .rnviwb_nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.rnviwb_nav__item a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1190px) {
  .rnviwb_nav__item a {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  .rnviwb_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .rnviwb_nav__item a {
    font-size: 12px;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .bonusgameszone_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .bonusgameszone_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rnviwb_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.rnviwb_nav__link.active {
  font-weight: 900;
}

@media (any-hover: hover) {
  .rnviwb_nav__link:hover {
    color: var(--hover-a);
  }
}

.rnviwb_nav__link:focus-visible {
  color: var(--hover-a);
}

.rnviwb_nav__link:active {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.rnviwb_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: 30px;
  height: 18px;
}

@media (max-width: 991px) {
  .rnviwb_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.rnviwb_burger img {
  width: 24px;
  height: 24px;

}

.rnviwb_header__account {
  display: flex;
  gap: 12px;
}

@media (max-width: 1000px) {
  .rnviwb_header__account{
    display: none;
  }
}

.rnviwb_header__account button {
display: flex;
padding: 14px 24px;
max-width: 114px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 10px;
background: #FFF;

color: #140000;
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 120%; 
text-transform: uppercase;
}

.rnviwb_header__account button:hover{
  border: none !important;
  background: var(--Button, #fff);
} 

.active_button_header {
  border: none !important;
  background: var(--Button, #FFF);
}

@media (max-width: 991px) {
  .rnviwb_header__account {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .rnviwb_header__account button {
  padding: 14px 24px;
  border-radius: 10px;
  border: 1px solid var(--White, #fff);

  color: #140000;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; 
  text-transform: uppercase;
  }
}

.rnviwb_popupauth {
   display: flex;
  justify-content: center; 
  align-items: center; 

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* или как тебе нужно */
  z-index: 1000;
}

.status {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);

  /* display: flex; */
  align-items: center;
  justify-content: center;

  padding: 20px;
}

.status.active {
  display: flex;
}



.rnviwb_popupauth.active {
  opacity: 1;
  visibility: visible;
}

.rnviwb_popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.rnviwb_popupauth__content {
  max-width: 600px;
  width: 100%;
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
}

.rnviwb_popupauth__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}


.rnviwb_popupauth__form input,
.rnviwb_popupauth__form textarea
{
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;

  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 

  width: 100%;
}

.rnviwb_popupauth__button{
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
  background: #fff;

  color: #140000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; 
  text-transform: uppercase;
}


@media (max-width:600px) {
  .rnviwb_popupauth__content {
    width: 95%;
  }
}

.rnviwb_popupauth__item {
  display: none;

}

.rnviwb_popupauth__item.active {
  display: block;
}

.rnviwb_button_link_reg_log {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
}

.rnviwb_button_link_reg_log span{
  color: #37444D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.rnviwb_section_main_text {
  padding-top: 40px;
  /* padding-bottom: 20px; */
  background: #698395;
}

.rnviwb_main_text_block {
  /* padding: 20px; */
  width: 100%;
  max-width: 1240px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
}

.rnviwb_main_text_block2 {
  /* padding: 20px; */
  width: 100%;
  max-width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
}

.rnviwb_main_text_container {
  width: 100%;
  max-width: 710px;
  padding-bottom: 40px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.rnviwb_main_text_span {
  color: #B7C9D6;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2px;
}

.rnviwb_heading1 {
color: #FFF;
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 120%; 
text-transform: uppercase;
}

.rnviwb_main_text_p {
  color: #140000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.rnviwb_rnviwb_main_text_btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.rnviwb_main_text_btn {
  display: flex;
padding: 14px 24px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 10px;
border: 1px solid #FFF;
max-width: 340px;
width: 100%;

color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 120%; 
text-transform: uppercase;
}

.rnviwb_play_btn {
  background: #FFF;
}

.rnviwb_play_btn span {
  color: #140000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; 
  text-transform: uppercase;
}

.rnviwb_rnviwb_main_text_img_block {
  max-width: 490px;
  width: 100%;
  max-height: 650px;
  padding: 0;
}

.rnviwb_main_text_img {
  max-width: 490px;
  max-height: 650px;
  width: 100%;
}

.rnviwb_main_text_img img {
  width: 100%;
  /* height: auto; */
  display: block;
}

@media (max-width: 1050px) {
  .rnviwb_main_text_block {
    flex-direction: column;
    align-items: center;
  }

    .rnviwb_main_text_block2 {
    flex-direction: column;
    align-items: center;
  }

  .rnviwb_main_text_container {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .rnviwb_rnviwb_main_text_btns {
    max-width: 100%;
    justify-content: center;
  }

}

@media (max-width: 850px) {
  .rnviwb_heading1 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {

  .rnviwb_section_main_text {
    padding-top: 20px;
  }

  .rnviwb_main_text_block {
    gap: 20px;
  }

  .rnviwb_main_text_container {
    gap: 16px;
  }

  .rnviwb_heading1 {
    font-size: 32px;
    word-break: break-all;
  }

  .rnviwb_main_text_container p {
    font-size: 14px;
  }

  .rnviwb_rnviwb_main_text_btns {
    flex-direction: column;
    gap: 16px;
  }

  .rnviwb_main_text_btn {
    max-width: 100%;
    font-size: 14px;
  }

  .rnviwb_play_btn span,
  .rnviwb_main_text_span {
    font-size: 14px;
  }

  .rnviwb_rnviwb_main_text_img_block {
    max-width: 328px;
  }

}

.rnviwb_bg_section_list_info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rnviwb_list_info_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.rnviwb_list_info_item {
  display: flex;
  padding: 16px;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  border-radius: 10px;
  background: #698395;
  max-width: 280px;
  width: 100%;
}

.rnviwb_list_info_img {
  max-width: 100px;
  width: 100%;
}

.rnviwb_list_info_img img {
  width: 100%;
  height: auto;
  display: block;
}

.rnviwb_list_info_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  /* flex: 1 0 0; */
}

.rnviwb_list_info_span {
color: #FFF;
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 120%; 
text-transform: uppercase;
}

.rnviwb_list_info_p {
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
}

@media (max-width: 600px) {
  .rnviwb_bg_section_list_info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rnviwb_list_info_block {
    gap: 20px;
  }

  .rnviwb_list_info_item {
    padding: 16px;
    max-width: 330px;
    gap: 16px;
    justify-content: flex-start;
  }

  .rnviwb_list_info_img {
    max-width: 70px;
  }

  .rnviwb_list_info_span {
    font-size: 24px;
  }

  .rnviwb_list_info_p {
    font-size: 16px;
  }
  
}

.rnviwb_bg_game_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rnviwb_game_main_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  /* align-self: stretch; */
}

.rnviwb_game_main_block_h2 {
color: #37444D;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 38.4px */
}

.rnviwb_logo_burger {
color: #37444D;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 120%; 
}

.rnviwb_game_main_block p {
  color: #525252;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; 
}

/* .rnviwb_game_card {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}

.rnviwb_game_card img {
    width: 100%;
  height: auto;
  display: block;
}

.rnviwb_game_card p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.rnviwb_play-btn {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: linear-gradient(90deg, #06F 0%, #3394FF 43.27%, #06F 86.54%);
  box-shadow: 5px 1px 15.9px 0 rgba(255, 255, 255, 0.25);
  max-width: 300px;
  width: 100%;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
  text-transform: uppercase;
}



.rnviwb_is-game {
  max-width: 1240px;
  width: 100%;
  height: 600px;
} */

.rnviwb_btn_play_block_game {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rnviwb_play_btn_game {
  display: flex;
  max-width: 300px;
  width: 100%;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #698395;
  background: #FFF;
}

.rnviwb_game_demo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 850px) {
  .rnviwb_logo_burger {
    font-size: 34px;
  }

  /* .rnviwb_is-game {
    height: 500px;
  } */
}

@media (max-width: 600px) {


  .rnviwb_logo_burger {
    font-size: 24px;
    /* text-align: center; */
  }

  .rnviwb_game_card p {
    font-size: 14px;
  }

  .rnviwb_game_main_block {
    gap: 20px;
  }
}

.rnviwb_bg_section_winners {
  padding-top: 40px;
  background: #698395;
}

.rnviwb_winners_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  /* margin: 0 auto; */
}

.rnviwb_winners_block_h2 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; 
  text-transform: uppercase;
}

.rnviwb_rnviwb_winners_title_mobile {
  display: none;
}

.rnviwb_winners_title {
  display: block;
}

.rnviwb_winners_img {
  max-width: 600px;
  width: 100%;
}

.rnviwb_winners_img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1050px) {
  .rnviwb_winners_block_h2 {
    font-size: 40px;
  }
}

@media (max-width: 750px) {
  .rnviwb_winners_block_h2 {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .rnviwb_bg_section_winners {
    padding-top: 20px;
  }

  .rnviwb_winners_block {
    flex-direction: column;
    gap: 20px;
  }

  .rnviwb_winners_block_h2 {
    font-size: 32px;
  }

  .rnviwb_rnviwb_winners_title_mobile {
    display: block;
  }

  .rnviwb_winners_title {
    display: none;
  }

  .rnviwb_winners_img {
    max-width: 328px;
  }
  
}

.rnviwb_bg_section_leaderboard {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -1px;
  background: #37444D;
}

.rnviwb_leaderboard_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.rnviwb_text_leaderboard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.rnviwb_text_leaderboard h2 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
}

.rnviwb_text_leaderboard p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

.rnviwb_leaderboard_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.rnviwb_leaderboard_item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 386px;
  width: 100%;
}

.rnviwb_item1 {
  border-radius: 10px;
border: 3px solid #FCEF7C;
background: rgba(252, 239, 124, 0.20);
}

.rnviwb_item2 {
  border-radius: 10px;
border: 3px solid #C4C4C4;
background: rgba(196, 196, 196, 0.20);
}

.rnviwb_item3 {
  border-radius: 10px;
border: 3px solid #C2A77D;
background: rgba(194, 167, 125, 0.20);
}

.rnviwb_leaderboard_item span {
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 120%; 
text-transform: uppercase;
}

.rnviwb_leaderboard_item p {
  color: #FFF;
font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: 120%; 
text-transform: uppercase;
}

.rnviwb_leaderboard_line1 {
  width: 100%;
  height: 16px;
  background: #FFF;
} 

.rnviwb_leaderboard_line_block {
  width: 100%;
  display: flex;
}

.rnviwb_leaderboard_line2 {
  height: 16px;
  width: 70%;
  background: #FFF;
}

.rnviwb_rnviwb_leaderboard_line2_1 {
  height: 16px;
  width: 30%;
  border: 1px solid #FFF;
}

.rnviwb_leaderboard_line3 {
  height: 16px;
  width: 60%;
  background: #FFF;
}

.rnviwb_rnviwb_leaderboard_line3_1 {
  height: 16px;
  width: 40%;
  border: 1px solid #FFF;
}

@media (max-width: 600px) {
  .rnviwb_bg_section_leaderboard {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rnviwb_leaderboard_block {
    gap: 20px;
  }

  .rnviwb_text_leaderboard {
    gap: 16px;
  }

  .rnviwb_text_leaderboard h2 {
    font-size: 24px;
  }

  .rnviwb_text_leaderboard p {
    font-size: 14px;
  }

  .rnviwb_leaderboard_item span {
    font-size: 16px;
  }
  
}

.rnviwb_bg_section_reviews {
  padding-top: 80px;
  padding-bottom: 80px;
}

.rnviwb_reviews_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.rnviwb_reviews_block h2 {
  color: #140000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
}

.rewiews_slider {
  display: flex;
  max-width: 1240px;
  width: 100%;
}

.rnviwb_rewiew_item {
  padding: 24px;
  height: 279px;
  max-width: 400px;
  width: 100%;
}

.rnviwb_rewiew_item_data {
  gap: 16px;
}

.rnviwb_rewiew_item_data p {
color: #515151;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.rnviwb_rewiew_item_data span {
color: #37444D;
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 150%; 
}

.rnviwb_reviews_slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 24px; */
}

.rnviwb_slider__controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.rnviwb_slider__button {
  width: 40px;
  height: 40px;
}

.rnviwb_slider__button img {
  width: 100%;
  height: auto;
  display: block;
}

.rnviwb_slider__pagination {
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {

  .rnviwb_bg_section_reviews {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rnviwb_reviews_block {
    gap: 20px;
  }

  .rnviwb_reviews_block h2 {
    font-size: 24px;
  }

  .rnviwb_rewiew_item {
    padding: 16px;
  }

  .rnviwb_rewiew_item p {
    font-size: 12px;
  }

  .rnviwb_rewiew_item span {
    font-size: 14px;
  }

  .rnviwb_rewiews_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .rnviwb_slider__controls {
    display: none;
  }
}




.rnviwb_section_form {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.rnviwb_block_contact_form {
  width: 100%;
  max-width: 1240px;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

.rnviwb_form_container_header {
  width: 50%;
  /* max-width: 500px; */

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rnviwb_form_container_header_mobile {
  width: 100%;
  /* max-width: 500px; */

  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rnviwb_form_header_img {
  max-width: 519px;
  width: 100%;
}

.rnviwb_form_header_img img {
  width: 100%;
  height: auto;
  display: block;
}

.rnviwb_contact_form{
  width: 50%;
  /* max-width: 500px; */
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rnviwb_contact_form input,
.rnviwb_contact_form textarea {
border-radius: 10px;
border: 1px solid #E6E6E6;
background: #FFF;

  padding: 14px 16px;
  color: #525252;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin: 0;
}

.rnviwb_contact_form_btn {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

border-radius: 10px;
border: 1px solid #698395;
background: #FFF;

color: #140000;
font-size: 16px;
font-style: normal;
font-weight: 900;
line-height: 120%; 
text-transform: uppercase;
  margin-top: 16px;
}

.rnviwb_contact_form textarea {
  min-height: 100px;
}

@media (max-width: 900px) {
  .rnviwb_block_contact_form {
    flex-direction: column;
    gap: 24px;
  }

  .rnviwb_form_container_header {
    display: none;
  }

  .rnviwb_form_container_header_mobile {
    display: flex;
    width: 100%;
    max-width: 328px;
  }

  .rnviwb_form_container_header img {
    display: none;
  }

  .rnviwb_contact_form{
    width: 100%;
  }
}

@media (max-width: 600px) {

  .rnviwb_section_form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rnviwb_contact_form_btn {
    font-size: 14px;
  }



}

.rnviwb_success_message {
  display: none;
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 10px;

  text-align: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.rnviwb_success_message.show {
  display: flex;
}

input,
textarea {
  color: #272727;
  border: 1px solid #272727;
  transition: all 0.3s ease;
  padding: 8px;
  width: 300px;
  margin-bottom: 10px;
}

input:valid,
textarea:valid {
  color: #272727;
  border: 2px solid #272727;
  background-color: var(--background-page);
}

.bg_rnviwb_section_game {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rnviwb_about_game_block {
  width: 100%;
  max-width: 1240px;
}

.rnviwb_about_game_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.rnviwb_about_game_item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #698395;
  max-width: 232px;
  width: 100%;
}

.rnviwb_about_game_img {
  width: 200px;
  height: 114px;
  border-radius: 10px;

}

.rnviwb_about_game_img1 {
  background: url(/wild_west/wild-west.jpg) no-repeat center;
  background-size: cover;
}

.rnviwb_about_game_img2 {
  background: url(/oktoberfest/assets/images/preloader_background_low.webp) no-repeat center;
  background-size: cover;
}

.rnviwb_about_game_img3 {
  background: url(/black_ninja/assets/images/preloader_background_low.webp) no-repeat center;
  background-size: cover;
}

.rnviwb_about_game_img4 {
  background: url(/greyhound_racing/sprites/bg_preloader.jpg) no-repeat center;
  background-size: cover;
}

.rnviwb_about_game_img5 {
  background: url(/horse_racing/sprites/bg_preloader.jpg) no-repeat center;
  background-size: cover;
}

.rnviwb_about_game_item p {
  color: #140000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; 
text-transform: uppercase;
}

.rnviwb_game_btn_play {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #FFF;
}

.rnviwb_game_btn_play span {
  color: #140000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; 
  text-transform: uppercase;
}

@media (max-width: 600px) {

  .bg_rnviwb_section_game {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rnviwb_about_game_item {
    max-width: 328px;
  }

  .rnviwb_game_btn_play span {
    font-size: 14px;
  }

  .rnviwb_about_game_img {
    width: 296px;
    height: 169px;
  }
}


.m-t-60 {
  margin-top: 60px;
}

.m-t-100 {
  margin-top: 100px;
}

.rnviwb_section_updates {
  padding: 10px 10px;
}

.rnviwb_section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

.bg_footer_rnviwb_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #37444D;
  margin-bottom: 0;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 24px;

  display: flex;
  flex-direction: column;
}

.rnviwb_logo_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rnviwb_footer_logo_img img {
  height: 32px;
  max-width: 200px;
  width: 100%;
}

.rnviwb_links_company_footer {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.rnviwb_links_company_footer ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rnviwb_links_company_footer li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rnviwb_links_company_footer img {
  max-height: 40px;
  height: auto;
  width: auto;
  display: block;
}

@media (max-width: 800px) {
  .rnviwb_links_company_footer {
    max-width: 600px;
  }

  .rnviwb_links_company_footer ul {
    justify-content: center;
    gap: 24px;
  }
}

.footer_disclaimer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rnviwb_politic_page_links ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rnviwb_politic_page_links li {
  margin: 0;
}

.rnviwb_politic_page_links a {
color: #C3C3C3;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; 
}

.rnviwb_politic_page_links a:hover,
.rnviwb_politic_page_links a:active,
.rnviwb_politic_page_links a:focus {
  color: #272727;
  text-decoration: none;
}

.rnviwb_footer_18plus {
  max-width: 40px;
  width: 100%;
}

.rnviwb_footer_18plus img {
  width: 100%;
  height: auto;
  display: block;
}

.rnviwb_disclaimer_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.rnviwb_disclaimer_info p,
.rnviwb_disclaimer_info a {
color: #C3C3C3;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

@media (max-width: 950px) {
  .rnviwb_politic_page_links ul {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .rnviwb_politic_page_links a {
    font-size: 12px;
  }
}

.rnviwb_footer_block_info {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.rnviwb_block_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.rnviwb_block_info span {
color: #C3C3C3;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
text-transform: capitalize;
}

.rnviwb_block_info p {
color: #C3C3C3;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}

@media (max-width: 600px) {
  .rnviwb_footer_block_info {
    flex-direction: column;
    gap: 16px;
  }

  .rnviwb_block_info p, .rnviwb_block_info span {
    font-size: 12px;
  }
}


.rnviwb_copyright_footer p {

  color: #C3C3C3;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
text-align: center;
}

@media (max-width: 600px) {

  .rnviwb_copyright_footer p {
    font-size: 12px;
    text-align: center;
  }

  .rnviwb_disclaimer_info p, .rnviwb_disclaimer_info a {
    font-size: 14px;
  }
}

.rnviwb_main {
  position: relative;
}

.rnviwb_page {
  position: relative;
}

@keyframes rotate360 {
  from {
    transform: translateX(50%) rotate(0deg);
  }
  to {
    transform: translateX(50%) rotate(360deg);
  }
}

.rnviwb_section_pages {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rnviwb_block_pages_info {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;

  display: flex;
  gap: 24px;
}

.rnviwb_block_pages_h1 {
  color: #37444D;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 120%; 
text-transform: uppercase;
word-break: break-all;
}

.rnviwb_block_pages_info_h2 {
color: #37444D;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; 
text-transform: uppercase;
}

.rnviwb_block_pages_info p {
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; 
color: #525252;
}

.rnviwb_block_pages_info ul li {
  list-style: disc !important;
  margin-left: 10px;

font-size: 16px;
font-style: normal;
font-weight: 500;
color: #525252;
line-height: 150%; /* 24px */

}

@media (max-width: 600px) {
  .rnviwb_block_pages_info {
    padding: 20px 16px;
    gap: 16px;
  }

  .rnviwb_heading1 {
    font-size: 24px;
  }

    .rnviwb_block_pages_info_h2 {
    font-size: 14px;
  }

  .rnviwb_block_pages_info p {
    font-size: 14px;
  }

  .rnviwb_block_pages_info ul li {
    font-size: 14px;
  }
  
}

.status {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);

  /* display: flex; */
  align-items: center;
  justify-content: center;

  padding: 20px;
}

.status.active {
  display: flex;
}


.rnviwb_bg-popup {
  max-width: 500px;
  width: 100%;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 10px;
  background: #698395;
}

.rnviwb_bg-popup p {
  color: #FFF;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.rnviwb_bg-popup > *:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width:991px) {
  .rnviwb_bg-popup {
    padding: 32px 24px
  }
}

@media (max-width:600px) {
  .rnviwb_bg-popup {
    padding: 24px 16px
  }
}

.rnviwb_age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.rnviwb_age-modal-content {
  background: #698395;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.rnviwb_age-modal-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.rnviwb_age-modal-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.rnviwb_age-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.rnviwb_age-modal-buttons button {
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background-color: #0C9100;
  color: #fff;
}

#ageYes:hover {
  background-color: #032300;
}

#ageNo {
  background-color: #c50c0c;
  color: #fff;
}

#ageNo:hover {
  background-color: #999;
}