/* hide scrollbar for Firefox */
html {
  scrollbar-width: none;
  -ms-overflow-style: none; /* для старих Edge/IE */
}

/* for WebKit-browsers (Chrome, Safari, Opera) */
html::-webkit-scrollbar {
  display: none;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Montserrat */
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-ExtraLight.eot");
    src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"),
        url("/fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-ExtraLight.woff2") format("woff2"),
        url("/fonts/Montserrat-ExtraLight.woff") format("woff"),
        url("/fonts/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Regular.eot");
    src: local("Montserrat Regular"), local("Montserrat-Regular"),
        url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-Regular.woff2") format("woff2"),
        url("/fonts/Montserrat-Regular.woff") format("woff"),
        url("/fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Bold.eot");
    src: local("Montserrat Bold"), local("Montserrat-Bold"),
        url("/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-Bold.woff2") format("woff2"),
        url("/fonts/Montserrat-Bold.woff") format("woff"),
        url("/fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Light.eot");
    src: local("Montserrat Light"), local("Montserrat-Light"),
        url("/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-Light.woff2") format("woff2"),
        url("/fonts/Montserrat-Light.woff") format("woff"),
        url("/fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Black.eot");
    src: local("Montserrat Black"), local("Montserrat-Black"),
        url("/fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-Black.woff2") format("woff2"),
        url("/fonts/Montserrat-Black.woff") format("woff"),
        url("/fonts/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Medium.eot");
    src: local("Montserrat Medium"), local("Montserrat-Medium"),
        url("/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-Medium.woff2") format("woff2"),
        url("/fonts/Montserrat-Medium.woff") format("woff"),
        url("/fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat", sans-serif;
    src: url("/fonts/Montserrat-ExtraBold.eot");
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"),
        url("/fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-ExtraBold.woff2") format("woff2"),
        url("/fonts/Montserrat-ExtraBold.woff") format("woff"),
        url("/fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-SemiBold.eot");
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
        url("/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("/fonts/Montserrat-SemiBold.woff") format("woff"),
        url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Thin.eot");
    src: local("Montserrat Thin"), local("Montserrat-Thin"),
        url("/fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Montserrat-Thin.woff2") format("woff2"),
        url("/fonts/Montserrat-Thin.woff") format("woff"),
        url("/fonts/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

/* FS Elliot Pro */
@font-face {
    font-family: "FS Elliot Pro";
    src: url("/fonts/FSElliotPro-Light.eot");
    src: local("FS Elliot Pro Light"), local("FSElliotPro-Light"),
        url("/fonts/FSElliotPro-Light.eot?#iefix") format("embedded-opentype"),
        url("/fonts/FSElliotPro-Light.woff2") format("woff2"),
        url("/fonts/FSElliotPro-Light.woff") format("woff"),
        url("/fonts/FSElliotPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "FS Elliot Pro";
    src: url("/fonts/FSElliotPro-Heavy.eot");
    src: local("FS Elliot Pro Heavy"), local("FSElliotPro-Heavy"),
        url("/fonts/FSElliotPro-Heavy.eot?#iefix") format("embedded-opentype"),
        url("/fonts/FSElliotPro-Heavy.woff2") format("woff2"),
        url("/fonts/FSElliotPro-Heavy.woff") format("woff"),
        url("/fonts/FSElliotPro-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "FS Elliot Pro";
    src: url("/fonts/FSElliotPro.eot");
    src: local("FS Elliot Pro"), local("FSElliotPro"),
        url("/fonts/FSElliotPro.eot?#iefix") format("embedded-opentype"),
        url("/fonts/FSElliotPro.woff2") format("woff2"),
        url("/fonts/FSElliotPro.woff") format("woff"),
        url("/fonts/FSElliotPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FS Elliot Pro";
    src: url("/fonts/FSElliotPro-Bold.eot");
    src: local("FS Elliot Pro Bold"), local("FSElliotPro-Bold"),
        url("/fonts/FSElliotPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("/fonts/FSElliotPro-Bold.woff2") format("woff2"),
        url("/fonts/FSElliotPro-Bold.woff") format("woff"),
        url("/fonts/FSElliotPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "FS Elliot Pro", sans-serif;
    src: url("/fonts/FSElliotPro-LightItalic.eot");
    src: local("FS Elliot Pro Light Italic"), local("FSElliotPro-LightItalic"),
        url("/fonts/FSElliotPro-LightItalic.eot?#iefix") format("embedded-opentype"),
        url("/fonts/FSElliotPro-LightItalic.woff2") format("woff2"),
        url("/fonts/FSElliotPro-LightItalic.woff") format("woff"),
        url("/fonts/FSElliotPro-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "FS Elliot Pro";
    src: url("/fonts/FSElliotPro-Thin.eot");
    src: local("FS Elliot Pro Thin"), local("FSElliotPro-Thin"),
        url("/fonts/FSElliotPro-Thin.eot?#iefix") format("embedded-opentype"),
        url("/fonts/FSElliotPro-Thin.woff2") format("woff2"),
        url("/fonts/FSElliotPro-Thin.woff") format("woff"),
        url("/fonts/FSElliotPro-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  display: block;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.undraggable {
  user-drag: none;
  -webkit-user-drag: none;
}

[hidden] {
  display: none;
}

.unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.text-selectable {
  -webkit-user-select: text!important;
  -khtml-user-select: text!important;
  -moz-user-select: text!important;
  -o-user-select: text!important;
  user-select: text!important;
}

::selection {
  background-color: rgb(241, 135, 91);
  color: #ffffff;
}

html, body {
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* main */
.main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url("/images/bg.avif") no-repeat top center, linear-gradient(90deg, #0f1526 0%, #0a0a11 100%);
  background-color: #0A0A12;
  background-size: 100% auto;
}
.main-inner {
  background: url("/images/bg-inner.avif") no-repeat center center, linear-gradient(90deg, #0f1526 0%, #0a0a11 100%);
}

.content {
  padding-bottom: 47px;
  position: relative;
  width: 100%;
}

.text-orange {
  color: #f8865c;
}
.eighteen {
  width: 28px;
  height: 28px;
  margin: -7px 0 0 auto;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #78758c;
  text-align: center !important;
  color: #78758c;
  font-size: 12px;
  line-height: 28px;
}
/* /main */

/* btn */
.btn-blue, 
.btn-blue:visited {
  width: 16vw;
  max-width: 100%;
  height: 3.8vw;
  background: linear-gradient(271deg, #ffffff00 -29.95%, #ffffff33 51.12%, #ffffff00 105.87%), #3355ff;
  box-shadow: 0px 0px 18.567px 0px #ffffff78 inset, 0px 5.461px 65.529px 0px #3355ff00;
  border-radius: 1.1vw;
  flex-shrink: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 3.8vw;
  cursor: pointer;
  transition: all .5s ease-in;
  font-size: 1.2vw;
}
.btn-blue:hover,
.btn-blue:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #3355ff80);
}
.btn-blue.btn-glow, 
.btn-blue.btn-glow:visited {
  animation: glow-blue-repeat .5s infinite alternate;
  filter: drop-shadow(0.63vw 0 1.53vw #3355ff);
}
.btn-blue.btn-glow:hover, 
.btn-blue.btn-glow:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #3355ff80);
  animation-play-state: paused;
}
.btn-gray,
.btn-gray:visited {
  width: 16vw;
  max-width: 100%;
  height: 3.8vw;
  background: linear-gradient(271deg, #ffffff00 -29.95%, #ffffff33 51.12%, #ffffff00 105.87%), #616161;
  box-shadow: 0px 0px 18.567px 0px #ffffff78 inset, 0px 5.461px 65.529px 0px #61616100;
  border-radius: 1.1vw;
  flex-shrink: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 3.8vw;
  cursor: pointer;
  transition: all .5s ease-in;
  font-size: 1.2vw;
}
.btn-gray:hover,
.btn-gray:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #61616180);
}
.btn-orange,
.btn-orange:visited {
  width: 16vw;
  max-width: 100%;
  height: 3.8vw;
  background: linear-gradient(271deg, #ffffff00 -29.95%, #ffffff33 51.12%, #ffffff00 105.87%), #ff7133;
  box-shadow: 0px 0px 18.567px 0px #ffffff78 inset, 0px 5.461px 65.529px 0px #ff713300;
  border-radius: 1.1vw;
  flex-shrink: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 3.8vw;
  cursor: pointer;
  transition: all .5s ease-in;
  font-size: 1.2vw;
}
.btn-orange:hover,
.btn-orange:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #ff713380);
}
.btn-orange.btn-glow, 
.btn-orange.btn-glow:visited {
  animation: glow-orange-repeat .5s infinite alternate;
  filter: drop-shadow(0.63vw 0 1.53vw #ff7133);
}
.btn-orange.btn-glow:hover, 
.btn-orange.btn-glow:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #ff713380);
  animation-play-state: paused;
}
.btn-login, 
.btn-login:visited {
  max-width: max-content;
  min-width: 80px;
  height: 2vw;
  padding: 0 1vw;
  background: #5671fe;
  box-shadow: 4.42px -5.51px 10.785px 0px #9281ff80 inset;
  border-radius: 1.2vw;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: .8vw;
  font-weight: 700;
  line-height: 2vw;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .5s ease-in;
  display: inline-block;
  margin: 0 auto;
}
.btn-login:hover, 
.btn-login:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #5671fe80);
}
.btn-login.btn-glow, 
.btn-login.btn-glow:visited {
  animation: glow-blue-repeat .5s infinite alternate;
  filter: drop-shadow(0.63vw 0 1.53vw #3355ff);
}
.btn-login.btn-glow:hover, 
.btn-login.btn-glow:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #5671fe80);
  animation-play-state: paused;
}
.btn-transparent,
.btn-transparent:visited {
  background: transparent;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.btn-transparent:hover,
.btn-transparent:visited:hover {
  text-decoration: underline;
}
/* /btn */

/* promocode */
.promocode {
  position: relative;
  text-align: center;
  border-radius: 1vw;
  background: linear-gradient(271deg, #ffffff00 -29.95%, #ffffff00 51.12%, #ffffff00 105.87%), linear-gradient(222deg, #3355ff40 -117.41%, #3355ff80 229.2%);
  box-shadow: 0px 0px 9px 0px #ffffff78 inset, 0px 7px 34.3px 0px #3355ff29;
  height: 4vw;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  line-height: 4vw;
  white-space: nowrap;
  display: inline-block;
}
.promocode-text {
  display: inline;
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 4vw;
  text-transform: uppercase;
}
.promocode-text:before, .promocode-text:after {
  content: "";
  margin: 7px 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}
/* /promocode */

/* header */
.header {
  position: relative;
  z-index: 200;
  padding: 2vw 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-logo {
  display: inline-grid;
  align-self: center;
}

.header-logo-img {
  width: 12vw;
}
/* /header */

/* choose on index */
.choose {
  position: absolute;
  top: 14%;
  left: 0;
  z-index: 60;
  padding: 0 10px;
  width: 100%;
  opacity: 0;
  animation: fade .5s ease-out forwards;
}
.choose-title {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 2.083vw;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.choose-subtitle {
  padding-top: 12px;
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 1.042vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.choose-subtitle span {
  color: #fc9a74;
  font-weight: 900;
}




/* swim */
.swim {
  min-height: 480px;
  height: 40vw;
  padding-top: 2vw;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 5vw;
}
.swim-left, 
.swim-right {
  width: 33%;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
}

.swim-zone-left {
  position: absolute;
  width: 33%;
  height: 80%;
  top: 20%;
  right: 53%;
  z-index: 100;
  pointer-events: auto;
}
.swim-zone-right {
  position: absolute;
  width: 33%;
  height: 80%;
  top: 20%;
  left: 53%;
  z-index: 100;
  pointer-events: auto;
}

.case {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  cursor: pointer;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 1;
  transform: scale(1.02);
  transition: background-image .7s ease,
              filter .5s ease,
              opacity .5s ease,
              transform .7s ease,
              left .7s ease,
              right .7s ease;
}

.swim-left .case {
  background-image: url("/images/case-1_.avif");
  left: 0;
}
.swim-right .case {
  background-image: url("/images/case-2_.avif");
  right: 0;
}

.swim-left-active .swim-left .case {
  background-image: url("/images/case-1-active.avif");
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  left: 0;
}
.swim-right-active .swim-right .case {
  background-image: url("/images/case-2-active.avif");
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  right: 0;
}

.swim-right-active .swim-left .case {
  filter: blur(5px);
  opacity: 0.4;
  transform: scale(0.5);
  left: -25%;
}
.swim-left-active .swim-right .case {
  filter: blur(5px);
  opacity: 0.4;
  transform: scale(0.5);
  right: -25%;
}

.swim .case-btn {
  position: absolute;
  top: 30vw;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, 0%);
}
.case-btn {
  text-align: center;
}
.swim .btn-orange {
  margin: 0 auto;
}
.swim .btn-blue {
  margin: 0 auto;
}

.case-count {
  position: absolute;
  top: 3.2vw;
  z-index: 70;
  opacity: 1;
  transition: opacity .6s ease-in .1s;
}
.swim-left .case-count {
  right: 21vw;
}
.swim-right .case-count {
  left: 24vw;
}
.swim-left .case-count:after {
  content: "";
  pointer-events: none;
  background: #ff713390;
  filter: blur(25px);
  width: 50%;
  height: 80%;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
}
.swim-right .case-count:after {
  content: "";
  pointer-events: none;
  background: #3355ff90;
  filter: blur(25px);
  width: 50%;
  height: 80%;
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
}
.case-count-title {
  width: max-content;
  height: 2.6vw;
  padding: 0 1.5vw;
  border-radius: 1vw;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 2.6vw;
  text-transform: uppercase;
}
.swim-left .case-count-title {
  background: linear-gradient(180deg, #ffffff00 -55.95%, #513721 57.12%, #ffffff00 114.87%), #8d6e4e;
  box-shadow: 0px 0px 10px 0px #ffffff40 inset, 0px 8px 30px 0px #d0894266;
}
.swim-right .case-count-title {
  background: linear-gradient(180deg, #ffffff00 -55.95%, #243074 57.12%, #ffffff00 114.87%), #3a4ab4;
  box-shadow: 0px 0px 10px 0px #ffffff40 inset, 0px 8px 30px 0px #808cd766;
}
.case-count-number {
  position: relative;
  z-index: 30;
  padding-top: 0.6vw;
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 3.333vw;
  font-weight: 900;
  line-height: 1;
}

.swim-left-active .case-count,
.swim-right-active .case-count {
  opacity: 0;
  transition: opacity .5s ease-in;
}

.case-note {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: max-content;
  width: auto;
  min-width: 260px;
  height: 2vw;
  padding: 0 1vw;
  border-radius: 1vw;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: .8vw;
  font-weight: 700;
  line-height: 2vw;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease-in,
              top .2s ease-in;
}
.swim-left .case-note {
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #ffffff00 -55.95%, #513721 57.12%, #ffffff00 114.87%), #8d6e4e;
  box-shadow: 0px 0px 10px 0px #ffffff40 inset, 0px 8px 30px 0px #d0894266;
}
.swim-right .case-note {
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #ffffff00 -55.95%, #243074 57.12%, #ffffff00 114.87%), #3a4ab4;
  box-shadow: 0px 0px 10px 0px #ffffff40 inset, 0px 8px 30px 0px #808cd766;
}
.swim-left-active .swim-left .case-note,
.swim-right-active .swim-right .case-note {
  opacity: 1;
  top: 6vw;
  transition: opacity .6s ease-in .1s,
              top .6s ease-in .1s;
}

.case-item {
  position: absolute;
  width: max-content;
  min-width: 260px;
  height: 2vw;
  z-index: 70;
  border-radius: 1vw;
  opacity: 0;
  transition: opacity .2s ease-in,
              top .2s ease-in;
}
.case-item span {
  width: 100%;
  height: 100%;
  padding: 0 1vw 0 2vw;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: .2vw;
  font-weight: 700;
  line-height: 2vw;
  text-transform: uppercase;
}
.swim-left .case-item {
  background: linear-gradient(180deg, #ffffff00 -55.95%, #513721 57.12%, #ffffff00 114.87%), #8d6e4e;
  box-shadow: 0px 0px 10px 0px #ffffff40 inset, 0px 8px 30px 0px #d0894266;
}
.swim-right .case-item {
  background: linear-gradient(180deg, #ffffff00 -55.95%, #243074 57.12%, #ffffff00 114.87%), #3a4ab4;
  box-shadow: 0px 0px 10px 0px #ffffff40 inset, 0px 8px 30px 0px #808cd766;
}
.case-item img {
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(-1) translate(27%, -50%);
  max-height: 140px;
}
.swim-left .case-item-1 img {
  rotate: -20deg;
  translate: 7% 0;
}
.swim-left .case-item-3 img {
  rotate: -26deg;
  translate: -10% -5%;
}
.swim-right .case-item-1 img {
  translate: -22% -4%;
  rotate: -10deg;
}
.swim-right .case-item-2 img {
  translate: -22% -4%;
  rotate: -10deg;
}
.swim-right .case-item-3 img {
  translate: -26% 13%;
}
.case-item-1,
.case-item-2,
.case-item-3 {
  top: calc(45% + 50px);
}
.swim-left .case-item-1,
.swim-left .case-item-2,
.swim-left .case-item-3 {
  left: 50%;
  transform: scale(0.5);
  transition: opacity .4s ease-in .1s,
              top .4s ease-in .1s,
              transform .4s ease-in .1s,
              left .4s ease-in .1s;
}
.swim-right .case-item-1,
.swim-right .case-item-2,
.swim-right .case-item-3 {
  right: 50%;
  transform: scale(0.5);
  transition: opacity .4s ease-in .1s,
              top .4s ease-in .1s,
              transform .4s ease-in .1s,
              right .4s ease-in .1s;
}
.swim-left-active .swim-left .case-item-1 {
  top: 10vw;
  left: 100%;
  transform: scale(1);
}
.swim-left-active .swim-left .case-item-2 {
  top: 20vw;
  left: calc(100% + 6vw);
  transform: scale(1);
}
.swim-left-active .swim-left .case-item-3 {
  top: 30vw;
  left: 100%;
  transform: scale(1);
}
.swim-left-active .swim-left .case-item-1 span,
.swim-left-active .swim-left .case-item-2 span,
.swim-left-active .swim-left .case-item-3 span {
  font-size: .8vw;
  transition: font-size .4s ease-in .1s;
}
.swim-right-active .swim-right .case-item-1 {
  top: 10vw;
  right: calc(100% - 4vw);
  transform: scale(1);
}
.swim-right-active .swim-right .case-item-2 {
  top: 20vw;
  right: calc(100% + 2vw);
  transform: scale(1);
}
.swim-right-active .swim-right .case-item-3 {
  top: 30vw;
  right: calc(100% - 4vw);
  transform: scale(1);
}
.swim-right-active .swim-right .case-item-1 span,
.swim-right-active .swim-right .case-item-2 span,
.swim-right-active .swim-right .case-item-3 span {
  font-size: .8vw;
  transition: font-size .4s ease-in .1s;
}

.case-blur {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  filter: blur(53px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 69;
  transform: translate(-50%, -50%) rotate(-85.822deg);
}
.swim-left .case-blur {
  background: linear-gradient(101deg, rgba(64, 29, 24, 0.50) -5.34%, rgba(255, 161, 78, 0.50) 219.99%);
  left: 102%;
  top: 62%;
}
.swim-right .case-blur {
  background: linear-gradient(101deg, rgba(27, 24, 64, 0.50) -5.34%, rgba(93, 139, 255, 0.50) 219.99%);
  left: -5%;
  top: 60%;
}
.swim-left-active .swim-left .case-blur,
.swim-right-active .swim-right .case-blur {
  transition: all .6s ease-in;
  opacity: 0.6;
}
.swim-right-active .swim-left .case-item, 
.swim-left-active .swim-right .case-item, 
.swim-right-active .swim-left .case-note, 
.swim-left-active .swim-right .case-note, 
.swim-right-active .swim-left .case-btn, 
.swim-left-active .swim-right .case-btn {
  opacity: 0;
}
.swim-right-active .swim-right .case-item, 
.swim-left-active .swim-left .case-item, 
.swim-right-active .swim-right .case-note, 
.swim-left-active .swim-left .case-note, 
.swim-right-active .swim-right .case-btn, 
.swim-left-active .swim-left .case-btn {
  opacity: 1;
}
/* /swim */

/* terms */
.terms {
  width: 100%;
  max-width: 74vw;
  margin: 0 auto;
  color: #fff;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.terms h1 {
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.terms h1:after {
  content: "";
  position: relative;
  width: 12.813vw;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, #87493400 0%, #ed805b 50.2%, #87493400 100%);
  border: none;
  margin: 20px auto 60px;
}
.terms h2 {
  margin: 40px 0 20px;
  color: #c97c6b;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.terms h3 {
  margin: 30px 0 10px;
  color: #fff;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.terms:selection {
  background-color: #5baef1;
}
.terms :is(li, p) {
  margin: 5px 0;
}
.terms strong {
  font-weight: 600;
}
.terms ol {
  list-style-type: decimal;
  padding-left: 4vw;
}
.terms ul {
  list-style-type: disc;
  padding-left: 4vw;
}
/* /terms */

/* footer */
.footer {
  width: 100%;
  margin: auto auto 0;
  background: linear-gradient(90deg, #0b0e1f 0%, #0a0a12 100%);
  font-family: "FS Elliot Pro", sans-serif;
  font-size: .75vw;
  line-height: 1.7;
}
.footer-container {
  padding: 3.13vw 8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 1.04vw;
}
.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 1.04vw;
}
.footer-left {
  padding-left: 5.21vw;
  padding-right: 1.56vw;
  position: relative;
  text-align: left;
}
.footer-right {
  position: relative;
  text-align: right;
}
.footer-right div {
  text-align: right;
}
.footer-copy {
  display: block;
  color: #fff;
}
.footer-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3.41vw;
  height: 3.15vw;
  background: url("/images/footer-logo.png") no-repeat center center;
  background-size: auto 100%;
}
.footer-about {
  color: #78758c;
  text-align: left;
}
.footer-info {
  color: #4d4a64;
  text-align: left;
}
.footer-info a {
  display: inline;
  color: #78758c;
}
.footer-rules {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.footer-rules.mb {
  display: none;
}
.footer-rules.dk {
  display: flex;
  gap: 1vw;
}
.footer-rules-box {
  display: flex;
  position: relative;
  gap: 1.4vw;
}
.footer-rules a {
  text-transform: uppercase;
  color: #fc9a74;
  font-size: .6vw;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all .5s ease-in;
}
.footer-rules a:hover {
  opacity: 0.7;
}
/* /footer */

/* lang */
.lang-selector {
  position: relative;
  display: inline-block;
  margin-left: auto;
  padding-bottom: 1.26vw;
}
.lang-button {
  display: flex;
  align-items: center;
  gap: 0.42vw;
  background: #15213A;
  cursor: pointer;
  color: white;
}
.lang-emoji {
  line-height: 1;
}
.chevron {
  width: .7vw;
  height: .7vw;
  transition: all .5s ease-in;
}
.lang-selector.open .chevron {
  transform: rotate(180deg);
}
.lang-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.21vw;
  border-radius: 0.42vw;
  background: #15213A;
  display: none;
  z-index: 10;
}
.lang-selector.open .lang-dropdown {
  display: block;
}
.lang-button-block {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.42vw;
}
.lang-option {
  cursor: pointer;
  color: white;
}
.lang-option:hover {
  background-color: #2c467c;
}
.lang-emoji:before {
  content: url("/images/pl.svg");
  width: 1.7vw;
  display: block;
  height: auto;
}
.lang-en .lang-emoji:before {
  content: url("/images/gb.svg");
}
/* /lang */

/* COOKIES */
.cookies-policy-banner {
  /*background: #000000b3 center -3.96vw;*/
  /*background: linear-gradient(90deg, #0B0E1F 0%, #0A0A12 100%) center -3.96vw;*/
  background: rgba(0, 0, 0, 0.2) center -3.96vw;
  bottom: 0;
  height: auto;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 200;
  color: #fff;
  font-weight: 400;
}

.cookies-policy-banner__inner-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 59.54vw;
  padding: 0 0.78vw 0.52vw;
}

.cookies-policy-banner__text-block {
  display: flex;
  max-width: 49.29vw;
  width: 100%;
}

.cookies-policy-banner__text-block .icon-wrap {
  max-height: 5.21vw;
}

.cookies-policy-banner__text-block .text {
  align-content: baseline;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.56vw;
  max-width: 58.85vw;
}

.cookies-policy-banner__text-block .text .title {
  font-size: 1.15vw;
  font-weight: 700;
  margin-top: 0.78vw;
}

.cookies-policy-banner__text-block .text p {
  color: #ccabd8;
  text-align: left;
  line-height: 1.3vw;
  font-size: 0.78vw;
  margin: 0.26vw 0;
  font-weight: 400;
}

.cookies-policy-banner__text-block .text p a {
  color: #a560ff;
  display: inline;
  margin-left: .1vw;
}

.cookies-policy-banner__button-block {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
}

.cookies-policy-banner__button-block .accept-cookie-button {
  align-items: center;
  background-color: #5c49d0;
  -webkit-clip-path: polygon(0.63vw 0, calc(100% - 0.63vw) 0, 100% 50%, calc(100% - 0.63vw) 100%, 0.63vw 100%, 0 50%);
  clip-path: polygon(0.63vw 0, calc(100% - 0.63vw) 0, 100% 50%, calc(100% - 0.63vw) 100%, 0.63vw 100%, 0 50%);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.83vw;
  font-weight: 700;
  height: 2.92vw;
  justify-content: center;
  min-width: 7.81vw;
  padding: 0 0.78vw;
  text-transform: uppercase;
  transition: all .5s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: unset;
  border: none;
  position: relative;
}

.button__content {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.img-cookies {
  width: 5.76vw;
  height: 6.77vw;
}

.cookies-policy-banner__button-block .accept-cookie-button .check-icon {
  background-color: #fff;
  display: inline-block;
  height: 0.68vw;
  margin-left: 0.52vw;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"%3E%3Cpath d="M20 4.095 17.986 2 7.554 12.848 2.014 7.05 0 9.145 7.554 17z"/%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"%3E%3Cpath d="M20 4.095 17.986 2 7.554 12.848 2.014 7.05 0 9.145 7.554 17z"/%3E%3C/svg%3E');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 0.94vw;
}

@media (max-width: 767px) {
  .cookies-policy-banner {
    height: auto;
  }

  .cookies-policy-banner__inner-wrapper {
    flex-direction: column;
    padding: 10px 20px;
    max-width: 400px;
  }

  .cookies-policy-banner__text-block .icon-wrap {
    display: none;
  }

  .cookies-policy-banner__text-block {
    max-width: 300px;
    justify-content: center;
  }

  .cookies-policy-banner__text-block .text .title {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }

  .cookies-policy-banner__text-block .text {
    max-width: 280px;
    margin-left: 0;
  }

  .cookies-policy-banner__text-block .text p {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    margin: 5px 0 2px;
  }

  .cookies-policy-banner__text-block .text p a {
    margin-left: 1px;
  }

  .cookies-policy-banner__button-block .accept-cookie-button {
    -webkit-clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
    font-size: 12px;
    height: 34px;
    min-width: 150px;
    width: unset;
    padding: 0 8px;
  }

  .cookies-policy-banner__button-block .accept-cookie-button {
    margin: 10px 0;
  }

  .cookies-policy-banner__button-block .accept-cookie-button .check-icon {
    height: 8px;
    margin-left: 5px;
    width: 12px;
  }
}
/* COOKIES */

/* item */
.item {
  position: relative;
  width: 13vw;
  height: 16vw;
  padding: .5vw;
  flex-shrink: 0;
  border-radius: 1vw;
  border: 1px solid #5671fe33;
  background: #090e1e66;
  box-shadow: 0px 0px 20px 0px #5671fe33 inset;
}
.in-case .item {
  cursor: pointer;
}
.in-case .item:hover {
  border: 1px solid #afafaf;
  background: #090e1e66;
  box-shadow: 0px 10px 47.4px 0px #ff875766, 0px 0px 20px 0px #5671fe33 inset;
  transition: all .5s ease-in;
  transform: scale(1.03);
}
.item-light {
  border: 1px solid #afafaf;
  background: #090e1e66;
  box-shadow: 0px 10px 47.4px 0px #ff875766, 0px 0px 20px 0px #5671fe33 inset;
  transition: all .5s ease-in;
}
.item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: column;
  gap: .3vw;
  justify-content: center;
}
.roll .item-content {
  padding-bottom: 2.1vw;
}
.item-type {
  color: #4b4b4b;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: .8vw;
  line-height: 1;
}
.item-name {
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 1vw;
  line-height: 1;
}
.item-cat {
  color: #4b4b4b;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: .8vw;
  line-height: 1;
}
.item-cost {
  margin-top: .3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: .4vw;
}
.item-cost-text {
  color: #fc9a74;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: .8vw;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.item-cost:before {
  content: "";
  width: 1.1vw;
  height: 1.1vw;
  display: inline-block;
  background: url("/images/cost.png") no-repeat center center;
  background-size: contain;
}
.roll .item-cost {
  position: absolute;
  top: 1vw;
  right: 1vw;
  z-index: 88;
  margin-top: 0;
  padding: .2vw .4vw;
  border-radius: .6vw;
  background: linear-gradient(271deg, #ffffff00 -29.95%, #ffffff24 51.12%, #ffffff00 105.87%), linear-gradient(222deg, #ca2b2b82 -117.41%, #ffc300 229.2%);
  box-shadow: 0px 0px 18.371px 0px #ffffff78 inset, 0px 5.403px 28px 0px #ffaa3333;
  gap: .2vw;
}
.roll .item-cost-text {
  color: #fff;
}
.item-pic {
  width: 100%;
  padding-top: 2vw;
  position: relative;
  z-index: 80;
}

.item-pic:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 49;
  height: 2vw;
  width: 2vw;
  border-radius: 50%;
  background: #db3736;
  filter: blur(1vw);
  transform: translate(-50%, -50%);
}
.item-pic:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  height: 4vw;
  width: 4vw;
  border-radius: 50%;
  border-right: 1px solid #db3736;
  border-bottom: 1px solid #db3736;
  transform: translate(-50%, -50%);
}
.light-rarity-Ancient:before {
  background-color: #db3736;
}
.light-rarity-Ancient:after {
  border-color: #db3736;
}
.light-rarity-Legendary:before {
  background-color: #ff3c7b;
}
.light-rarity-Legendary:after {
  border-color: #ff3c7b;
}
.light-rarity-Mythical:before {
  background-color: #6c31e9;
}
.light-rarity-Mythical:after {
  border-color: #6c31e9;
}
.light-rarity-Rare:before {
  background-color: #353dff;
}
.light-rarity-Rare:after {
  border-color: #353dff;
}
.light-rarity-Immortal:before {
  background-color: #d29827;
}
.light-rarity-Immortal:after {
  border-color: #d29827;
}
.item-pic img {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  display: block;
}
/* /item */

/* roll */
.roll {
  margin: 0 auto;
  padding: .5vw 1.5vw 0;
  position: relative;
}
.roll-title {
  font-family: "FS Elliot Pro", sans-serif;
  font-weight: bold;
  font-size: 1.7vw;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.roll-demo {
  position: absolute;
  z-index: 60;
  color: #7E7D9C;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1;
  left: 0;
  top: 21vw;
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.roll-active .roll-demo, .roll-prize .roll-demo {
  display: none;
}
.roll-view {
  max-width: 70vw;
  height: 16vw;
  margin: 2.1vw auto 0;
  padding: 0 4vw;
  position: relative;
  background: linear-gradient(90deg, #11203900 19.73%, #112039 51.09%, #112039 59.03%, #11203900 83.58%);
}
.roll-view:before, .roll-view:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 110;
  width: 4vw;
  height: 100%;
  background: url("/images/arrow.svg") no-repeat center center;
  background-size: 100% auto;
  flex-shrink: 0;
  cursor: pointer;
}
.roll-view:before {
  left: 0;
}
.roll-view:after {
  right: 0;
  transform: scale(-1);
}
.roll-view-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.roll-view-highlighter {
  width: 13vw;
  height: 16vw;
  border-radius: 1vw;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  transform: translate(-50%, 0%);
}
.roll-view-highlighter:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #87493400 0%, #ED805B 50.2%, #87493400 100%);
}
.roll-prize .roll-view-highlighter {
  border: 1px solid #afafaf;
  box-shadow: 0px 10px 47.4px 0px #ff875766, 0px 0px 20px 0px #5671fe33 inset;
  transition: all .5s ease-in;
}
.roll-active .roll-view-highlighter-top, .roll-prize .roll-view-highlighter-top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 1.6vw;
  background: url("/images/arrow-highlight.svg") no-repeat center top;
  background-size: auto 100%;
  transform: scale(-1);
}
.roll-active .roll-view-highlighter-bottom {
  margin: 0 auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1.6vw;
  background: url("/images/arrow-highlight.svg") no-repeat center top;
  background-size: auto 100%;
}
.roll-view-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: .6vw;
}
.roll-stop .roll-view-box {
  transform: none !important;
}
.roll-stop div.item:not(.item-fix-show) {
  display: none;
}
.roll-stop .roll-view-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%) !important;
}
.roll-btn {
  padding: 4vw 2vw;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4vw;
}
.roll-opening {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1vw;
}
.roll-opening-text {
  color: #fc9a74;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1vw;
}
.roll-opening:before {
  content: "";
  width: 2.1vw;
  height: 2.1vw;
  display: inline-block;
  background: url("/images/preloader.svg") no-repeat center center;
  background-size: auto 100%;
  animation: rotation 1s linear infinite;
}
.roll-cover {
  max-height: 100%;
  max-width: 100%;
  display: block;
  transition: all .5s ease-in;
  transform: translate(-50%, -12%) scale(1.5);
  position: absolute;
  top: 0;
  left: 50%;
}
/* /roll */

/* in-case */
.in-case {
  margin-top: 60px;
}
.in-case-title {
  position: relative;
  text-align: center;
}
.in-case-title-text {
  display: inline;
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 2vw;
  font-weight: 400;
  text-transform: uppercase;
}
.in-case-title-text:before, .in-case-title-text:after {
  content: "";
  margin: .5vw 1vw;
  width: .5vw;
  height: .5vw;
  border-radius: 50%;
  background: #f8865c;
  display: inline-block;
}
.in-case-box {
  max-width: 86vw;
  margin: 2vw auto 0;
  padding: 0 2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: .6vw;
}
/* /in-case */

/* popup */
.popup-active {
  overflow: hidden;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: #00000090;
  filter: sepia(1);
  overflow: hidden;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 60vw;
  padding: 2vw;
  border-radius: 2vw;
  border: 2px solid #252525;
  background: linear-gradient(150deg, #ffce6520 0%, #0b0d15 20%), #0b0d15;
  box-shadow: 0px 10px 80px 0px #4b3d2340;
}
.popup-box {
  display: flex;
  justify-content: space-around;
  position: relative;
  gap: 1.04vw;
}
.popup-pic-wrap {
  width: 20vw;
}
.popup-pic {
  width: 100%;
  padding: 20px;
  position: relative;
}
.popup-pic img {
  max-width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 51;
}
.popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  gap: 20px;
  text-align: center;
}
.popup-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.popup-text {
  color: #fff;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 1;
}
.popup-reward-text {
  color: #fff;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1;
}
.popup .btn-orange, .popup .btn-blue {
  margin: 0 auto;
  width: 20vw;
  height: 4.5vw;
  line-height: 4.5vw;
}
.popup .btn-login .mb {
  display: none;
}
/* /popup */

/* media */
.mb {
  display: none;
}

@media (max-width: 767px) {
  .promocode {
    height: auto;
    line-height: auto;
    background: none;
    border: none;
    box-shadow: none;
  }
  .promocode-text {
    font-size: 7vw;
    line-height: 7vw;
  }
  .promocode-text:before, .promocode-text:after {
    background: #f8865c;
  }
  .lang-emoji:before {
    width: 4.7vw;
  }
  .chevron {
    width: 9px;
    height: 9px;
  }
  .popup .btn-orange, .popup .btn-blue {
    width: 38vw;
    height: 10vw;
    line-height: 10vw;
  }
  .popup-title {
    font-size: 5.5vw;
  }
  .popup-text {
    font-size: 4.5vw;
  }
  .popup-reward-text {
    font-size: 4.5vw;
  }
  .main {
    background: url("/images/bg-mobile.avif") no-repeat top center, linear-gradient(90deg, #0f1526 0%, #0a0a11 100%);
  }
  .main-inner {
    background: url("/images/bg-mobile.avif") no-repeat top center, linear-gradient(90deg, #0f1526 0%, #0a0a11 100%);
  }
  .dk {
    display: none;
  }
  .mb {
    display: block;
  }
  .header {
    padding: 4vw 8vw 0;
  }

  .btn-transparent, .btn-transparent:visited {
    font-size: 2vw;
  }
  .btn-login {
    height: 8vw;
    border-radius: 4vw;
    font-size: 3.5vw;
    line-height: 8vw;
  }
  .header-logo-img {
    width: 10vw;
    min-width: 50px;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .footer-bottom {
    display: none;
  }
  .footer-left, .footer-right, .footer-right div {
    text-align: center;
  }
  .footer-logo {
    width: 51px;
    height: 51px;
    position: relative;
    display: inline-block;
  }
  .footer-copy {
    font-size: 16px;
  }
  .footer-rules.mb {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  .footer-rules.mb a {
    display: inline;
    margin: 0 auto;
    font-size: 14px;
  }
  .footer-rules.mb .eighteen {
    margin: 0 auto;
  }
  .footer-about {
    text-align: center;
    padding-top: 10px;
  }
  .footer-info {
    text-align: center;
  }
  .footer-rules.dk {
    display: none;
  }
  .lang-button {
    gap: 8.064px;
  }
  .lang-button-block {
    gap: 8.064px;
  }
  .lang-selector {
    margin: 0 auto;
    padding-bottom: 4.992px;
  }
  .lang-dropdown {
    margin-bottom: 4.032px;
    border-radius: 8.064px;
  }
  .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    width: 90vw;
    padding: 6vw;
    border-radius: 4vw;
    transform: translate(-50%, -50%);
  }
  .popup-box {
    flex-direction: column;
  }
  .popup-pic-wrap {
    width: 100%;
  }
  .popup .btn-login .mb {
    display: inline-block;
  }
  .popup .btn-login .dk {
    display: none;
  }
  .btn-login {
    padding: 0 4vw;
  }

  .choose {
    width: 100%;
    animation: fadeMb .5s ease-out forwards;
    padding: 0 10px;
  }
  .choose-title {
    font-size: 4vw;
  }
  .choose-subtitle {
    padding-top: 15px;
    font-size: 2.8vw;
  }

  .roll-btn {
    flex-direction: column;
    padding: 8vw 2vw;
  }
  .btn-blue, .btn-gray, .btn-orange {
    max-width: 100%;
    max-width: 100%;
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-radius: 10px;
  }

  .in-case-box {
    max-width: 100%;
    gap: 1.6vw;
  }
  .item-cost {
    gap: 1vw;
  }
  .roll {
    padding: 6vw .6vw 0;
  }
  .roll-title {
    font-size: 6.5vw;
  }
  .roll-view {
    padding: 0;
    margin-top: 6vw;
    width: 100%;
    max-width: 100%;
    height: 50vw;
  }
  .roll-view:before, .roll-view:after {
    display: none;
  }
  .roll-view-content {
    gap: 1.6vw;
  }
  .roll-demo {
    left: 0;
    top: 70vw;
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 3.3vw;
  }
  .item {
    width: 40vw;
    height: 50vw;
    border-radius: 4vw;
  }
  .item-type {
    font-size: 2.5vw;
  }
  .item-name {
    font-size: 2.8vw;
  }
  .item-cat {
    font-size: 2.5vw;
  }
  .item-content {
    padding-bottom: 3vw;
    gap: 1vw;
  }
  .roll .item-content {
    padding-bottom: 5vw;
    gap: 1.5vw;
  }
  .roll-view-highlighter {
    width: 40vw;
    height: 50vw;
    border-radius: 4vw;
  }
  .roll-active .roll-view-highlighter-top, .roll-prize .roll-view-highlighter-top {
    height: 5.9vw;
  }
  .roll-active .roll-view-highlighter-bottom {
    height: 5.9vw;
  }
  .item-pic {
    padding-top: 5vw;
  }
  .item-pic:before {
    height: 6vw;
    width: 6vw;
    filter: blur(3vw);
  }
  .item-pic:after {
    height: 12vw;
    width: 12vw;
  }
  .item-cost:before {
    width: 3.8vw;
    height: 3.8vw;
  }
  .item-cost-text {
    font-size: 3vw;
  }
  .roll .item-cost-text {
    font-size: 2.8vw;
  }
  .roll .item-cost-text {
    font-size: 2.9vw;
  }
  .roll .item-cost {
    top: 2vw;
    right: 2vw;
    padding: 1vw 1.8vw;
    gap: .8vw;
    border-radius: 2.6vw;
  }
  .in-case-title-text {
    font-size: 6vw;
  }
  .in-case-title-text:before, .in-case-title-text:after {
    margin: 1.5vw 1vw;
    width: 1vw;
    height: 1vw;
  }
  .roll-opening:before {
    width: 4.1vw;
    height: 4.1vw;
  }
  .roll-opening-text {
    font-size: 3.8vw;
    line-height: 4.1vw;
  }

  .swim {
    padding-top: 32vw;
    max-height: none;
    min-height: auto;
    height: auto;
    width: 100%;
    flex-direction: column;
  }
  .swim-left,
  .swim-right {
    width: 100%;
  }
  .case-item, 
  .swim-zone, 
  .case-blur,
  .case-count {
    display: none;
  }
  .case {
    width: 100% !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    left: 0 !important;
    right: auto !important;
    filter: none !important;
    background-image: none !important;
  }
  .case-img {
    width: 83vw;
    display: block;
    margin: 0 auto;
  }
  .swim .case-btn {
    top: auto;
    bottom: 10%;
    opacity: 1 !important;
  }
  .case-note {
    top: 0;
    opacity: 1 !important;
    min-width: auto;
    height: 5vw;
    padding: 0 3vw;
    border-radius: 2vw;
    font-size: 2.8vw;
    line-height: 5vw;
    animation: stop;
  }
}
@media (max-width: 510px) {
    .footer-container {
        font-size: 10px;
    }
}
/* /media */

/* animation */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes glow-blue-repeat {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 .13vw #3355ff80);
  }
  100% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 .53vw #3355ff);
  }
}
@keyframes glow-orange-repeat {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 .13vw #ff713380);
  }
  100% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 .53vw #ff7133);
  }
}
@keyframes fade {
  0% {
    top: 7%;
    opacity: 0;
    transform: scale(0.4);
  }
  100% {
    top: 14%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeMb {
  0% {
    top: 10vw;
    opacity: 0;
    transform: scale(0.4);
  }
  100% {
    top: 20vw;
    opacity: 1;
    transform: scale(1);
  }
}
/* /animation */