* {
  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
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Anton;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/jackpotsnest-fonts/jackpotsnest-anton-regular.woff2) format("woff2")
}

@font-face {
  font-family: Cairo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/jackpotsnest-fonts/jackpotsnest-cairo-bold.woff2) format("woff2")
}

@font-face {
  font-family: Opensans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/jackpotsnest-fonts/jackpotsnest-opensans-semibold.woff2) format("woff2")
}

:root {
  --font-main: "Opensans", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #0f0a23;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --gradient: linear-gradient(180deg, #5d2277 0%, #3d217c 50%, #1b417a 100%);
  --gradient-orange: linear-gradient(180deg, #fd8300 0%, #fb5f01 51.92%, #f83c01 100%);
  --hover: #fd8300;
  --active: #fd8300
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  color: var(--white);
  background: var(--gradient-orange);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
  min-width: 100px;
  min-height: 46px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 0 24px;
  width: 100%;
  height: 55px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  color: #131313;
  background-color: #e4e4e4;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.input_textarea {
  padding: 24px;
  height: 93px
}

.tx-24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 158%
}

.tx-34 {
  font-weight: 600;
  font-size: 34px;
  line-height: 112%
}

.tx-44 {
  font-weight: 600;
  font-size: 44px;
  line-height: 125%
}

.tx-main {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-60-40:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:991px) {
  .mb-60-40:not(:last-child) {
    margin-bottom: 50px
  }
}

@media (max-width:600px) {
  .mb-60-40:not(:last-child) {
    margin-bottom: 40px
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-section:not(:last-child) {
  margin-bottom: 60px
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.ptb-25-15 {
  padding-top: 25px;
  padding-bottom: 25px
}

@media (max-width:991px) {
  .ptb-25-15 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media (max-width:600px) {
  .ptb-25-15 {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.ptb-100-40 {
  padding-top: 100px;
  padding-bottom: 100px
}

@media (max-width:991px) {
  .ptb-100-40 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (max-width:600px) {
  .ptb-100-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.ptb-130-48 {
  padding-top: 130px;
  padding-bottom: 130px
}

@media (max-width:1220px) {
  .ptb-130-48 {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (max-width:991px) {
  .ptb-130-48 {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media (max-width:600px) {
  .ptb-130-48 {
    padding-top: 48px;
    padding-bottom: 48px
  }
}

.pt-100-60 {
  padding-top: 100px
}

@media (max-width:991px) {
  .pt-100-60 {
    padding-top: 80px
  }
}

@media (max-width:600px) {
  .pt-100-60 {
    padding-top: 60px
  }
}

.bg-gradient {
  background: var(--gradient)
}

.color-gray {
  color: #c1c1c1
}

.color-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fd8300), color-stop(51.92%, #fb5f01), to(#f83c01));
  background: linear-gradient(180deg, #fd8300 0, #fb5f01 51.92%, #f83c01 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.brr-25 {
  border-radius: 25px
}

.brr-15 {
  border-radius: 15px
}

.p-16 {
  padding: 16px
}

.p-24 {
  padding: 24px
}

.Cairo {
  font-family: Cairo
}

.Anton {
  font-family: Anton
}

.box-shadow {
  -webkit-box-shadow: 0 13px 29px rgba(35, 61, 193, .33);
  box-shadow: 0 13px 29px rgba(35, 61, 193, .33)
}

.border {
  border: 1px solid #1d2447
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.jackpotsnest-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width:991px) {
  .jackpotsnest-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--gradient);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .jackpotsnest-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.jackpotsnest-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.jackpotsnest-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .jackpotsnest-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .jackpotsnest-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.jackpotsnest-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)
}

.jackpotsnest-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)
}

.jackpotsnest-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px
}

@media (max-width:991px) {
  .jackpotsnest-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

@media (max-width:991px) {
  .jackpotsnest-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.jackpotsnest-nav__link {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .jackpotsnest-nav__link:hover {
    opacity: .5
  }
}

.jackpotsnest-nav__link:focus-visible {
  opacity: .5
}

.jackpotsnest-nav__link:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.jackpotsnest-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 28px;
  height: 14px;
  background-color: transparent
}

@media (max-width:991px) {
  .jackpotsnest-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.jackpotsnest-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.jackpotsnest-hero {
  position: relative;
  background-image: url(/jackpotsnest-img/jackpotsnest-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .jackpotsnest-hero {
    background-image: url(/jackpotsnest-img/jackpotsnest-hero-mob.webp)
  }
}

.jackpotsnest-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1
}

.jackpotsnest-hero__descr {
  max-width: 610px;
  width: 100%
}

.jackpotsnest-section_image {
  background-image: url(/jackpotsnest-img/jackpotsnest-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .jackpotsnest-section_image {
    background-image: url(/jackpotsnest-img/jackpotsnest-background-mob.webp)
  }
}

.jackpotsnest-about {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .jackpotsnest-about {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .jackpotsnest-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.jackpotsnest-about__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.jackpotsnest-about__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1
}

.jackpotsnest-footer__age {
  width: 90px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.jackpotsnest-footer__info {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .jackpotsnest-footer__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.isgame {
  display: block;
  width: 100%;
  height: 510px
}

@media (max-width:991px) {
  .isgame {
    height: 400px
  }
}

@media (max-width:600px) {
  .isgame {
    height: 300px
  }
}

.jackpotsnest-grefory {
  padding: 24px;
  position: relative;
  background-image: url(/jackpotsnest-img/jackpotsnest-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .jackpotsnest-grefory {
    padding: 16px;
    background-image: url(/jackpotsnest-img/jackpotsnest-hero-mob.webp)
  }
}

.jackpotsnest-grefory::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1
}

.jackpotsnest-grefory__item {
  margin: 0 auto;
  max-width: 820px;
  width: 100%;
  min-height: 510px;
  border-radius: 30px;
  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: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:991px) {
  .jackpotsnest-grefory__item {
    min-height: 400px
  }
}

@media (max-width:600px) {
  .jackpotsnest-grefory__item {
    min-height: 232px
  }
}

.jackpotsnest-grefory__item a {
  min-width: 222px
}

.jackpotsnest-disclaimer {
  background-image: url(/jackpotsnest-img/jackpotsnest-disclaimer.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 60px
}

@media (max-width:991px) {
  .jackpotsnest-disclaimer {
    padding: 24px 40px
  }
}

@media (max-width:600px) {
  .jackpotsnest-disclaimer {
    padding: 24px;
    background-image: url(/jackpotsnest-img/jackpotsnest-disclaimer-mob.webp)
  }
}