@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

ol,
ul {
  padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0
}

ul {
  list-style: none
}

img {
  max-width: 100%;
  display: block
}

button,
input,
select,
textarea {
  font: inherit
}

.action__num {
  font-family: Sarina, sans-serif;
  font-weight: 400
}

.promo__subtitle,
.promo__title {
  font-weight: 900
}

.instruction__number::before {
  font-weight: 900
}

.btn,
.check__text,
.popup__btn,
.popup__text span,
.promo__get,
.promo__num {
  font-weight: 700
}

.action__text,
.ellipse-btn,
.popup__text,
.speed__title {
  font-weight: 600
}

.slots__promo {
  font-weight: 500
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-blend-mode: overlay;
  scroll-behavior: smooth;
  background-image: -webkit-image-set(url("../images/bg.avif") 1x,
      url("../images/bg.webp") 2x,
      url("../images/bg.jpg") 2x);
  background-image: image-set("../images/bg.avif"1x type("image/avif"),
      "../images/bg.webp"2x type("image/webp"),
      "../images/bg.jpg"2x type("image/jpg"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

a {
  text-decoration: none
}

body {
  font-family: Montserrat, sans-serif;
  line-height: 1;
  color: #fff;
  overflow-x: hidden
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.gradient {
  background: -o-linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container {
  max-width: 1920px;
  margin: 0 auto
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%)
}

.title {
  position: relative;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(13px + 59 * ((100vw - 320px) / 1600));
  margin-bottom: 20px
}

@media (min-width:993px) {
  .title {
    position: static;
    z-index: unset;
    margin-bottom: 30px
  }
}

@media (min-width:1200px) {
  .title {
    margin-bottom: 40px
  }
}

@media (min-width:1920px) {
  .title {
    margin-bottom: 50px;
    font-size: 70px
  }
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("ttf");
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("ttf");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("ttf");
  font-weight: 900;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  src: url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat-BlackItalic.woff") format("woff"), url("../fonts/Montserrat-BlackItalic.ttf") format("ttf");
  font-weight: 900;
  font-display: swap
}

@font-face {
  font-family: Betandyou-Main;
  font-style: normal;
  src: url("../fonts/Betandyou-Main.woff2") format("woff2"), url("../fonts/Betandyou-Main.woff") format("woff"), url("../fonts/Betandyou-Main.ttf") format("ttf");
  font-display: swap
}

/* @font-face {
  font-family: Sarina;
  font-style: normal;
  src: url("../fonts/Sarina-Regular.woff2") format("woff2"), url("../fonts/Sarina-Regular.woff") format("woff"), url("../fonts/Sarina-Regular.ttf") format("ttf");
  font-weight: 700;
  font-display: swap
} */

@font-face {
  font-family: Orbotron;
  font-style: normal;
  src: url("../fonts/Orbitron-Medium.woff2") format("woff2"), url("../fonts/Orbitron-Medium.woff") format("woff"), url("../fonts/Orbitron-Medium.ttf") format("ttf");
  font-weight: 500;
  font-display: swap
}

/* 
@font-face {
  font-family: Arial;
  font-style: normal;
  src: url("../fonts/Arial.woff2") format("woff2"), url("../fonts/Arial.woff") format("woff"), url("../fonts/Arial.ttf") format("ttf");
  font-weight: 700;
  font-display: swap
} */



.langCheck {
  min-width: 100px;
  top: 0px;
  height: 27px;
}

@media (min-width: 993px) {
  .langCheck {
    display: block;
    position: relative;
    z-index: 10;
    right: 10px;
    min-width: 100px;
  }
}

.langCheck__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.langCheck__wrapper::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 26px;
  background-color: transparent;
  z-index: 1;
}

@media (min-width: 767px) {
  .langCheck__wrapper::after {
    width: 27px;
  }
}

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
  animation-name: bgShow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #b4b4b4;
  }
}

@keyframes bgShow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #b4b4b4;
  }
}

.langCheck__wrapper:hover::after {
  -webkit-animation-name: bgShow2;
  animation-name: bgShow2;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow2 {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #c8c8c8;
  }
}

@keyframes bgShow2 {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #c8c8c8;
  }
}

.langCheck__wrapper:hover .langCheck__item.selected {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  opacity: 1;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected) {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-animation-name: showItem;
  animation-name: showItem;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
  padding: 3px 0;
}

@media (min-width: 767px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
    animation-name: showItemDesc;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #c8c8c8;
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@-webkit-keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

.langCheck__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.langCheck__item:hover {
  opacity: 1 !important;
}

.langCheck__item .icon {
  width: 19px;
  height: 18px;
  margin: 3px 6px 3px 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  /* background-size: 73px; */
}

@media (min-width: 767px) {
  .langCheck__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.langCheck__item .langContext {
  font-style: normal;
  font-family: 'Arial', serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 7px;
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 767px) {
  .langCheck__item .langContext {
    margin: 5px 0;
  }
}

.langCheck__item .langContext font {
  font-style: normal;
  font-family: 'Arial', serif;
}

.langCheck__item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.langCheck__item.selected {
  height: 27px;
  background-color: #373737;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.langCheck__item.selected .icon {
  width: 18px;
  height: 18px;
  /* background-size: 72px; */
  margin-left: 11px;
  border-radius: 50%;
  border-color: #fff;
}

.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 5px;
}

@media (min-width: 767px) {
  .langCheck__item.selected .langContext {
    font-size: 12px;
    margin: 5px 0;
  }
}

.langCheck__item.selected .arrow {
  width: 25px;
  height: 100%;
  background-color: #ffbc00;
  margin-left: 5px;
  position: relative;
  margin-left: auto;
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow {
    width: 27px;
    margin-left: auto;
  }
}

.langCheck__item.selected .arrow::before,
.langCheck__item.selected .arrow::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #373737;
  height: 2px;
  width: 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
}

@media (min-width: 767px) {

  .langCheck__item.selected .arrow::before,
  .langCheck__item.selected .arrow::after {
    width: 9px;
  }
}

.langCheck__item.selected .arrow::before {
  left: 28%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::before {
    left: 24%;
  }
}

.langCheck__item.selected .arrow::after {
  right: 28%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::after {
    right: 24%;
  }
}

.langCheck__item.active {
  display: none;
}

.langCheck__item:not(.selected) {
  position: absolute;
  top: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  opacity: 0;
}


/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/

.fflag {
  background-image: url("./../images/flagSprite.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box;
}

.fflag-ch,
.fflag-np {
  box-shadow: none !important
}

.fflag-dz {
  background-position: center 0.2287%;
}

.fflag-ao {
  background-position: center 0.4524%;
}

.fflag-bj {
  background-position: center 0.6721%;
}

.fflag-bw {
  background-position: center 0.8958%;
}

.fflag-bf {
  background-position: center 1.1162%;
}

.fflag-bi {
  background-position: center 1.3379%;
}

.fflag-cm {
  background-position: center 1.5589%;
}

.fflag-cv {
  background-position: center 1.7805%;
}

.fflag-cf {
  background-position: center 2.0047%;
}

.fflag-td {
  background-position: center 2.2247%;
}

.fflag-cd {
  background-position: left 2.4467%;
}

.fflag-dj {
  background-position: left 2.6674%;
}

.fflag-eg {
  background-position: center 2.8931%;
}

.fflag-gq {
  background-position: center 3.1125%;
}

.fflag-er {
  background-position: left 3.3325%;
}

.fflag-et {
  background-position: center 3.5542%;
}

.fflag-ga {
  background-position: center 3.7759%;
}

.fflag-gm {
  background-position: center 4.0015%;
}

.fflag-gh {
  background-position: center 4.2229%;
}

.fflag-gn {
  background-position: center 4.441%;
}

.fflag-gw {
  background-position: left 4.66663%;
}

.fflag-ci {
  background-position: center 4.8844%;
}

.fflag-ke {
  background-position: center 5.1061%;
}

.fflag-ls {
  background-position: center 5.3298%;
}

.fflag-lr {
  background-position: left 5.5495%;
}

.fflag-ly {
  background-position: center 5.7712%;
}

.fflag-mg {
  background-position: center 5.994%;
}

.fflag-mw {
  background-position: center 6.2156%;
}

.fflag-ml {
  background-position: center 6.4363%;
}

.fflag-mr {
  background-position: center 6.658%;
}

.fflag-mu {
  background-position: center 6.8805%;
}

.fflag-yt {
  background-position: center 7.1038%;
}

.fflag-ma {
  background-position: center 7.3231%;
}

.fflag-mz {
  background-position: left 7.5448%;
}

.fflag-na {
  background-position: left 7.7661%;
}

.fflag-ne {
  background-position: center 7.98937%;
}

.fflag-ng {
  background-position: center 8.2099%;
}

.fflag-cg {
  background-position: center 8.4316%;
}

.fflag-re {
  background-position: center 8.6533%;
}

.fflag-rw {
  background-position: right 8.875%;
}

.fflag-sh {
  background-position: center 9.0967%;
}

.fflag-st {
  background-position: center 9.32237%;
}

.fflag-sn {
  background-position: center 9.5426%;
}

.fflag-sc {
  background-position: left 9.7628%;
}

.fflag-sl {
  background-position: center 9.9845%;
}

.fflag-so {
  background-position: center 10.2052%;
}

.fflag-za {
  background-position: left 10.4269%;
}

.fflag-ss {
  background-position: left 10.6486%;
}

.fflag-sd {
  background-position: center 10.8703%;
}

.fflag-sr {
  background-position: center 11.0945%;
}

.fflag-sz {
  background-position: center 11.3135%;
}

.fflag-tg {
  background-position: left 11.5354%;
}

.fflag-tn {
  background-position: center 11.7593%;
}

.fflag-ug {
  background-position: center 11.9799%;
}

.fflag-tz {
  background-position: center 12.2005%;
}

.fflag-eh {
  background-position: center 12.4222%;
}

.fflag-ye {
  background-position: center 12.644%;
}

.fflag-zm {
  background-position: center 12.8664%;
}

.fflag-zw {
  background-position: left 13.0873%;
}

.fflag-ai {
  background-position: center 13.309%;
}

.fflag-ag {
  background-position: center 13.5307%;
}

.fflag-ar {
  background-position: center 13.7524%;
}

.fflag-aw {
  background-position: left 13.9741%;
}

.fflag-bs {
  background-position: left 14.1958%;
}

.fflag-bb {
  background-position: center 14.4175%;
}

.fflag-bq {
  background-position: center 14.6415%;
}

.fflag-bz {
  background-position: center 14.8609%;
}

.fflag-bm {
  background-position: center 15.0826%;
}

.fflag-bo {
  background-position: center 15.306%;
}

.fflag-vg {
  background-position: center 15.528%;
}

.fflag-br {
  background-position: center 15.7496%;
}

.fflag-ca {
  background-position: center 15.9694%;
}

.fflag-ky {
  background-position: center 16.1911%;
}

.fflag-cl {
  background-position: left 16.4128%;
}

.fflag-co {
  background-position: left 16.6345%;
}

.fflag-km {
  background-position: center 16.8562%;
}

.fflag-cr {
  background-position: center 17.0779%;
}

.fflag-cu {
  background-position: left 17.2996%;
}

.fflag-cw {
  background-position: center 17.5213%;
}

.fflag-dm {
  background-position: center 17.743%;
}

.fflag-do {
  background-position: center 17.968%;
}

.fflag-ec {
  background-position: center 18.1864%;
}

.fflag-sv {
  background-position: center 18.4081%;
}

.fflag-fk {
  background-position: center 18.6298%;
}

.fflag-gf {
  background-position: center 18.8515%;
}

.fflag-gl {
  background-position: left 19.0732%;
}

.fflag-gd {
  background-position: center 19.2987%;
}

.fflag-gp {
  background-position: center 19.518%;
}

.fflag-gt {
  background-position: center 19.7383%;
}

.fflag-gy {
  background-position: center 19.96%;
}

.fflag-ht {
  background-position: center 20.1817%;
}

.fflag-hn {
  background-position: center 20.4034%;
}

.fflag-jm {
  background-position: center 20.6241%;
}

.fflag-mq {
  background-position: center 20.8468%;
}

.fflag-mx {
  background-position: center 21.0685%;
}

.fflag-ms {
  background-position: center 21.2902%;
}

.fflag-ni {
  background-position: center 21.5119%;
}

.fflag-pa {
  background-position: center 21.7336%;
}

.fflag-py {
  background-position: center 21.9553%;
}

.fflag-pe {
  background-position: center 22.177%;
}

.fflag-pr {
  background-position: left 22.4002%;
}

.fflag-bl {
  background-position: center 22.6204%;
}

.fflag-kn {
  background-position: center 22.8421%;
}

.fflag-lc {
  background-position: center 23.0638%;
}

.fflag-pm {
  background-position: center 23.2855%;
}

.fflag-vc {
  background-position: center 23.5072%;
}

.fflag-sx {
  background-position: left 23.732%;
}

.fflag-tt {
  background-position: center 23.9506%;
}

.fflag-tc {
  background-position: center 24.1723%;
}

.fflag-en {
  background-position: center 24.394%;
}

.fflag-vi {
  background-position: center 24.6157%;
}

.fflag-uy {
  background-position: left 24.8374%;
}

.fflag-ve {
  background-position: center 25.0591%;
}

.fflag-ab {
  background-position: center 25.279%;
}

.fflag-af {
  background-position: center 25.5025%;
}

.fflag-az {
  background-position: center 25.7242%;
}

.fflag-bd {
  background-position: center 25.9459%;
}

.fflag-bt {
  background-position: center 26.1676%;
}

.fflag-bn {
  background-position: center 26.3885%;
}

.fflag-kh {
  background-position: center 26.611%;
}

.fflag-cn {
  background-position: left 26.8327%;
}

.fflag-ge {
  background-position: center 27.0544%;
}

.fflag-hk {
  background-position: center 27.2761%;
}

.fflag-in {
  background-position: center 27.4978%;
}

.fflag-id {
  background-position: center 27.7195%;
}

.fflag-jp {
  background-position: center 27.9412%;
}

.fflag-kz {
  background-position: center 28.1615%;
}

.fflag-la {
  background-position: center 28.3846%;
}

.fflag-mo {
  background-position: center 28.6063%;
}

.fflag-my {
  background-position: center 28.829%;
}

.fflag-mv {
  background-position: center 29.0497%;
}

.fflag-mn {
  background-position: left 29.2714%;
}

.fflag-mm {
  background-position: center 29.4931%;
}

.fflag-np {
  background-position: left 29.7148%;
}

.fflag-kp {
  background-position: left 29.9365%;
}

.fflag-mp {
  background-position: center 30.1582%;
}

.fflag-pw {
  background-position: center 30.3799%;
}

.fflag-pg {
  background-position: center 30.6016%;
}

.fflag-ph {
  background-position: left 30.8233%;
}

.fflag-sg {
  background-position: left 31.045%;
}

.fflag-kr {
  background-position: center 31.2667%;
}

.fflag-lk {
  background-position: right 31.4884%;
}

.fflag-tw {
  background-position: left 31.7101%;
}

.fflag-tj {
  background-position: center 31.9318%;
}

.fflag-th {
  background-position: center 32.1535%;
}

.fflag-tl {
  background-position: left 32.3752%;
}

.fflag-tm {
  background-position: center 32.5969%;
}

.fflag-vn {
  background-position: center 32.8186%;
}

.fflag-al {
  background-position: center 33.0403%;
}

.fflag-ad {
  background-position: center 33.25975%;
}

.fflag-am {
  background-position: center 33.4837%;
}

.fflag-at {
  background-position: center 33.7054%;
}

.fflag-by {
  background-position: left 33.9271%;
}

.fflag-be {
  background-position: center 34.1488%;
}

.fflag-ba {
  background-position: center 34.3705%;
}

.fflag-bg {
  background-position: center 34.5922%;
}

.fflag-hr {
  background-position: center 34.8139%;
}

.fflag-cy {
  background-position: center 35.0356%;
}

.fflag-cz {
  background-position: left 35.2555%;
}

.fflag-dk {
  background-position: center 35.479%;
}

.fflag-ee {
  background-position: center 35.7007%;
}

.fflag-fo {
  background-position: center 35.9224%;
}

.fflag-fi {
  background-position: center 36.1441%;
}

.fflag-fr {
  background-position: center 36.3658%;
}

.fflag-de {
  background-position: center 36.5875%;
}

.fflag-gi {
  background-position: center 36.8092%;
}

.fflag-el {
  background-position: left 37.0309%;
}

.fflag-hu {
  background-position: center 37.2526%;
}

.fflag-is {
  background-position: center 37.4743%;
}

.fflag-ie {
  background-position: center 37.696%;
}

.fflag-im {
  background-position: center 37.9177%;
}

.fflag-it {
  background-position: center 38.1394%;
}

.fflag-je {
  background-position: center 38.3611%;
}

.fflag-xk {
  background-position: center 38.5828%;
}

.fflag-lv {
  background-position: center 38.8045%;
}

.fflag-li {
  background-position: left 39.0262%;
}

.fflag-lt {
  background-position: center 39.2479%;
}

.fflag-lu {
  background-position: center 39.4696%;
}

.fflag-mt {
  background-position: left 39.6913%;
}

.fflag-md {
  background-position: center 39.913%;
}

.fflag-mc {
  background-position: center 40.1347%;
}

.fflag-me {
  background-position: center 40.3564%;
}

.fflag-nl {
  background-position: center 40.5781%;
}

.fflag-mk {
  background-position: center 40.7998%;
}

.fflag-no {
  background-position: center 41.0215%;
}

.fflag-pl {
  background-position: center 41.2432%;
}

.fflag-pt {
  background-position: center 41.4649%;
}

.fflag-ro {
  background-position: center 41.6866%;
}

.fflag-ru {
  background-position: center 41.9083%;
}

.fflag-sm {
  background-position: center 42.13%;
}

.fflag-rs {
  background-position: center 42.3517%;
}

.fflag-sk {
  background-position: center 42.5734%;
}

.fflag-si {
  background-position: center 42.7951%;
}

.fflag-es {
  background-position: left 43.0168%;
}

.fflag-se {
  background-position: center 43.2385%;
}

.fflag-ch {
  background-position: center 43.4602%;
}

.fflag-tr {
  background-position: center 43.6819%;
}

.fflag-ua {
  background-position: center 43.9036%;
}

.fflag-gb {
  background-position: center 44.1253%;
}

.fflag-va {
  background-position: right 44.347%;
}

.fflag-bh {
  background-position: center 44.5687%;
}

.fflag-ir {
  background-position: center 44.7904%;
}

.fflag-iq {
  background-position: center 45.0121%;
}

.fflag-il {
  background-position: center 45.2338%;
}

.fflag-kw {
  background-position: left 45.4555%;
}

.fflag-jo {
  background-position: left 45.6772%;
}

.fflag-kg {
  background-position: center 45.897%;
}

.fflag-lb {
  background-position: center 46.1206%;
}

.fflag-om {
  background-position: left 46.3423%;
}

.fflag-pk {
  background-position: center 46.561%;
}

.fflag-ps {
  background-position: center 46.7857%;
}

.fflag-qa {
  background-position: center 47.0074%;
}

.fflag-sa {
  background-position: center 47.2291%;
}

.fflag-sy {
  background-position: center 47.4508%;
}

.fflag-ae {
  background-position: center 47.6725%;
}

.fflag-uz {
  background-position: left 47.8942%;
}

.fflag-as {
  background-position: right 48.1159%;
}

.fflag-au {
  background-position: center 48.3376%;
}

.fflag-cx {
  background-position: center 48.5593%;
}

.fflag-cc {
  background-position: center 48.781%;
}

.fflag-ck {
  background-position: center 49.002%;
}

.fflag-fj {
  background-position: center 49.2244%;
}

.fflag-pf {
  background-position: center 49.4445%;
}

.fflag-gu {
  background-position: center 49.6678%;
}

.fflag-ki {
  background-position: center 49.8895%;
}

.fflag-mh {
  background-position: left 50.1112%;
}

.fflag-fm {
  background-position: center 50.3329%;
}

.fflag-nc {
  background-position: center 50.5546%;
}

.fflag-nz {
  background-position: center 50.7763%;
}

.fflag-nr {
  background-position: left 50.998%;
}

.fflag-nu {
  background-position: center 51.2197%;
}

.fflag-nf {
  background-position: center 51.4414%;
}

.fflag-ws {
  background-position: left 51.6631%;
}

.fflag-sb {
  background-position: left 51.8848%;
}

.fflag-tk {
  background-position: center 52.1065%;
}

.fflag-to {
  background-position: left 52.3282%;
}

.fflag-tv {
  background-position: center 52.5499%;
}

.fflag-vu {
  background-position: left 52.7716%;
}

.fflag-wf {
  background-position: center 52.9933%;
}

.fflag-eu {
  background-position: center 53.215%;
}

.fflag-jr {
  background-position: center 53.4315%;
}

.fflag-oly {
  background-position: center 53.6584%;
}

.fflag-un {
  background-position: center 53.875%;
}

.fflag-td.ff-round,
.fflag-gn.ff-round,
.fflag-ci.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-be.ff-round,
.fflag-fr.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ro.ff-round {
  background-size: 100% 50000%;
}

.fflag.ff-sm {
  width: 18px;
  height: 11px
}

.fflag.ff-md {
  width: 27px;
  height: 17px
}

.fflag.ff-lg {
  width: 42px;
  height: 27px
}

.fflag.ff-xl {
  width: 60px;
  height: 37px
}

/* ff-round = circular icons */
.ff-round {
  background-size: 160%;
  background-clip: content-box;
  border-radius: 50%;
}

.ff-round.ff-sm {
  width: 12px;
  height: 12px
}

.ff-round.ff-md {
  width: 18px;
  height: 18px
}

.ff-round.ff-lg {
  width: 24px;
  height: 24px
}

.ff-round.ff-xl {
  width: 32px;
  height: 32px
}


.header {
  background: #292929;
  background: -webkit-gradient(linear, left top, right top, from(#292929), to(#181818));
  background: -o-linear-gradient(left, #292929 0%, #181818 100%);
  background: linear-gradient(90deg, #292929 0%, #181818 100%);
}

.header__inner {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.6em 0;
}

@media (max-width: 576px) {
  .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* .header__left+.socials {
  margin-left: auto;
} */

.header__box {
  max-height: 27px;
  margin-left: 4vw;
}

@media (max-width: 992px) {
  .header__box {
    margin-left: 3vw;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__svg {
  position: relative;
  z-index: 2;
  width: 263px;
  height: 28px;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
}

@media (max-width: 768px) {
  .logo__svg {
    width: auto;
    max-width: 30vw;
  }
}

@media (max-width: 576px) {
  .logo__svg {
    max-width: 40vw;
    /* max-height: 5.2vw; */
  }
}

.logo__slogan {
  position: relative;
  margin-left: 5px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .logo__slogan {
    display: none;
  }
}

.logo__slogan::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 266px;
  height: 20px;
  background-image: url("../images/slogan-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .logo__slogan::before {
    width: 25.85vw;
    height: 2.04vw;
  }
}

.logo__hand {
  display: none;
  margin-left: 5px;
}

.logo__hand-icon {
  width: 27px;
  height: 27px;
}

.logo__hand-icon use {
  fill: white;
}

.logo__text {
  font-family: 'Betandyou-Main', sans-serif;
  position: relative;
  color: #e1e1e1;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .logo__text {
    font-size: 2vw;
  }
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

/* @font-face {
  font-family: slick;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: 400;
  font-style: normal
} */

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slider {
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  margin-bottom: 8%
}

.slider .topBg {
  position: absolute;
  top: -18%;
  left: -3%;
  background-image: -webkit-image-set(url("../images/slider-section/joystick.avif") 1x,
      url("../images/slider-section/joystick.webp") 2x,
      url("../images/slider-section/joystick.png") 2x);
  background-image: image-set("../images/slider-section/joystick.avif"1x type("image/avif"),
      "../images/slider-section/joystick.webp"2x type("image/webp"),
      "../images/slider-section/joystick.png"2x type("image/png"));
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  z-index: 10;
  min-width: 200px
}

.slider__wrapp {
  position: relative
}

.slider__wrapp .slick-track {
  padding-top: 2%;
  padding-bottom: 2%
}

.slider__wrapp .slick-track .slide {
  background-color: #000;
  background-image: -webkit-image-set(url("../images/slider-section/sliderBg.avif") 1x,
      url("../images/slider-section/sliderBg.webp") 2x,
      url("../images/slider-section/sliderBg.png") 2x);
  background-image: image-set("../images/slider-section/sliderBg.avif"1x type("image/avif"),
      "../images/slider-section/sliderBg.webp"2x type("image/webp"),
      "../images/slider-section/sliderBg.png"2x type("image/png"));
  background-repeat: no-repeat;
  background-size: cover;
  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;
  padding: 14px 27px 53px;
  position: relative;
  z-index: 1
}

.slider__wrapp .slick-track .slide__bgFilter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#005dff), to(#54a3ff));
  background: -o-linear-gradient(top, #005dff 0, #54a3ff 100%);
  background: linear-gradient(180deg, #005dff 0, #54a3ff 100%);
  opacity: .4;
  z-index: 0
}

.slider__wrapp .slick-track .slide__bgFilter-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0354ff), to(#3d7bff));
  background: -o-linear-gradient(top, #0354ff 0, #3d7bff 100%);
  background: linear-gradient(180deg, #0354ff 0, #3d7bff 100%);
  opacity: .3
}

.slider__wrapp .slick-track .slide__bgFilter-show {
  background: #112d5d;
  z-index: 2;
  opacity: 1
}

.slider__wrapp .slick-track .slide__content,
.slider__wrapp .slick-track .slide__link,
.slider__wrapp .slick-track .slide__title {
  z-index: 1;
  position: relative
}

.slider__wrapp .slick-track .slide__title {
  text-align: center;
  font-size: calc(13px + 38 * ((100vw - 320px) / 1600));
  margin-bottom: 35px;
  margin-top: 35px;

}

@media (min-width:1920px) {
  .slider__wrapp .slick-track .slide__title {
    font-size: 45px
  }
}

.slider__wrapp .slick-track .slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: calc(13px + 38 * ((100vw - 320px) / 1600));
  margin-bottom: 35px
}

@media (min-width:1920px) {
  .slider__wrapp .slick-track .slide__content {
    font-size: 45px
  }
}

.slider__wrapp .slick-track .slide__content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900
}

@media (min-width: 992px) {
  .slider__wrapp .slick-track .slide__content .content span{
    width: 100%;
  }
}


.slider__wrapp .slick-track .slide__content .content img {
  margin-right: 2%;
  width: 24%;
  max-width: 150px;
  min-width: 30px
}

.slider__wrapp .slick-track .slide__content .content-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.slider__wrapp .slick-track .slide__content .content-right img {
  margin-right: 0;
  margin-left: 2%
}

.slider__wrapp .slick-track .slide__content .separator {
  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;
  margin: 7% 0;
  padding: 0 2%;
  text-transform: uppercase;
  font-weight: 900
}

@media (min-width:568px) {
  .slider__wrapp .slick-track .slide__content .separator {
    margin: 0
  }
}

@media (min-width:992px) {
  .slider__wrapp .slick-track .slide__content {
    flex-direction: row
  }
}

.slider__wrapp .slick-track .slide__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;
  border-radius: 10.8px;
  /* padding: 2% 4%; */
  padding: 1em 3em;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: calc(13px + 29 * ((100vw - 320px) / 1600));
  margin: 0 auto;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.slider__wrapp .slick-track .slide__link::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .2em;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe300), to(#fb0));
  background: -o-linear-gradient(top, #ffe300 0, #fb0 100%);
  background: linear-gradient(180deg, #ffe300 0, #fb0 100%);
  opacity: 1;
  transition: all .3s;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear
}

@media (min-width:1920px) {
  .slider__wrapp .slick-track .slide__link {
    font-size: 36px
  }
}

.slider__wrapp .slick-track .slide__link:hover {
  color: rgba(255, 255, 255, .9);
  /* background: rgba(0, 0, 0, 0); */
  box-shadow: inset 0 0 0 3px #ffe300
}

.slider__wrapp .slick-track .slide__link:hover::before {
  opacity: 0
}

.slider__wrapp .slick-track .slide.slick-center {
  z-index: 2;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.slider__wrapp .slick-track .slide.slick-center .slide__bgFilter-show {
  opacity: 0;
  z-index: -1
}

.slider .slick-dotted.slick-slider {
  margin-bottom: 90px
}

.slider .slick-dots {
  bottom: -45px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.slider .slick-dots li {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 15, 62, .2)), color-stop(0, rgba(244, 15, 62, .5)), color-stop(.02%, rgba(244, 15, 62, .5)), color-stop(200%, rgba(244, 15, 62, 0)));
  background: -o-linear-gradient(top, rgba(244, 15, 62, .2) 0, rgba(244, 15, 62, .5) 0, rgba(244, 15, 62, .5) .02%, rgba(244, 15, 62, 0) 200%);
  background: linear-gradient(180deg, rgba(244, 15, 62, .2) 0, rgba(244, 15, 62, .5) 0, rgba(244, 15, 62, .5) .02%, rgba(244, 15, 62, 0) 200%)
}

.slider .slick-dots li.slick-active {
  width: 34px;
  height: 34px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 15, 62, .4)), color-stop(0, #f40f3e), color-stop(.02%, #f40f3e), color-stop(200%, rgba(244, 15, 62, 0)));
  background: -o-linear-gradient(top, rgba(244, 15, 62, .4) 0, #f40f3e 0, #f40f3e .02%, rgba(244, 15, 62, 0) 200%);
  background: linear-gradient(180deg, rgba(244, 15, 62, .4) 0, #f40f3e 0, #f40f3e .02%, rgba(244, 15, 62, 0) 200%)
}

.slide__therms {
  position: relative;
}

@media (max-width:576px) {

  .slide__link+.slide__therms {
    font-size: clamp(12px, 3vw, 15px);
    line-height: 1.18;
  }
}

.terms {
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  padding-bottom: 10%
}

.terms .absolutBg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10
}

.terms .absolutBg.topRightBG {
  width: 35%;
  height: 100%;
  top: -10%;
  right: -11%;
  background-image: -webkit-image-set(url("../images/terms/hockey.avif") 1x,
      url("../images/terms/hockey.webp") 2x,
      url("../images/terms/hockey.png") 2x);
  background-image: image-set("../images/terms/hockey.avif"1x type("image/avif"),
      "../images/terms/hockey.webp"2x type("image/webp"),
      "../images/terms/hockey.png"2x type("image/png"))
}

.terms .absolutBg.bottomLeftBG {
  width: 25%;
  height: 100%;
  left: -4%;
  bottom: 0;
  background-image: -webkit-image-set(url("../images/terms/boxing.avif") 1x,
      url("../images/terms/boxing.webp") 2x,
      url("../images/terms/boxing.png") 2x);
  background-image: image-set("../images/terms/boxing.avif"1x type("image/avif"),
      "../images/terms/boxing.webp"2x type("image/webp"),
      "../images/terms/boxing.png"2x type("image/png"));
  background-position: bottom
}

.terms__container {
  background-image: -webkit-image-set(url("../images/terms/termsBg.avif") 1x,
      url("../images/terms/termsBg.webp") 2x,
      url("../images/terms/termsBg.jpg") 2x);
  background-image: image-set("../images/promo/promo-imgEng.avif"1x type("image/avif"),
      "../images/promo/promo-imgEng.webp"2x type("image/webp"),
      "../images/promo/promo-imgEng.jpg"2x type("image/jpg"));
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 4%;
  position: relative;
  font-size: calc(13px + 23 * ((100vw - 320px) / 1600));
  line-height: 130%
}

@media (min-width:1920px) {
  .terms__container {
    font-size: 30px
  }
}

.terms__container-filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-8.83%, #0354ff), color-stop(104.81%, #5189ff));
  background: -o-linear-gradient(top, #0354ff -8.83%, #5189ff 104.81%);
  background: linear-gradient(180deg, #0354ff -8.83%, #5189ff 104.81%);
  opacity: .8;
  z-index: 0
}

.terms__container-title {
  margin-bottom: 2%
}

.terms__container-list,
.terms__container-title {
  z-index: 1;
  position: relative
}

.terms__container-list li:nth-child(n+10) {
  display: none;
}

.terms__container-list.terms__container-list--opened li:nth-child(n+10) {
  display: list-item;
}

.terms__container-list.terms__container-list--opened~.terms__container-btn::before {
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.terms__container-list.terms__container-list--opened~.terms__container-btn::after {
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.terms__container-list li,
.terms__container-title li {
  margin-bottom: 2%;
  list-style-position: inside;
}

.terms__container-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 131px;
  height: 66px;

  border: none;
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.terms__container-btn:hover::before,
.terms__container-btn:hover::after {
  background-color: rgba(255, 255, 255, .7);
}

.terms__container-btn::before,
.terms__container-btn::after {
  content: '';
  position: absolute;

  height: 5px;
  width: 51%;
  top: 50%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s linear, background-color 0.3s linear;
  transition: -webkit-transform 0.3s linear, background-color 0.3s linear;
  -o-transition: transform 0.3s linear, background-color 0.3s linear;
  transition: transform 0.3s linear, background-color 0.3s linear;
  transition: transform 0.3s linear, background-color 0.3s linear, -webkit-transform 0.3s linear, background-color 0.3s linear;
}

.terms__container-btn::before {
  left: 1px;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.terms__container-btn::after {
  right: 1px;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.header {
  padding: 0 60px;
}

@media (max-width:576px) {
  .header {
    padding: 0 20px;
  }
}

.header__inner {
  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;
  padding: .6em 0;
  /* height: 51px; */
}

@media (max-width:992px) {
  .header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.header .registration {
  margin-left: auto
}

.header__box {
  max-height: 91px
}

@media (max-width:576px) {
  .header__box {
    max-height: 54px;
    margin-left: 10px
  }
}

.header .socials {
  margin-left: auto
}

@media (max-width:576px) {
  .header .socials {
    margin-left: 0
  }
}

.btn {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: .6em 1em;
  font-size: calc(12px + 33 * ((100vw - 320px) / 1600));
  color: #161615;
  border-radius: .2em;
  border: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-shadow: 0 0 37.5126px rgba(255, 188, 0, .7);
  box-shadow: 0 0 37.5126px rgba(255, 188, 0, .7)
}

@media (max-width:768px) {
  .btn {
    display: block;
    min-width: 50%
  }
}

.btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .2em;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe300), to(#fb0));
  background: -o-linear-gradient(top, #ffe300 0, #fb0 100%);
  background: linear-gradient(180deg, #ffe300 0, #fb0 100%);
  opacity: 1;
  transition: all .3s;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear
}

.btn:hover {
  color: rgba(255, 255, 255, .9);
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 3px #ffe300
}

.btn:hover::before {
  opacity: 0
}

.btn:active {
  color: #333
}

.popup {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* min-height: 100vh; */
  min-width: 100vw;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1vw
}

.popup.popup-show {
  position: fixed;
  top: 50%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .7)
}

/* @media (max-width:576px) {
  .popup.popup-show {
    overflow-y: scroll;
  }
} */

/* .popup__wrapper {
  position: relative;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform .6s linear;
  transition: -webkit-transform .6s linear;
  -o-transition: transform .6s linear;
  transition: transform .6s linear;
  transition: transform .6s linear, -webkit-transform .6s linear
} */

/* .popup__wrapper2 {
  overflow-y: scroll;
}  */

/* .popup__body {
  position: relative
} */

/* .popup__close {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 100%;
  height: 10px;
  width: 32px;
  height: 27px;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
} */

/* .close-modal__wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer
} */

.popup__close:hover .popup__close-btn::after,
.popup__close:hover .popup__close-btn::before {
  background-color: rgba(255, 255, 255, .7)
}

.popup__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.popup__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.popup__close-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.popup__close-btn::after,
.popup__close-btn::before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 3px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: opacity .3s linear, -webkit-transform .3s linear;
  transition: opacity .3s linear, -webkit-transform .3s linear;
  -o-transition: opacity .3s linear, transform .3s linear;
  transition: opacity .3s linear, transform .3s linear;
  transition: opacity .3s linear, transform .3s linear, -webkit-transform .3s linear;
  border-radius: 6px
}

.popup__close-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup__close-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.promo {
  padding: 0% 3% 0
}

.promo__inner {
  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;
  padding-left: 4vw;
  background-image: -webkit-image-set(url("../images/promo/promo-imgEng.avif") 1x,
      url("../images/promo/promo-imgEng.webp") 2x,
      url("../images/promo/promo-imgEng.png") 2x);
  background-image: image-set("../images/promo/promo-imgEng.avif"1x type("image/avif"),
      "../images/promo/promo-imgEng.webp"2x type("image/webp"),
      "../images/promo/promo-imgEng.png"2x type("image/png"));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top
}

@media (max-width:768px) {
  .promo__inner {
    padding-top: 60vw;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background-image: none */
  }
}

.promo__box {
  position: relative;
  z-index: 1;
  padding-top: 9%;
  padding-bottom: 6%
}

@media (max-width:768px) {
  .promo__box {
    margin-bottom: 15vw;
    padding-top: 0;
    padding-bottom: 0
  }
}

.promo__box::after {
  content: '';
  position: absolute;
  top: 100%;
  right: -15%;
  width: 18.2vw;
  height: 10.6vw;
  background-image: -webkit-image-set(url("../images/promo/ball.avif") 1x,
      url("../images/promo/ball.webp") 2x,
      url("../images/promo/ball.png") 2x);
  background-image: image-set("../images/promo/ball.avif"1x type("image/avif"),
      "../images/promo/ball.webp"2x type("image/webp"),
      "../images/promo/ball.png"2x type("image/png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.promo__get,
.promo__num,
.promo__subtitle,
.promo__title {
  text-transform: uppercase
}

.promo__title {
  position: relative;
  font-size: calc(42px + 108 * ((100vw - 320px) / 1600));
  line-height: 1.26;
}

@media (max-width:1124px) {
  .promo__title {
    line-height: 1.28;
  }
}

.promo__subtitle {
  font-size: calc(32px + 82 * ((100vw - 320px) / 1600));
  white-space: nowrap;
  text-shadow: 1px 1px black;
}

.promo__cashback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4vw;
  color: #f7e335
}

.promo__get {
  font-size: 70px
}

@media (max-width:1124px) {
  .promo__get {
    font-size: 32px
  }
}

@media (max-width:576px) {
  .promo__get {
    font-size: clamp(14px, 2.6vw, 23px);
  }
}

.promo__arrow-text {
  position: relative;
  z-index: 2;
  padding-right: 3px;

  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
  color: #000;
  background-color: #fee201
}

@media (max-width:1124px) {
  .promo__arrow-text {
    font-size: 32px
  }
}

@media (max-width:576px) {
  .promo__arrow-text {
    font-size: 18px
  }
}

.promo__arrow {
  position: relative;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black)
}

@media (max-width:1124px) {
  .promo__arrow {
    margin-right: 40px
  }
}

@media (max-width:576px) {
  .promo__arrow {
    margin-right: 10px;
    padding-left: 20px
  }
}

.promo__arrow::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 27px;
  background-image: url("../images/arrow-back2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width:1124px) {
  .promo__arrow::before {
    height: 32px;
    width: 21px
  }
}

@media (max-width:576px) {
  .promo__arrow::before {
    left: 17px;
    height: 18px;
    width: 10px
  }
}

.promo__arrow::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -104px;
  background-image: url("../images/arrow-back2.png");
  background-size: contain;
  width: 102px;
  height: 46px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: arrowAnim;
  animation: arrowAnim;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: 0.18, 0.01, 0.51, 0.98;
  animation-timing-function: 0.18, 0.01, 0.51, 0.98
}

@media (max-width:1124px) {
  .promo__arrow::after {
    right: -80px;
    width: 96px;
    height: 32px
  }
}

@media (max-width:576px) {
  .promo__arrow::after {
    right: -23px;
    width: 39px;
    height: 18px
  }
}

@-webkit-keyframes arrowAnim {
  from {
    background-position: -200%
  }

  to {
    background-position: 100%
  }
}

@keyframes arrowAnim {
  from {
    background-position: -200%
  }

  to {
    background-position: 100%
  }
}

.promo__arrow-image {
  position: absolute;
  left: 0
}

.promo__get,
.promo__num {
  text-shadow: 1px 1px .1em #000
}

.promo__num {
  font-size: 80px
}

@media (max-width:1124px) {
  .promo__num {
    font-size: 32px
  }
}

@media (max-width:576px) {
  .promo__num {
    /* font-size: 23px */
    font-size: clamp(14px, 2.6vw, 23px);
  }
}

.promo__btn-box {
  padding: 0 0 1em
}

@media (max-width:768px) {
  .promo__btn.btn {
    display: inline-block;
    text-align: center
  }
}

.slide__therms,
.promo__therms {
  /* margin-top: 1em; */
  padding: 0;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.16;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.promo__therms {
  margin-top: 1em;
}

.slide__therms {
  margin-top: 35px;
}

@media (max-width:576px) {

  .promo__therms {
    text-align: left;
    font-size: 14px;
  }
}

.slide__therms:hover,
.promo__therms:hover {
  color: rgba(255, 255, 255, .6)
}

/* 
.promo__image {
  display: none
}

@media (max-width:768px) {
  .promo__image {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px
  }
}

@media (max-width:768px) {
  .promo__image {
    margin-bottom: 0
  }
}

.promo__img {
  display: none;
}

@media (max-width:768px) {
  .promo__img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
  }
} */

.instruction {
  margin-bottom: 10vw
}

@media (max-width:576px) {

  .instruction {
    margin-bottom: 15vw
  }
}

.instruction__inner {
  position: relative
}

.instruction__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: my-awesome-counter
}

@media (max-width:768px) {
  .instruction__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.instruction__content {
  width: 70%;
  margin-left: 5%
}

.instruction__number {
  padding-right: 20px;
  position: relative;
  z-index: 3;
  min-height: 12vw;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(18.68%, #f40f3e), color-stop(77.13%, rgba(254, 60, 100, .981731)), color-stop(132.86%, rgba(255, 65, 104, 0)));
  background: -o-linear-gradient(left, #f40f3e 18.68%, rgba(254, 60, 100, .981731) 77.13%, rgba(255, 65, 104, 0) 132.86%);
  background: linear-gradient(90deg, #f40f3e 18.68%, rgba(254, 60, 100, .981731) 77.13%, rgba(255, 65, 104, 0) 132.86%);
  counter-increment: my-awesome-counter
}

@media (max-width:768px) {
  .instruction__number {
    max-width: 100%;
    min-width: 70%;
    background: -webkit-gradient(linear, left top, right top, color-stop(18.68%, #f40f3e), color-stop(61.44%, rgba(254, 60, 100, .981731)), color-stop(101.34%, rgba(255, 65, 104, 0)));
    background: -o-linear-gradient(left, #f40f3e 18.68%, rgba(254, 60, 100, .981731) 61.44%, rgba(255, 65, 104, 0) 101.34%);
    background: linear-gradient(90deg, #f40f3e 18.68%, rgba(254, 60, 100, .981731) 61.44%, rgba(255, 65, 104, 0) 101.34%)
  }
}

.instruction__number::before {
  position: absolute;
  z-index: 11;
  content: counter(my-awesome-counter);
  font-size: calc(84px + 234 * ((100vw - 320px) / 1600));
  line-height: 1;
  font-style: italic;
  color: #fff
}

.instruction__number:nth-child(1)::before {
  left: -12%
}

@media (max-width:768px) {
  .instruction__number:nth-child(1)::before {
    left: -5vw
  }
}

@media (max-width:576px) {
  .instruction__number:nth-child(2) {
    border-top-left-radius: 27px
  }
}

.instruction__number:nth-child(2)::before {
  left: -24%
}

@media (max-width:768px) {
  .instruction__number:nth-child(2)::before {
    left: -8vw
  }
}

.instruction__number:nth-child(2)::after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: 5px;
  right: 99%;
  width: 27px;
  height: 5vw;
  background: #f40f3e
}

@media (max-width:768px) {
  .instruction__number:nth-child(2)::after {
    height: 4vw
  }
}

@media (max-width:576px) {
  .instruction__number:nth-child(2)::after {
    bottom: 0;
    height: 17px;
    width: 7px
  }
}

.instruction__number:nth-child(3)::before {
  left: -20%
}

@media (max-width:768px) {
  .instruction__number:nth-child(3)::before {
    left: -8vw
  }
}

@media (max-width:576px) {
  .instruction__number:nth-child(3)::before {
    left: -10vw
  }
}

.instruction__number:nth-child(3)::after {
  content: '';
  position: absolute;
  z-index: 10;
  right: -5%;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13.5vw;
  height: 18vw;
  min-width: 124px;
  min-height: 166px;
  background-image: -webkit-image-set(url("../images/instruction/hockey-equipment.avif") 1x,
      url("../images/instruction/hockey-equipment.webp") 2x,
      url("../images/instruction/hockey-equipment.png") 2x);
  background-image: image-set("../images/instruction/hockey-equipment.avif"1x type("image/avif"),
      "../images/instruction/hockey-equipment.webp"2x type("image/webp"),
      "../images/instruction/hockey-equipment.png"2x type("image/png"));
  background-size: cover;
  background-position: center
}

@media (max-width:768px) {
  .instruction__number:not(:last-child) {
    margin-bottom: 6vw
  }
}

@media (max-width:576px) {
  .instruction__number:not(:last-child) {
    margin-bottom: 9vw
  }
}

.instruction__article {
  max-width: 60%
}

.instruction__action {
  padding-left: 2em;
  font-size: calc(11px + 20 * ((100vw - 320px) / 1600));
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 3.67379px 9.18448px rgba(0, 0, 0, .4)
}

.instruction__action span {
  display: block;
  padding-left: 35px;
  color: #fff;
  font-style: italic;
  text-transform: lowercase
}

@media (max-width:992px) {
  .instruction__action span {
    font-size: 3.5vw
  }
}

.popup__close {
  position: relative;
  z-index: 100;
  right: 18px;
  top: 0px;
  height: 10px;
  width: 32px;
  height: 31px;
  margin-left: auto;
  margin-bottom: 10px;

  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  cursor: pointer
}

.popup__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.popup__close:hover .popup__close-btn::after,
.popup__close:hover .popup__close-btn::before {
  background-color: #ffbc00;
  opacity: .4
}

.popup__close-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #ffbc00;
  border-radius: 50%
}

.popup__close-btn:after,
.popup__close-btn:before {
  position: absolute;
  top: 1px;
  left: 13px;
  content: ' ';
  height: 26px;
  width: 3px;
  background-color: #ffbc00;
  border-radius: 2px;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.popup__close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup__close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.popup__box {
  position: relative
}

.popup__wrapper2 {
  max-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popup__wrapper {
  
  position: relative;
  max-width: 730px;
  padding: 34px 37px 64px;
  margin: 0 auto;
  background-color: #000;
  -webkit-box-shadow: 0 0 23px -2px #ffdb01;
  box-shadow: 0 0 23px -2px #ffdb01;
  border-radius: 39.8949px;
  border: 2px solid #ffbc00;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  background-image: -webkit-image-set(url("../images/popup/popup-bg.avif") 1x,
      url("../images/popup/popup-bg.webp") 2x,
      url("../images/popup/popup-bg.jpg") 2x);
  background-image: image-set("../images/popup/popup-bg.avif"1x type("image/avif"),
      "../images/popup/popup-bg.webp"2x type("image/webp"),
      "../images/popup/popup-bg.jpg"2x type("image/jpg"));
  background-size: cover;
  background-position: center;
  z-index: 2
}

@media (max-width:992px) {
  .popup__wrapper {
    width: 75%
  }
}

@media (max-width:576px) {
  .popup__wrapper {
    width: 90%;
    padding: 30px 7px 30px
  }
}

.popup__wrapper::before {
  content: '';
  position: absolute;
  z-index: 33;
  top: 87%;
  left: 92%;
  width: 10vw;
  height: 5.4vw;
  background-image: -webkit-image-set(url("../images/popup/popupball.avif") 1x,
      url("../images/popup/popupball.webp") 2x,
      url("../images/popup/popupball.png") 2x);
  background-image: image-set("../images/popup/popupball.avif"1x type("image/avif"),
      "../images/popup/popupball.webp"2x type("image/webp"),
      "../images/popup/popupball.png"2x type("image/png"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 90px;
  min-height: 48px
}

@media (max-width:576px) {
  .popup__wrapper::before {
    left: 87%
  }
}

.popup__wrapper::after {
  content: '';
  position: absolute;
  z-index: 33;
  bottom: 70%;
  right: 90%;
  min-width: 115px;
  min-height: 100px;
  width: 12vw;
  height: 10.4vw;
  background-image: -webkit-image-set(url("../images/popup/popup-boot.avif") 1x,
      url("../images/popup/popup-boot.webp") 2x,
      url("../images/popup/popup-boot.png") 2x);
  background-image: image-set("../images/popup/popup-boot.avif"1x type("image/avif"),
      "../images/popup/popup-boot.webp"2x type("image/webp"),
      "../images/popup/popup-boot.png"2x type("image/png"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width:576px) {
  .popup__wrapper::after {
    right: 85%
  }
}

.popup__rule {
  margin-bottom: 30px
}

.popup__rule li {
  list-style-position: inside;
  font-size: calc(14px + 18 * ((100vw - 320px) / 1600))
}

.popup__text {
  text-align: center;
  font-size: calc(14px + 18 * ((100vw - 320px) / 1600))
}

.popup__text span {
  font-size: calc(16px + 10 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  color: #ffbc00
}

.popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0
}

.popup__btn-box {
  text-align: center
}

@media (max-width:768px) {
  .popup__btn-box .popup__btn {
    margin: 0 auto
  }
}

.popup__btn {
  display: inline-block;
  padding: .8em 1em;
  margin: 0 20px;
  font-size: clamp(10px, 1.6vw, 18px);
  color: #000;
  text-transform: uppercase
}

.popup__btn:hover {
  background-position: 100px;
  color: #fff
}

@media (max-width:576px) {
  .popup__btn {
    margin: 0 5px
  }
}

.popup__frame {
  margin-bottom: 1em;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 13px 26px 15px 19px
}

@media (max-width:576px) {
  .popup__frame {
    padding: 7px 12px 20px 7px
  }
}

.popup__rules {
  height: 238px;
  overflow: hidden;
  overflow-y: scroll
}

@media (max-width:576px) {
  .popup__rules {
    height: 300px
  }
}

.popup__rules::-webkit-scrollbar {
  position: relative;
  z-index: 20;
  width: 10px;
  background-color: #141414;
  opacity: .2;
  border-radius: 2px;
  width: 4px
}

.popup__rules::-webkit-scrollbar-thumb {
  position: relative;
  z-index: 20;
  background-color: #fff
}

.popup__therm {
  width: 96%;
  font-size: clamp(14px, 1.5vw, 22px);
  color: #fff;
  line-height: 1.35
}

.popup__therm:not(:last-child) {
  margin-bottom: 14px
}

.popup__date,
.popup__name {
  text-align: center
}

.popup__name {
  margin-bottom: 1em;
  font-size: clamp(18px, 2.5vw, 39px);
  line-height: 1.08;
  background: -o-linear-gradient(359.4deg, #ffbc00 19.97%, #ffe400 90.72%), -o-linear-gradient(bottom, #fff, #fff);
  background: linear-gradient(90.6deg, #ffbc00 19.97%, #ffe400 90.72%), linear-gradient(0deg, #fff, #fff);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.popup__date {
  margin-bottom: 16px;
  font-style: normal;
  color: #e5e5e5;
  font-size: clamp(14px, 1.6vw, 24px);
  line-height: 1.26
}