
text/css style.css ( UTF-8 Unicode (with BOM) text )
﻿@charset "UTF-8";
@import url("../css_1");
/*-- Абсолютное позиционирование  по центру*/
/*
 * Функция возвращающая null вместо error если значение в списке не найдено
 * @param {List} $list - список
 * @param {Number}$index - индекс эелемента
 */
/*
 * Функция возвращающая z-index елемента
 * @requiered  $z-layers список слоев;
 * @param {List, Map} $z-layers - массив со именами и значениями z-index;
 * @param {String} $name - елемент;
 * https://codepen.io/jakob-e/pen/KpdBzY
 */
/*
  Более короткая версия функции z-index;
  @param {String, List}
  @return {Number}
 */
/*
  Функция обрезающая единицы измерения и возвращающая число
  @param {Number}
  @return {Number}
 */
/*Функция замены чего-либо в строке
  @author Hugo Giraudel
  @param {String} $string - строка в которой ищем
  @param {String} $search - то что нужно заменить
  @param {String} $replace ('') - то на что нужно заменить
  @return {String} - обновленная строка
*/
/*
  Функция возвращающая значение в em
  **ВСЕГДА ДОЛЖНО БЫТЬ КАК МИНИМУМ 2 ВХОДНЫХ ПАРАМЕТРА**
  - сколько угодно значений может быть передано в функцию
  - последний параметр всегда указывает в каком контексте надо считать em'ы
  @list, @Number $values - значения
  @return EM

  Примеры :
    font-size: em($h1-font-size, 16);
    font-size: em($h1-font-size, $context); Указание контекста(шрифта родителя)
    border-bottom: em(1px solid black) => .0625em solid black) ;
    box-shadow: em(0 0 2px #ccc, inset 0 0 5px #eee, $h1-font-size) => 0 0 .125em #ccc, inset 0 0 .3125em #eee; // Множественные значения

  source: https://github.com/pierreburel/sass-em;
 */
/*
  Функция возвращающая факториал
  @param {Number} $number - число
  @return {Number} - число
 */
/*
  Pi
 */
/*
  Функция вычсисления радианы
  @param {Number} $angle - угол
  @return {Number} - радиан
 */
/*
  Функция возвразающая синус угла
  @param {Number} $angle - угол
  @return {Number} - синус угла
 */
/*
  Функция возвразающая косинус угла
  @param {Number} $angle - угол
  @return {Number} - синус угла
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  -webkit-user-select: auto;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: url("../images/bg.webp") center/cover no-repeat;
}
@media (max-width: 560px) {
  body {
    background: url("../images/bg_mobil.webp") top/cover no-repeat;
  }
}

.main-wrapper {
  height: 100vh;
  font-size: 1.0216346154vh;
  position: relative;
  overflow: hidden;
  font-family: Impact, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 180px;
}
@media (max-width: 1660px) {
  .main-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 80px;
  }
}
@media (max-width: 1440px) {
  .main-wrapper {
    font-size: 0.9615384615vh;
  }
}
@media (max-width: 1280px) {
  .main-wrapper {
    font-size: 0.9014423077vh;
    padding-left: 30px;
  }
}
@media (max-width: 1140px) {
  .main-wrapper {
    font-size: 0.8413461538vh;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .main-wrapper {
    font-size: 0.6610576923vh;
    padding-left: 10px;
  }
}
@media (max-width: 860px) {
  .main-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 33px;
    padding-right: 33px;
    font-size: 0.7211538462vh;
  }
}
@media (max-width: 560px) {
  .main-wrapper {
    font-size: 1.1vw;
  }
}
@media (max-width: 430px) {
  .main-wrapper {
    font-size: 0.5408653846vh;
  }
}
@media (max-width: 350px) {
  .main-wrapper {
    font-size: 1.2vw;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .main-wrapper {
    font-size: 0.6610576923vh;
  }
}
@media screen and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait) {
  .main-wrapper {
    font-size: 0.6009615385vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .main-wrapper {
    font-size: 0.4807692308vh;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .main-wrapper {
    font-size: 0.4206730769vh;
  }
}
@media screen and (device-width: 853px) and (device-height: 1280px) and (orientation: portrait) {
  .main-wrapper {
    font-size: 0.6009615385vh;
  }
}
@media (max-width: 540px) and (max-height: 720px) and (min-width: 539px) and (min-height: 719px) {
  .main-wrapper {
    font-size: 0.6009615385vh;
  }
}
.main-wrapper::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: url("../images/bg_modal.webp") bottom/cover no-repeat;
  -webkit-transition: all 1.5s ease-in-out 1.5s;
  transition: all 1.5s ease-in-out 1.5s;
}
@media (max-width: 560px) {
  .main-wrapper::after {
    background: url("../images/bg_modal_mobil.webp") top/cover no-repeat;
  }
}
.main-wrapper.show-result::after {
  opacity: 1;
}

.main-wrapper.show-modal .modal {
  opacity: 1;
  visibility: visible;
}

.main-wrapper.show-result .slot-container__win-line {
  display: block;
  opacity: 1;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2019230769vh;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 50;
  padding-top: 5vh;
}
@media (max-width: 1660px) {
  .main {
    margin-left: -45vh;
  }
}
@media (max-width: 1440px) {
  .main {
    margin-left: -40vh;
  }
}
@media (max-width: 1280px) {
  .main {
    margin-left: -26vh;
  }
}
@media (max-width: 1140px) {
  .main {
    margin-left: -16vh;
  }
}
@media (max-width: 991px) {
  .main {
    margin-left: -5vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .main {
    margin-left: -6vh;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .main {
    margin-left: -6vh;
  }
}
@media (max-width: 860px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    margin-left: 0;
  }
}

.main-wrapper.show-result .main {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out 1.5s;
  transition: all 0.5s ease-in-out 1.5s;
}

.content {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 12;
  padding-top: 3vh;
}
@media (max-width: 860px) {
  .content {
    padding-top: 0;
    margin-top: 8vh;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (max-width: 560px) {
  .content {
    margin-top: 6vh;
  }
}
.content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content__logo {
  margin-bottom: 5vh;
}
@media (max-width: 860px) {
  .content__logo {
    margin-bottom: 3vh;
  }
}
.content__logo img {
  max-height: 4.8076923077vh;
}
@media (max-width: 1440px) {
  .content__logo img {
    max-height: 4.5673076923vh;
  }
}
@media (max-width: 1140px) {
  .content__logo img {
    max-height: 4.0865384615vh;
  }
}
@media (max-width: 560px) {
  .content__logo img {
    max-height: 3.8461538462vh;
  }
}
.content__title {
  color: #fff;
  text-align: center;
  font-family: "Unbounded";
  font-size: 6.0096153846vh;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .content__title {
    font-size: 5.5288461538vh;
  }
}
@media (max-width: 1280px) {
  .content__title {
    font-size: 5.0480769231vh;
  }
}
@media (max-width: 1140px) {
  .content__title {
    font-size: 4.5673076923vh;
  }
}
@media (max-width: 991px) {
  .content__title {
    font-size: 4.3269230769vh;
  }
}
@media (max-width: 860px) {
  .content__title {
    font-size: 4.8076923077vh;
  }
}
@media (max-width: 560px) {
  .content__title {
    font-size: 4.3269230769vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .content__title {
    font-size: 3.6057692308vh;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .content__title {
    font-size: 3.6057692308vh;
  }
}
.content__subtitle {
  color: #ffe51d;
  text-align: center;
  font-family: "Unbounded";
  font-size: 6.7307692308vh;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .content__subtitle {
    font-size: 6.25vh;
  }
}
@media (max-width: 1280px) {
  .content__subtitle {
    font-size: 5.7692307692vh;
  }
}
@media (max-width: 1140px) {
  .content__subtitle {
    font-size: 5.2884615385vh;
  }
}
@media (max-width: 991px) {
  .content__subtitle {
    font-size: 5.0480769231vh;
  }
}
@media (max-width: 860px) {
  .content__subtitle {
    font-size: 5.2884615385vh;
  }
}
@media (max-width: 560px) {
  .content__subtitle {
    font-size: 5.0480769231vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .content__subtitle {
    font-size: 4.0865384615vh;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .content__subtitle {
    font-size: 3.6057692308vh;
  }
}
.content__desc {
  color: #fff;
  font-family: "Unbounded";
  font-size: 3.125vh;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .content__desc {
    font-size: 2.8846153846vh;
  }
}
@media (max-width: 1280px) {
  .content__desc {
    font-size: 2.6442307692vh;
  }
}
@media (max-width: 1140px) {
  .content__desc {
    font-size: 2.4038461538vh;
  }
}
@media (max-width: 991px) {
  .content__desc {
    font-size: 2.1634615385vh;
  }
}
@media (max-width: 860px) {
  .content__desc {
    font-size: 2.4038461538vh;
  }
}
@media (max-width: 560px) {
  .content__desc {
    font-size: 2.1634615385vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .content__desc {
    font-size: 1.9230769231vh;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .content__desc {
    font-size: 1.6826923077vh;
  }
}
.content__desc2 {
  color: #fff;
  font-family: "Unbounded";
  font-size: 4.3269230769vh;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .content__desc2 {
    font-size: 4.0865384615vh;
  }
}
@media (max-width: 1280px) {
  .content__desc2 {
    font-size: 3.8461538462vh;
  }
}
@media (max-width: 1140px) {
  .content__desc2 {
    font-size: 3.3653846154vh;
  }
}
@media (max-width: 991px) {
  .content__desc2 {
    font-size: 3.125vh;
  }
}
@media (max-width: 860px) {
  .content__desc2 {
    font-size: 3.3653846154vh;
  }
}
@media (max-width: 560px) {
  .content__desc2 {
    font-size: 2.8846153846vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .content__desc2 {
    font-size: 2.4038461538vh;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .content__desc2 {
    font-size: 2.4038461538vh;
  }
}
.content__btn {
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-family: "Unbounded";
  font-size: 3.125vh;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 2.4038461538vh 6.0096153846vh;
  border-radius: 90px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe810), to(#ffe810)), #ff9e2c;
  background: linear-gradient(0deg, #ffe810 0%, #ffe810 100%), #ff9e2c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
  margin-top: 5vh;
}
@media (any-hover: hover) {
  .content__btn:hover {
    -webkit-box-shadow: 0 0 10px #ff9e2c;
            box-shadow: 0 0 10px #ff9e2c;
    color: #302e2e;
  }
}
@media (max-width: 1440px) {
  .content__btn {
    font-size: 2.8846153846vh;
    padding: 2.2836538462vh 5.7692307692vh;
  }
}
@media (max-width: 1280px) {
  .content__btn {
    font-size: 2.6442307692vh;
    padding: 2.1634615385vh 5.5288461538vh;
  }
}
@media (max-width: 1140px) {
  .content__btn {
    font-size: 2.4038461538vh;
    padding: 2.0432692308vh 5.2884615385vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .content__btn {
    font-size: 1.6826923077vh;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .content__btn {
    font-size: 1.6826923077vh;
  }
}
@media (max-width: 860px) {
  .content__btn {
    display: none;
  }
}

@-webkit-keyframes blink {
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@keyframes blink {
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.slot-content-wrapper {
  position: relative;
  z-index: 50;
  display: block;
  top: -1vh;
}

.slot-logo {
  text-align: center;
  margin-bottom: -12em;
  position: relative;
  z-index: 12;
}
.slot-logo img {
  width: 25em;
}

.slot-wrap {
  position: relative;
  z-index: 10;
  width: 77.5em;
  height: 52.375em;
  background: url(../images/slot_bg.webp) no-repeat center/contain;
  margin: 0 auto;
  margin-top: 2.5em;
  padding-left: 4.2em;
  padding-right: 4.2em;
  padding-top: 7.25em;
  padding-bottom: 1.4375em;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.slot-container {
  width: 100%;
  height: 100%;
  border-radius: 1.875em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.slot-container__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0em 0.312em;
  background-position: center top;
  background-repeat: repeat-y;
  height: 100%;
  background-size: 11.1875em;
}

.slot_btn {
  display: none;
}
@media (max-width: 860px) {
  .slot_btn {
    display: block;
    margin: 0.5em auto 0 auto;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-family: "Unbounded";
    font-size: 2.4038461538vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 1.9230769231vh 4.8076923077vh;
    border-radius: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffe810), to(#ffe810)), #ff9e2c;
    background: linear-gradient(0deg, #ffe810 0%, #ffe810 100%), #ff9e2c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: blink 1s infinite;
            animation: blink 1s infinite;
  }
}
@media (any-hover: hover) {
  .slot_btn:hover {
    -webkit-box-shadow: 0 0 10px #ff9e2c;
            box-shadow: 0 0 10px #ff9e2c;
    color: #302e2e;
  }
}
@media (max-width: 560px) {
  .slot_btn {
    font-size: 2.1634615385vh;
    padding: 1.6826923077vh 4.3269230769vh;
  }
}

.slot-container__item--1 {
  background-image: url("../images/slot_col_1.webp");
}

.slot-container__item--2 {
  background-image: url("../images/slot_col_2.webp");
}

.slot-container__item--3 {
  background-image: url("../images/slot_col_3.webp");
}

.slot-container__item--4 {
  background-image: url("../images/slot_col_4.webp");
}

.slot-container__item--5 {
  background-image: url("../images/slot_col_5.webp");
}

.slot-container__item--6 {
  background-image: url("../images/slot_col_6.webp");
}

.slot-container__win-line {
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 12em;
  width: 100%;
  position: absolute;
  -webkit-box-shadow: 0em 0em 1.5625em 0em gold inset;
          box-shadow: 0em 0em 1.5625em 0em gold inset;
  display: none;
  opacity: 0;
  -webkit-animation: blinking 0.5s infinite ease alternate;
          animation: blinking 0.5s infinite ease alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slot-container__item--1,
.slot-container__item--3,
.slot-container__item--5,
.slot-container__item--7 {
  -webkit-animation: slots 2.5s infinite ease-in-out;
          animation: slots 2.5s infinite ease-in-out;
}

.slot-container__item--2,
.slot-container__item--4,
.slot-container__item--6 {
  -webkit-animation: slots-reverse 2.5s infinite ease-in-out;
          animation: slots-reverse 2.5s infinite ease-in-out;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slots {
  0% {
    background-position-y: 3%;
  }
  50% {
    background-position-y: -3%;
  }
  100% {
    background-position-y: 3%;
  }
}
@keyframes slots {
  0% {
    background-position-y: 3%;
  }
  50% {
    background-position-y: -3%;
  }
  100% {
    background-position-y: 3%;
  }
}
@-webkit-keyframes slots-reverse {
  0% {
    background-position-y: -3%;
  }
  50% {
    background-position-y: 3%;
  }
  100% {
    background-position-y: -3%;
  }
}
@keyframes slots-reverse {
  0% {
    background-position-y: -3%;
  }
  50% {
    background-position-y: 3%;
  }
  100% {
    background-position-y: -3%;
  }
}
.slot-bomb {
  position: absolute;
  top: -8%;
  left: -10%;
  -webkit-animation: decor2 2.5s ease-in-out infinite;
          animation: decor2 2.5s ease-in-out infinite;
}
.slot-bomb img {
  max-height: 28em;
}

.slot-heart {
  position: absolute;
  bottom: -15%;
  right: -8%;
  -webkit-animation: decor1 2.5s ease-in-out infinite;
          animation: decor1 2.5s ease-in-out infinite;
}
.slot-heart img {
  max-height: 20em;
}

.slot-lolipop {
  display: none;
}
@media (min-width: 860px) {
  .slot-lolipop {
    display: block;
    position: absolute;
    top: -8%;
    right: 10%;
    -webkit-animation: up 2.5s ease-in-out infinite;
            animation: up 2.5s ease-in-out infinite;
  }
  .slot-lolipop img {
    max-height: 16em;
  }
}

.decor__girl1 {
  z-index: 5;
  position: absolute;
  bottom: -3vh;
  right: 2vw;
  -webkit-animation: down 2.5s ease-in-out infinite;
          animation: down 2.5s ease-in-out infinite;
}
@media (max-width: 1660px) {
  .decor__girl1 {
    right: -1vw;
  }
}
@media (max-width: 1660px) and (max-height: 750px) {
  .decor__girl1 {
    right: 5vw;
  }
}
@media (max-width: 1440px) {
  .decor__girl1 {
    right: -3vw;
  }
}
@media (max-width: 1440px) and (max-height: 750px) {
  .decor__girl1 {
    right: 3vw;
  }
}
@media (max-width: 1140px) {
  .decor__girl1 {
    right: -14vw;
  }
}
@media (max-width: 1140px) and (max-height: 750px) {
  .decor__girl1 {
    right: -3vw;
  }
}
@media (max-width: 991px) {
  .decor__girl1 {
    right: -20vw;
  }
}
@media (max-width: 860px) {
  .decor__girl1 {
    right: -14vw;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .decor__girl1 {
    right: -22vw;
  }
}
@media screen and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait) {
  .decor__girl1 {
    right: -22vw;
  }
}
@media screen and (device-width: 853px) and (device-height: 1280px) and (orientation: portrait) {
  .decor__girl1 {
    right: -26vw;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .decor__girl1 {
    right: -36vw;
    bottom: -5vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .decor__girl1 {
    right: -31vw;
    bottom: -5vh;
  }
}
@media (max-width: 680px) {
  .decor__girl1 {
    right: -20vw;
  }
}
@media (max-width: 560px) {
  .decor__girl1 {
    display: none;
  }
}
.decor__girl1 img {
  max-height: 90vh;
}
@media (max-width: 860px) {
  .decor__girl1 img {
    max-height: 70vh;
  }
}
.decor__candy {
  z-index: 7;
  position: absolute;
  bottom: -35vh;
  right: -20vw;
  -webkit-animation: up 2.5s ease-in-out infinite;
          animation: up 2.5s ease-in-out infinite;
}
@media (max-width: 1660px) {
  .decor__candy {
    right: -25vw;
  }
}
@media (max-width: 1660px) and (max-height: 750px) {
  .decor__candy {
    right: -15vw;
  }
}
@media (max-width: 1440px) {
  .decor__candy {
    right: -30vw;
  }
}
@media (max-width: 1440px) and (max-height: 750px) {
  .decor__candy {
    right: -20vw;
  }
}
@media (max-width: 1140px) {
  .decor__candy {
    right: -45vw;
  }
}
@media (max-width: 1140px) and (max-height: 750px) {
  .decor__candy {
    right: -35vw;
  }
}
@media (max-width: 991px) {
  .decor__candy {
    right: -52vw;
  }
}
@media (max-width: 860px) {
  .decor__candy {
    right: -43vw;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .decor__candy {
    right: -55vw;
  }
}
@media screen and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait) {
  .decor__candy {
    right: -55vw;
  }
}
@media screen and (device-width: 853px) and (device-height: 1280px) and (orientation: portrait) {
  .decor__candy {
    right: -55vw;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) and (orientation: portrait) {
  .decor__candy {
    right: -70vw;
    bottom: -40vh;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .decor__candy {
    right: -65vw;
    bottom: -40vh;
  }
}
@media (max-width: 680px) {
  .decor__candy {
    right: -55vw;
  }
}
@media (max-width: 560px) {
  .decor__candy {
    display: none;
  }
}
.decor__candy img {
  max-height: 90vh;
}
@media (max-width: 860px) {
  .decor__candy img {
    max-height: 70vh;
  }
}
.decor__girl2 {
  display: none;
}
@media (max-width: 560px) {
  .decor__girl2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    z-index: 12;
    position: absolute;
    left: 0;
    bottom: -11vh;
    -webkit-animation: down 2.5s ease-in-out infinite;
            animation: down 2.5s ease-in-out infinite;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .decor__girl2 {
    bottom: -9vh;
  }
}
@media (max-width: 430px) {
  .decor__girl2 {
    bottom: -4vh;
  }
}
@media (max-width: 540px) and (max-height: 720px) and (min-width: 539px) and (min-height: 719px) {
  .decor__girl2 {
    bottom: -6vh;
  }
}
.decor__girl2 img {
  max-height: 40vh;
}
.decor__smoke-right {
  z-index: 22;
  position: absolute;
  right: -1vw;
  bottom: -1vh;
  -webkit-animation: decor1 2.5s ease-in-out infinite;
          animation: decor1 2.5s ease-in-out infinite;
  opacity: 1;
}
@media (max-width: 560px) {
  .decor__smoke-right {
    display: none;
  }
}
.decor__smoke-right img {
  max-height: 100vh;
}
@media (max-width: 860px) {
  .decor__smoke-right img {
    max-height: 50vh;
  }
}
.decor__smoke-left {
  z-index: 8;
  position: absolute;
  left: -1vw;
  bottom: -1vh;
  -webkit-animation: decor2 2.5s ease-in-out infinite;
          animation: decor2 2.5s ease-in-out infinite;
  opacity: 1;
}
@media (max-width: 560px) {
  .decor__smoke-left {
    display: none;
  }
}
.decor__smoke-left img {
  max-height: 65vh;
}
@media (max-width: 860px) {
  .decor__smoke-left img {
    max-height: 45vh;
  }
}
.decor__box1 {
  z-index: 4;
  position: absolute;
  left: -4vw;
  bottom: -8vh;
  -webkit-animation: movie-left 2.5s ease-in-out infinite;
          animation: movie-left 2.5s ease-in-out infinite;
  opacity: 1;
}
@media (max-width: 1140px) {
  .decor__box1 {
    left: -6vw;
    bottom: -10vh;
  }
}
@media (max-width: 560px) {
  .decor__box1 {
    left: -8vw;
    bottom: -6vh;
  }
}
.decor__box1 img {
  max-height: 35vh;
}
@media (max-width: 860px) {
  .decor__box1 img {
    max-height: 25vh;
  }
}
@media (max-width: 560px) {
  .decor__box1 img {
    max-height: 15vh;
  }
}
.decor__box2 {
  z-index: 3;
  position: absolute;
  left: 8vw;
  bottom: -12vh;
  -webkit-animation: movie-right 2.5s ease-in-out infinite;
          animation: movie-right 2.5s ease-in-out infinite;
  opacity: 1;
}
@media (max-width: 1140px) {
  .decor__box2 {
    left: 10vw;
    bottom: -14vh;
  }
}
@media (max-width: 860px) {
  .decor__box2 {
    left: 8vw;
    bottom: -10vh;
  }
}
@media (max-width: 560px) {
  .decor__box2 {
    left: 7vw;
    bottom: -7vh;
  }
}
.decor__box2 img {
  max-height: 35vh;
}
@media (max-width: 860px) {
  .decor__box2 img {
    max-height: 25vh;
  }
}
@media (max-width: 560px) {
  .decor__box2 img {
    max-height: 15vh;
  }
}
.decor__candy-mobil {
  display: none;
}
@media (max-width: 560px) {
  .decor__candy-mobil {
    display: block;
    z-index: 8;
    position: absolute;
    right: -14vw;
    bottom: -12vh;
    -webkit-animation: up 2.5s ease-in-out infinite;
            animation: up 2.5s ease-in-out infinite;
    opacity: 1;
  }
}
.decor__candy-mobil img {
  max-height: 30vh;
}
.decor__smoke-mobil {
  display: none;
}
@media (max-width: 560px) {
  .decor__smoke-mobil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: -2vh;
    -webkit-animation: decor2 2.5s ease-in-out infinite;
            animation: decor2 2.5s ease-in-out infinite;
    opacity: 1;
  }
}
.decor__smoke-mobil img {
  max-height: 30vh;
  width: 100%;
}
.decor__heart-mobil {
  display: none;
}
@media (max-width: 560px) {
  .decor__heart-mobil {
    display: block;
    z-index: 2;
    position: absolute;
    left: -16vw;
    bottom: -8vh;
    -webkit-animation: decor2 2.5s ease-in-out infinite;
            animation: decor2 2.5s ease-in-out infinite;
    opacity: 1;
  }
}
.decor__heart-mobil img {
  max-height: 26vh;
}

.show-result .decor__candy, .show-result .decor__box1, .show-result .decor__box2, .show-result .decor__smoke-left, .show-result .decor__candy-mobil, .show-result .decor__smoke-mobil, .show-result .decor__heart-mobil {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1.2s;
  transition: all 1s ease-in-out 1.2s;
  will-change: opacity;
}

.modal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  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;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal__logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5vh;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1s;
  transition: opacity 0.5s ease 1s;
}
.show-modal .modal__logo {
  opacity: 1;
}
@media (max-width: 860px) {
  .modal__logo {
    margin-top: 8vh;
  }
}
.modal__logo img {
  max-height: 4.8076923077vh;
}
@media (max-width: 1440px) {
  .modal__logo img {
    max-height: 4.5673076923vh;
  }
}
@media (max-width: 1140px) {
  .modal__logo img {
    max-height: 4.0865384615vh;
  }
}
@media (max-width: 560px) {
  .modal__logo img {
    max-height: 3.8461538462vh;
  }
}
.modal__wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (max-width: 560px) {
  .modal__wrapper {
    top: 45%;
  }
}
.modal__desc {
  color: #fff;
  text-shadow: 0px 2.3px 2.3px rgba(0, 0, 0, 0.25);
  font-family: "Unbounded";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56%;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .modal__desc {
    font-size: 46px;
  }
}
@media (max-width: 1280px) {
  .modal__desc {
    font-size: 40px;
  }
}
@media (max-width: 1140px) {
  .modal__desc {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .modal__desc {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .modal__desc {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .modal__desc {
    font-size: 26px;
  }
}
@media (max-width: 340px) {
  .modal__desc {
    font-size: 22px;
  }
}
.modal__prize {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 860px) {
  .modal__prize {
    width: 75vw;
  }
}
@media (max-width: 768px) {
  .modal__prize {
    width: 90vw;
  }
}
@media (max-width: 560px) {
  .modal__prize {
    width: 100vw;
  }
}
.modal__prize img {
  max-height: 24vh;
}
@media (max-width: 1280px) {
  .modal__prize img {
    max-height: 20vh;
  }
}
@media (max-width: 560px) {
  .modal__prize img {
    max-height: 18vh;
  }
}
@media (max-width: 480px) {
  .modal__prize img {
    max-height: 16vh;
  }
}

.show-modal .modal__desc,
.show-modal .modal__prize {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease-in-out 1s;
  transition: all 0.8s ease-in-out 1s;
}

@-webkit-keyframes prize {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes prize {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#go-to-forma {
  color: #29263a;
  text-align: center;
  font-family: "Unbounded";
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 186px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe810), to(#ffe810)), #ff9e2c;
  background: linear-gradient(0deg, #ffe810 0%, #ffe810 100%), #ff9e2c;
  padding: 26px 64px;
  margin-top: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.8s ease-in-out 1s;
  transition: all 0.8s ease-in-out 1s;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}
@media (max-width: 1440px) {
  #go-to-forma {
    font-size: 24px;
    padding: 20px 44px;
  }
}
@media (max-width: 1140px) {
  #go-to-forma {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #go-to-forma {
    padding: 16px 36px;
  }
}
@media (max-width: 860px) {
  #go-to-forma {
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  #go-to-forma {
    font-size: 18px;
  }
}

.modal.show-forma .modal__wrapper {
  -webkit-transform: translateY(1000%);
      -ms-transform: translateY(1000%);
          transform: translateY(1000%);
  opacity: 0;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}
@-webkit-keyframes smoke {
  0% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
@keyframes smoke {
  0% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
@-webkit-keyframes lightning-up {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightning-up {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lightning-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lightning-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes decor2 {
  0% {
    -webkit-transform: translate(-7px, 7px) scale(1.05);
            transform: translate(-7px, 7px) scale(1.05);
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(-7px, 7px) scale(1.05);
            transform: translate(-7px, 7px) scale(1.05);
  }
}
@keyframes decor2 {
  0% {
    -webkit-transform: translate(-7px, 7px) scale(1.05);
            transform: translate(-7px, 7px) scale(1.05);
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(-7px, 7px) scale(1.05);
            transform: translate(-7px, 7px) scale(1.05);
  }
}
@-webkit-keyframes decor1 {
  0% {
    -webkit-transform: translate(7px, -7px) scale(1.05);
            transform: translate(7px, -7px) scale(1.05);
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(7px, -7px) scale(1.05);
            transform: translate(7px, -7px) scale(1.05);
  }
}
@keyframes decor1 {
  0% {
    -webkit-transform: translate(7px, -7px) scale(1.05);
            transform: translate(7px, -7px) scale(1.05);
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(7px, -7px) scale(1.05);
            transform: translate(7px, -7px) scale(1.05);
  }
}
@-webkit-keyframes lightning {
  0% {
    -webkit-transform: translate(-7px, 7px) scale(1.05);
            transform: translate(-7px, 7px) scale(1.05);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-7px, 7px) scale(1.05);
            transform: translate(-7px, 7px) scale(1.05);
    opacity: 1;
  }
}
@keyframes lightning {
  0% {
    -webkit-transform: translate(-7px, 7px) scale(1.05);
            transform: translate(-7px, 7px) scale(1.05);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-7px, 7px) scale(1.05);
            transform: translate(-7px, 7px) scale(1.05);
    opacity: 1;
  }
}
@-webkit-keyframes movie-right {
  0% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
@keyframes movie-right {
  0% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
}
@-webkit-keyframes movie-left {
  0% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
@keyframes movie-left {
  0% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}