﻿@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("https://comicplayjoin.com/landings/comic-new-template-exit-popup/fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("https://comicplayjoin.com/landings/comic-new-template-exit-popup/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("https://comicplayjoin.com/landings/comic-new-template-exit-popup/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("https://comicplayjoin.com/landings/comic-new-template-exit-popup/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #000;
  overflow-y: hidden;
  overflow-x: hidden;
}

.page-container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 0 calc((60 / 920) * 100vh);
  transition: .5s;
}

.spins .img--2 {
  transition: .5s;
}

.spins.scrolled .img--2 {
  transform: translateY(calc((-100 / 920) * 100vh));
}

.scrolled .page-container {
  margin-top: calc((-350 / 920) * 100vh);
  /*margin-top: calc((-390 / 920) * 100vh);*/
}

.offer-block__logo img {
  width: 100%;
  height: auto;
}

.offer-block__logo {
  position: absolute;
  top: 1.771vw;
  transition: all 0.4s;
  width: 8.385vw;
  height: 3.438vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-block__text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 4.271vw;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color_main);
  margin-bottom: 1.625vw;
  transition: all 0.2s;
}
.offer-block__text span {
  padding: 0.625vw 0.938vw;
  background-color: #000;
  /* -webkit-text-stroke: 2px;
  letter-spacing: 1px; */
}
.offer-block__text span:first-child {
  border-top-left-radius: 0.521vw;
  border-top-right-radius: 0.521vw;
  transform: translateY(10px);
    display: table;
}
.offer-block__text span:last-child {
  border-top-right-radius: 0.521vw;
  border-bottom-right-radius: 0.521vw;
  border-bottom-left-radius: 0.521vw;
}
.offer-block__game{
  padding: calc((4 / 920) * 100vh) calc((16 / 920) * 100vh);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: calc((20 / 920) * 100vh);
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: calc((10 / 920) * 100vh);
  margin-bottom: calc((25 / 920) * 100vh);
}

.percents .offer-block__text {
  font-size: calc((62 / 920) * 100vh);
  line-height: 1.2;
}

.chip .offer-block__text,
.chips .offer-block__text {
  font-size: calc((103 / 920) * 100vh);
  line-height: calc((106 / 920) * 100vh);
}

.lpform_title span {
  color: var(--color_main);
}
@media screen and (min-width: 1100px) {
  .v-select .vs__dropdown-toggle .vs__search {
    opacity: 1;
  }
}
.ac_color_text {
  color: var(--color_main);
}

.vs__dropdown-menu .vs__dropdown-option--highlight {
  background-color: var(--color_main);
  color: var(--color_main);
}

.form_row_input input:-webkit-autofill,
.form_row_input input:-webkit-autofill:hover,
.form_row_input input:-webkit-autofill:focus,
.form_row_input input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 1) inset !important;
}

.form_row .vs__actions {
  opacity: 1;
}

.offer-block__subtext {
  padding: 0.625vw;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.521vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.667vw;
  text-transform: uppercase;
  font-size: 1.667vw;
}
.vdpComponent .vdpHeadCellContent {
  font-size: calc((14 / 920) * 100vh);
  line-height: 1.1;
}

.party .offer-block__subtext {
  color: #00FFFF;
}

.percents .offer-block__subtext {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.offer-block__subtext span {
  border: 3px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: calc((10 / 920) * 100vh);
  margin-right: calc((4 / 920) * 100vh);
  padding: calc((3 / 920) * 100vh) calc((13 / 920) * 100vh);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc((24 / 920) * 100vh);
  line-height: calc((32 / 920) * 100vh);
  color: #fff;
}

.exit-old-suboffer {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}

.exit-old-suboffer::after {
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  left: -5%;
  width: 110%;
  height: 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 0px #000000;
  box-shadow: 1px 1px 0px #000000;
}

.offer-block__inner-title {
  font-size: 0.625vw;
  color: #000;
  position: absolute;
  right: 0.625vw;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 2px 5px 0 5px;
}

.offer-block__inner-copy {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 0.833vw;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .offer-block__inner-copy {
    margin-top: 2px;
    margin-left: 0.6em;
  }
}

.offer-block__inner {
  width: 14.063vw;
  height: 3.333vw;
  border: 2px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 0.521vw;
  padding: 1.042vw 0.625vw;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background: #FFFFFF;
  box-shadow: 3px 3px 0px #000000;
}

@media screen and (min-width: 1100px) {
  .offer-block__inner:hover {
    box-shadow: 0px 0px 0px #000000;
  }
}

@-webkit-keyframes chaotic {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  10% {
      -webkit-transform: translate(200px, 10px);
      transform: translate(200px, 10px);
  }
  20% {
      -webkit-transform: translate(160px, -40px);
      transform: translate(160px, -40px);
  }
  30% {
      -webkit-transform: translate(320px, 40px);
      transform: translate(320px, 40px);
  }
  36% {
      -webkit-transform: translate(180px, 0px);
      transform: translate(180px, 0px);
  }
  80% {
      -webkit-transform: translate(200px, -30px);
      transform: translate(200px, -30px);
  }
  90% {
      -webkit-transform: translate(160px, 0px);
      transform: translate(160px, 0px);
  }
  94% {
      -webkit-transform: translate(400px, 50px);
      transform: translate(400px, 50px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

@keyframes chaotic {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  10% {
      -webkit-transform: translate(200px, 10px);
      transform: translate(200px, 10px);
  }
  20% {
      -webkit-transform: translate(160px, -40px);
      transform: translate(160px, -40px);
  }
  30% {
      -webkit-transform: translate(320px, 40px);
      transform: translate(320px, 40px);
  }
  36% {
      -webkit-transform: translate(180px, 0px);
      transform: translate(180px, 0px);
  }
  80% {
      -webkit-transform: translate(200px, -30px);
      transform: translate(200px, -30px);
  }
  90% {
      -webkit-transform: translate(160px, 0px);
      transform: translate(160px, 0px);
  }
  94% {
      -webkit-transform: translate(400px, 50px);
      transform: translate(400px, 50px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

.offer-block__button:hover:before {
  opacity: .7;
}

.party .offer-block__button:before {
  background: #fff;
}

.offer-block__button {
  transition: all 0.2s;
  width: 14.063vw;
  height: 3.333vw;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  background: var(--color_main);
  border: 2px solid #000000 !important;
  box-shadow: 3px 3px 0px #000000;
  border-radius: 0.521vw;
  border: none;
  justify-content: center;
  margin-top: 0.417vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transition: all .3s;
}

.offer-block__button:hover {
  box-shadow: 0px 0px 0px #000000;
}

button.offer-block__button.clicked:before {
  display: none;
}

.yellow button.offer-block__button.clicked {
  background-color: #000;
  color: #FFC700;
  border-color: #FFC700;
}

.yellow.olympic button.offer-block__button.clicked {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

button.offer-block__button.clicked {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.images {
  overflow: hidden;
  height: 120%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.img--2 {
  left: calc((816 / 920) * 100vh);
  position: absolute;
  top: 0;
  width: 110%;
  width: calc((1104 / 920) * 100vh);
  height: calc((1080 / 920) * 100vh);
  -o-object-fit: cover;
  object-fit: cover;
  background: url('https://comicplayjoin.com/landings/comic-new-template-exit-popup/img/money.png') no-repeat center / 100% 100%;
}

.img--1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  min-height: calc((937 / 920) * 100vh);
  -o-object-fit: cover;
  object-fit: cover;
  background: url('https://comicplayjoin.com/landings/comic-new-template-exit-popup/img/bandit.png') no-repeat center / cover;
}

.party .img--1 {
  background: url('https://comicplayjoin.com/landings/comic-new-template-exit-popup/img/deskparty.jpg') no-repeat center / cover;
  min-height: 100vh;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9)
}

.offer-block__terms-content {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc((12 / 920) * 100vh);
  line-height: calc((14 / 920) * 100vh);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.offer-block__terms.opened .offer-block__terms-content {
  border-top: 1px solid rgba(255, 255, 255, .1);
  max-height: calc((200 / 920) * 100vh);
  padding-top: 10px;
}

.offer-block__terms.opened .arrows {
  -webkit-transform: translateY(2px) scaleY(1);
  -ms-transform: translateY(2px) scaleY(1);
  transform: translateY(2px) scaleY(1);
}

.offer-block__terms-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc((16 / 920) * 100vh);
  line-height: calc((24 / 920) * 100vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  /* padding-bottom: calc((8 / 920) * 100vh); */
}

.offer-block__terms.opened .offer-block__terms-header {
  padding-bottom: 8px;
}

.party .offer-block__terms {
  background: rgba(0, 0, 0, .1);
}

.offer-block__terms {
  background: rgba(255, 255, 255, .1);
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  padding: 10px 16px;
  margin-top: auto;
  color: #FFFFFF;
}

.block_terms {
  width: 14.063vw;
  position: relative;
  position: fixed;
  left: calc((60 / 920) * 100vh);
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: calc((1 / 920) * 100vh) solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-top-left-radius: calc((10 / 920) * 100vh);
  border-top-right-radius: calc((10 / 920) * 100vh);
  transition: all .4s;
}

#fullpage.fullup .offer-block .block_terms {
  opacity: 0;
  transform: translateY(50px);
}

.block_terms_head svg {
  position: absolute;
  right: calc((3 / 920) * 100vh);
  top: calc((6 / 920) * 100vh);
  transition: all 0.2s;
  width: calc((24 / 920) * 100vh);
  height: calc((24 / 920) * 100vh);
}

.block_terms_head {
  padding: calc((12 / 1920) * 100vw);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: calc((12 / 1920) * 100vw);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s;
}
.block_terms_head.open{
  padding-bottom: calc((8 / 920) * 100vh);
}

.block_terms_head.open .block_terms__open {
  opacity: 0;
}

.block_terms_head.open .block_terms__close {
  opacity: 1;
}

.block_terms__close {
  opacity: 0;
}

.block_terms_body {
  padding: calc((12 / 920) * 100vh);
  padding-top: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: calc((10 / 920) * 100vh);
  line-height: 1.2;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.offer-block_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all .3s;
}

.offer-block {
  width: 35.417vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 3;
  margin-bottom: calc((12 / 920) * 100vh);
  transition: all 0.2s;
}

#fullpage.fullup .offer-block .offer-block_wrap {
  transform: translateX(130px);
  opacity: 0;
}
#fullpage.fullup .offer-block .offer-block__logo {
  transform: translateX(130px);
  opacity: 0;
}

.arrows {
  width: 10px;
  height: 16px;
  position: relative;
  -webkit-transform: translateY(2px) scaleY(-1);
  -ms-transform: translateY(2px) scaleY(-1);
  transform: translateY(2px) scaleY(-1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
      opacity: 0
  }
  40% {
      opacity: 1
  }
  80% {
      opacity: 0
  }
  100% {
      opacity: 0
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
  0% {
      opacity: 0
  }
  40% {
      opacity: 1
  }
  80% {
      opacity: 0
  }
  100% {
      opacity: 0
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}


.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* background: gray; */
  width: calc((1776 / 920) * 100vh);
  background: rgba(0, 0, 0, 0.6);
  border-radius: calc((20 / 920) * 100vh) calc((20 / 920) * 100vh) 0px 0px;
  max-width: 93%;
  margin: auto;
  color: #fff;
  padding: calc((20 / 920) * 100vh) calc((36 / 920) * 100vh);
  padding-right: calc((12 / 920) * 100vh);
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 0;
  overflow-x: hidden;
}

.scrolled .footer-top {
  margin-top: calc((-60 / 920) * 100vh);
}

.footer-top__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*max-width: calc(100% - 176px);*/
  max-width: calc(100% - 9.166vw);
}

.footer-top__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((334 / 920) * 100vh);
  margin-right: calc((82 / 920) * 100vh);
}

.footer-top__step-number {
  font-style: normal;
  font-weight: 600;
  font-size: calc((24 / 920) * 100vh);
  line-height: calc((32 / 920) * 100vh);
  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;
  color: #FFFFFF;
  border: 2px solid #fff;
  min-width: calc((56 / 920) * 100vh);
  width: calc((56 / 920) * 100vh);
  height: calc((56 / 920) * 100vh);
  border-radius: calc((10 / 920) * 100vh);
  margin-right: calc((11 / 920) * 100vh);
}

.solo-slide {
  margin-right: 0.521vw;
}

.footer-top__step-about__title {
  font-weight: 600;
  font-size: calc((20 / 920) * 100vh);
  line-height: calc((22 / 920) * 100vh);
}

.footer-top__step-about__description {
  opacity: 0.5;
  font-size: calc((16 / 920) * 100vh);
  line-height: calc((19 / 920) * 100vh);
  font-weight: 300;
}

.chips .footer-top__up {
  background: #00F0FF;
}

.chips.yellow .footer-top__up {
  background: #FFC700;
}

.chips.yellow.olympic .footer-top__up {
  background: #FAFF00;
}

.party .footer-top__up {
  background: #00FFFF;
}

.party.olympic .footer-top__up {
  background: #00FFFF;
}

.chips .arrow__up path {
  fill: #000;
}

.chips .footer-bottom__jackpot svg rect {
  stroke: #00F0FF;
}

.chips .footer-bottom__jackpot span {
  color: #00F0FF;
}

.party .footer-bottom__jackpot svg rect {
  stroke: #00FFFF;
}

.party .footer-bottom__jackpot span {
  color: #00FFFF;
}

.chips.yellow .footer-bottom__jackpot svg rect {
  stroke: #FFC700;
}

.chips.yellow .footer-bottom__jackpot span {
  color: #FFC700;
}

.chips.yellow.olympic .footer-bottom__jackpot svg rect {
  stroke: #FFC700;
}

.chips.yellow.olympic .footer-bottom__jackpot span {
  color: #FFC700;
}

.chips .footer-bottom__jackpots {
  -webkit-box-shadow: 0px 13px 15px -6px rgba(0, 240, 255, 0.2);
  box-shadow: 0px 13px 15px -6px rgba(0, 240, 255, 0.2);
}

.chips .footer-bottom__slider-next,
.chips .footer-bottom__slider-prev {
  border-color: #00F0FF;
}

.chips .footer-bottom__jackpots:after {
  background-color: #00F0FF;
}

.chips .counter {
  color: #00F0FF;
  text-shadow: -1px 11px 40px #00F0FF;
}

.party .footer-bottom__jackpots {
  -webkit-box-shadow: 0px 13px 15px -6px rgba(0, 240, 255, 0.2);
  box-shadow: 0px 13px 15px -6px rgba(0, 240, 255, 0.2);
}

.party .footer-bottom__slider-next,
.party .footer-bottom__slider-prev {
  border-color: #00FFFF;
}

.party .footer-bottom__jackpots:after {
  background-color: #00FFFF;
}

.party .counter {
  color: #00FFFF;
  text-shadow: -1px 11px 40px #00FFFF;
}

.chips.yellow .footer-bottom__slider-next,
.chips.yellow .footer-bottom__slider-prev {
  border-color: #FFC700;
}

.chips.yellow .footer-bottom__jackpots:after {
  background-color: #FFC700;
}

.chips.yellow .counter {
  color: #FFC700;
  text-shadow: -1px 11px 40px #FFC700;
}

.chips.yellow.olympic .footer-bottom__slider-next,
.chips.yellow.olympic .footer-bottom__slider-prev {
  border-color: #FAFF00;
}

.chips.yellow.olympic .footer-bottom__jackpots:after {
  background-color: #FAFF00;
}

.chips.yellow.olympic .counter {
  color: #FAFF00;
  text-shadow: -1px 11px 40px #FAFF00;
}

.footer-top__up {
  width: calc((176 / 920) * 100vh);
  background: #FF008A;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px calc((20 / 920) * 100vh) 0px 0px;
  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;
  cursor: pointer;
}

.party .footer-top__up {
  background: #00FFFF;
}

.footer-top__up svg {
  width: calc((32 / 920) * 100vh);
  height: calc((44 / 920) * 100vh);
}

.arrow__up path.a1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.arrow__up path.a2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.arrow__up path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.arrow__up path {
  fill: #fff;
  /*stroke-width: 1px;*/
  animation: arrow 1.5s infinite;
  -webkit-animation: arrow 1.5s infinite;
}

.fp-auto-height {
  min-height: unset;
}

.sf-toolbar {
  display: none;
}

#fullpage {
  overflow: hidden;
  height: 100%;
  position: relative;
  /*overflow: auto;*/
  background: var(--bg-desk) no-repeat center / cover;
  transition: all .3s ease-in-out;
}

#fullpage.fullup {
  background-position: 16vw;
}

.party #fullpage {
  background: none;
}

.footer-bottom__jackpot svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-bottom__jackpot span {
  box-sizing: content-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: calc((16 / 920) * 100vh);
  text-transform: uppercase;
  color: #FF008A;
  /* width: auto; */
  max-width: unset;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  padding: 0 calc((5 / 920) * 100vh);
}

.footer-bottom__jackpot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((259 / 920) * 100vh);
  height: calc((60 / 920) * 100vh);
}

.footer-bottom__slider {
  /*width: 1394px;*/
  padding: 10px 0;
  overflow: hidden;
}

.footer-bottom__jackpots {
  background: #000000;
  border-radius: calc((10 / 920) * 100vh);
  width: calc((291 / 920) * 100vh);
  min-height: 100%;
  position: relative;
  height: auto;
  min-width: calc((291 / 920) * 100vh);
  z-index: 12;
  color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 13px 15px -6px rgba(255, 0, 138, .2);
  box-shadow: 0px 13px 15px -6px rgba(255, 0, 138, .2);
}

.footer-bottom__jackpots:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FF008A;
}

.footer {
  margin-top: calc((20 / 920) * 100vh);
  position: relative;
  z-index: 3;
}

.counter {
  font-family: 'guy', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc((32 / 920) * 100vh);
  line-height: calc((36 / 920) * 100vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FF008A;
  margin: auto;
  text-shadow: -1px 11px 40px #ff008a;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.swiper-slide img {
  border: 2px solid transparent;
}

.counter .swiper-slide {
  width: 100%;
  justify-content: center;
}

.counter .swiper-slide:before {
  content: '$';
}

.footer-bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-bottom {
  width: 100%;
  overflow-x: hidden;
  width: calc((1776 / 920) * 100vh);
  padding: calc((24 / 920) * 100vh) calc((36 / 920) * 100vh);
  padding-right: calc((12 / 920) * 100vh);
  left: calc((72 / 920) * 100vh);
  top: calc((701 / 920) * 100vh);
  background: rgba(0, 0, 0, 0.6);
  max-width: 93%;
  margin: calc((12 / 920) * 100vh) auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.swiper-slide img {
  width: 100%;
  border-radius: calc((10 / 920) * 100vh);
  height: calc((166 / 920) * 100vh);
  object-fit: cover;
  transition: .3s;
}

.footer-bottom__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: calc((906.5 / 920) * 100vh);
  margin-right: auto;
  margin-left: 0;
  margin-top: calc((24 / 920) * 100vh);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom__partners img {
  max-height: calc((25 / 920) * 100vh);
  margin-right: calc((15 / 920) * 100vh);
  width: auto;
  will-change: transform;
}

.swiper-slide {
  width: calc((266 / 920) * 100vh);
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom__slider-prev {
  position: absolute;
  left: calc((24 / 920) * 100vh);
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(.1px);
  -ms-transform: translate(-50%, -50%) translateZ(.1px);
  transform: translate(-50%, -50%) translateZ(.1px);
  background: #191800 url("../../bet20gamebettingsa/image/arrow5.svg") no-repeat center / 18px 12px;
  border: 2px solid #FFF500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: calc((10 / 920) * 100vh);
  width: calc((48 / 920) * 100vh);
  height: calc((48 / 920) * 100vh);
  z-index: 15;
  cursor: pointer;
}

.footer-bottom__slider-wrapper {
  overflow: hidden;
  padding: 0 calc((24 / 920) * 100vh);
  position: relative;
  margin-left: calc((-6 / 920) * 100vh);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer-bottom__slider-next {
  position: absolute;
  right: calc((24 / 920) * 100vh);
  top: 50%;
  -webkit-transform: translate(50%, -50%) scaleX(-1) translateZ(.1px);
  -ms-transform: translate(50%, -50%) scaleX(-1) translateZ(.1px);
  transform: translate(50%, -50%) scaleX(-1) translateZ(.1px);
  background: #191800 url("../../bet20gamebettingsa/image/arrow5.svg") no-repeat center / 18px 12px;
  border: 2px solid #FFF500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: calc((10 / 920) * 100vh);
  width: calc((48 / 920) * 100vh);
  height: calc((48 / 920) * 100vh);
  z-index: 15;
  cursor: pointer;
}

.chips .footer-bottom__slider-next,
.chips .footer-bottom__slider-prev {
  background-image: url("https://comicplayjoin.com/landings/comic-new-template-exit-popup/img/bluarrow.svg");
}

.chips.yellow .footer-bottom__slider-next,
.chips.yellow .footer-bottom__slider-prev {
  background-image: url("https://comicplayjoin.com/landings/comic-new-template-exit-popup/img/yellowarrow.svg");
}

.chips.yellow.olympic .footer-bottom__slider-next,
.chips.yellow.olympic .footer-bottom__slider-prev {
  background-image: url("https://comicplayjoin.com/landings/comic-new-template-exit-popup/img/yellowarrowolympic.svg");
}

.offer-block__inner.copied, .chips.yellow .offer-block__inner.copied {
  border-color: #239921;
}

.offer-block__inner.copied .offer-block__inner-copy {
  color: #239921;
}

.yellow .offer-block__inner.copied .offer-block__inner-copy {
  /*color: #FFC700;*/
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.modal-inner {
  background: rgba(0, 0, 0, 0.6);
  border-radius: calc((20 / 920) * 100vh);
  width: auto;
  margin-left: calc((608 / 920) * 100vh);
  padding: calc((48 / 920) * 100vh) calc((44 / 920) * 100vh);
  pointer-events: all;
}

.form_close {
  display: none !important;
}

.percents .images, .chips .images {
  display: none;
}

.form_main {
  margin: auto;
}

.swiper-slide a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

.modal-inner {
  max-height: 100vh;
  overflow: auto;
}

.ios .form_main {
  min-height: fit-content;
  display: block;
}

.firefox .offer-block {
  background: rgba(0, 0, 0, 0.7);
}

.firefox .offer-block__terms {
  background: rgba(255, 255, 255, .2);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, .4);
}

::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .7);
}

.vs__dropdown-menu {
  min-width: unset !important;
}

b {
  font-weight: bold !important;
}

img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

.ios .swiper-slide div {
  margin-top: 8px;
}

.go2step {
  cursor: pointer;
  height: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: calc((16 / 920) * 100vh);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  color: #FFD600;
  position: relative;
  /*transition: all 0.3s;*/
  overflow: hidden;
  padding: 0 calc((32 / 920) * 100vh);
}

.go2step svg {
  width: calc((24 / 920) * 100vh);
  height: calc((24 / 920) * 100vh);
  border: 1px solid transparent;
  transition: all 0.2s;
  border-radius: 5px;
}

.block_form {
  z-index: 10;
  width: calc((416 / 920) * 100vh);
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  position: fixed;
  left: -100%;
  height: 100%;
  width: 24.115vw;
  padding: 32px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s;
}


.line-slider {
  margin-bottom: 1.250vw;
}

.line-images img {
  width: 170%;
}
.lpform_title_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.125vw;
}
.lpform_title_logo__link {
  width: 8.385vw;
  height: 3.438vw;
  display: flex;
}
.lpform_title_logo__link img {
  width: 100%;
}
.lpform_title_logo__close {
    width: 2.813vw;
    height: 2.813vw;
    background: rgba(255, 15, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lpform_title_logo__link svg {
  width: 0.625vw;
  height: 0.625vw;
}

#fullpage.fullup .block_form {
  left: 0;
}

.block_games {
  height: 0;
  width: calc((416 / 920) * 100vh);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  border-radius: calc((20 / 920) * 100vh);
  overflow: hidden;
  transition: all 0.3s;
  padding: 0;
  margin-bottom: calc((13 / 920) * 100vh);
}

body.show3 .block_games {
  height: calc((541 / 920) * 100vh);
  padding: calc((36 / 920) * 100vh) calc((32 / 920) * 100vh) 0 calc((32 / 920) * 100vh);
}

.block_games_jackpotWrap {
  height: calc((107 / 920) * 100vh);
  position: relative;
  background-image: url("https://comicplayjoin.com/landings/comic-new-template-exit-popup/img/bg.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc((16 / 920) * 100vh);
}

.block_topGames {

}

.block_topGames_header {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: calc((16 / 920) * 100vh);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: calc((12 / 920) * 100vh);
}

.block_topGames_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: calc((8 / 920) * 100vh);
}

.block_topGames_img img {
  width: calc((172 / 920) * 100vh);
  margin-bottom: calc((8 / 920) * 100vh);
  border-radius: calc((10 / 920) * 100vh);
}

.block_games_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.block_games_footer img {
  height: auto;
  margin: calc((8 / 920) * 100vh);
}

.block_games_footer .rtg {
  width: calc((116 / 920) * 100vh);
}

.block_games_footer .visa {
  width: calc((64 / 920) * 100vh);
}

.block_games_footer .master {
  width: calc((32 / 920) * 100vh);
}

.block_games_footer .neosurf {
  width: calc((64 / 920) * 100vh);
}

.block_games_footer .btc {
  width: calc((20 / 920) * 100vh);
}

.block_games_footer .bpay {
  width: calc((53 / 920) * 100vh);
}

.block_games_footer .payId {
  width: calc((50 / 920) * 100vh);
}

.block_games_footer .discover {
  width: calc((70 / 920) * 100vh);
}

.block_games_footer .ssl {
  width: calc((71 / 920) * 100vh);
}

.block_games_footer .cds {
  width: calc((78 / 920) * 100vh);
}

.block_games_footer .year {
  width: calc((20 / 920) * 100vh);
}

.block_games_footer .curacao {
  width: calc((70 / 920) * 100vh);
}

.block_games_jackpot {
  width: calc((312 / 920) * 100vh);
  height: calc((60 / 920) * 100vh);
  border: calc((2 / 920) * 100vh) solid #FF008A;
  box-sizing: border-box;
  border-radius: calc((10 / 920) * 100vh);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: calc((24 / 920) * 100vh);
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FF008A;
  justify-content: center;
}

.block_games_jackpot span {
  padding: 0 calc((6 / 920) * 100vh);
  position: absolute;
  top: 2vh;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  font-weight: 800;
  font-size: calc((12 / 920) * 100vh);
  line-height: 1;
}

/* if step not 1 */
body.show2 .offer-block__game, body.show3 .offer-block__game{
  margin-bottom: 0;
  margin-top: calc((8 / 920) * 100vh);
  font-size: calc((16 / 920) * 100vh);
  padding: calc((4 / 920) * 100vh) calc((12 / 920) * 100vh);
}
body.show2 .offer-block__text, body.show3 .offer-block__text{
  font-size: calc((40 / 920) * 100vh);
  margin-bottom: 0;
}

body.show2 .offer-block__logo, body.show3 .offer-block__logo {
  width: calc((87 / 920) * 100vh);
}

body.show2 .offer-block__inner, body.show3 .offer-block__inner{
  height: 0;
  border: none;
  padding: 0;
  overflow: hidden;
}

body.show2 .offer-block__button, body.show3  .offer-block__button{
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

body.show2 .offer-block_wrap, body.show3 .offer-block_wrap{
  padding: calc((24 / 920) * 100vh) calc((32 / 920) * 100vh);
}

/*body:not(.show1) .offer-block__text{*/
/*    font-size: calc((40 / 920) * 100vh);*/
/*    margin-bottom: 0;*/
/*}*/
/*body:not(.show1) .offer-block__logo{*/
/*    width: calc((87 / 920) * 100vh);*/
/*}*/

/*body:not(.show1) .offer-block__inner{*/
/*    height: 0;*/
/*    border: none;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*}*/
/*body:not(.show1) .offer-block__button{*/
/*    height: 0;*/
/*    border: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    overflow: hidden;*/
/*}*/
/*body:not(.show1) .offer-block{*/
/*    padding: calc((24 / 920) * 100vh) calc((32 / 920) * 100vh);*/
/*}*/
.logo_mob {
  display: none;
}

body.show3 .go2step {
  height: calc((72 / 920) * 100vh);
}

.offer-block__text br {
  display: none;
}

.block_form_wrapper {
  padding: 0 3.125vw;
}

/*new form style*/
.succ-inp {
  color: #ffffff;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.5) !important;
}

.step-1.succ-btn:before,
.step-2.succ-btn:before {
  content: '';
  background-image: url('https://comicplayjoin.com/landings/comic-new-template-exit-popup/img/btc-land/arrow.svg');
  width: 17px;
  height: 18px;
  position: absolute;
  right: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

.form_main {
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
  min-width: initial;
  max-width: initial;
}

.form_head {
  margin: 0;
  margin-bottom: calc((16 / 920) * 100vh);
}

.form_head_title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: calc((15 / 920) * 100vh);
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.block_form .form_head_step {
  color: #61FF00;
}

.block_form .form_head_step span {
  color: rgba(255, 255, 255, 0.5);
}

.form_row_signup button{
  line-height: 1.1;
}

.form_head_step span {
  color: rgba(255, 255, 255, 0.5);
}

.mb {
  margin-bottom: calc((8 / 920) * 100vh);
}

.field__input, .field__input-wrapper input, .field .vs__dropdown-toggle, .field__select {
  height: calc((56 / 920) * 100vh);
  border-radius: 0;
  font-size: calc((12 / 920) * 100vh);
  font-weight: 400;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.v-select .vs__selected {
  font-size: calc((12 / 920) * 100vh);
}

.v-select .vs__dropdown-toggle {
  height: calc((56 / 920) * 100vh);
  border-radius: calc((10 / 920) * 100vh);
}

.vs__actions {
  top: calc((28 / 920) * 100vh);
  width: 8px;
  height: 3px;
}

.field__error, .fieldnotigication {
  font-size: calc((12 / 920) * 100vh);
  line-height: 1.2;
  padding: 0.417vw 0 0;
  text-align: left;
}

.f-pass .field__button {
  top: calc((28 / 920) * 100vh);
  right: 0;
  text-transform: uppercase;
}

.f-pass .field__button {
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Montserrat';
  font-size: 0.417vw;
}

.error-inp {
  border: none !important;
  border-bottom: 1px solid #FF1F00 !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 50px #333333;
  -webkit-text-fill-color: #fff;
  background-color: #333333;
}

.like-placeholder {
  font-size: calc((12 / 920) * 100vh);
  line-height: 1;
  left: 0;
  font-weight: 400;
  transform: translateY(calc(((30 / 920) * 100vh) - 50%));
  top: 0;
  z-index: unset;
}

.succ-inp-s .like-placeholder {
  font-size: calc((12 / 920) * 100vh);
  line-height: 1;
  left: 0;
  transform: translateY(calc(((30 / 920) * 100vh) - 50%));
  top: calc((-12 / 920) * 100vh);
}

.form_info {
  text-align: center;
  font-size: calc((12 / 920) * 100vh);
  line-height: 1.2;
  margin-top: calc((16 / 920) * 100vh);
}

.form--signup .stepinner3 .form__bonuses .radio__label {
  font-size: calc((12 / 920) * 100vh);
  line-height: 1.2;
  padding-left: calc((30 / 920) * 100vh);
}

.field--phone .field__input input {
  height: initial;
}
.vs__dropdown-menu {
  border-radius: calc((10 / 920) * 100vh);
  margin: calc((4 / 920) * 100vh) 0 0 0;
  padding: calc((6 / 920) * 100vh) calc((12 / 920) * 100vh);
}

.vs__dropdown-menu .vs__dropdown-option {
  line-height: 1.42857143;
  padding: calc((12 / 920) * 100vh) 0;
  font-size: calc((12 / 920) * 100vh);
  background: transparent;
  border-radius: unset !important;
}

.vs__dropdown-menu .vs__dropdown-option:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.form--signup .stepinner3 .form__bonuses, .form--signup .stepinner3 .form__help {
  font-size: calc((12 / 920) * 100vh);
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.84vw;
}

.v-select.vs--open .vs__selected {
  position: relative;
  opacity: 0.4;
}

.form_btn {
  border-width: 2px;
  border-radius: calc((10 / 920) * 100vh);
  width: initial;
  min-height: calc((56 / 920) * 100vh);
  font-size: calc((16 / 920) * 100vh);
}

.form_error_mess {
  line-height: 1.2;
  font-size: calc((20 / 920) * 100vh);
}

.form_error_title {
  font-size: calc((24 / 920) * 100vh);
  line-height: 1.2;
}

.form-backBtn {
  flex-grow: 1;
  flex-basis: 49%;
  margin-right: 2%;
  border: 2px solid #FFD600;
  border-radius: calc((10 / 920) * 100vh);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: calc((16 / 920) * 100vh);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFD600;
  background-color: transparent;
  cursor: pointer;
}

.radio__check {
  width: 0.833vw;
  height: 0.833vw;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.radio .radio__input:checked + .radio__check::after {
  transform: translate(-50%, -70%) rotate(-45deg);
  width: calc((8 / 920) * 100vh);
  height: calc((4 / 920) * 100vh);
  border-bottom: calc((3 / 920) * 100vh) solid black;
  border-left: calc((3 / 920) * 100vh) solid black;
}

.radio .radio__input:checked + .radio__check {
  background-color: var(--color_main);
  border: 1px solid var(--color_main);
}

@media (hover: hover) {
  .succ-btn:hover {
      transform: none;
      box-shadow: none;
  }

  body.show3 .go2step:hover {
      border: calc((2 / 920) * 100vh) solid #FFD600;
      border-radius: calc((20 / 920) * 100vh);
  }

  body.show3 .go2step:hover svg {
      border-color: #FFFFFF;
  }
}

.date-of-birth.succ-inp-s input {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background-color: transparent !important;
}

.succ-inp-s .field__select, .succ-inp-s .vs__dropdown-toggle {
  border: transparent !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.typed .like-placeholder,
.field__input:focus + .like-placeholder {
  font-size: calc((10 / 920) * 100vh);
  transform: translateY(calc(((30 / 920) * 100vh) - 150%));
}

.form-next-main {
  min-height: calc((56 / 920) * 100vh);
  font-size: calc((16 / 920) * 100vh);
  border-radius: calc((10 / 920) * 100vh);
  color: white;
  border: 2px solid var(--color_main);
}

.form-next-main.succ-btn {
  background: var(--color_main);
  width: 100%;
  color: black;
}

.form--signup .field {
  display: inline-block;
}

.form--signup .field--13 {
  width: 32%;
}

.form-next-main.step-2, .form-next-main.step-3 {
  flex-basis: 100%;
}

.form_row_signup {
  flex-direction: row;
  align-items: stretch;
  margin-top: 0.84vw;
}

html {
  overflow-y: hidden;
}

.typed .field__input,
.field__input:focus {
  padding-top: calc((21 / 920) * 100vh);
}

.field--13 .field__input:focus {
  padding: 0 !important;
}

.field--13 .vs__selected-options {
  display: inline-block;
}

.birthday_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.birthday_row .field--13 .field__input,
.birthday_row .field--13 .field__input:focus {
  padding-top: calc((21 / 920) * 100vh) !important;
}

.birthday_row .like-placeholder {
  font-size: calc((10 / 920) * 100vh);
  transform: translateY(calc(((23 / 920) * 100vh) - 150%));
}

.birthday_row .vs__actions {
  top: calc((38 / 920) * 100vh);
}



.birthday_row .field--13 .vs__selected-options {
  padding-top: calc((16 / 920) * 100vh) !important;
}

.form_head_step span.step {
  font-weight: 300;
}
.vs__dropdown-menu .vs__dropdown-option--highlight {
  background-color: transparent;
}
.v-select .vs__dropdown-toggle{
  border-width: 1px;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.5) !important;
  border-radius: unset !important;
  padding: 0 !important;
}
.f-country option,
.f-currency option,
.birthday_row option {
  background: #000900;
  color: white;
  padding: 0 10px;
}

@media screen and (max-width: 500px) {
  .vs__selected-options {
    background-color: transparent;
  }
}

@media screen and (max-width: 1400px) {
  .block_form {
    width: 31vw;
  }
  #fullpage.fullup {
    background-position: 10vw;
  }
}

.offer-block__copy {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1100px) and (orientation: portrait),(max-width: 1100px) {
  .vdpComponent .vdpHeadCellContent {
      font-size: 12px;
  }

  .offer-block__copy {
    align-items: center;
  }

  .offer-block__copy,
  .offer-block__text,
  .offer-block__subtext {
    transition: all .3s;
  }

  .block_form {
    display: flex;
    align-items: center;
  }

  .offer-block.hidePromos .offer-block__text,
  .offer-block.hidePromos .offer-block__subtext {
    transform: translateY(calc(var(--copy-height) - 12px));
  }

  .offer-block.hidePromos .offer-block__copy {
    transform: translateY(var(--copy-height));
    opacity: 0;
  }
  .block_terms {
    transition: all .3s;
  }
  .offer-block.hidePromos .block_terms,
  .offer-block.hidePromos:after {
    display: none;
    opacity: 0 !important;
    pointer-events: none;
  }

  .offer-block__game {
      padding: 2px 10px;
      font-size: 16px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 5px;
      margin-bottom: 23px;
  }
  .offer-block_wrap {
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      background: transparent;
      flex-grow: 1;
      align-items: center;
      padding: 0 !important;
  }

  .form_main {
      min-height: initial;
      padding: 16px 0 16px;
  }

  .logo_mob {
      display: block;
  }

  .offer-block__text br {
      display: block;
  }

  body {
      overflow-y: scroll;
  }

  #fullpage {
      height: initial;
      min-height: 100%;
      background-image: none;
  }

  .page-container {
      flex-wrap: wrap;
      padding: 0;
      flex-wrap: nowrap;
      align-items: center;
      overflow: hidden;
  }

  .offer-block {
      height: initial;
      min-height: var(--app-height);
      background-color: transparent;
      width: 100%;
      padding: 2vh 0 0 0;
      align-items: center;
      background-position: top center;
      background-size: cover;
      padding: 0;
      margin-bottom: 0;
      border-radius: 0;
      position: relative;
  }
  .offer-block:after {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      height: 45%;
      width: 100%;
      z-index: -1;
      background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.78;
      transform: translateY(20px);
      transition: all .3s;
  }

  .class .offer-block:after{
    background: transparent;
    opacity: 1;
  }

  .block_terms {
      position: relative;
      left: initial;
      bottom: initial;
      width: 100%;
      border-radius: 10px 10px 0px 0px;
      max-width: 375px;
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border: none;
      transform: translateY(1px);
  }

  .block_games {
      height: auto !important;
      width: 343px;
      margin-bottom: 24px;
      background: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
  }

  .offer-block__text {
      text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
      font-size: 54px;
      margin-top: auto;
      text-align: center;
      margin-bottom: 23px;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .offer-block__inner {
      border-radius: 10px;
      margin-bottom: 8px;
      max-width: 375px;
      padding: 0;
      border: 2px solid #000000;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      width: 100%;
      font-size: 16px;
      text-align: left;
      padding: 16px;
  }

  .offer-block__inner-copy {
      width: 100%;
      font-size: 16px;
      text-align: left;
  }

  .offer-block__inner-title {
      font-size: 12px;
      line-height: 1.2;
      height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .offer-block__button {
      margin-top: 0;
      font-size: 16px;
      letter-spacing: normal;
      height: 56px;
      border-radius: 10px;
      line-height: 1;
      margin-bottom: 16px;
      max-width: 375px;
      width: 100%;
      border: 2px solid #000000;
      box-shadow: 3px 3px 0px #000000;
  }

  .offer-block__button:before {
      display: none;
  }

  .block_terms_head {
      padding: 12px;
      font-size: 12px;
  }
  .block_terms_head.open{
      padding-bottom: 8px;
  }

  .block_terms_head svg {
      width: 16px;
      height: 16px;
      right: 12px;
      top: 11px;
  }

  .block_terms_body {
      padding: 12px;
      padding-top: 0;
      font-size: 10px;
  }

  .block_games_jackpotWrap {
      height: 107px;
      margin-bottom: 32px;
  }

  .block_games_jackpot {
      width: 300px;
      height: 60px;
      border-width: 2px;
      border-radius: 10px;
      font-size: 24px;
      line-height: 1;
  }

  .block_games_jackpot span {
      padding: 0 6px;
      top: 18px;
      font-size: 12px;
      line-height: 1;
  }

  .go2step {
      display: none !important;
  }

  .block_form_wrapper {
      display: block !important;
      border-top: unset;
      padding: 0;
      padding-top: 16px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      overflow: hidden;
      max-width: 375px;
  }

  .form_head_title {
      font-size: 16px;
  }

  .form_head_step {
      font-size: 16px;
  }

  .form_head {
      margin-bottom: 16px;
  }

  .mb {
      margin-bottom: 8px;
  }

  .block_form {
      width: 100%;
      background-color: transparent;
      border-radius: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
  }

  .block_topGames_header {
      font-size: 16px;
      margin-bottom: 16px;
  }

  .block_topGames_img img {
      width: 166px;
      margin-bottom: 9px;
      border-radius: 10px;
  }

  .block_topGames_img {
      margin-bottom: 23px;
  }

  .block_games_footer img {
      height: auto;
      margin: 8px;
  }

  .block_games_footer .rtg {
      width: 115px;
  }

  .block_games_footer .visa {
      width: 64px;
  }

  .block_games_footer .master {
      width: 32px;
  }

  .block_games_footer .neosurf {
      width: 64px;
  }

  .block_games_footer .btc {
      width: 20px;
  }

  .block_games_footer .bpay {
      width: 53px;
  }

  .block_games_footer .payId {
      width: 50px;
  }

  .block_games_footer .discover {
      width: 70px;
  }

  .block_games_footer .ssl {
      width: 71px;
  }

  .block_games_footer .cds {
      width: 78px;
  }

  .block_games_footer .year {
      width: 20px;
  }

  .block_games_footer .curacao {
      width: 70px;
  }

  .offer-block__logo {
      width: 170px;
      height: auto;
      margin-bottom: 57vmax;
      transition: all 0.2s;
  }

  .field__input, .field__input-wrapper input, .field .vs__dropdown-toggle, .field__select {
      height: 56px;
      padding-left: 0;
      font-size: 12px;
  }

  .v-select .vs__selected {
      font-size: 12px;
  }

  .v-select .vs__dropdown-toggle {
      height: 56px;
      border-radius: 10px;
  }

  .vs__actions {
      top: 28px;
  }

  .field__error, .fieldnotigication {
      font-size: 12px;
      padding: 4px 0;
  }

  .f-pass .field__button {
      top: 28px;
  }

  .like-placeholder {
      transform: translateY(calc(30px - 50%));
      left: 0;
      font-size: 12px;
  }

  .succ-inp-s .like-placeholder {
      font-size: 12px;
      left: 0;
      transform: translateY(calc(30px - 50%));
      top: -12px;
  }

  .form_info {
      font-size: 12px;
      margin-top: 16px;
  }

  .form--signup .stepinner3 .form__bonuses .radio__label {
      font-size: 12px;
      padding-left: 30px;
  }

  .vs__dropdown-menu {
      border-radius: 10px;
      margin: 4px 0 0 0;
      padding: 6px 12px;
  }

  .vs__dropdown-menu .vs__dropdown-option {
      line-height: 1.42857143;
      padding: 4px;
      font-size: 14px;
  }

  .form--signup .stepinner3 .form__bonuses, .form--signup .stepinner3 .form__help {
      font-size: 12px;
      margin-bottom: 16px;
      margin-top: 8px;
  }

  .form_btn {
      border-width: 2px;
      border-radius: 10px;
      min-height: 56px;
      font-size: 16px;
  }

  .form_error_mess {
      font-size: 20px;
  }

  .form_error_title {
      font-size: 24px;
      line-height: 1.2;
  }

  .form-backBtn {
      border-radius: 10px;
      font-size: 16px;
  }

  .radio__check {
      width: 16px;
      height: 16px;
      border-radius: 3px;
  }

  .birthday_row .field__select {
    padding-top: calc((21 / 920) * 100vh) !important;
  }

  .radio .radio__input:checked + .radio__check::after {
      width: 7px;
      height: 4px;
      border-bottom: 1px solid black;
      border-left: 1px solid black;
  }

  .typed .like-placeholder,
  .field__input:focus + .like-placeholder {
      font-size: 10px;
      transform: translateY(calc(30px - 150%));
      left: 0;
  }

  .form-next-main {
      min-height: 56px;
      font-size: 16px;
      border-radius: 10px;
  }

  .typed .field__input,
  .field__input:focus {
      padding-top: 21px;
      border-radius: unset;
  }
}

@media screen and (max-width: 1100px) {
  .block_form {
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    background-color: black;
  }

}


@media (max-width: 1100px) {
  .offer-block {
      background-image: unset;
      background-position: top center;
      background-attachment: fixed;
      background-size: cover;
      min-height: var(--app-height);
  }
  .offer-block__logo {
       margin-bottom: 0;
  }

  .birthday_row .vs__actions {
    top: calc((36 / 920) * 100vh);
  }
  @media (orientation: landscape) {
    .birthday_row .vs__actions {
      top: calc((44 / 920) * 100vh);
    }
  }
  @media (min-height: 960px) and (orientation: portrait) {
    .birthday_row .vs__actions {
      top: calc((29 / 920) * 100vh);
    }
  }

  #fullpage {
    overflow: unset;
  }
  #fullpage.fullup .offer-block .offer-block_wrap {
    transform: unset;
    opacity: 1;
  }
  #fullpage.fullup .offer-block .offer-block__logo {
    transform: unset;
    opacity: 1;
    position: relative;
  }
  #fullpage.fullup .offer-block .block_terms {
    opacity: 1;
    transform: unset;
  }
  .offer-block__text {
    font-size: 32px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    overflow: hidden;
  }
  .offer-block__text span {
    padding: 8px;
  }
  .offer-block__text span:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(0);
  }
  .offer-block__text span:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .block_form {
    left: unset;
    padding: 0 0 24px;
  }
  .lpform_title_logo,
  .lpform_title {
    display: none;
  }
  .offer-block__logo {
    position: absolute;
  }

  .block_form_wrapper {
    border-top: unset;
    padding-top: 16px;
    padding-top: unset;
  }

  .f-pass .field__button {
    font-size: 8px;
  }

  .offer-block__subtext {
    font-size: 20px;
    padding: 8px;
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .form_row_signup {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait), (max-width: 1023px) {
  .birthday_row .vs__actions {
    top: 40px;
  }
}

@media screen and (max-width: 584px) {
  .block_form_wrapper {
    padding: 16px;
  }
  .info-block {
    width: 100%;
  }
	.offer-block__text {
		font-size: 28px;
	}
  .block_form {
      /* max-width: 375px; */
  }
  .offer-block {
    background-image: unset;
  }
  .line-images {
    transform: scale(1.6);
  }
  .offer-block__logo {
    width: 130px;
  }
  .line-images {
    margin-top: 48px;
  }
  .birthday_row .vs__actions {
    top: calc((85 / 920) * 100vw);
  }
}

.birthday_row .vs__search::placeholder {
  color: rgba(255,255,255,.5);
  font-size: calc((12 / 920) * 100vh);
}

.birthday_row .vs__search {
  width: 100%;
  padding: 0;
  margin: 0;
}

.bg-img-block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bg-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 1100px) {
  .birthday_row .vs__search::placeholder {
    font-size: 12px;
  }

  .line-slider {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1100px) {
  .bg-img-block {
    display: none;
  }
}


@media screen and (max-width: 485px) {
  .offer-block {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .info-block {
    display: flex;
    flex-direction: column-reverse;
  }
  .line-slider {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .offer-block__inner,
  .offer-block__button {
    max-width: 343px;
  }
  .block_form {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media screen and (max-width: 900px) and (max-height: 550px) {
  .offer-block__logo {
    display: none;
  }
  .bg-img-block img {
    object-fit: cover;
  }
}

@media (max-width: 340px) {
  .block_form {
      width: 305px;
  }

  .offer-block__inner {
      max-width: 300px;
  }

  .offer-block__button {
      max-width: 300px;
  }

  .offer-block__inner-title {
      white-space: nowrap;
      padding: 2px 5px;
      font-size: 10px;
  }

  .block_terms {
      max-width: 300px;
  }

  .block_games {
      width: 300px;
  }

  .block_games_jackpot {
      width: 265px;
  }

  .block_topGames_img img {
      width: 145px;
  }
}

@media screen and (max-height: 540px) and (orientation: landscape){
  .birthday_row .like-placeholder {
    font-size: 10px;
    transform: translateY(10%);
  }
}