@-webkit-keyframes out {
  to {
    border-radius: 2.2vw;
    top: -0.625vw;
    right: -0.625vw;
    bottom: -0.625vw;
    left: -0.625vw;
    opacity: 0;
  }
}
@keyframes out {
  to {
    border-radius: 2.2vw;
    top: -0.625vw;
    right: -0.625vw;
    bottom: -0.625vw;
    left: -0.625vw;
    opacity: 0;
  }
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url(../fonts/$file_name.eot);
  src: url(../fonts/Roboto-Regular?#iefix) format("embedded-opentype"),
    url(../fonts/Roboto-Regular.woff) format("woff"),
    url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oleo Script";
  font-display: swap;
  src: url(../fonts/$file_name.eot);
  src: url(../fonts/OleoScript-Regular?#iefix) format("embedded-opentype"),
    url(../fonts/OleoScript-Regular.woff) format("woff"),
    url(../fonts/OleoScript-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  min-width: 320px;
  width: 100%;
  font-size: 0.833vw;
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: auto;
}
@media (max-width: 1100px) {
  body {
    font-size: 16px;
  }
}
@media (max-height: 740px) and (max-width: 540px) {
  body {
    min-height: 740px;
  }
}
* {
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  text-decoration: none;
}
.bg-video,
img {
  width: 100%;
}
main {
  min-height: 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;
}
@media (max-width: 1024px) and (orientation: landscape) and (max-height: 780px) {
  main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-height: 540px) and (orientation: landscape) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1080px;
    position: relative;
  }
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}
.bg-video video,
.logo {
  position: absolute;
  left: 50%;
}
.bg-video video {
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1100px) {
  .bg-video video.bg-video__desktop {
    display: none;
  }
}
@media (max-width: 1440px) and (orientation: landscape) and (max-height: 1024px) {
  .bg-video video.bg-video__desktop {
    display: block;
  }
}
.bg-video video.bg-video__tab {
  display: none;
}
@media (max-width: 1100px) {
  .bg-video video.bg-video__tab {
    display: block;
  }
}
@media (max-width: 1024px) and (orientation: landscape) and (max-height: 780px) {
  .bg-video video.bg-video__tab {
    display: none;
  }
}
@media (max-width: 540px) {
  .bg-video video.bg-video__tab {
    display: none;
  }
}
@media (max-height: 540px) and (orientation: landscape) {
  .bg-video video.bg-video__tab {
    display: block;
  }
}
.bg-video video.bg-video__mob {
  display: none;
}
@media (max-width: 540px) {
  .bg-video video.bg-video__mob {
    display: block;
  }
}
@media (max-height: 540px) and (orientation: landscape) {
  .bg-video video.bg-video__mob {
    display: none;
  }
}
.logo {
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 100;
  width: 50%;
  height: 4.167vw;
  background-color: rgba(95, 0, 85, 0.9);
  border-radius: 2.604vw 2.604vw 0 0;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.156vw solid #ffe600;
}
@media (max-width: 1100px) {
  .logo {
    border-radius: 32.3973px 32.3973px 0 0;
    height: 51px;
    border: 2px solid #ffe600;
  }
}
@media (max-width: 540px) {
  .logo {
    height: 10.3125vmin;
    border-radius: 20.9366px 20.9366px 0 0;
  }
}
.logo span {
  width: 9.479vw;
  display: block;
}
@media (max-width: 1100px) {
  .logo span {
    width: 50%;
  }
}
.logo:hover {
  background-color: #5f0055;
}
.container-promo {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 38%;
  margin-left: auto;
  margin-right: 5%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(210, 11, 190, 0.9)),
    to(rgba(110, 0, 149, 0.9))
  );
  background: -o-linear-gradient(
    top,
    rgba(210, 11, 190, 0.9) 0,
    rgba(110, 0, 149, 0.9) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(210, 11, 190, 0.9) 0,
    rgba(110, 0, 149, 0.9) 100%
  );
  -webkit-box-shadow: 0 0.052vw 1.094vw #ff540000;
  box-shadow: 0 0.052vw 1.094vw #ff540000;
  border: 0.106vw solid #ffc700;
  border-radius: 1.042vw;
  position: relative;
}
@media (max-width: 1100px) {
  .container-promo {
    margin-right: auto;
    -webkit-box-shadow: 0 1px 21px #ff540000;
    box-shadow: 0 1px 21px #ff540000;
    max-width: 473px;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #ffc700;
    margin-top: 20%;
    border-radius: 12.9589px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) and (max-height: 780px) {
  .container-promo {
    margin-right: 5%;
  }
}
@media (max-width: 840px) {
  .container-promo {
    max-width: 60%;
    margin-top: 10%;
    border-radius: 8.37465px;
  }
}
@media (max-width: 540px) {
  .container-promo {
    max-width: 90%;
    margin-top: 15%;
  }
}
@media (max-height: 540px) and (orientation: landscape) {
  .container-promo {
    margin-right: auto;
  }
}
.container-promo__title {
  text-align: center;
  margin-bottom: 3.073vw;
  margin-top: 5.208vw;
  line-height: 0.8;
}
@media (max-width: 1100px) {
  .container-promo__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 540px) {
  .container-promo__title {
    margin-bottom: 6.875vmin;
  }
}
.container-promo__title span {
  font-family: Oleo Script;
  font-weight: 400;
  font-size: 8.802vw;
  line-height: 1;
}
@media (max-width: 1100px) {
  .container-promo__title span {
    font-size: 110px;
  }
}
@media (max-width: 540px) {
  .container-promo__title span {
    font-size: 21.875vmin;
  }
}
.container-promo__code span,
.container-promo__title p {
  font-family: Oleo Script;
  font-weight: 400;
  font-size: 3.698vw;
}
@media (max-width: 1100px) {
  .container-promo__title p {
    font-size: 46px;
  }
}
@media (max-width: 540px) {
  .container-promo__title p {
    font-size: 9.375vmin;
  }
}
.container-promo__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 19.271vw;
  height: 3.125vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #630776;
  border-radius: 2.083vw;
  position: relative;
  margin-bottom: 1.25vw;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1100px) {
  .container-promo__code {
    max-width: 239px;
    height: 40px;
    border-radius: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .container-promo__code {
    -webkit-box-shadow: inset 0 1.67493px 1.67493px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1.67493px 1.67493px rgba(0, 0, 0, 0.25);
    border-radius: 6.25vmin;
    margin-bottom: 3.125vmin;
    height: 8.75vmin;
    max-width: 52.1875vmin;
  }
}
.container-promo__code span {
  margin-left: 3.698vw;
  font-size: 1.458vw;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .container-promo__code span {
    margin-left: 48px;
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .container-promo__code span {
    font-size: 4.375vmin;
    margin-left: 8.125vmin;
  }
}
.container-promo__code button,
.container-promo__link {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#ffaa06),
      to(#ffc80a)
    )
    0 0 no-repeat padding-box;
  background: -o-linear-gradient(bottom, #ffaa06 0, #ffc80a 100%) 0 0 no-repeat
    padding-box;
  background: linear-gradient(0deg, #ffaa06 0, #ffc80a 100%) 0 0 no-repeat
    padding-box;
  font-weight: 400;
}
.container-promo__code button {
  position: absolute;
  border-radius: 1.823vw;
  font-size: 0.729vw;
  color: #fff;
  letter-spacing: 0.029vw;
  left: 50%;
  text-transform: capitalize;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
  cursor: pointer;
  width: 7.708vw;
  height: 100%;
  -webkit-transition: 0.7s ease, color 0.1s, font-weight 0.1s;
  -o-transition: 0.7s ease, color 0.1s, font-weight 0.1s;
  transition: 0.7s ease, color 0.1s, font-weight 0.1s;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .container-promo__code button {
    width: 96px;
    font-size: 12px;
    letter-spacing: 0.55px;
    border-radius: 26px;
  }
}
@media (max-width: 540px) {
  .container-promo__code button {
    width: 20.9375vmin;
    font-size: 3.125vmin;
    border-radius: 6.25vmin;
  }
}
.container-promo__code button.active {
  -webkit-transform: translateX(-125%);
  -ms-transform: translateX(-125%);
  transform: translateX(-125%);
}
@media (hover: hover) {
  .container-promo__code button:hover {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    letter-spacing: 0.063vw;
    color: #070008;
    font-weight: 700;
  }
  .container-promo__code button:hover::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
.container-promo__code button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fb34ff),
    to(#ff01e6)
  );
  background: -o-linear-gradient(top, #fb34ff 0, #ff01e6 100%);
  background: linear-gradient(180deg, #fb34ff 0, #ff01e6 100%);
  border-radius: 2.083vw;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.container-promo__link {
  position: relative;
  width: 100%;
  max-width: 19.271vw;
  height: 3.49vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2.083vw;
  letter-spacing: 0.104vw;
  color: #070008;
  font-size: 1.458vw;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-family: Oleo Script;
}
@media (max-width: 1100px) {
  .container-promo__link {
    max-width: 239px;
    height: 43px;
    border-radius: 26px;
    letter-spacing: unset;
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .container-promo__link {
    margin-bottom: 25px;
  }
}
@media (max-width: 540px) {
  .container-promo__link {
    border-radius: 6.25vmin;
    height: 8.75vmin;
    max-width: 52.5vmin;
    margin-bottom: unset;
  }
}
@media (hover: hover) {
  .container-promo__link:hover {
    letter-spacing: 0.204vw;
  }
}
.container-promo__link:hover::before {
  content: "";
  -webkit-animation-name: out;
  animation-name: out;
}
.container-promo__link:before {
  content: none;
  border-radius: 1.823vw;
  position: absolute;
  border: rgba(255, 170, 6, 0.6) solid 0.313vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@media (max-width: 1100px) {
  .container-promo__link:before {
    border-radius: 35px;
    border: rgba(255, 170, 6, 0.6) solid 6px;
  }
}
.container-promo__terms {
  margin: 3.125vw auto 3.646vw;
  width: 100%;
  max-width: 80%;
  text-align: center;
}
@media (max-width: 1100px) {
  .container-promo__terms {
    margin: 28px auto 36px;
  }
}
@media (max-width: 540px) {
  .container-promo__terms {
    margin: 4.6875vmin auto 7.1875vmin;
  }
}
.container-promo__terms p {
  color: #ff90f0;
  line-height: 1.2;
  font-size: 0.729vw;
}
@media (max-width: 1100px) {
  .container-promo__terms p {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .container-promo__terms p {
    font-size: 3.125vmin;
    letter-spacing: 0.125vmin;
  }
}
