﻿
/*  Библиотеки */
/* INIT */
/* ЗАТУХАНИЕ */ /* COLORS */
/* Main color */
/* TIME */
/* Settings */
/* Main */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

button {
  outline: none;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

/* Фундоментальные Блоки */
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 25px;
  }
}
.footer__imgbox {
  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;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .footer__imgbox {
    width: auto;
  }
}
.footer__img {
  min-width: 280px;
}
.footer__text {
  color: #33364a;
  font-style: 12px;
  line-height: 20px;
}
@media screen and (min-width: 767px) {
  .footer__text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 993px) {
  .footer__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__menu {
  width: 100%;
  background-color: yellow;
}

.layout__inner {
  position: relative;
  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%;
}
.layout__wrap {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.layout__container {
  margin: auto;
}
.layout__container_standart {
  max-width: 1640px;
}
.layout__section {
  overflow: hidden;
}
.layout__fs {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
}
@media screen and (min-width: 767px) {
  .layout__fs {
    min-height: 550px;
    max-height: 800px;
  }
}
@media screen and (min-width: 993px) {
  .layout__fs {
    min-height: 650px;
    max-height: 900px;
  }
}
@media screen and (min-width: 1439px) {
  .layout__fs {
    min-height: 750px;
    max-height: 950px;
  }
}
@media screen and (min-width: 993px) {
  .layout__pit {
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 1439px) {
  .layout__pit {
    margin-bottom: -80px;
  }
}
@media screen and (min-width: 1599px) {
  .layout__pit {
    margin-bottom: -100px;
  }
}

.page_theme {
  color: #1e1e1e;
  background: #1e1e1e;
  font: 14px/2.14 Oswald, sans-serif;
}

.section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section__inner_top {
  z-index: 2;
}
.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 993px) {
  .section__title {
    margin-bottom: 50px;
  }
}
.section__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 993px) {
  .section__cell {
    margin-bottom: 50px;
  }
}
.section__number {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (min-width: 993px) {
  .section__number {
    font-size: 70px;
    line-height: 70px;
  }
}
.section__about {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (min-width: 993px) {
  .section__about {
    font-size: 24px;
    line-height: 30px;
  }
}
.section__text {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 993px) {
  .section__text {
    font-size: 30px;
    line-height: 40px;
  }
}
.section__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

/* Base */
.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
  outline: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  /* HOVER */
}
.button .button__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.button:hover {
  cursor: pointer;
}

/* View */
.button.button_view_primary {
  background: #521fff;
  -webkit-box-shadow: 0 24px 60px #521fff;
  box-shadow: 0 24px 60px #521fff;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-transition: background 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, -webkit-box-shadow 0.25s;
  -o-transition: background 0.25s, box-shadow 0.25s;
  transition: background 0.25s, box-shadow 0.25s;
  transition: background 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
.button.button_view_primary .button__text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.button.button_view_primary:hover {
  background: #fbb72f;
  -webkit-box-shadow: 0 24px 60px #fbb72f;
  box-shadow: 0 24px 60px #fbb72f;
}

.button.button_view_secondary {
  border: 2px solid green;
  background: yellow;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.button.button_view_secondary .button__text {
  color: green;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.button.button_view_secondary:hover {
  border-color: red;
}
.button.button_view_secondary:hover .button__text {
  color: red;
}

.button.button_view_tertiary {
  border: 2px solid blue;
  background: gray;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.button.button_view_tertiary .button__text {
  color: white;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.button.button_view_tertiary:hover {
  background: blue;
}
.button.button_view_tertiary:hover .button__text {
  color: yellow;
}

.button.button_view_transparent {
  border: 2px solid white;
  background: transparent;
  -webkit-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
}
.button.button_view_transparent .button__text {
  color: white;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.button.button_view_transparent:hover {
  border-color: blue;
}
.button.button_view_transparent:hover .button__text {
  color: blue;
}

/* View END */
/* With icon */
/* Ширина иконок задается от line-height размера кнопки */
/* Получаме квадрат, например line-height: 32px, тогда и width: 32px */
.button .icon {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.button .icon + .button__text {
  margin-left: 0;
}

/* Еслм иконка справа */
.button .button__text:has(+ .icon) {
  margin-right: 0;
}

.button.button_size_s .icon {
  width: 24px;
  height: 24px;
}

.button.button_size_m .icon {
  width: 28px;
  height: 28px;
}

.button.button_size_l .icon {
  width: 32px;
  height: 32px;
}

.button.button_size_xl .icon {
  width: 38px;
  height: 38px;
}

/* With icon END */
/* Модификаторы */
.button_width_available {
  width: 100%;
}

/* Модификаторы КОНЕЦ */
/* Размеры кнопок */
/* S - Начало */
.button.button_size_s {
  border-radius: 4px;
  font-size: 13px;
  line-height: 24px;
}

.button_size_s .button__text {
  margin: 0 10px;
}

/* S - КОНЕЦ */
/* M - Начало */
.button.button_size_m {
  border-radius: 6px;
  font-size: 13px;
  line-height: 28px;
}

.button_size_m .button__text {
  margin: 0 13px;
}

/* M - КОНЕЦ */
/* L - Начало */
.button.button_size_l {
  border-radius: 8px;
  font-size: 15px;
  line-height: 32px;
}

.button_size_l .button__text {
  margin: 0 15px;
}

/* L - КОНЕЦ */
/* XL - Начало */
.button.button_size_xl {
  border-radius: 80px;
  font-size: 24px;
  line-height: 60px;
}
@media screen and (min-width: 993px) {
  .button.button_size_xl {
    border-radius: 80px;
    font-size: 36px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1599px) {
  .button.button_size_xl {
    border-radius: 80px;
    font-size: 46px;
    line-height: 100px;
  }
}

.button_size_xl .button__text {
  margin: 0 65px;
}
@media screen and (min-width: 1439px) {
  .button_size_xl .button__text {
    margin: 0 100px;
  }
}

/* XL - КОНЕЦ */
.deco__hero {
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 479px) {
  .deco__hero {
    background-image: url("../../willbetgamebettingsa/image/hero_bg-alt.png");
  }
}
.deco__shadow {
  position: relative;
}
.deco__shadow::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100px;
  content: "";
  pointer-events: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#1e1e1e)
  );
  background: -o-linear-gradient(top, transparent 0%, #1e1e1e 100%);
  background: linear-gradient(180deg, transparent 0%, #1e1e1e 100%);
}
@media screen and (min-width: 767px) {
  .deco__shadow::after {
    height: 150px;
  }
}
@media screen and (min-width: 993px) {
  .deco__shadow::after {
    height: 180px;
  }
}
@media screen and (min-width: 1439px) {
  .deco__shadow::after {
    height: 200px;
  }
}
.deco__shadow-r {
  position: relative;
}
.deco__shadow-r::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(#1e1e1e)
  );
  background: -o-linear-gradient(left, transparent 0%, #1e1e1e 100%);
  background: linear-gradient(90deg, transparent 0%, #1e1e1e 100%);
}
.deco__attention {
  color: #fbb72f;
}

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

/* Навигация */
/* Блоки Верстки */
:root {
  --cx: calc(1vw * 1vh);
}

.hero {
  width: 100%;
  height: 100%;
}
.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__girl {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .hero__girl {
    height: calc(100vh + 120px);
    max-height: 770px;
  }
}
@media screen and (min-width: 1599px) {
  .hero__girl {
    max-height: 1100px;
  }
}
.hero__girlbox {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.hero__girlbox::before {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 30%;
  background-color: #521fff;
  -webkit-filter: blur(110px);
  filter: blur(110px);
}
@media screen and (min-width: 767px) {
  .hero__girlbox {
    right: -50px;
    bottom: -110px;
    display: block;
  }
}
@media screen and (min-width: 1099px) {
  .hero__girlbox {
    right: 50px;
    bottom: -150px;
    display: block;
  }
}
.hero__logo {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 50%;
  max-width: 145px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .hero__logo {
    top: 20px;
    right: 0;
    left: auto;
    max-width: 180px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (min-width: 1439px) {
  .hero__logo {
    max-width: 200px;
  }
}
.hero__present {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  display: inline-block;
  width: 100%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.hero__present::before {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 30%;
  background-color: #521fff;
  -webkit-filter: blur(110px);
  filter: blur(110px);
}
@media screen and (min-width: 767px) {
  .hero__present {
    left: 20px;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
  }
  .hero__present::before {
    display: none;
  }
}
@media screen and (min-width: 1439px) {
  .hero__present {
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1599px) {
  .hero__present {
    right: 100px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.hero__present-main {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
@media screen and (min-width: 767px) {
  .hero__present-main {
    display: inline;
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1099px) {
  .hero__present-main {
    display: block;
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1599px) {
  .hero__present-main {
    font-size: 100px;
    line-height: 140px;
  }
}
.hero__present-sub {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 48px;
  line-height: 58px;
}
.hero__present-sub_2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 479px) {
  .hero__present-sub {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 767px) {
  .hero__present-sub {
    font-size: 32px;
    line-height: 38px;
  }
  .hero__present-sub_1 {
    display: inline;
  }
}
@media screen and (min-width: 1099px) {
  .hero__present-sub {
    font-size: 52px;
    line-height: 60px;
  }
  .hero__present-sub_2 {
    display: inline;
  }
}
@media screen and (min-width: 1599px) {
  .hero__present-sub {
    font-size: 80px;
    line-height: 100px;
  }
}
.hero__present-secondary {
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 479px) {
  .hero__present-secondary {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 479px) {
  .hero__present-secondary {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1099px) {
  .hero__present-secondary {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1599px) {
  .hero__present-secondary {
    margin-bottom: 70px;
    font-size: 64px;
    line-height: 90px;
  }
}

.benefit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.benefit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7.5px;
  margin-right: 7.5px;
  width: calc(50% - 15px);
}
@media screen and (min-width: 993px) {
  .benefit__item {
    width: calc(25% - 15px);
  }
}
.benefit__item-imgbox {
  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;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 479px) {
  .benefit__item-imgbox {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 479px) {
  .benefit__item-img {
    width: 60px;
    height: 60px;
  }
}
.benefit__item-name {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 479px) {
  .benefit__item-name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 993px) {
  .benefit__item-name {
    font-size: 28px;
    line-height: 38px;
  }
}

.paysys {
  position: relative;
  padding-bottom: 40px;
}
.paysys__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}
.paysys__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paysys__item {
  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: 5px;
  border-radius: 4px;
  background-color: #261e50;
}

.paysys
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  bottom: 0;
  opacity: 1;
  background-color: #33364a;
}
.paysys
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fbb72f;
}
.paysys .swiper-slide {
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: auto;
  min-height: 100%;
}

body {
  min-height: 100%;
  -webbase-overflow-scrolling: touch;
}
.rules-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.2;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 993px) {
  .rules-list {
    padding: 32px;
    font-size: 28px;
  }
}
