﻿
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url(https://bohocasinopromo.com/spicy20/font/Rubik-Regular.woff2) format("woff2"),
    url(https://bohocasinopromo.com/spicy20/font/Rubik-Regular.ttf) format("ttf"),
    url(https://bohocasinopromo.com/spicy20/font/Rubik-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url(https://bohocasinopromo.com/spicy20/font/Rubik-Medium.woff2) format("woff2"),
    url(https://bohocasinopromo.com/spicy20/font/Rubik-Medium.ttf) format("ttf"),
    url(https://bohocasinopromo.com/spicy20/font/Rubik-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  height: auto;
  min-height: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  min-height: 100%;
  -webbase-overflow-scrolling: touch;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: 0;
  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;
}
.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%;
}
.footer__img {
  min-width: 280px;
}
.footer__text {
  color: #33364a;
  font-style: 12px;
  line-height: 20px;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__menu {
  width: 100%;
  background-color: #ff0;
}
.kit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kit__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px;
  padding: 20px;
  border: 4px solid #f6fafb;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px -5px rgba(34, 60, 80, 0.6);
  box-shadow: 0 0 40px -5px rgba(34, 60, 80, 0.6);
}
.kit__cell {
  margin-bottom: 40px;
  padding: 10px 0 20px;
  border-bottom: 2px solid #d49c6b;
}
.kit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  border-left: 2px solid rgba(193, 200, 199, 0.55);
}
.kit__icon {
  width: 24px;
  height: 24px;
}
.kit__icon-big {
  width: 40px;
  height: 40px;
}
.kit__icon-biggest {
  width: 100px;
  height: 100px;
}
.kit__color-item {
  text-align: center;
}
.kit__color-item-hex,
.kit__color-item-var {
  width: 100%;
  height: 20px;
  margin: 5px 0;
}
.kit__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
.kit__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.kit__title-main {
  margin-right: 0;
  margin-left: auto;
  color: #d49c6b;
  border-bottom: 3px solid #252b31;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
.kit__title-sub {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}
.kit__title-mini {
  color: #252b31;
  font-size: 18px;
  line-height: 18px;
}
.kit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.kit__var {
  margin: 25px 0 2px;
}
.kit__class {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #36b98f;
  border: 1px solid rgba(193, 200, 199, 0.55);
  background: #fff;
  font-size: 16px;
  font-weight: 600;
}
.kit__list-class {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding: 0 20px;
  color: #36b98f;
  border: 1px solid rgba(193, 200, 199, 0.55);
  background: #fff;
  font-size: 15px;
}
.kit__current {
  padding: 15px;
  margin-bottom: 10px;
}
.kit__current_dark {
  background-color: #252b31;
}
.kit__burger,
.kit__close {
  width: 40px;
  height: 40px;
}
.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;
}
.page_theme {
  color: #0d0827;
  background: #0d0827;
  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;
}
.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;
}
.section__number {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
.section__about {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.section__text {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.section__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.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;
}
.button .button__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.button:hover {
  cursor: pointer;
}
.button.button_view_primary {
  background: #fbb72f;
  -webkit-box-shadow: 0 24px 60px #fbb72f;
  box-shadow: 0 24px 60px #fbb72f;
  -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, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  -o-transition: background 0.25s, 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: #b81e71;
  -webkit-box-shadow: 0 24px 60px #b81e71;
  box-shadow: 0 24px 60px #b81e71;
}
.button.button_view_secondary {
  border: 2px solid green;
  background: #ff0;
  -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 #00f;
  background: gray;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.button.button_view_tertiary .button__text {
  color: #fff;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.button.button_view_tertiary:hover {
  background: #00f;
}
.button.button_view_tertiary:hover .button__text {
  color: #ff0;
}
.button.button_view_transparent {
  border: 2px solid #fff;
  background: 0 0;
  -webkit-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
}
.button.button_view_transparent .button__text {
  color: #fff;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.button.button_view_transparent:hover {
  border-color: #00f;
}
.button.button_view_transparent:hover .button__text {
  color: #00f;
}
.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;
}
.button_width_available {
  width: 100%;
}
.button.button_size_s {
  border-radius: 4px;
  font-size: 13px;
  line-height: 24px;
}
.button_size_s .button__text {
  margin: 0 10px;
}
.button.button_size_m {
  border-radius: 6px;
  font-size: 13px;
  line-height: 28px;
}
.button_size_m .button__text {
  margin: 0 13px;
}
.button.button_size_l {
  border-radius: 8px;
  font-size: 15px;
  line-height: 32px;
}
.button_size_l .button__text {
  margin: 0 15px;
}
.button.button_size_xl {
  border-radius: 80px;
  font-size: 24px;
  line-height: 60px;
}
.button_size_xl .button__text {
  margin: 0 65px;
}
.deco__hero {
  position: relative;
}
.deco__hero::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #b81e71;
  background-repeat: no-repeat;
  -webkit-filter: blur(200px);
  filter: blur(200px);
}
.deco__shadow {
  position: relative;
}
.deco__shadow::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100px;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#0d0827)
  );
  background: -o-linear-gradient(top, transparent 0, #0d0827 100%);
  background: linear-gradient(180deg, transparent 0, #0d0827 100%);
}
.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(#0d0827)
  );
  background: -o-linear-gradient(left, transparent 0, #0d0827 100%);
  background: linear-gradient(90deg, transparent 0, #0d0827 100%);
}
.deco__attention {
  color: #fbb72f;
}
.img {
  display: block;
  max-width: 100%;
  height: auto;
}
.link {
  display: inline;
  text-decoration: none;
  color: pink;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.link:hover {
  color: #ff0;
  cursor: pointer;
}
.hero {
  width: 100%;
  height: 100%;
}
.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  height: 100vh;
  max-height: 900px;
}
.hero__logo {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.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: #b81e71;
  -webkit-filter: blur(110px);
  filter: blur(110px);
}
.hero__present-main {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
.hero__present-sub {
  position: relative;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
}
.hero__present-secondary {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}
.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;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: calc(50% - 15px);
  margin: 15px 7.5px;
}
.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;
}
.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;
}
.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;
}

.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: 479px) {
  .deco__hero::before {
    background-image: url(../../willbetgambling/image/hero_bg-alt.png);
    -webkit-filter: none;
    filter: none;
    background-size: cover;
  }
  .hero__present-main {
    font-size: 50px;
    line-height: 60px;
  }
  .hero__present-sub {
    font-size: 40px;
    line-height: 50px;
  }
  .hero__present-secondary {
    font-size: 32px;
    line-height: 36px;
  }
  .benefit__item-imgbox {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .benefit__item-img {
    width: 60px;
    height: 60px;
  }
  .benefit__item-name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 767px) {
  .footer__text {
    font-size: 16px;
    line-height: 25px;
  }
  .layout__fs {
    min-height: 500px;
    max-height: 800px;
  }
  .deco__shadow::after {
    height: 150px;
  }
  .hero__img {
    left: 50px;
    display: block;
    max-height: 500px;
  }
  .hero__logo {
    top: 20px;
  }
  .hero__present {
    right: 20px;
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .hero__present-secondary {
    font-size: 20px;
    line-height: 28px;
  }
}
@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 {
    width: auto;
  }
  .footer__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .layout__fs {
    min-height: 600px;
    max-height: 900px;
  }
  .layout__pit {
    margin-bottom: -20px;
  }
  .section__cell,
  .section__title {
    margin-bottom: 50px;
  }
  .section__number {
    font-size: 70px;
    line-height: 70px;
  }
  .section__about {
    font-size: 24px;
    line-height: 30px;
  }
  .section__text {
    font-size: 30px;
    line-height: 40px;
  }
  .button.button_size_xl {
    border-radius: 80px;
    font-size: 36px;
    line-height: 80px;
  }
  .deco__shadow::after {
    height: 180px;
  }
  .hero__img {
    max-height: 600px;
  }
  .hero__present {
    right: 50px;
  }
  .benefit__item {
    width: calc(25% - 15px);
  }
  .benefit__item-name {
    font-size: 28px;
    line-height: 38px;
  }
  .rules-list {
    padding: 48px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1099px) {
  .hero__img {
    max-height: 750px;
  }
  .hero__present-main {
    font-size: 68px;
    line-height: 80px;
  }
  .hero__present-sub {
    font-size: 58px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1439px) {
  .layout__fs {
    min-height: 700px;
    max-height: 950px;
  }
  .layout__pit {
    margin-bottom: -100px;
  }
  .button_size_xl .button__text {
    margin: 0 100px;
  }
  .deco__shadow::after {
    height: 200px;
  }
  .hero__present {
    width: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .hero__present-main,
  .hero__present-sub {
    font-size: 64px;
    line-height: 76px;
  }
  .hero__present-secondary {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1599px) {
  .layout__pit {
    margin-bottom: -130px;
  }
  .button.button_size_xl {
    border-radius: 80px;
    font-size: 46px;
    line-height: 100px;
  }
  .hero__img {
    max-height: 850px;
  }
  .hero__present {
    right: 100px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .hero__present-main {
    font-size: 100px;
    line-height: 140px;
  }
  .hero__present-sub {
    font-size: 80px;
    line-height: 100px;
  }
  .hero__present-secondary {
    font-size: 64px;
    line-height: 90px;
  }
}
