:host {
  width: 100%;
  height: 100%; }

.main {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background-color: #0E0E0E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Barlow, sans-serif, arial;
  position: relative;
  padding-top: 50px;
  background-image: url(../assets/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .main:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000066;
    z-index: 1; }
  @media only screen and (max-width: 920px) {
    .main {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      max-height: 865px;
      flex-direction: column;
      background-size: cover;
      background-position: top center;
      padding-top: 40px; } }
  @media only screen and (max-width: 769px) and (min-height: 1000px) {
    .main {
      max-height: 1024px; } }
  .main .header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0.8) 54%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.4) 85%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0) 100%); }
    @media only screen and (max-width: 920px) {
      .main .header {
        height: 46px; } }
    .main .header .content {
      width: 80%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 920px) {
        .main .header .content {
          width: 85%; } }
      .main .header .content .logo img {
        height: 40px; }
        @media only screen and (max-width: 920px) {
          .main .header .content .logo img {
            height: 25px; } }
      .main .header .content a {
        text-decoration: none; }
      .main .header .content .login {
        height: 30px;
        border-radius: 17px;
        width: auto;
        padding: 0 10px;
        background-color: #C6182F;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
  .main .char {
    position: absolute;
    bottom: 0;
    height: 85vh;
    height: calc(var(--vh, 1vh) * 85);
    max-height: 700px;
    z-index: 2; }
    .main .char.char-left {
      left: 10vw; }
      @media only screen and (max-width: 1350px) {
        .main .char.char-left {
          left: 0; } }
      @media only screen and (max-width: 1020px) {
        .main .char.char-left {
          display: none; } }
    .main .char.char-right {
      right: 10vw; }
      @media only screen and (max-width: 1350px) {
        .main .char.char-right {
          right: 0; } }
      @media only screen and (max-width: 1020px) {
        .main .char.char-right {
          display: none; } }
  .main .centr-block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    .main .centr-block .rectangle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 30px;
      border: 4px solid; }
      .main .centr-block .rectangle.rectangle-animation {
        -webkit-animation: rectangle-animation 1.5s infinite linear; }
      .main .centr-block .rectangle.rt-1 {
        width: 457px;
        height: 251px;
        border-color: rgba(254, 78, 8, 0.25);
        animation-delay: 1.5s; }
      .main .centr-block .rectangle.rt-2 {
        width: 427px;
        height: 221px;
        border-color: rgba(254, 78, 8, 0.5);
        animation-delay: 1s; }
      .main .centr-block .rectangle.rt-3 {
        width: 397px;
        height: 191px;
        border-color: rgba(254, 78, 8, 0.75);
        animation-delay: 0.5s; }
      .main .centr-block .rectangle.rt-4 {
        width: 367px;
        height: 161px;
        border-radius: 20px;
        border-color: #fe4e08; }
        .main .centr-block .rectangle.rt-4 .amount-container {
          width: 337px;
          height: 131px;
          border-radius: 16px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background: transparent linear-gradient(180deg, #FF5008 0%, #C51324 100%) 0% 0% no-repeat padding-box;
          position: relative; }
          .main .centr-block .rectangle.rt-4 .amount-container .odometer-amount {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%; }
            .main .centr-block .rectangle.rt-4 .amount-container .odometer-amount .block {
              width: 91px;
              height: 91px;
              background-image: linear-gradient(to bottom, #6C6E70, #AFAFC7, #EBEBF8, #888898, #34373A);
              color: #0C0C0E;
              border-radius: 8px;
              font-size: 70px;
              text-align: center;
              font-weight: 900;
              line-height: 91px;
              margin-right: 10px; }
              .main .centr-block .rectangle.rt-4 .amount-container .odometer-amount .block:last-of-type {
                margin-right: 0; }
          .main .centr-block .rectangle.rt-4 .amount-container .dots-animation-first .dot:nth-child(even) {
            -webkit-animation: dots-animation 1s infinite linear;
            animation: dots-animation 1s infinite linear; }
          .main .centr-block .rectangle.rt-4 .amount-container .dots-animation-first .dot:nth-child(odd) {
            -webkit-animation: dots-animation 1s 0.5s infinite linear;
            animation: dots-animation 1s 0.5s  infinite linear; }
          .main .centr-block .rectangle.rt-4 .amount-container .dots-animation-second .dot:nth-child(odd) {
            -webkit-animation: dots-animation 1s infinite linear;
            animation: dots-animation 1s infinite linear; }
          .main .centr-block .rectangle.rt-4 .amount-container .dots-animation-second .dot:nth-child(even) {
            -webkit-animation: dots-animation 1s 0.5s infinite linear;
            animation: dots-animation 1s 0.5s  infinite linear; }
          .main .centr-block .rectangle.rt-4 .amount-container .dots-1 {
            position: absolute;
            left: 20px;
            display: flex;
            flex-direction: row; }
            .main .centr-block .rectangle.rt-4 .amount-container .dots-1.top-dots {
              top: 5px; }
              .main .centr-block .rectangle.rt-4 .amount-container .dots-1.top-dots .dot:nth-child(odd) {
                opacity: 0.4; }
            .main .centr-block .rectangle.rt-4 .amount-container .dots-1.bottom-dots {
              bottom: 5px; }
              .main .centr-block .rectangle.rt-4 .amount-container .dots-1.bottom-dots .dot:nth-child(even) {
                opacity: 0.4; }
            .main .centr-block .rectangle.rt-4 .amount-container .dots-1 .dot {
              height: 10px;
              width: 10px;
              border-radius: 50%;
              background-color: #FFFF00;
              margin-right: 16px; }
          .main .centr-block .rectangle.rt-4 .amount-container .dots-2 {
            position: absolute;
            top: 20px;
            display: flex;
            flex-direction: column; }
            .main .centr-block .rectangle.rt-4 .amount-container .dots-2.left-dots {
              left: 4px; }
              .main .centr-block .rectangle.rt-4 .amount-container .dots-2.left-dots .dot:nth-child(even) {
                opacity: 0.4; }
            .main .centr-block .rectangle.rt-4 .amount-container .dots-2.right-dots {
              right: 4px; }
              .main .centr-block .rectangle.rt-4 .amount-container .dots-2.right-dots .dot:nth-child(odd) {
                opacity: 0.4; }
            .main .centr-block .rectangle.rt-4 .amount-container .dots-2 .dot {
              height: 10px;
              width: 10px;
              border-radius: 50%;
              background-color: #FFFF00;
              margin-bottom: 16px; }
  .main .start-spin-block {
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 50px; }
    @media only screen and (max-height: 700px) {
      .main .start-spin-block {
        margin-top: 10px; } }
    .main .start-spin-block .start-spin-btn {
      height: 150px;
      width: 150px;
      border-radius: 50%;
      border: 3px solid #FFFFFF80;
      background-color: #FFFFFF26;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
      cursor: pointer;
      animation: pulse 2s infinite; }
      @media only screen and (max-height: 700px) {
        .main .start-spin-block .start-spin-btn {
          margin-bottom: 5px; } }
      .main .start-spin-block .start-spin-btn .arrow {
        width: 75px; }
        .main .start-spin-block .start-spin-btn .arrow.top-arrow {
          margin-bottom: 15px; }
    .main .start-spin-block .text {
      color: #B5B5BA;
      font-size: 27px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 0; }
  .main .bottom-block {
    z-index: 2;
    margin-top: 40px;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 20px; }
    .main .bottom-block .text {
      font-size: 12px; }
    @media only screen and (max-height: 700px) {
      .main .bottom-block {
        margin-bottom: 0;
        margin-top: 20px; } }
  .main .title {
    color: #FECC0A;
    font-size: 44px;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Barlow', sans-serif; }
    @media only screen and (max-height: 700px) {
      .main .title {
        font-size: 38px;
        line-height: 38px; } }
    .main .title.subtitle {
      font-size: 36px;
      margin-bottom: 40px; }
      @media only screen and (max-height: 700px) {
        .main .title.subtitle {
          margin-bottom: 20px;
          font-size: 28px;
          line-height: 28px; } }
  .main .oferta-btn#btn-fw {
    width: 100%;
    height: 55px;
    max-width: 300px;
    min-width: 270px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.2px;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 3; }
    @media only screen and (max-width: 1020px) {
      .main .oferta-btn#btn-fw {
        margin-top: 15px; } }
    @media only screen and (max-width: 920px) {
      .main .oferta-btn#btn-fw {
        font-size: 18px;
        min-width: auto; } }
    @media only screen and (max-width: 370px) {
      .main .oferta-btn#btn-fw {
        max-width: 210px;
        font-size: 16px;
        margin-top: 5px; } }

.oferta-btn {
  background: transparent linear-gradient(90deg, #FF5008 0%, #C51324 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  width: 240px;
  height: 40px;
  display: flex;
  margin: 30px auto 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer; }

.join-us {
  width: 100%;
  max-width: 630px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-family: Barlow, sans-serif, arial;
  flex-wrap: wrap; }
  .join-us .tile {
    width: 150px;
    height: 70px;
    background: #FFFFFF0D 0% 0% no-repeat padding-box;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    line-height: 17px; }
    .join-us .tile img {
      height: 13px;
      margin-bottom: 6px; }
    .join-us .tile .title {
      font-size: 14px;
      letter-spacing: 0.7px;
      color: #C6182F;
      font-weight: 600; }
    .join-us .tile .subtitle {
      color: #A5A5A5;
      font-size: 10px; }
  @media only screen and (max-width: 767px) {
    .join-us {
      padding: 0 10px;
      max-width: 320px; }
      .join-us .tile {
        width: 145px;
        margin-bottom: 10px; } }

.payment {
  margin: 40px auto 0;
  width: 100%; }
  .payment .title {
    text-transform: uppercase;
    text-align: center;
    color: #A5A5A5;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 18px;
    font-weight: 600; }
  .payment .tiles-row {
    max-width: 835px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px 10px;
    flex-wrap: wrap; }
    .payment .tiles-row .tile {
      width: 93px;
      height: 60px;
      display: flex;
      background: #FFFFFF0D 0% 0% no-repeat padding-box;
      border-radius: 8px;
      justify-content: center;
      align-items: center; }
  @media only screen and (max-width: 767px) {
    .payment {
      padding: 0 10px;
      max-width: 320px; }
      .payment .tiles-row {
        padding: 20px 0 0; }
        .payment .tiles-row .tile {
          margin-bottom: 10px; }
        .payment .tiles-row .t-1 {
          margin: 0 5px 10px auto; }
        .payment .tiles-row .t-2 {
          margin: 0 auto 10px 5px; } }

#andr-casino,
#andr-sports {
  display: none; }

/*# sourceMappingURL=includes.css.map */
