@charset "UTF-8";

* {
  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 {
  height: 100%;
  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
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(""), url(/assets../fonts/.woff2) format("woff2"), url(/assets../fonts/.woff) format("woff")
}

:root {
  --hover: rgba(221, 68, 3, 0.67);
  --active: #DD4403
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto
}

@media (max-width:991px) {
  .container {
    padding: 0 15px
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 10px
  }
}

.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: Arial, Helvetica, sans-serif;
  min-height: 100vh;
  overflow: hidden;
  background-color: #350e08
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

main:not(:last-child) {
  margin-bottom: 80px
}

.header {
  padding: 15px 0;
  background-color: #1f0602
}

.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
}

@media (max-width:991px) {
  .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: #1f0602;
    z-index: 100;
    padding: calc(15px + 15 * ((100vw - 320px)/ 1600));
    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;
    -o-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
  }
}

.header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .header__exit-menu {
    display: block;
    top: calc(15px + 15 * ((100vw - 320px)/ 1600));
    right: calc(15px + 15 * ((100vw - 320px)/ 1600))
  }
}

.header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px
}

@media (max-width:991px) {
  .header__right {
    gap: 42px
  }
}

@media (max-width:600px) {
  .header__right {
    gap: 22px
  }
}

.header__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61px;
  flex: 0 0 61px;
  height: 61px
}

@media (max-width:600px) {
  .header__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    height: 42px
  }
}

.header__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.logo {
  display: block;
  width: 192px;
  height: 66px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .logo {
    width: 116px;
    height: 40px
  }
}

.logo_menu {
  display: none;
  margin-bottom: 100px;
  margin-right: auto
}

@media (max-width:991px) {
  .logo_menu {
    display: block
  }
}

.logo_footer {
  width: 192px;
  height: 66px
}

@media (max-width:991px) {
  .logo_footer {
    width: 152px;
    height: 55px
  }
}

@media (max-width:600px) {
  .logo_footer {
    width: 192px;
    height: 64px
  }
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.nav__list {
  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;
  gap: 15px 36px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px
  }
}

.nav__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #eee;
  opacity: .8;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

@media (max-width:991px) {
  .nav__link {
    font-size: 20px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .nav__link {
    font-size: 24px;
    line-height: 26px
  }
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.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: 52px;
  height: 25px;
  background-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:600px) {
  .burger {
    width: 42px
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 5px
}

.burger span:first-child {
  margin-bottom: 5px
}

.burger span:last-child {
  margin-bottom: 0
}

.menu-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.hero {
  padding: 22px 0 0 0
}

@media (max-width:991px) {
  .hero {
    padding: 60px 0 0 0
  }
}

.hero:not(:last-child) {
  margin-bottom: 80px
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991px) {
  .hero__container {
    gap: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.hero__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 640px;
  flex: 0 1 640px
}

@media (max-width:991px) {
  .hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
  }
}

.hero__title {
  font-weight: 900;
  font-size: 44px;
  line-height: 62px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #dd4403
}

@media (max-width:991px) {
  .hero__title {
    font-size: 32px;
    line-height: 45px
  }
}

@media (max-width:600px) {
  .hero__title {
    font-size: 26px;
    line-height: 38px
  }
}

.hero__title span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #fff;
  opacity: .7
}

.hero__title span:not(:last-child) {
  margin-bottom: 5px
}

.hero__title:not(:last-child) {
  margin-bottom: 15px
}

@media (max-width:991px) {
  .hero__title:not(:last-child) {
    margin-bottom: 8px
  }
}

.hero__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #efefef;
  opacity: .9
}

.hero__text span {
  display: block
}

.hero__text:not(:last-child) {
  margin-bottom: 15px
}

@media (max-width:991px) {
  .hero__text:not(:last-child) {
    margin-bottom: 24x
  }
}

@media (max-width:600px) {
  .hero__text:not(:last-child) {
    margin-bottom: 16px
  }
}

.hero__link {
  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 20px;
  min-width: 191px;
  min-height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #dd4403;
  border-radius: 31px;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #dd2a03;
  -webkit-transition: border-color .3s linear, color .3s linear;
  -o-transition: border-color .3s linear, color .3s linear;
  transition: border-color .3s linear, color .3s linear
}

@media (any-hover:hover) {
  .hero__link:hover {
    border-color: var(--hover);
    color: var(--hover)
  }
}

.hero__link:active {
  border-color: var(--active);
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.hero__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 640px;
  flex: 0 1 640px;
  padding-bottom: 39%
}

@media (max-width:991px) {
  .hero__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 564px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50%
  }
}

@media (max-width:600px) {
  .hero__image {
    padding-bottom: 60%
  }
}

.hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.benefits {
  background-color: #1f0602;
  padding: 40px 0
}

@media (max-width:600px) {
  .benefits {
    padding: 52px 0 48px 0
  }
}

.benefits:not(:last-child) {
  margin-bottom: 80px
}

.benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 88px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991px) {
  .benefits__container {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width:600px) {
  .benefits__container {
    gap: 17px
  }
}

.benefits__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 34px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

@media (max-width:991px) {
  .benefits__list {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    gap: 24px;
    grid-template: auto/repeat(auto-fill, minmax(320px, 1fr))
  }
}

@media (max-width:600px) {
  .benefits__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px
  }
}

.benefits__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #dd4403
}

@media (max-width:600px) {
  .benefits__title {
    font-size: 19px;
    line-height: 22px
  }
}

.benefits__title:not(:last-child) {
  margin-bottom: 8px
}

@media (max-width:600px) {
  .benefits__title:not(:last-child) {
    margin-bottom: 9px
  }
}

.benefits__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #fff;
  opacity: .7
}

.benefits__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 232px;
  flex: 0 0 232px;
  height: 336px
}

@media (max-width:991px) {
  .benefits__image {
    width: 232px
  }
}

@media (max-width:600px) {
  .benefits__image {
    margin: 0 auto
  }
}

.benefits__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.slots:not(:last-child) {
  margin-bottom: 80px
}

.slots__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 31px
}

@media (max-width:991px) {
  .slots__list {
    gap: 24px
  }
}

@media (max-width:600px) {
  .slots__list {
    gap: 16px
  }
}

.slots__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 303px;
  flex: 0 0 303px
}

.slots__image {
  height: 208px;
  border-radius: 5px;
  overflow: hidden
}

.slots__image a {
  display: block;
  width: 100%;
  height: 100%
}

.slots__image a picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.slots__image:not(:last-child) {
  margin-bottom: 10px
}

.slots__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slots__link {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

@media (any-hover:hover) {
  .slots__link:hover {
    color: var(--hover)
  }
}

.slots__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.slots__game {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
  height: 53px;
  border-radius: 50%;
  background-color: rgba(221, 68, 3, .31);
  border: 1px solid #dd2a03;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear
}

.slots__game svg {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  fill: #dd2a03;
  width: 26px;
  height: 6px;
  -webkit-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear
}

@media (any-hover:hover) {
  .slots__game:hover {
    background-color: var(--hover)
  }

  .slots__game:hover svg {
    fill: var(--hover)
  }
}

.slots__game:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.slots__game:active svg {
  fill: #fff;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.about:not(:last-child) {
  margin-bottom: 80px
}

.about__container {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(500px, 1fr));
  gap: 32px
}

@media (max-width:991px) {
  .about__container {
    gap: 24px
  }
}

@media (max-width:600px) {
  .about__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.about__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #dd4403
}

@media (max-width:991px) {
  .about__title {
    font-size: 27px;
    line-height: 31px
  }
}

.about__title:not(:last-child) {
  margin-bottom: 8px
}

.about__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #fff
}

@media (max-width:991px) {
  .about__text {
    font-size: 16px;
    line-height: 22px
  }
}

.about__text:not(:last-child) {
  margin-bottom: 10px
}

.footer {
  padding: 40px 0 87px 0;
  background-color: #1f0602
}

@media (max-width:991px) {
  .footer {
    padding: 49px 0 41px 0
  }
}

@media (max-width:600px) {
  .footer {
    padding: 40px 0 30px 0
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

.footer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #efefef;
  opacity: .9;
  max-width: 640px
}

.footer__text span {
  display: block
}

@media (max-width:991px) {
  .footer__text {
    max-width: 504px
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 42px
}

@media (max-width:991px) {
  .footer__list {
    gap: 15px 30px
  }
}

@media (max-width:600px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
  }
}

.footer__link {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

@media (any-hover:hover) {
  .footer__link:hover {
    color: var(--hover)
  }
}

.footer__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.terms {
  padding-top: 80px
}

@media (max-width:991px) {
  .terms {
    padding-top: 65px
  }
}

@media (max-width:600px) {
  .terms {
    padding-top: 45px
  }
}

.terms h1 {
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 20px
  }
}

.terms h1 strong {
  font-weight: 700
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

.terms h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 20px
  }
}

.terms h2 strong {
  font-weight: 700
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

.terms p {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 14px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

.terms li {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

.slot {
  padding-top: 80px
}

@media (max-width:991px) {
  .slot {
    padding-top: 65px
  }
}

@media (max-width:600px) {
  .slot {
    padding-top: 45px
  }
}

.slot__title {
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700
}

@media (max-width:991px) {
  .slot__title {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .slot__title {
    font-size: 20px
  }
}

.slot__title:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .slot__title:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .slot__title:not(:last-child) {
    margin-bottom: 20px
  }
}

.slot__game {
  position: relative;
  padding-bottom: 50%
}

@media (max-width:991px) {
  .slot__game {
    padding-bottom: 70%
  }
}

.slot__game iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.popup {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  -o-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;
  height: 100vh
}

.popup.popup-active {
  opacity: 1;
  visibility: visible;
  display: none
}

.popup.popup-active.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  z-index: 1
}

.popup__body {
  position: relative;
  width: 540px;
  background-color: #20161c;
  border-radius: 5px;
  z-index: 2;
  padding: 15px
}

@media (max-width:600px) {
  .popup__body {
    width: 95%;
    padding: 15px 10px
  }
}

.popup__text {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400
}

@media (max-width:991px) {
  .popup__text {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .popup__text {
    font-size: 16px
  }
}

.popup__text:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .popup__text:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .popup__text:not(:last-child) {
    margin-bottom: 20px
  }
}

.popup__button {
  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 20px;
  min-width: 191px;
  min-height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #dd4403;
  border-radius: 31px;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  -webkit-font-feature-settings: "pnum"on, "lnum"on;
  font-feature-settings: "pnum"on, "lnum"on;
  color: #dd2a03;
  -webkit-transition: border-color .3s linear, color .3s linear;
  -o-transition: border-color .3s linear, color .3s linear;
  transition: border-color .3s linear, color .3s linear
}

@media (any-hover:hover) {
  .popup__button:hover {
    border-color: var(--hover);
    color: var(--hover)
  }
}

.popup__button:active {
  border-color: var(--active);
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}