@font-face {
  font-family: 'Lilita One';
  src: url("../fonts/LilitaOne.eot");
  src: local("Lilita One"), local("LilitaOne"), url("../fonts/LilitaOne.eot?#iefix") format("embedded-opentype"), url("../fonts/LilitaOne.woff2") format("woff2"), url("../fonts/LilitaOne.woff") format("woff"), url("../fonts/LilitaOne.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Lilita One";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: "Lilita One"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1182px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

.main {
  background: url("../img/bg.webp") 0 0 no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  padding: 150px 0px 0px 0px; }
  @media (max-width: 767.98px) {
    .main {
      overflow-y: auto;
      padding: 30px 0px 0px 0px; } }
  .main h1 {
    background: -webkit-gradient(linear, left top, right top, from(#FF673E), color-stop(46.15%, #FF9B50), to(#FFCC4D));
    background: -webkit-linear-gradient(left, #FF673E 0%, #FF9B50 46.15%, #FFCC4D 100%);
    background: -o-linear-gradient(left, #FF673E 0%, #FF9B50 46.15%, #FFCC4D 100%);
    background: linear-gradient(90deg, #FF673E 0%, #FF9B50 46.15%, #FFCC4D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin: 0px 0px 40px 0px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .main h1 {
        font-size: 16px;
        margin: 0px 0px 20px 0px; } }
    .main h1 span {
      background: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
      font-size: 60px;
      display: inline-block;
      margin: 0px 10px; }
      @media (max-width: 767.98px) {
        .main h1 span {
          font-size: 40px; } }
  .main .main__chicken {
    margin: 0px 0px 40px 0px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 767.98px) {
      .main .main__chicken {
        margin: 0px 0px 20px 0px; } }
    .main .main__chicken:hover {
      -webkit-transform: translate3d(0px, 0px, 0px) rotate(0.0001deg);
      transform: translate3d(0px, 0px, 0px) rotate(0.0001deg);
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      pointer-events: none; }
    .main .main__chicken img {
      max-width: 100%;
      max-height: 100%; }
  .main .main__desc {
    text-align: center;
    margin: 0px 0px 30px 0px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .main .main__desc {
        margin: 0px 0px 0px 0px; } }
    .main .main__desc p {
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.3; }
      @media (max-width: 767.98px) {
        .main .main__desc p {
          font-size: 16px; } }
  .main .main__btn {
    position: relative;
    z-index: 1;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -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; }
    .main .main__btn img {
      max-width: 100%;
      max-height: 100%;
      position: relative;
      top: 10px;
      z-index: -1;
      -webkit-animation: shake 0.7s;
      animation: shake 0.7s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .main .main__btn button {
      display: inline-block;
      text-align: center;
      background-color: transparent;
      position: relative;
      z-index: 1; }
      .main .main__btn button span {
        background: #FFCC4D;
        border-radius: 1000px;
        -webkit-box-shadow: 0px 0px 16px 0px #FFCC4B;
        box-shadow: 0px 0px 16px 0px #FFCC4B;
        padding: 10px 35px;
        display: inline-block;
        color: #C61111;
        font-size: 20px;
        font-weight: bold;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .main .main__btn button span:hover {
          font-size: 32px; }
        @media (max-width: 767.98px) {
          .main .main__btn button span {
            font-size: 16px;
            padding: 10px 55px; } }

.main__coins {
  position: absolute;
  width: 100%;
  top: -90%; }
  .main__coins img {
    width: 100%;
    height: 100%;
    -webkit-animation: main__coins 8s infinite;
    animation: main__coins 8s infinite; }

@media (max-width: 767.98px) {
  .consdesc {
    display: none; } }

.consmob {
  display: none; }
  @media (max-width: 767.98px) {
    .consmob {
      display: block; } }

.main__flag {
  position: absolute;
  top: 0;
  width: 100%; }
  .main__flag img {
    width: 100%;
    height: 100%; }

@-webkit-keyframes main__coins {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(90vh);
    transform: translateY(90vh); } }

@keyframes main__coins {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(90vh);
    transform: translateY(90vh); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }
