a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #393939;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img,
video {
  max-width: 100%;
}
html {
  height: 100%;
  background: #e1e1e0;
  font-size: 0.83333333vw;
  font-family: Montserrat;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.5vw;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.body-wrap,
.container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.body-wrap {
  min-height: 100%;
  background-color: #100314;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top;
  overflow: hidden;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.body-wrap:before {
  top: 0;
  left: 0;
  background: url(../img/bg_desk.png) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  -webkit-animation: pulse-in 15s infinite;
  animation: pulse-in 15s infinite;
}
@media (max-width: 600px) {
  .body-wrap:before {
    background: url(../img/bg_mob.png) no-repeat;
    background-size: cover;
  }
}
.body-wrap:after,
.body-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.body-wrap:after {
  bottom: 0;
}
.header {
  font-size: 1rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625em 5em;
  flex-direction: column;
}
.header__logo {
  position: relative;
  width: 35.75em;
  margin-top: 2.125em;
  margin-bottom: 2.125em;
  z-index: 1;
}
.header__logo_empty {
  margin-bottom: 60px;
}
.header__dg {
  position: relative;
  width: 50.125em;
  margin: 2.125em 2.125em;
  z-index: 1;
  transition: all 1s ease-in-out;
}
@media (max-width: 600px) {
  .header {
    padding: 3em 0.625em ;
  }
  .header__logo {
    width: 80%;
  }
  .header__dg {
    width: 80%;
  }
  .header__logo_empty {
    display: none;
  }
}
.header__logo img, .header__dg img {
  width: 100%;
}
.footer {
  font-size: 1rem;
  width: 100%;
  margin-bottom: 0;
}
.footer,
.footer__copyrights {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__copyrights {
  margin-bottom: 1.25em;
  z-index: 4;
}
.footer__copyrights span {
  font-size: 1em;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.main {
  font-size: 1rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 4;
  padding: 0 5em;
  box-sizing: border-box;
  transition: all 1s ease-in-out;
}
@media (max-width: 1200px) {
  .main {
    flex-direction: column;
    align-items: center;
  }
}
.main__slots_block {
  position: relative;
  width: 65.125em;
  height: 36.125em;
  background: url(../img/slot-block.png) no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0 0;
}
.main__slot_block {
  position: absolute;
  left: 3.025em;
  top: 2.735em;
  width: 11.65em;
  height: 30.685em;
  overflow: hidden;
  z-index: 0;
}
.main__slot_block.slot-two {
  left: 15.025em;
}
.main__slot_block.slot-three {
  left: 26.825em;
}
.main__slot_block.slot-four {
  left: 38.575em;
}
.main__slot_block.slot-five {
  left: 50.375em;
}
.game_logo {
  position: absolute;
  z-index: 1;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  top: -9%;
}
.main__win-line {
  width: 67.5em;
  height: 13.8125em;
  top: 16.125em;
  z-index: 2;
}
.main__win-line img {
  display: block;
  margin: 0 auto;
  width: 92.5%;
}
.main__win-line,
.main__win-line-under {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main__win-line-under {
  width: 59.275em;
  height: 7.75em;
  top: 18.475em;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}
.main__win-line-under img {
  display: block;
  margin: 0 auto;
}
.main__btn {
  position: relative;
  z-index: 2;
}
.main__btn_block {
  position: fixed;
  bottom: 0;
  margin-bottom: 3em;
  z-index: 2;
}
.main__btn {
  margin-bottom: 3.125em;
  width: 24.1875em;
  height: auto;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation: pulse-black 1s infinite;
  animation: pulse-black 1s infinite;
}
@media (max-width: 600px) {
  .main__btn {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.main__btn img {
  width: 100%;
}
.main__slots_line {
  position: relative;
  width: 11.65em;
  height: 270.9375em;
  z-index: 3;
}
.main .orLine {
  position: absolute;
  bottom: 88%;
}
.main .orLine,
.main .orLine img {
  display: block;
  width: 100%;
}
.second-anm {
  -webkit-animation: 3s f ease-in-out infinite alternate;
  -moz-animation: 3s f ease-in-out infinite alternate;
  animation: 3s f ease-in-out infinite alternate;
}
.modal .game_logo {
  top: -2.75em;
}
.modal-window-first, .modal-window-second {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-window-first {
  background: rgba(0, 0, 0, 0.85);
}
.modal-window-second .modal__btn_block {
  position: fixed;
  bottom: 3.125em;
  left: 50%;
  transform: translateX(-50%);
  width: 24.1875em;
  z-index: 5;
}
@media (max-width: 600px) {
  .modal-window-second .modal__btn_block {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .modal-window-second .modal__btn {
    max-width: 100%;
  }.
}
.modal-window-first:not(.open), .modal-window-second:not(.open) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-shine {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 100em;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.7;
}
.modal-shine img {
  width: 100%;
  -webkit-animation: 7s c linear infinite;
  -moz-animation: 7s c linear infinite;
  animation: 7s c linear infinite;
}
.activate-bonus {
  -webkit-transform: translateY(4.375em) scale(0.5);
  -moz-transform: translateY(4.375em) scale(0.5);
  -ms-transform: translateY(4.375em) scale(0.5);
  transform: translateY(4.375em) scale(0.5);
  -webkit-animation: 1s d ease-in-out forwards;
  -moz-animation: 1s d ease-in-out forwards;
  animation: 1s d ease-in-out forwards;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.modal {
  width: 80%;
  height: auto;
  padding: 6em;
  margin: auto;
  position: fixed;
  z-index: 2;
  background: url(../img/popup/bg_desk.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-animation: shapeAnimationYX 5s linear infinite alternate;
  animation: shapeAnimationYX 5s linear infinite alternate;
}
.desk {
  display: block;
  margin: 0 auto;
}
.mob {
  display: none;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .modal {
    width: 95%;
    background: url(../img/popup/bg_mob.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
}
.modal__bonus {
  margin: 0 auto 1.875em;
  width: 49.375em;
  opacity: 0;
}
.modal__bonus img {
  display: block;
  width: 100%;
}
.modal__addition-first, .modal__addition-second {
  position: relative;
  padding: 7.125em 2.8125em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 45px;
}
.modal__addition-first h1, .modal__addition-second h1 {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
}
.modal__addition-second h1 {
  margin-bottom: 2em;
}
.modal__text_1 {
  position: relative;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal__text_1 img {
  width: 100%;
  -webkit-animation: brightnessTint 1s cubic-bezier(.35,0,.11,.99) infinite alternate;
  animation: brightnessTint 1s cubic-bezier(.35,0,.11,.99) infinite alternate;
}
.modal__text_2 {
  position: relative;
  max-width: 41.0625em;
  margin-top: 3.4375em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal__text_2 img {
  width: 100%;
}
.modal__btn_block {
  position: relative;
  margin-top: 2.5em;
}
.modal__btn {
  margin: 0 auto;
  display: block;
  position: relative;
  max-width: 32.8125em;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation: pulse-black 1s infinite;
  animation: pulse-black 1s infinite;
}
.modal__btn img {
  width: 100%;
}
.modal__btn:hover {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.fire {
  font-size: 1rem;
  filter: blur(0.02em);
  -webkit-filter: blur(0.02em);
  bottom: 40%;
  width: 150%;
  -webkit-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  height: 125em;
  pointer-events: none;
  z-index: 1;
  opacity: .25;
}
.fire,
.particle {
  position: absolute;
}
.particle {
  -webkit-animation: a 1s ease-in infinite;
  -moz-animation: a 1s ease-in infinite;
  animation: a 1s ease-in infinite;
  background-image: -moz-radial-gradient(#00feffc2 20%, rgba(255, 80, 0, 0) 70%);
  background-image: radial-gradient(#00feffc2 20%, rgba(255, 80, 0, 0) 70%);
  -moz-border-radius: 50%;
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0;
  bottom: 0;
  width: 37.5em;
  height: 37.5em;
}
.particle:first-of-type {
  -webkit-animation-delay: 0.11244s;
  -moz-animation-delay: 0.11244s;
  animation-delay: 0.11244s;
  left: -moz-calc((100% - 37.5em) * 0);
  left: calc((100% - 37.5em) * 0);
}
.particle:nth-of-type(2) {
  -webkit-animation-delay: 0.63633s;
  -moz-animation-delay: 0.63633s;
  animation-delay: 0.63633s;
  left: -moz-calc((100% - 37.5em) * 0.02);
  left: calc((100% - 37.5em) * 0.02);
}
.particle:nth-of-type(3) {
  -webkit-animation-delay: 0.85371s;
  -moz-animation-delay: 0.85371s;
  animation-delay: 0.85371s;
  left: -moz-calc((100% - 37.5em) * 0.04);
  left: calc((100% - 37.5em) * 0.04);
}
.particle:nth-of-type(4) {
  -webkit-animation-delay: 0.32877s;
  -moz-animation-delay: 0.32877s;
  animation-delay: 0.32877s;
  left: -moz-calc((100% - 37.5em) * 0.06);
  left: calc((100% - 37.5em) * 0.06);
}
.particle:nth-of-type(5) {
  -webkit-animation-delay: 0.34599s;
  -moz-animation-delay: 0.34599s;
  animation-delay: 0.34599s;
  left: -moz-calc((100% - 37.5em) * 0.08);
  left: calc((100% - 37.5em) * 0.08);
}
.particle:nth-of-type(6) {
  -webkit-animation-delay: 0.93646s;
  -moz-animation-delay: 0.93646s;
  animation-delay: 0.93646s;
  left: -moz-calc((100% - 37.5em) * 0.1);
  left: calc((100% - 37.5em) * 0.1);
}
.particle:nth-of-type(7) {
  -webkit-animation-delay: 0.85912s;
  -moz-animation-delay: 0.85912s;
  animation-delay: 0.85912s;
  left: -moz-calc((100% - 37.5em) * 0.12);
  left: calc((100% - 37.5em) * 0.12);
}
.particle:nth-of-type(8) {
  -webkit-animation-delay: 0.0309s;
  -moz-animation-delay: 0.0309s;
  animation-delay: 0.0309s;
  left: -moz-calc((100% - 37.5em) * 0.14);
  left: calc((100% - 37.5em) * 0.14);
}
.particle:nth-of-type(9) {
  -webkit-animation-delay: 0.32603s;
  -moz-animation-delay: 0.32603s;
  animation-delay: 0.32603s;
  left: -moz-calc((100% - 37.5em) * 0.16);
  left: calc((100% - 37.5em) * 0.16);
}
.particle:nth-of-type(10) {
  -webkit-animation-delay: 0.39924s;
  -moz-animation-delay: 0.39924s;
  animation-delay: 0.39924s;
  left: -moz-calc((100% - 37.5em) * 0.18);
  left: calc((100% - 37.5em) * 0.18);
}
.particle:nth-of-type(11) {
  -webkit-animation-delay: 0.44769s;
  -moz-animation-delay: 0.44769s;
  animation-delay: 0.44769s;
  left: -moz-calc((100% - 37.5em) * 0.2);
  left: calc((100% - 37.5em) * 0.2);
}
.particle:nth-of-type(12) {
  -webkit-animation-delay: 0.20691s;
  -moz-animation-delay: 0.20691s;
  animation-delay: 0.20691s;
  left: -moz-calc((100% - 37.5em) * 0.22);
  left: calc((100% - 37.5em) * 0.22);
}
.particle:nth-of-type(13) {
  -webkit-animation-delay: 0.78293s;
  -moz-animation-delay: 0.78293s;
  animation-delay: 0.78293s;
  left: -moz-calc((100% - 37.5em) * 0.24);
  left: calc((100% - 37.5em) * 0.24);
}
.particle:nth-of-type(14) {
  -webkit-animation-delay: 0.28759s;
  -moz-animation-delay: 0.28759s;
  animation-delay: 0.28759s;
  left: -moz-calc((100% - 37.5em) * 0.26);
  left: calc((100% - 37.5em) * 0.26);
}
.particle:nth-of-type(15) {
  -webkit-animation-delay: 0.47s;
  -moz-animation-delay: 0.47s;
  animation-delay: 0.47s;
  left: -moz-calc((100% - 37.5em) * 0.28);
  left: calc((100% - 37.5em) * 0.28);
}
.particle:nth-of-type(16) {
  -webkit-animation-delay: 0.83976s;
  -moz-animation-delay: 0.83976s;
  animation-delay: 0.83976s;
  left: -moz-calc((100% - 37.5em) * 0.3);
  left: calc((100% - 37.5em) * 0.3);
}
.particle:nth-of-type(17) {
  -webkit-animation-delay: 0.87864s;
  -moz-animation-delay: 0.87864s;
  animation-delay: 0.87864s;
  left: -moz-calc((100% - 37.5em) * 0.32);
  left: calc((100% - 37.5em) * 0.32);
}
.particle:nth-of-type(18) {
  -webkit-animation-delay: 0.97746s;
  -moz-animation-delay: 0.97746s;
  animation-delay: 0.97746s;
  left: -moz-calc((100% - 37.5em) * 0.34);
  left: calc((100% - 37.5em) * 0.34);
}
.particle:nth-of-type(19) {
  -webkit-animation-delay: 0.36308s;
  -moz-animation-delay: 0.36308s;
  animation-delay: 0.36308s;
  left: -moz-calc((100% - 37.5em) * 0.36);
  left: calc((100% - 37.5em) * 0.36);
}
.particle:nth-of-type(20) {
  -webkit-animation-delay: 0.49221s;
  -moz-animation-delay: 0.49221s;
  animation-delay: 0.49221s;
  left: -moz-calc((100% - 37.5em) * 0.38);
  left: calc((100% - 37.5em) * 0.38);
}
.particle:nth-of-type(21) {
  -webkit-animation-delay: 0.03246s;
  -moz-animation-delay: 0.03246s;
  animation-delay: 0.03246s;
  left: -moz-calc((100% - 37.5em) * 0.4);
  left: calc((100% - 37.5em) * 0.4);
}
.particle:nth-of-type(22) {
  -webkit-animation-delay: 0.8849s;
  -moz-animation-delay: 0.8849s;
  animation-delay: 0.8849s;
  left: -moz-calc((100% - 37.5em) * 0.42);
  left: calc((100% - 37.5em) * 0.42);
}
.particle:nth-of-type(23) {
  -webkit-animation-delay: 0.36688s;
  -moz-animation-delay: 0.36688s;
  animation-delay: 0.36688s;
  left: -moz-calc((100% - 37.5em) * 0.44);
  left: calc((100% - 37.5em) * 0.44);
}
.particle:nth-of-type(24) {
  -webkit-animation-delay: 0.01631s;
  -moz-animation-delay: 0.01631s;
  animation-delay: 0.01631s;
  left: -moz-calc((100% - 37.5em) * 0.46);
  left: calc((100% - 37.5em) * 0.46);
}
.particle:nth-of-type(25) {
  -webkit-animation-delay: 0.89993s;
  -moz-animation-delay: 0.89993s;
  animation-delay: 0.89993s;
  left: -moz-calc((100% - 37.5em) * 0.48);
  left: calc((100% - 37.5em) * 0.48);
}
.particle:nth-of-type(26) {
  -webkit-animation-delay: 0.93968s;
  -moz-animation-delay: 0.93968s;
  animation-delay: 0.93968s;
  left: -moz-calc((100% - 37.5em) * 0.5);
  left: calc((100% - 37.5em) * 0.5);
}
.particle:nth-of-type(27) {
  -webkit-animation-delay: 0.69015s;
  -moz-animation-delay: 0.69015s;
  animation-delay: 0.69015s;
  left: -moz-calc((100% - 37.5em) * 0.52);
  left: calc((100% - 37.5em) * 0.52);
}
.particle:nth-of-type(28) {
  -webkit-animation-delay: 0.91036s;
  -moz-animation-delay: 0.91036s;
  animation-delay: 0.91036s;
  left: -moz-calc((100% - 37.5em) * 0.54);
  left: calc((100% - 37.5em) * 0.54);
}
.particle:nth-of-type(29) {
  -webkit-animation-delay: 0.56911s;
  -moz-animation-delay: 0.56911s;
  animation-delay: 0.56911s;
  left: -moz-calc((100% - 37.5em) * 0.56);
  left: calc((100% - 37.5em) * 0.56);
}
.particle:nth-of-type(30) {
  -webkit-animation-delay: 0.13779s;
  -moz-animation-delay: 0.13779s;
  animation-delay: 0.13779s;
  left: -moz-calc((100% - 37.5em) * 0.58);
  left: calc((100% - 37.5em) * 0.58);
}
.particle:nth-of-type(31) {
  -webkit-animation-delay: 0.16087s;
  -moz-animation-delay: 0.16087s;
  animation-delay: 0.16087s;
  left: -moz-calc((100% - 37.5em) * 0.6);
  left: calc((100% - 37.5em) * 0.6);
}
.particle:nth-of-type(32) {
  -webkit-animation-delay: 0.68528s;
  -moz-animation-delay: 0.68528s;
  animation-delay: 0.68528s;
  left: -moz-calc((100% - 37.5em) * 0.62);
  left: calc((100% - 37.5em) * 0.62);
}
.particle:nth-of-type(33) {
  -webkit-animation-delay: 0.74592s;
  -moz-animation-delay: 0.74592s;
  animation-delay: 0.74592s;
  left: -moz-calc((100% - 37.5em) * 0.64);
  left: calc((100% - 37.5em) * 0.64);
}
.particle:nth-of-type(34) {
  -webkit-animation-delay: 0.22798s;
  -moz-animation-delay: 0.22798s;
  animation-delay: 0.22798s;
  left: -moz-calc((100% - 37.5em) * 0.66);
  left: calc((100% - 37.5em) * 0.66);
}
.particle:nth-of-type(35) {
  -webkit-animation-delay: 0.89468s;
  -moz-animation-delay: 0.89468s;
  animation-delay: 0.89468s;
  left: -moz-calc((100% - 37.5em) * 0.68);
  left: calc((100% - 37.5em) * 0.68);
}
.particle:nth-of-type(36) {
  -webkit-animation-delay: 0.48832s;
  -moz-animation-delay: 0.48832s;
  animation-delay: 0.48832s;
  left: -moz-calc((100% - 37.5em) * 0.7);
  left: calc((100% - 37.5em) * 0.7);
}
.particle:nth-of-type(37) {
  -webkit-animation-delay: 0.02997s;
  -moz-animation-delay: 0.02997s;
  animation-delay: 0.02997s;
  left: -moz-calc((100% - 37.5em) * 0.72);
  left: calc((100% - 37.5em) * 0.72);
}
.particle:nth-of-type(38) {
  -webkit-animation-delay: 0.01156s;
  -moz-animation-delay: 0.01156s;
  animation-delay: 0.01156s;
  left: -moz-calc((100% - 37.5em) * 0.74);
  left: calc((100% - 37.5em) * 0.74);
}
.particle:nth-of-type(39) {
  -webkit-animation-delay: 0.98185s;
  -moz-animation-delay: 0.98185s;
  animation-delay: 0.98185s;
  left: -moz-calc((100% - 37.5em) * 0.76);
  left: calc((100% - 37.5em) * 0.76);
}
.particle:nth-of-type(40) {
  -webkit-animation-delay: 0.14531s;
  -moz-animation-delay: 0.14531s;
  animation-delay: 0.14531s;
  left: -moz-calc((100% - 37.5em) * 0.78);
  left: calc((100% - 37.5em) * 0.78);
}
.particle:nth-of-type(41) {
  -webkit-animation-delay: 0.80781s;
  -moz-animation-delay: 0.80781s;
  animation-delay: 0.80781s;
  left: -moz-calc((100% - 37.5em) * 0.8);
  left: calc((100% - 37.5em) * 0.8);
}
.particle:nth-of-type(42) {
  -webkit-animation-delay: 0.17768s;
  -moz-animation-delay: 0.17768s;
  animation-delay: 0.17768s;
  left: -moz-calc((100% - 37.5em) * 0.82);
  left: calc((100% - 37.5em) * 0.82);
}
.particle:nth-of-type(43) {
  -webkit-animation-delay: 0.38413s;
  -moz-animation-delay: 0.38413s;
  animation-delay: 0.38413s;
  left: -moz-calc((100% - 37.5em) * 0.84);
  left: calc((100% - 37.5em) * 0.84);
}
.particle:nth-of-type(44) {
  -webkit-animation-delay: 0.6984s;
  -moz-animation-delay: 0.6984s;
  animation-delay: 0.6984s;
  left: -moz-calc((100% - 37.5em) * 0.86);
  left: calc((100% - 37.5em) * 0.86);
}
.particle:nth-of-type(45) {
  -webkit-animation-delay: 0.93023s;
  -moz-animation-delay: 0.93023s;
  animation-delay: 0.93023s;
  left: -moz-calc((100% - 37.5em) * 0.88);
  left: calc((100% - 37.5em) * 0.88);
}
.particle:nth-of-type(46) {
  -webkit-animation-delay: 0.94593s;
  -moz-animation-delay: 0.94593s;
  animation-delay: 0.94593s;
  left: -moz-calc((100% - 37.5em) * 0.9);
  left: calc((100% - 37.5em) * 0.9);
}
.particle:nth-of-type(47) {
  -webkit-animation-delay: 0.01423s;
  -moz-animation-delay: 0.01423s;
  animation-delay: 0.01423s;
  left: -moz-calc((100% - 37.5em) * 0.92);
  left: calc((100% - 37.5em) * 0.92);
}
.particle:nth-of-type(48) {
  -webkit-animation-delay: 0.74086s;
  -moz-animation-delay: 0.74086s;
  animation-delay: 0.74086s;
  left: -moz-calc((100% - 37.5em) * 0.94);
  left: calc((100% - 37.5em) * 0.94);
}
.particle:nth-of-type(49) {
  -webkit-animation-delay: 0.64273s;
  -moz-animation-delay: 0.64273s;
  animation-delay: 0.64273s;
  left: -moz-calc((100% - 37.5em) * 0.96);
  left: calc((100% - 37.5em) * 0.96);
}
.particle:nth-of-type(50) {
  -webkit-animation-delay: 0.82118s;
  -moz-animation-delay: 0.82118s;
  animation-delay: 0.82118s;
  left: -moz-calc((100% - 37.5em) * 0.98);
  left: calc((100% - 37.5em) * 0.98);
}
@-webkit-keyframes a {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-93.75em) scale(0);
    transform: translateY(-93.75em) scale(0);
  }
}
@-moz-keyframes a {
  0% {
    opacity: 0;
    -moz-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-93.75em) scale(0);
    transform: translateY(-93.75em) scale(0);
  }
}
@keyframes a {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-93.75em) scale(0);
    -moz-transform: translateY(-93.75em) scale(0);
    transform: translateY(-93.75em) scale(0);
  }
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
  }
  to {
    -webkit-transform: translateY(89.3%);
    transform: translateY(89.3%);
  }
}
@-moz-keyframes b {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -moz-transform: translateY(90%);
    transform: translateY(90%);
  }
  to {
    -moz-transform: translateY(89.3%);
    transform: translateY(89.3%);
  }
}
@keyframes b {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(90%);
    -moz-transform: translateY(90%);
    transform: translateY(90%);
  }
  to {
    -webkit-transform: translateY(89.3%);
    -moz-transform: translateY(89.3%);
    transform: translateY(89.3%);
  }
}
.anim-lineend-first {
  -webkit-animation: 3s b ease-in-out forwards;
  -moz-animation: 3s b ease-in-out forwards;
  animation: 3s b ease-in-out forwards;
}
@-webkit-keyframes b1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(88.5%);
    transform: translateY(88.5%);
  }
  to {
    -webkit-transform: translateY(87.8%);
    transform: translateY(87.8%);
  }
}
@-moz-keyframes b1 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -moz-transform: translateY(88.5%);
    transform: translateY(88.5%);
  }
  to {
    -moz-transform: translateY(87.8%);
    transform: translateY(87.8%);
  }
}
@keyframes b1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(88.5%);
    -moz-transform: translateY(88.5%);
    transform: translateY(88.5%);
  }
  to {
    -webkit-transform: translateY(87.8%);
    -moz-transform: translateY(87.8%);
    transform: translateY(87.8%);
  }
}
.anim-lineend-second {
  -webkit-animation: 3s b1 ease-in-out forwards;
  -moz-animation: 3s b1 ease-in-out forwards;
  animation: 3s b1 ease-in-out forwards;
}
@-webkit-keyframes c {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes c {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes c {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes d {
  to {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes d {
  to {
    -moz-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@keyframes d {
  to {
    -webkit-transform: translate(0) scale(1);
    -moz-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes e {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes e {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes e {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes f {
  0% {
    -webkit-transform: translate(0) scale(1) rotate(0deg);
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(3.125em) scale(1) rotate(10deg);
    transform: translateY(3.125em) scale(1) rotate(10deg);
    opacity: 1;
  }
}
@-moz-keyframes f {
  0% {
    -moz-transform: translate(0) scale(1) rotate(0deg);
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    -moz-transform: translateY(3.125em) scale(1) rotate(10deg);
    transform: translateY(3.125em) scale(1) rotate(10deg);
    opacity: 1;
  }
}
@keyframes f {
  0% {
    -webkit-transform: translate(0) scale(1) rotate(0deg);
    -moz-transform: translate(0) scale(1) rotate(0deg);
    transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(3.125em) scale(1) rotate(10deg);
    -moz-transform: translateY(3.125em) scale(1) rotate(10deg);
    transform: translateY(3.125em) scale(1) rotate(10deg);
    opacity: 1;
  }
}
@-webkit-keyframes g {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 0.9;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.78;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes g {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 0.9;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.78;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes g {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 0.9;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0.65;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.78;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.girl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  z-index: 3;
}
@media (max-width: 600px) {
  .girl {
    bottom: -30%;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .girl {
    bottom: -50%;
    left: 0;
    width: 100%;
  }
}
@-webkit-keyframes shapeAnimationYX {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    25% {
        -webkit-transform: matrix(1,0,0,1,3,3);
        transform: matrix(1,0,0,1,3,3)
    }

    50% {
        -webkit-transform: matrix(1,0,0,1,-3,3);
        transform: matrix(1,0,0,1,-3,3)
    }

    75% {
        -webkit-transform: matrix(1,0,0,1,3,3);
        transform: matrix(1,0,0,1,3,3)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }
}
@keyframes shapeAnimationYX {
    0% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    25% {
        -webkit-transform: matrix(1,0,0,1,3,3);
        transform: matrix(1,0,0,1,3,3)
    }

    50% {
        -webkit-transform: matrix(1,0,0,1,-3,3);
        transform: matrix(1,0,0,1,-3,3)
    }

    75% {
        -webkit-transform: matrix(1,0,0,1,3,3);
        transform: matrix(1,0,0,1,3,3)
    }

    to {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }
}
@-webkit-keyframes brightnessTint {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    50% {
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5)
    }

    to {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }
}
@keyframes brightnessTint {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    50% {
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5)
    }

    to {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }
}
@-webkit-keyframes pulse-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pulse-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes pulse-black {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes pulse-black {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}
