:root {
  --popup-width: 630px;
  --popup-height: 660px;
  --game-width: 660px;
  --game-height: 600px;
  --close-x: 25px;
  --close-y: 24px;
  --submit-width: 235px;
  --submit-height: 44px;
}
html,
body {
  overflow-x: clip;
}
@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
.body.scrolllock-on,
body.scrolllock-on {
  top: unset !important;
}
.luckiest {
  font-family: "Luckiest Guy", "Arial Black", sans-serif;
  font-weight: 400;
}
.lato-heavy {
  font-family: "Lato Heavy", "Lato", Arial, sans-serif;
  font-weight: 900;
}
.sep-x {
  width: 19px;
  height: 19px;
  background: linear-gradient(45deg, transparent 45.5%, #ffffff 45.5%, #ffffff 54.5%, transparent 54.5%), linear-gradient(-45deg, transparent 45.5%, #ffffff 45.5%, #ffffff 54.5%, transparent 54.5%);
}
#popup-sep {
  --red: #e4141b;
  position: relative;
  overflow: visible;
}
#popup-sep .popup-overlay {
  display: none;
}
#popup-sep .popup-content {
  width: var(--popup-width);
  height: var(--popup-height);
  max-height: 100%;
  max-width: 100%;
  overflow: visible;
}
#popup-sep .popup-default {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/popup-back.webp);
  background-image: -webkit-image-set(url("../images/hero/popup-back.webp") 1x, url("../images/hero/popup-back@2x.webp") 2x);
  padding: 0 33px;
  justify-content: flex-start;
  align-items: flex-start;
}
#popup-sep .popup-close {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  padding: var(--close-y) var(--close-x);
}
#popup-sep .popup-close::before,
#popup-sep .popup-close::after,
#sep-game .popup-close::before,
#sep-game .popup-close::after {
  display: none;
}
#popup-sep .sep-title {
  margin-top: 50px;
  font-size: 85px;
  line-height: 1.1;
  letter-spacing: 0.85px;
  filter: drop-shadow(3px 5px 0 #16305a);
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
  white-space: nowrap;
}
#popup-sep .sep-title .t-yellow,
#sep-banner .sep-b-title .t-yellow {
  color: #f7c22f;
}
#popup-sep .sep-title .t-red,
#sep-banner .sep-b-title .t-red {
  color: #e4141b;
}
#popup-sep .sep-subtitle {
  margin-top: 8px;
  font-size: 39px;
  line-height: 0.96;
  letter-spacing: 0.39px;
  color: #2f2f2f;
  white-space: nowrap;
}
#popup-sep .sep-journey {
  margin-top: 16px;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.54px;
  color: #000000;
  white-space: nowrap;
}
#popup-sep form {
  margin-top: 27px;
  margin-bottom: 0;
}
#popup-sep .popup-form {
  max-width: 564px;
  width: 100%;
}
#popup-sep .form-field {
  padding-bottom: 14px;
}
#popup-sep .form-field label {
  color: #373737;
}
#popup-sep .form-field label .f-red {
  margin-left: -0.25em;
}
#popup-sep .form-field select {
  color: #373737;
}
#popup-sep .form-field input,
#popup-sep .form-field textarea,
#popup-sep .form-field select {
  border-color: #c3c3c5;
  border-radius: 6px;
}
#popup-sep .popup-default .button {
  width: var(--submit-width);
  height: var(--submit-height);
  border-radius: 54px;
  font-size: 1.25em;
  margin-top: 11px;
  padding: 0.13em 0 0 0;
  line-height: 1;
}
#popup-sep .popup-default .button {
  background-color: #f7c22f;
  color: #000000;
}
#popup-sep .form-action {
  justify-content: center;
  display: flex;
}
#popup-sep .popup-game,
#popup-sep .popup-thanks,
#sep-game .popup-game,
#sep-game .popup-thanks {
  width: var(--game-width);
  height: var(--game-height);
  max-width: 100%;
  background-color: #e4141b;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/popup-back-2.webp);
  background-image: -webkit-image-set(url("../images/hero/popup-back-2.webp") 1x, url("../images/hero/popup-back-2@2x.webp") 2x);
}
#popup-sep .popup-thanks,
#sep-game .popup-thanks {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sep-gametitle {
  margin-top: 55px;
  font-size: 47px;
  line-height: 1.1;
  letter-spacing: 0.47px;
  color: #f7c22f;
  filter: drop-shadow(3px 5px 0 #16305a);
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
  white-space: nowrap;
}
.sep-wheel-wrap {
  width: 666px;
  height: 482px;
  margin-top: 11px;
  flex-shrink: 0;
}
.sep-wheel-anim {
  width: 707.3px;
  height: 727.2px;
  margin-left: calc(50% - 353.65px);
}
.sep-wontitle {
  margin-top: 126px;
  font-size: 45px;
  line-height: 1.36;
  color: #ffffff;
}
.sep-offer {
  margin-top: 24px;
  font-size: 57px;
  line-height: 1.19;
  letter-spacing: 0.77px;
  color: #f7c22f;
  filter: drop-shadow(3px 5px 0 #16305a);
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
}
.sep-offer .sep-offer-2 {
  font-size: 53px;
}
.sep-checkmail {
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.17;
  font-family: "Avenir Next Medium", "AvenirNext-Medium", Avenir, sans-serif;
}
.sep-keep {
  width: 235px;
  height: 44px;
  border-radius: 54px;
  font-size: 1.25em;
  margin-top: 23px;
  padding: 0.13em 0 0 0;
  line-height: 1;
  background-color: #000000;
}
#sep-game {
  --red: #e4141b;
  display: none;
}
#sep-game .popup-content {
  width: var(--game-width);
  height: var(--game-height);
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
#sep-game .popup-close {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  padding: var(--close-y) var(--close-x);
}
@media screen and (min-width: 768px) {
  #popup-sep {
    display: flex !important;
  }
  #popup-sep .popup-close {
    display: none;
  }
  body.scrolllock-on {
    position: static !important;
    width: auto !important;
    overflow-x: clip !important;
    overflow-y: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #popup-sep {
    position: fixed;
    overflow: hidden;
    display: none;
  }
  #popup-sep .popup-overlay {
    display: block;
  }
}
@media screen and (max-width: 567px) {
  :root {
    --popup-width: 390px;
    --popup-height: 655px;
    --game-width: 390px;
    --game-height: 655px;
    --close-x: 16px;
    --close-y: 20px;
    --submit-width: 235px;
    --submit-height: 44px;
  }
  .sep-gametitle {
    margin-top: 0;
    font-size: 34px;
  }
  .sep-wheel-wrap {
    width: 100%;
    height: 471px;
    margin-top: 4px;
    overflow: hidden;
  }
  .sep-wheel-anim {
    width: 468.4px;
    height: 481.5px;
    margin-left: calc(50% - 234.2px);
  }
  .sep-wontitle {
    margin-top: 0;
    font-size: 33px;
  }
  .sep-offer {
    margin-top: 18px;
    font-size: 37px;
    line-height: 1.26;
  }
  .sep-offer .sep-offer-2 {
    font-size: 34px;
  }
  .sep-checkmail {
    margin-top: 16px;
    font-size: 25px;
  }
  .sep-keep {
    margin-top: 23px;
  }
}
