/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@-webkit-keyframes balloon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
            transform: translateY(-20px) rotate(8deg); } }
@keyframes balloon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg); }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
            transform: translateY(-20px) rotate(8deg); } }

@-webkit-keyframes coinRotationTop {
  0% {
    fill: url(#coin1); }
  9% {
    fill: url(#coin2); }
  18% {
    fill: url(#coin3); }
  27% {
    fill: url(#coin4); }
  36% {
    fill: url(#coin5); }
  45% {
    fill: url(#coin6); }
  54% {
    fill: url(#coin7); }
  63% {
    fill: url(#coin8); }
  72% {
    fill: url(#coin9); }
  81% {
    fill: url(#coin10); }
  90% {
    fill: url(#coin11); }
  100% {
    fill: url(#coin12); } }

@keyframes coinRotationTop {
  0% {
    fill: url(#coin1); }
  9% {
    fill: url(#coin2); }
  18% {
    fill: url(#coin3); }
  27% {
    fill: url(#coin4); }
  36% {
    fill: url(#coin5); }
  45% {
    fill: url(#coin6); }
  54% {
    fill: url(#coin7); }
  63% {
    fill: url(#coin8); }
  72% {
    fill: url(#coin9); }
  81% {
    fill: url(#coin10); }
  90% {
    fill: url(#coin11); }
  100% {
    fill: url(#coin12); } }

@-webkit-keyframes coinRotationLeft {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes coinRotationLeft {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@font-face {
  font-family: 'Proxima-Nova-Rg';
  src: url("../fonts/ProximaNova-Regular.woff?v=2d2ae255") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima-Nova-Rg-It';
  src: url("../fonts/ProximaNova-RegularIt.woff?v=c88bf689") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Proxima-Nova-Bold';
  src: url("../fonts/ProximaNova-Bold.woff?v=e2cf3dc2") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima-Nova-Bold-It';
  src: url("../fonts/ProximaNova-BoldIt.woff?v=af44a852") format("woff");
  font-weight: bold;
  font-style: italic; }

.megaaction {
  font-size: 16px;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .megaaction {
      font-size: -webkit-calc(100vw / 120);
      font-size: calc(100vw / 120); } }
  @media (max-width: 1024px) {
    .megaaction {
      font-size: -webkit-calc(100vw / 48);
      font-size: calc(100vw / 48); } }
  @media (min-width: 320px) and (max-width: 767px) {
    .megaaction {
      font-size: -webkit-calc(100vw / 21.25);
      font-size: calc(100vw / 21.25); } }
  .megaaction .container {
    max-width: 105.625em;
    width: 100%;
    margin: 0 auto; }
  .megaaction .first-screen {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 78.75em;
    z-index: 2; }
    @media (max-width: 1024px) {
      .megaaction .first-screen {
        min-height: 40.625em; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .first-screen {
        margin-bottom: 18.75em;
        min-height: 48.75em; } }
    .megaaction .first-screen::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: -webkit-calc(50% + 15px);
      width: calc(50% + 15px);
      height: 100%;
      background: #F21E41; }
      @media (max-width: 1024px) {
        .megaaction .first-screen::after {
          left: -8.125em;
          top: -10.625em;
          width: 37.6875em;
          height: 120%;
          -webkit-transform: rotate(23deg);
              -ms-transform: rotate(23deg);
                  transform: rotate(23deg); } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .first-screen::after {
          width: 42.43312em;
          height: 42.43312em;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: -18.4375em; } }
    .megaaction .first-screen::before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      height: 100%;
      background: #F1EEE1; }
      @media (max-width: 1024px) {
        .megaaction .first-screen::before {
          width: 100%; } }
    .megaaction .first-screen .container {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .first-screen .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .megaaction .first-screen .red {
      position: relative;
      padding-top: 12.1875em;
      padding-left: 0em;
      width: -webkit-calc(50% + 15px);
      width: calc(50% + 15px); }
      @media (max-width: 1024px) {
        .megaaction .first-screen .red {
          padding-top: 2.8125em;
          padding-left: 1.4375em;
          width: 37.5em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .first-screen .red {
          width: 100%;
          padding-left: 0;
          padding-top: 2.3125em; } }
      .megaaction .first-screen .red .title {
        font-family: 'Proxima-Nova-Bold';
        font-weight: bold;
        font-size: 3.75em;
        margin-bottom: 0.625em;
        line-height: 1;
        text-transform: uppercase;
        color: #FFF61D; }
        @media (max-width: 1024px) {
          .megaaction .first-screen .red .title {
            font-size: 2.5em;
            line-height: 1;
            margin-bottom: 0.5625em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .red .title {
            font-size: 1.875em;
            line-height: 1;
            text-align: center;
            margin-top: 0;
            margin-bottom: 0.3125em; } }
      .megaaction .first-screen .red .subtitle {
        position: relative;
        z-index: 3;
        margin-left: -0.3125em;
        font-size: 1.4375em; }
        @media (max-width: 1024px) {
          .megaaction .first-screen .red .subtitle {
            margin-top: 0; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .red .subtitle {
            text-align: center; } }
        .megaaction .first-screen .red .subtitle .big {
          position: relative;
          display: block;
          font-family: 'Proxima-Nova-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 6.5625em;
          margin-bottom: 0em;
          line-height: 1;
          text-transform: uppercase;
          color: #FFFFFF; }
          @media (max-width: 1024px) {
            .megaaction .first-screen .red .subtitle .big {
              font-size: 3.9375em;
              line-height: 1;
              margin-bottom: -0.125em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .first-screen .red .subtitle .big {
              font-size: 2.625em;
              line-height: 1;
              text-align: center;
              padding-right: 0.3125em;
              margin-bottom: -0.25em; } }
          .megaaction .first-screen .red .subtitle .big::after {
            content: '';
            width: 0.425em;
            height: 0.53125em;
            background: url("../img/Rub.svg?v=3e89f941") no-repeat center top/cover;
            position: absolute;
            right: 0.5em;
            top: 0.3125em; }
            @media (max-width: 1024px) {
              .megaaction .first-screen .red .subtitle .big::after {
                width: 0.38125em;
                height: 0.46875em;
                right: 0.1875em;
                top: 0.3375em; } }
            @media (min-width: 320px) and (max-width: 767px) {
              .megaaction .first-screen .red .subtitle .big::after {
                width: 0.4375em;
                height: 0.5em;
                right: 0em;
                top: 0.3125em; } }
        .megaaction .first-screen .red .subtitle .small {
          font-family: 'Proxima-Nova-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 3.625em;
          letter-spacing: -0.025em;
          line-height: 1;
          text-transform: uppercase;
          color: #FFFFFF; }
          @media (max-width: 1024px) {
            .megaaction .first-screen .red .subtitle .small {
              font-size: 1.8125em;
              line-height: 1; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .first-screen .red .subtitle .small {
              font-size: 1.3125em;
              line-height: 1;
              text-align: center;
              letter-spacing: 0em; } }
      .megaaction .first-screen .red .coin {
        position: absolute;
        right: -1.25em;
        top: 36.25em;
        width: 20.70688em;
        height: 15.94375em;
        z-index: 4;
        -webkit-transition: -webkit-transform 10s;
        transition: -webkit-transform 10s;
        -o-transition: transform 10s;
        transition: transform 10s;
        transition: transform 10s, -webkit-transform 10s;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); }
        @media (max-width: 1024px) {
          .megaaction .first-screen .red .coin {
            display: none;
            right: auto;
            left: 0em;
            width: 14.055em;
            height: 11.18938em;
            top: 25em;
            -webkit-transform: rotate(15.41deg);
                -ms-transform: rotate(15.41deg);
                    transform: rotate(15.41deg); } }
        .megaaction .first-screen .red .coin.load {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 10s;
          transition: -webkit-transform 10s;
          -o-transition: transform 10s;
          transition: transform 10s;
          transition: transform 10s, -webkit-transform 10s; }
          @media (max-width: 1024px) {
            .megaaction .first-screen .red .coin.load {
              -webkit-transform: scale(1) rotate(15.41deg);
                  -ms-transform: scale(1) rotate(15.41deg);
                      transform: scale(1) rotate(15.41deg); } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .red .coin {
            display: none; } }
    .megaaction .first-screen .silver {
      position: relative;
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      padding-top: 18.75em;
      padding-left: 25em; }
      @media (max-width: 1024px) {
        .megaaction .first-screen .silver {
          padding-top: 16.25em;
          width: 40%;
          width: 18.75em;
          padding-left: 0; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .first-screen .silver {
          width: 100%;
          padding-left: 0;
          padding-top: 18.5625em; } }
      .megaaction .first-screen .silver .title {
        font-size: 1.375em;
        position: relative;
        z-index: 3;
        margin-bottom: 1.5625em; }
        @media (max-width: 1024px) {
          .megaaction .first-screen .silver .title {
            margin-bottom: 1.125em;
            font-size: 1em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .silver .title {
            text-align: center;
            margin-top: 2em;
            margin-bottom: 0.375em; } }
        .megaaction .first-screen .silver .title .quantity {
          display: none; }
        .megaaction .first-screen .silver .title .big {
          font-family: 'Proxima-Nova-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 4.0625em;
          line-height: 1;
          text-transform: uppercase;
          color: #FB1821;
          display: block;
          margin-bottom: -0.125em; }
          @media (max-width: 1024px) {
            .megaaction .first-screen .silver .title .big {
              font-size: 3.125em;
              line-height: 1; } }
        .megaaction .first-screen .silver .title .small {
          font-family: 'Proxima-Nova-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 3.1875em;
          line-height: 1;
          text-transform: uppercase;
          color: #FB1821;
          display: block; }
          @media (max-width: 1024px) {
            .megaaction .first-screen .silver .title .small {
              font-size: 2.5em;
              line-height: 1; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .first-screen .silver .title .small {
              font-size: 1.875em;
              line-height: 1; } }
      .megaaction .first-screen .silver .text {
        position: relative;
        z-index: 3;
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.875em;
        line-height: 1.3;
        text-transform: uppercase;
        color: #1F1F1F; }
        @media (max-width: 1024px) {
          .megaaction .first-screen .silver .text {
            font-size: 1.75em;
            line-height: 1.2; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .silver .text {
            text-align: center;
            font-size: 1.25em;
            line-height: 1; } }
      .megaaction .first-screen .silver .balloon {
        position: absolute;
        left: -5em;
        top: 7.8125em;
        width: 31.88563em;
        height: 58.04812em;
        z-index: 3;
        -webkit-animation: balloon 5s ease-in-out infinite;
                animation: balloon 5s ease-in-out infinite; }
        @media (max-width: 1024px) {
          .megaaction .first-screen .silver .balloon {
            width: 17.54688em;
            height: 32.47375em;
            left: -16.5625em;
            top: 14.375em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .silver .balloon {
            display: none; } }
      .megaaction .first-screen .silver .balloon-mob {
        display: none; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .silver .balloon-mob {
            position: absolute;
            display: block;
            width: 16.875em;
            height: 22.5em;
            left: 3.5em;
            top: 1.25em;
            -webkit-animation: balloon 5s ease-in-out infinite;
                    animation: balloon 5s ease-in-out infinite;
            z-index: 4; } }
      .megaaction .first-screen .silver .coin {
        position: absolute;
        left: -28.125em;
        top: -6.3125em;
        width: 78.19125em;
        height: 63.73em;
        z-index: 2;
        -webkit-transition: -webkit-transform 10s;
        transition: -webkit-transform 10s;
        -o-transition: transform 10s;
        transition: transform 10s;
        transition: transform 10s, -webkit-transform 10s;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); }
        @media (max-width: 1024px) {
          .megaaction .first-screen .silver .coin {
            display: none; } }
        .megaaction .first-screen .silver .coin.load {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 10s;
          transition: -webkit-transform 10s;
          -o-transition: transform 10s;
          transition: transform 10s;
          transition: transform 10s, -webkit-transform 10s; }
      .megaaction .first-screen .silver .coin-table {
        display: none; }
        @media (max-width: 1024px) {
          .megaaction .first-screen .silver .coin-table {
            display: block;
            width: 27.5625em;
            height: 47.5625em;
            position: absolute;
            right: -0.625em;
            top: 0; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .silver .coin-table {
            display: none; } }
      .megaaction .first-screen .silver .coin-table-bottom {
        display: none; }
        @media (max-width: 1024px) {
          .megaaction .first-screen .silver .coin-table-bottom {
            display: none;
            width: 11.8125em;
            height: 27.75em;
            position: absolute;
            right: -0.625em;
            top: 17.1875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .silver .coin-table-bottom {
            display: none; } }
      .megaaction .first-screen .silver .coin-mob-right {
        display: none; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .silver .coin-mob-right {
            display: block;
            position: absolute;
            right: -0.75em;
            top: -3.875em;
            width: 8em;
            height: 17.1875em;
            z-index: 1; } }
      .megaaction .first-screen .silver .coin-mob-left {
        display: none; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .first-screen .silver .coin-mob-left {
            display: block;
            position: absolute;
            left: -0.625em;
            top: -2.5em;
            width: 11.25em;
            height: 23.125em;
            z-index: 5; } }
    .megaaction .first-screen .ball-top {
      position: absolute;
      right: -1.25em;
      top: 5.625em;
      width: 7.6875em;
      height: 13.375em; }
      @media (max-width: 1024px) {
        .megaaction .first-screen .ball-top {
          display: none; } }
  .megaaction .prizes {
    position: relative;
    padding-bottom: 31.875em;
    background: #FAFAFA; }
    @media (max-width: 1024px) {
      .megaaction .prizes {
        padding-bottom: 40.625em; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .prizes {
        padding-bottom: 12.5em; } }
    .megaaction .prizes .list {
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: -85.9375em; }
      @media (max-width: 1024px) {
        .megaaction .prizes .list {
          padding-left: 0;
          margin-top: -41.25em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: -11.875em; } }
    .megaaction .prizes .item {
      position: relative;
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3);
      list-style: none; }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .item {
          width: 100%; } }
      .megaaction .prizes .item .circle {
        background-color: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        left: -3.375em;
        width: 51.25em;
        height: 51.25em; }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .item:nth-of-type(1) {
          height: 27.5em; } }
      .megaaction .prizes .item:nth-of-type(1) .circle {
        position: relative;
        width: 51.24375em;
        height: 51.24375em;
        z-index: 6; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(1) .circle {
            width: 30.625em;
            height: 30em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(1) .circle {
            left: -3.4375em;
            width: 27.8125em;
            height: 27.8125em;
            z-index: 4; } }
        .megaaction .prizes .item:nth-of-type(1) .circle::after {
          content: '';
          width: 100%;
          height: 100%;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-color: #fff;
          z-index: -1; }
        .megaaction .prizes .item:nth-of-type(1) .circle::before {
          content: "";
          position: absolute;
          right: -3.9375em;
          bottom: -0.1875em;
          height: 44.8125em;
          width: 44.8125em;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: -webkit-radial-gradient(50% 50%, 22.375em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: -o-radial-gradient(50% 50%, 22.375em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: radial-gradient(22.375em at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          z-index: -2; }
          @media (max-width: 1024px) {
            .megaaction .prizes .item:nth-of-type(1) .circle::before {
              background: -webkit-radial-gradient(50% 50%, 15em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: -o-radial-gradient(50% 50%, 15em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: radial-gradient(15em at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              -webkit-transform: rotate(26.85deg);
                  -ms-transform: rotate(26.85deg);
                      transform: rotate(26.85deg);
              right: -0.625em;
              bottom: -1.25em;
              height: 30.125em;
              width: 30.125em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .prizes .item:nth-of-type(1) .circle::before {
              background: -webkit-radial-gradient(50% 50%, 13.9375em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: -o-radial-gradient(50% 50%, 13.9375em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: radial-gradient(13.9375em at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              -webkit-transform: rotate(26.85deg);
                  -ms-transform: rotate(26.85deg);
                      transform: rotate(26.85deg);
              width: 27.82em;
              height: 27.82em;
              bottom: auto;
              top: 1.5625em;
              right: -0.625em; } }
      .megaaction .prizes .item:nth-of-type(1) .priz-img {
        position: absolute;
        left: 11.875em;
        top: -7.1875em;
        width: 28.0625em;
        height: 35.625em; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(1) .priz-img {
            width: 14.61937em;
            height: 18.5725em;
            left: 7.875em;
            top: -6.1875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(1) .priz-img {
            width: 10.82625em;
            height: 13.75375em;
            left: 9.375em;
            top: -2.8125em; } }
      .megaaction .prizes .item:nth-of-type(1) .priz-img3-table {
        display: none; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(1) .priz-img3-table {
            display: block;
            position: absolute;
            width: 11.3125em;
            height: 14.875em;
            left: 18.1875em;
            top: 21.875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(1) .priz-img3-table {
            display: none; } }
      .megaaction .prizes .item:nth-of-type(1) .quantity {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 18.75em;
        letter-spacing: -0.05em;
        color: #FF2A2A;
        line-height: 1;
        margin-right: 0.10625em; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(1) .quantity {
            font-size: 13.125em;
            line-height: 1;
            margin-right: 0.0625em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(1) .quantity {
            font-size: 10.625em;
            line-height: 1;
            letter-spacing: -0.05em;
            margin-right: 0.1125em; } }
      .megaaction .prizes .item:nth-of-type(1) .text-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: absolute;
        top: 27.3125em;
        left: 8.9375em;
        z-index: 7; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(1) .text-container {
            top: 11.25em;
            left: 3.75em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(1) .text-container {
            top: 10.9375em; } }
      .megaaction .prizes .item:nth-of-type(1) .col {
        max-width: 15.625em;
        padding-top: 2.1875em; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(1) .col {
            padding-top: 1.5625em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(1) .col {
            padding-top: 1.25em;
            max-width: 10em; } }
      .megaaction .prizes .item:nth-of-type(1) .priz {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.5em;
        line-height: 1.3;
        text-transform: uppercase;
        color: #331F1F;
        margin-bottom: 0; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(1) .priz {
            font-size: 1.875em;
            line-height: 1.2; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(1) .priz {
            font-size: 1.5em;
            line-height: 1.2; } }
        .megaaction .prizes .item:nth-of-type(1) .priz.red {
          color: #FF2A2A; }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .prizes .item:nth-of-type(1) .priz.red {
              margin-bottom: 0.3125em; } }
        .megaaction .prizes .item:nth-of-type(1) .priz .big {
          font-family: 'Proxima-Nova-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 1.875em;
          letter-spacing: -0.025em;
          line-height: 0.8;
          text-transform: uppercase;
          color: #331F1F; }
          @media (max-width: 1024px) {
            .megaaction .prizes .item:nth-of-type(1) .priz .big {
              font-size: 1.75em;
              line-height: 1; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .prizes .item:nth-of-type(1) .priz .big {
              font-size: 1.75em;
              line-height: 1; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .item:nth-of-type(2) {
          height: 15.625em; } }
      .megaaction .prizes .item:nth-of-type(2) .circle {
        position: absolute;
        left: -2.875em;
        top: 3.125em;
        width: 47.75375em;
        height: 47.75375em;
        z-index: 5; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(2) .circle {
            width: 30em;
            height: 29.375em;
            left: 5.9375em;
            top: 4.375em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(2) .circle {
            z-index: 5;
            width: 21em;
            height: 20.375em;
            left: 2.625em;
            top: -4.6875em; } }
        .megaaction .prizes .item:nth-of-type(2) .circle::after {
          content: '';
          width: 100%;
          height: 100%;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-color: #fff;
          z-index: -1; }
        .megaaction .prizes .item:nth-of-type(2) .circle::before {
          content: "";
          position: absolute;
          right: -4.1875em;
          bottom: -2.875em;
          height: 44.8125em;
          width: 44.8125em;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: -webkit-radial-gradient(50% 50%, 22.375em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: -o-radial-gradient(50% 50%, 22.375em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: radial-gradient(22.375em at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          z-index: -2; }
          @media (max-width: 1024px) {
            .megaaction .prizes .item:nth-of-type(2) .circle::before {
              background: -webkit-radial-gradient(50% 50%, 15em, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
              background: -o-radial-gradient(50% 50%, 15em, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
              background: radial-gradient(15em at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
              -webkit-transform: rotate(26.06deg);
                  -ms-transform: rotate(26.06deg);
                      transform: rotate(26.06deg);
              height: 30.125em;
              width: 30.125em;
              right: -0.625em;
              bottom: -2.5em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .prizes .item:nth-of-type(2) .circle::before {
              background: -webkit-radial-gradient(50% 50%, 12.2em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: -o-radial-gradient(50% 50%, 12.2em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: radial-gradient(12.2em at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              -webkit-transform: rotate(104.35deg);
                  -ms-transform: rotate(104.35deg);
                      transform: rotate(104.35deg);
              width: 24.4725em;
              height: 24.4725em;
              bottom: auto;
              top: -1.875em;
              right: auto;
              left: -0.9375em; } }
      .megaaction .prizes .item:nth-of-type(2) .priz-img {
        position: absolute;
        left: 7.5em;
        top: -9.375em;
        width: 41em;
        height: 32.125em; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(2) .priz-img {
            width: 22.73438em;
            height: 17.83312em;
            left: 4.375em;
            top: -4.6875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(2) .priz-img {
            width: 16.5625em;
            height: 12.99188em;
            left: -2.125em;
            top: -1.375em; } }
      .megaaction .prizes .item:nth-of-type(2) .text-container {
        position: absolute;
        left: 14.8125em;
        top: 21.375em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 20.5em;
        z-index: 7; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(2) .text-container {
            left: 3.3125em;
            top: 9.375em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(2) .text-container {
            top: 5em;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            max-width: 14.0625em; } }
      .megaaction .prizes .item:nth-of-type(2) .quantity {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 12.5em;
        line-height: 1;
        text-align: center;
        letter-spacing: -0.05em;
        color: #FF2A2A;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 0em; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(2) .quantity {
            font-size: 9.375em;
            line-height: 1;
            margin-bottom: -0.075em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(2) .quantity {
            text-align: right;
            font-size: 6.25em;
            line-height: 1;
            margin-bottom: 0em; } }
      .megaaction .prizes .item:nth-of-type(2) .priz {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.25em;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        color: #1F1F1F; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(2) .priz {
            font-size: 1.875em;
            line-height: 1.1;
            letter-spacing: -0.0625em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(2) .priz {
            text-align: right;
            font-size: 1.5em;
            line-height: 1.2;
            letter-spacing: normal; } }
        .megaaction .prizes .item:nth-of-type(2) .priz.red {
          color: #FF2A2A;
          letter-spacing: 0.0625em; }
          @media (max-width: 1024px) {
            .megaaction .prizes .item:nth-of-type(2) .priz.red {
              letter-spacing: normal; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .prizes .item:nth-of-type(2) .priz.red {
              margin-bottom: 0; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .item:nth-of-type(3) {
          height: 15.625em; } }
      .megaaction .prizes .item:nth-of-type(3) .circle {
        position: absolute;
        top: 14.6875em;
        width: 43.90937em;
        height: 43.90937em;
        z-index: 4; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(3) .circle {
            width: 30em;
            height: 29.375em;
            left: -26.875em;
            top: 22.5em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(3) .circle {
            z-index: 5;
            width: 23.75em;
            height: 23.125em;
            left: -4.3125em;
            top: -4.375em; } }
        .megaaction .prizes .item:nth-of-type(3) .circle::after {
          content: '';
          width: 100%;
          height: 100%;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-color: #fff;
          z-index: -1; }
        .megaaction .prizes .item:nth-of-type(3) .circle::before {
          content: "";
          position: absolute;
          right: -2.625em;
          bottom: -2.25em;
          height: 44.8125em;
          width: 44.8125em;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: -webkit-radial-gradient(50% 50%, 22.375em, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
          background: -o-radial-gradient(50% 50%, 22.375em, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
          background: radial-gradient(22.375em at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
          z-index: -2; }
          @media (max-width: 1024px) {
            .megaaction .prizes .item:nth-of-type(3) .circle::before {
              background: -webkit-radial-gradient(50% 50%, 15.25em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: -o-radial-gradient(50% 50%, 15.25em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: radial-gradient(15.25em at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              -webkit-transform: rotate(17.95deg);
                  -ms-transform: rotate(17.95deg);
                      transform: rotate(17.95deg);
              height: 30.5em;
              width: 30.5em;
              right: 0.9375em;
              bottom: -1.25em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .prizes .item:nth-of-type(3) .circle::before {
              background: -webkit-radial-gradient(50% 50%, 13.4em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: -o-radial-gradient(50% 50%, 13.4em, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              background: radial-gradient(13.4em at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
              -webkit-transform: rotate(104.35deg);
                  -ms-transform: rotate(104.35deg);
                      transform: rotate(104.35deg);
              width: 26.86875em;
              height: 26.86875em;
              top: -1.25em;
              right: -1.25em;
              bottom: auto; } }
      .megaaction .prizes .item:nth-of-type(3) .priz-img {
        width: 20.4375em;
        height: 26.9375em;
        position: absolute;
        left: 12.6875em;
        top: -9.5625em; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(3) .priz-img {
            display: none;
            width: 11.31687em;
            height: 14.93062em;
            left: 9.6875em;
            top: -0.6875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(3) .priz-img {
            display: block;
            width: 8.56312em;
            height: 11.29813em;
            left: 15.8125em;
            top: 3.75em; } }
      .megaaction .prizes .item:nth-of-type(3) .text-container {
        max-width: 22.5em;
        position: absolute;
        left: 11.25em;
        top: 18.125em;
        z-index: 7; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(3) .text-container {
            max-width: 17.5em;
            left: 6.6875em;
            top: 14.375em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(3) .text-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start;
            text-align: left;
            max-width: 13.125em;
            left: 5.5625em;
            top: 3.4375em; } }
      .megaaction .prizes .item:nth-of-type(3) .quantity {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 9.375em;
        line-height: 1;
        text-align: center;
        letter-spacing: -0.05em;
        color: #FF2A2A;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 0em; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(3) .quantity {
            font-size: 5.625em;
            line-height: 1;
            text-align: center;
            letter-spacing: -0.0625em;
            margin-bottom: 0em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(3) .quantity {
            font-size: 5em;
            line-height: 1;
            letter-spacing: -0.05em;
            margin-bottom: 0.0625em; } }
      .megaaction .prizes .item:nth-of-type(3) .priz {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.3;
        text-align: center;
        text-transform: uppercase;
        color: #1F1F1F;
        margin-bottom: 0; }
        @media (max-width: 1024px) {
          .megaaction .prizes .item:nth-of-type(3) .priz {
            font-size: 1.125em;
            line-height: 1.3; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .prizes .item:nth-of-type(3) .priz {
            font-size: 1em;
            line-height: 1.5;
            text-align: left;
            max-width: 11.25em; } }
        .megaaction .prizes .item:nth-of-type(3) .priz.red {
          font-family: 'Proxima-Nova-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 2.5em;
          line-height: 1.3;
          text-align: center;
          text-transform: uppercase;
          color: #FF2A2A;
          margin-bottom: 0.3125em; }
          @media (max-width: 1024px) {
            .megaaction .prizes .item:nth-of-type(3) .priz.red {
              font-size: 1.875em;
              line-height: 1.5;
              margin-bottom: 0; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .prizes .item:nth-of-type(3) .priz.red {
              font-size: 1.5em;
              line-height: 1.5;
              margin-bottom: 0em; } }
        .megaaction .prizes .item:nth-of-type(3) .priz.thin {
          font-family: 'Proxima-Nova-Rg';
          font-style: normal;
          font-weight: normal;
          font-size: 1.5em;
          line-height: 1;
          text-align: center;
          text-transform: lowercase;
          color: #1F1F1F; }
          @media (max-width: 1024px) {
            .megaaction .prizes .item:nth-of-type(3) .priz.thin {
              font-size: 1em;
              line-height: 1; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .prizes .item:nth-of-type(3) .priz.thin {
              font-size: 0.875em;
              line-height: 1; } }
    .megaaction .prizes .balls1 {
      position: absolute;
      left: 22.5625em;
      bottom: -3.125em;
      width: 72.5em;
      height: 47em;
      z-index: 6; }
      @media (max-width: 1024px) {
        .megaaction .prizes .balls1 {
          display: none; } }
    .megaaction .prizes .balls1-table {
      display: none; }
      @media (max-width: 1024px) {
        .megaaction .prizes .balls1-table {
          display: block;
          width: 30.8125em;
          height: 34.3125em;
          position: absolute;
          right: 0;
          top: 40em;
          z-index: 4; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .balls1-table {
          display: none; } }
    .megaaction .prizes .balls1-mob {
      display: none; }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .balls1-mob {
          display: block;
          position: absolute;
          top: 15.3125em;
          left: 0;
          width: 21.25em;
          height: 59.9375em;
          z-index: 3; } }
    .megaaction .prizes .balls2 {
      position: absolute;
      left: 5.125em;
      bottom: 13.125em;
      width: 106.875em;
      height: 35.4375em;
      z-index: 3; }
      @media (max-width: 1024px) {
        .megaaction .prizes .balls2 {
          display: none; } }
    .megaaction .prizes .balls2-table {
      display: none; }
      @media (max-width: 1024px) {
        .megaaction .prizes .balls2-table {
          display: block;
          width: 48em;
          height: 75.75em;
          position: absolute;
          left: 0;
          top: -10.625em;
          z-index: 3; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .balls2-table {
          display: none; } }
    .megaaction .prizes .balls2-mob {
      display: none; }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .balls2-mob {
          display: block;
          position: absolute;
          top: 55.625em;
          right: 0;
          width: 17em;
          height: 12.875em;
          z-index: 5; } }
    .megaaction .prizes .balls3 {
      width: 32.8125em;
      height: 36.75em;
      position: absolute;
      right: -1.875em;
      top: -13.75em;
      z-index: 4; }
      @media (max-width: 1024px) {
        .megaaction .prizes .balls3 {
          display: none; } }
    .megaaction .prizes .balls3-mob {
      display: none; }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .prizes .balls3-mob {
          display: block;
          position: absolute;
          top: 33.125em;
          left: 0;
          width: 4.75em;
          height: 8.625em;
          z-index: 8; } }
  .megaaction .countdown {
    position: relative;
    z-index: 5;
    min-height: 71.875em;
    padding-top: 30.625em;
    margin-top: -38.125em;
    background: url("../img/countdown-section-bg.svg?v=4f871f9f") no-repeat center top/cover; }
    @media (max-width: 1024px) {
      .megaaction .countdown {
        margin-top: -18.125em;
        background: url("../img/countdown-section-bg-table.svg?v=fcb0adc6") no-repeat center top/cover;
        min-height: 43.125em;
        padding-top: 16.25em; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .countdown {
        background: url("../img/countdown-section-bg-mob.svg?v=a6be8d89") no-repeat center top/cover;
        margin-top: -10em;
        padding-top: 8.4375em;
        min-height: 23.125em; } }
    .megaaction .countdown .coin-center {
      position: absolute;
      z-index: 2;
      top: 6.25em;
      left: 39.375em;
      width: 14.375em;
      height: 11.75em; }
      @media (max-width: 1024px) {
        .megaaction .countdown .coin-center {
          display: none; } }
    .megaaction .countdown .container {
      padding-left: 1.6875em; }
      @media (max-width: 1024px) {
        .megaaction .countdown .container {
          padding-left: 0.375em; } }
    .megaaction .countdown .blab_countdown {
      width: 68.75em;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .megaaction .countdown .blab_countdown {
          width: 36.875em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .countdown .blab_countdown {
          width: 20.3125em; } }
    .megaaction .countdown .time_circles {
      position: relative; }
      .megaaction .countdown .time_circles canvas {
        width: 100%; }
    .megaaction .countdown .title {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 3.125em;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      color: #1F1F1F;
      margin-bottom: 0.625em; }
      @media (max-width: 1024px) {
        .megaaction .countdown .title {
          font-size: 1.5em;
          line-height: 1;
          margin-bottom: 0.9375em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .countdown .title {
          font-size: 1em;
          line-height: 1;
          letter-spacing: 0.08125em;
          margin-bottom: 0.9375em; } }
    .megaaction .countdown .blab_count-wrapper {
      margin-bottom: 2.0625em; }
      @media (max-width: 1024px) {
        .megaaction .countdown .blab_count-wrapper {
          margin-bottom: 1.5625em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .countdown .blab_count-wrapper {
          margin-bottom: 2.5em; } }
    .megaaction .countdown .blab_count {
      width: 100%;
      margin-left: 0 !important; }
    .megaaction .countdown .textDiv_Days {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .megaaction .countdown .textDiv_Days h4 {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 1em !important;
        line-height: 1 !important;
        text-align: center;
        color: #1F1F1F; }
        @media (max-width: 1024px) {
          .megaaction .countdown .textDiv_Days h4 {
            font-size: 0.75em !important;
            line-height: 1 !important;
            margin-top: -0.3125em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .textDiv_Days h4 {
            font-size: 0.875em !important;
            line-height: 1 !important;
            margin-top: -0.3125em; } }
      .megaaction .countdown .textDiv_Days span {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 4.375em !important;
        line-height: 1 !important;
        text-align: center;
        color: #1F1F1F;
        margin-top: -0.125em; }
        @media (max-width: 1024px) {
          .megaaction .countdown .textDiv_Days span {
            font-size: 2.5em !important;
            line-height: 1 !important;
            margin-bottom: 0.1875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .textDiv_Days span {
            font-size: 1.875em !important;
            line-height: 1 !important;
            margin-bottom: 0.9375em; } }
    .megaaction .countdown .textDiv_Hours {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .megaaction .countdown .textDiv_Hours h4 {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 1em !important;
        line-height: 1 !important;
        text-align: center;
        color: #1F1F1F; }
        @media (max-width: 1024px) {
          .megaaction .countdown .textDiv_Hours h4 {
            font-size: 0.75em !important;
            line-height: 1.5625em !important;
            margin-top: -0.3125em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .textDiv_Hours h4 {
            font-size: 0.875em !important;
            line-height: 1.8125em !important;
            margin-top: -0.625em; } }
      .megaaction .countdown .textDiv_Hours span {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 4.375em !important;
        line-height: 1 !important;
        text-align: center;
        color: #1F1F1F;
        margin-top: -0.125em; }
        @media (max-width: 1024px) {
          .megaaction .countdown .textDiv_Hours span {
            font-size: 2.5em !important;
            line-height: 1 !important;
            margin-bottom: 0.1875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .textDiv_Hours span {
            font-size: 1.875em !important;
            line-height: 1 !important;
            margin-bottom: 0.9375em; } }
    .megaaction .countdown .textDiv_Minutes {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .megaaction .countdown .textDiv_Minutes h4 {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 1em !important;
        line-height: 1 !important;
        text-align: center;
        color: #1F1F1F; }
        @media (max-width: 1024px) {
          .megaaction .countdown .textDiv_Minutes h4 {
            font-size: 0.75em !important;
            line-height: 1 !important;
            margin-top: -0.3125em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .textDiv_Minutes h4 {
            font-size: 0.875em !important;
            line-height: 1 !important;
            margin-top: -0.3125em; } }
      .megaaction .countdown .textDiv_Minutes span {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 4.375em !important;
        line-height: 1 !important;
        text-align: center;
        color: #1F1F1F;
        margin-top: -0.125em; }
        @media (max-width: 1024px) {
          .megaaction .countdown .textDiv_Minutes span {
            font-size: 2.5em !important;
            line-height: 1 !important;
            margin-bottom: 0.1875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .textDiv_Minutes span {
            font-size: 1.875em !important;
            line-height: 1 !important;
            margin-bottom: 0.9375em; } }
    .megaaction .countdown .textDiv_Seconds {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .megaaction .countdown .textDiv_Seconds h4 {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 1em !important;
        line-height: 1 !important;
        text-align: center;
        color: #1F1F1F; }
        @media (max-width: 1024px) {
          .megaaction .countdown .textDiv_Seconds h4 {
            font-size: 0.75em !important;
            line-height: 1 !important;
            margin-top: -0.3125em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .textDiv_Seconds h4 {
            font-size: 0.875em !important;
            line-height: 1 !important;
            margin-top: -0.3125em; } }
      .megaaction .countdown .textDiv_Seconds span {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 4.375em !important;
        line-height: 1 !important;
        text-align: center;
        color: #1F1F1F;
        margin-top: -0.125em; }
        @media (max-width: 1024px) {
          .megaaction .countdown .textDiv_Seconds span {
            font-size: 2.5em !important;
            line-height: 1 !important;
            margin-bottom: 0.1875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .textDiv_Seconds span {
            font-size: 1.875em !important;
            line-height: 1 !important;
            margin-bottom: 0.9375em; } }
    .megaaction .countdown .btn {
      position: relative;
      width: 19.625em;
      height: 5em;
      background: #D1083E;
      -webkit-border-radius: 0.625em;
              border-radius: 0.625em;
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 1.25em;
      line-height: 1.5em;
      color: #FFFFFF;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 3.25em;
      margin: 0 auto;
      text-transform: none;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      .megaaction .countdown .btn:hover {
        background: #F21E41;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s; }
      @media (max-width: 1024px) {
        .megaaction .countdown .btn {
          width: 17.5em;
          height: 5em;
          font-size: 1.25em;
          line-height: 1;
          padding-left: 2.5em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .countdown .btn {
          width: 13.1875em;
          height: 4.0625em;
          font-size: 0.875em;
          line-height: 1;
          padding-left: 1.875em; } }
      .megaaction .countdown .btn::after {
        content: '';
        position: absolute;
        right: 3.4375em;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url("../img/btn-arrow.svg?v=55460e35") no-repeat center top/cover;
        width: 1.4375em;
        height: 0.9375em; }
        @media (max-width: 1024px) {
          .megaaction .countdown .btn::after {
            right: 2.5em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .countdown .btn::after {
            right: 1.6875em;
            width: 1.125em;
            height: 0.8125em; } }
  .megaaction #circle {
    opacity: 0; }
  .megaaction .steps {
    position: relative;
    z-index: 3;
    background: #F8512C;
    padding-top: 0em;
    padding-bottom: 15em;
    margin-top: -14.375em;
    background-color: #F8512C; }
    @media (max-width: 1024px) {
      .megaaction .steps {
        padding-top: 4.6875em;
        background-position-y: -15rem;
        padding-bottom: 0;
        min-height: 70.3125em;
        margin-top: 0; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .steps {
        background-position-y: -8.75em;
        min-height: 56.25em;
        margin-top: -21.25em;
        padding-top: 0em; } }
    .megaaction .steps::after {
      content: "";
      width: 100%;
      height: 46.625em;
      position: absolute;
      left: 0;
      top: -43.4375em;
      z-index: 2;
      background: url("../img/steps-bg.svg?v=6d313f6d") no-repeat center top/cover; }
      @media (max-width: 1024px) {
        .megaaction .steps::after {
          top: -21.875em;
          height: 53.125em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .steps::after {
          height: 37.5em;
          top: -15.9375em; } }
    .megaaction .steps .ball-top {
      width: 31.875em;
      height: 36.8125em;
      position: absolute;
      right: -0.9375em;
      top: -28.75em;
      z-index: 3; }
      @media (max-width: 1024px) {
        .megaaction .steps .ball-top {
          display: none; } }
    .megaaction .steps .container {
      position: relative;
      z-index: 4; }
    .megaaction .steps .title {
      font-family: 'Proxima-Nova-Bold';
      font-weight: bold;
      font-size: 2.875em;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      margin: 0 auto;
      margin-bottom: 0.625em; }
      @media (max-width: 1024px) {
        .megaaction .steps .title {
          padding: 0 0.625em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .steps .title {
          font-size: 1.625em; } }
    .megaaction .steps .subtitle {
      font-family: 'Proxima-Nova-Bold';
      font-weight: bold;
      font-size: 5em;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase;
      color: #FFF61D;
      max-width: 12.5em;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .megaaction .steps .subtitle {
          font-size: 3.75em;
          margin-bottom: 0.6875em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .steps .subtitle {
          font-size: 1.875em;
          margin-bottom: 2.1875em; } }
    .megaaction .steps .track {
      width: 100em;
      height: 42.5em;
      margin-left: 5.3125em;
      margin-top: 15.625em;
      margin-bottom: 1em;
      position: relative;
      z-index: 2; }
      @media (max-width: 1024px) {
        .megaaction .steps .track {
          display: none; } }
    @media (max-width: 1024px) {
      .megaaction .steps .list {
        padding-left: 18.125em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 1.875em; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .steps .list {
        padding-left: 4.375em;
        padding-top: 2.6875em;
        margin-bottom: 1.25em; } }
    .megaaction .steps .item {
      list-style: none;
      position: absolute; }
      @media (max-width: 1024px) {
        .megaaction .steps .item {
          margin-bottom: 2.8125em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .steps .item {
          margin-bottom: 6.25em; } }
      .megaaction .steps .item:nth-of-type(1) {
        position: relative;
        z-index: 1;
        max-width: 21.5625em;
        position: absolute;
        left: 25.8125em;
        top: 37.5em; }
        @media (max-width: 1024px) {
          .megaaction .steps .item:nth-of-type(1) {
            max-width: 24.6875em;
            position: relative;
            top: initial;
            left: initial; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .steps .item:nth-of-type(1) {
            margin-bottom: 2.8125em; } }
        .megaaction .steps .item:nth-of-type(1)::after {
          content: '1';
          font-family: 'Proxima-Nova-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 2.25em;
          line-height: 1;
          text-transform: uppercase;
          color: #F66241;
          width: 1.625em;
          height: 1.625em;
          background: #FFD75E;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: absolute;
          left: -2.25em;
          top: 0.5em; }
          @media (max-width: 1024px) {
            .megaaction .steps .item:nth-of-type(1)::after {
              font-size: 2.25em;
              line-height: 1;
              width: 1.625em;
              height: 1.625em;
              left: -2.0625em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .steps .item:nth-of-type(1)::after {
              font-size: 1.5em;
              line-height: 1;
              width: 1.625em;
              height: 1.625em;
              left: -2.5em;
              top: 0.625em; } }
        .megaaction .steps .item:nth-of-type(1)::before {
          content: '';
          position: absolute;
          left: -22.6875em;
          top: -3.1875em;
          width: 19.62125em;
          height: 13.56938em;
          background: url("../img/steps-icon-3.png?v=5d8b5585") no-repeat center top/cover; }
          @media (max-width: 1024px) {
            .megaaction .steps .item:nth-of-type(1)::before {
              width: 8.66em;
              height: 5.98937em;
              top: 0.9375em;
              left: -14.6875em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .steps .item:nth-of-type(1)::before {
              width: 6.875em;
              height: 4.75em;
              left: 2.1875em;
              top: -4.6875em; } }
        .megaaction .steps .item:nth-of-type(1) .item-title {
          font-size: 2.5em;
          line-height: 1.25;
          margin-bottom: 0.625em; }
          @media (max-width: 1024px) {
            .megaaction .steps .item:nth-of-type(1) .item-title {
              font-size: 1.875em;
              line-height: 1;
              margin-bottom: 1.125em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .steps .item:nth-of-type(1) .item-title {
              font-size: 1.25em;
              line-height: 1;
              max-width: 10em; } }
        @media (max-width: 1024px) {
          .megaaction .steps .item:nth-of-type(1) .text {
            max-width: 19.6875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .steps .item:nth-of-type(1) .text {
            max-width: 15.625em; } }
        @media (max-width: 1024px) {
          .megaaction .steps .item:nth-of-type(1) .text br {
            display: none; } }
      .megaaction .steps .item:nth-of-type(2) {
        position: relative;
        z-index: 1;
        max-width: 30.9375em;
        position: absolute;
        right: 19.875em;
        top: 42.1875em; }
        @media (max-width: 1024px) {
          .megaaction .steps .item:nth-of-type(2) {
            position: relative;
            top: initial;
            right: initial;
            margin-bottom: 0; } }
        .megaaction .steps .item:nth-of-type(2)::after {
          content: '2';
          font-family: 'Proxima-Nova-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 2.25em;
          line-height: 1;
          text-transform: uppercase;
          color: #F66241;
          width: 1.625em;
          height: 1.625em;
          background: #FFD75E;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: absolute;
          left: -2.1875em;
          top: 0.375em; }
          @media (max-width: 1024px) {
            .megaaction .steps .item:nth-of-type(2)::after {
              font-size: 2.25em;
              line-height: 1;
              width: 1.625em;
              height: 1.625em;
              left: -2.0625em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .steps .item:nth-of-type(2)::after {
              font-size: 1.5em;
              line-height: 1;
              width: 1.625em;
              height: 1.625em;
              left: -2.5em;
              top: 0.625em; } }
        .megaaction .steps .item:nth-of-type(2)::before {
          content: '';
          position: absolute;
          z-index: 2;
          right: -11.625em;
          top: -16.25em;
          width: 29.375em;
          height: 25em;
          background: url("../img/steps-icon-4.png?v=d5853289") no-repeat center top/cover; }
          @media (max-width: 1024px) {
            .megaaction .steps .item:nth-of-type(2)::before {
              width: 16.5em;
              height: 16.5em;
              top: -2em;
              left: -18.0625em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .steps .item:nth-of-type(2)::before {
              width: 10.125em;
              height: 7.8125em;
              left: 6.9375em;
              top: -3.0625em; } }
        .megaaction .steps .item:nth-of-type(2) .item-title {
          font-size: 2.5em;
          line-height: 1; }
          @media (max-width: 1024px) {
            .megaaction .steps .item:nth-of-type(2) .item-title {
              font-size: 1.875em;
              line-height: 1; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .steps .item:nth-of-type(2) .item-title {
              font-size: 1.25em;
              line-height: 1;
              margin-bottom: 1.25em; } }
        @media (max-width: 1024px) {
          .megaaction .steps .item:nth-of-type(2) .text {
            max-width: 23.75em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .steps .item:nth-of-type(2) .text {
            font-size: 0.875em;
            line-height: 1.8; } }
        @media (max-width: 1024px) {
          .megaaction .steps .item:nth-of-type(2) .text br {
            display: none; } }
        .megaaction .steps .item:nth-of-type(2) .text br.mob {
          display: none; }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .steps .item:nth-of-type(2) .text br.mob {
              display: block; } }
      .megaaction .steps .item .item-title {
        font-family: 'Proxima-Nova-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: 2.125em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-bottom: 0.875em; }
        @media (max-width: 1024px) {
          .megaaction .steps .item .item-title {
            font-size: 1.875em;
            line-height: 1; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .steps .item .item-title {
            font-size: 1.25em;
            line-height: 1;
            margin-bottom: 1.3125em; } }
        .megaaction .steps .item .item-title .lowercase {
          text-transform: lowercase; }
      .megaaction .steps .item .text {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 1.5em;
        line-height: 1.85;
        color: #FFFFFF; }
        @media (max-width: 1024px) {
          .megaaction .steps .item .text {
            font-size: 1.25em;
            line-height: 1.85;
            padding-right: 3.125em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .steps .item .text {
            font-size: 0.875em;
            line-height: 1.85;
            padding-right: 0em; } }
        .megaaction .steps .item .text a {
          font-family: 'Proxima-Nova-Bold';
          border-bottom: 1px solid #fff; }
        .megaaction .steps .item .text .bold {
          font-family: 'Proxima-Nova-Bold'; }
    .megaaction .steps .prize-amount {
      width: 80.29625em;
      height: 10.63125em;
      position: absolute;
      left: 17.8125em;
      top: 21.875em; }
      @media (max-width: 1024px) {
        .megaaction .steps .prize-amount {
          display: none; } }
    .megaaction .steps .coin-left {
      position: absolute;
      left: 1.5625em;
      top: -21.25em;
      width: 18.75em;
      height: 42.1875em;
      z-index: 4; }
      @media (max-width: 1024px) {
        .megaaction .steps .coin-left {
          width: 11.345em;
          height: 26.25em;
          top: -10em;
          left: -4.375em; } }
      .megaaction .steps .coin-left.mob {
        display: none; }
        @media (max-width: 1024px) {
          .megaaction .steps .coin-left.mob {
            display: block; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .steps .coin-left.mob {
            display: none; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .steps .coin-left {
          display: none; } }
    .megaaction .steps .coin-table-bottom {
      display: none; }
      @media (max-width: 1024px) {
        .megaaction .steps .coin-table-bottom {
          display: block;
          position: absolute;
          z-index: 3;
          right: 0em;
          top: -23.4375em;
          width: 11.8125em;
          height: 27.75em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .steps .coin-table-bottom {
          display: none; } }
    .megaaction .steps .coin-table-big {
      display: none; }
      @media (max-width: 1024px) {
        .megaaction .steps .coin-table-big {
          display: block;
          position: absolute;
          z-index: 5;
          left: 0em;
          top: -15.625em;
          width: 15.625em;
          height: 12.5em;
          -webkit-transform: rotate(15.41deg);
              -ms-transform: rotate(15.41deg);
                  transform: rotate(15.41deg); } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .steps .coin-table-big {
          display: none; } }
    .megaaction .steps .coin-right {
      position: absolute;
      right: 0.9375em;
      top: -2.5em;
      width: 15.625em;
      height: 28.125em;
      z-index: 4; }
      @media (max-width: 1024px) {
        .megaaction .steps .coin-right {
          width: 9.375em;
          height: 18.75em;
          top: -5em;
          right: 0.625em; } }
      .megaaction .steps .coin-right.mob {
        display: none; }
        @media (max-width: 1024px) {
          .megaaction .steps .coin-right.mob {
            display: block; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .steps .coin-right.mob {
            display: none; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .steps .coin-right {
          display: none; } }
  .megaaction #circle {
    -webkit-animation: coinRotationTop 1.5s linear infinite, coinRotationLeft 4s linear infinite;
            animation: coinRotationTop 1.5s linear infinite, coinRotationLeft 4s linear infinite; }
  .megaaction .summary {
    position: relative;
    z-index: 1;
    background: -webkit-linear-gradient(315.49deg, #FF7C53 31.08%, #FF7222 73.66%);
    background: -o-linear-gradient(315.49deg, #FF7C53 31.08%, #FF7222 73.66%);
    background: linear-gradient(134.51deg, #FF7C53 31.08%, #FF7222 73.66%);
    background: url("../img/summary-bg.svg?v=a5fcb602") no-repeat center top/cover;
    padding-top: 21.875em;
    padding-bottom: 93.75em;
    margin-top: -21.875em;
    background-position-y: -9.375em; }
    @media (max-width: 1024px) {
      .megaaction .summary {
        margin-top: -15.625em;
        padding-top: 14.6875em;
        padding-bottom: 50em; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .summary {
        background: -webkit-linear-gradient(315.49deg, #FF7C53 31.08%, #FF7222 73.66%);
        background: -o-linear-gradient(315.49deg, #FF7C53 31.08%, #FF7222 73.66%);
        background: linear-gradient(134.51deg, #FF7C53 31.08%, #FF7222 73.66%);
        margin-top: -37.5em;
        padding-top: 37.8125em;
        padding-bottom: 16.875em; } }
    .megaaction .summary .container {
      position: relative;
      z-index: 5; }
    .megaaction .summary .title {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 2.875em;
      line-height: 1.7;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      max-width: 21.25em;
      margin: 0 auto;
      margin-bottom: 1.875em; }
      @media (max-width: 1024px) {
        .megaaction .summary .title {
          font-size: 1.875em;
          line-height: 1.7;
          max-width: 20em;
          margin-bottom: 1.875em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .summary .title {
          font-size: 1.25em;
          line-height: 1.8;
          max-width: 17.5em;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 1.5625em;
          padding: 0 0.625em; } }
      .megaaction .summary .title .yellow {
        font-size: 1.71875em;
        letter-spacing: 0.00625em;
        line-height: 1.3;
        text-align: center;
        text-transform: uppercase;
        color: #FFF61D;
        display: block;
        margin: 0 -0.625em;
        margin-bottom: -0.5625em; }
        @media (max-width: 1024px) {
          .megaaction .summary .title .yellow {
            font-size: 1.6875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .summary .title .yellow {
            font-size: 1.1875em;
            line-height: 1.3;
            margin-bottom: 0em; } }
    .megaaction .summary .text {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 2.25em;
      line-height: 1.5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      max-width: 11.25em;
      margin: 0 auto;
      margin-bottom: 1.875em; }
      @media (max-width: 1024px) {
        .megaaction .summary .text {
          font-size: 1.5em;
          line-height: 1.5;
          margin: 0 auto;
          margin-bottom: 1.875em;
          text-align: center;
          max-width: 11.25em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .summary .text {
          font-size: 1.125em;
          line-height: 1.6;
          max-width: 11.25em;
          margin-bottom: 1.5625em; } }
    .megaaction .summary .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 2.125em; }
      @media (max-width: 1024px) {
        .megaaction .summary .row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 1.875em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .summary .row {
          margin-bottom: 0em; } }
    .megaaction .summary .btn {
      position: relative;
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 1.25em;
      line-height: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 19.375em;
      height: 3.9375em;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-border-radius: 0.5em;
              border-radius: 0.5em;
      text-transform: none;
      padding-left: 1.75em;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      @media (max-width: 1024px) {
        .megaaction .summary .btn {
          font-size: 1.25em;
          line-height: 1.5em;
          height: 4.0625em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .summary .btn {
          width: 20.625em;
          height: 4.6875em;
          font-size: 0.875em;
          line-height: 1;
          margin-bottom: 1.875em; } }
      .megaaction .summary .btn.yellow {
        margin-right: 0.9375em;
        background: #FFF61D;
        color: #F8512C; }
        @media (max-width: 1024px) {
          .megaaction .summary .btn.yellow {
            margin-bottom: 1.5625em;
            margin-right: 0; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .summary .btn.yellow {
            margin-bottom: 1.25em;
            padding-left: 2.375em; } }
        .megaaction .summary .btn.yellow:hover {
          background: #FFFA82;
          -webkit-transition: background 0.5s;
          -o-transition: background 0.5s;
          transition: background 0.5s; }
      .megaaction .summary .btn.red {
        background: #D1083E;
        color: #FFFFFF;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 2.8125em;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 1024px) {
          .megaaction .summary .btn.red {
            margin-bottom: 2.1875em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .summary .btn.red {
            margin-bottom: 1.25em; } }
        .megaaction .summary .btn.red:hover {
          background: #F21E41;
          -webkit-transition: background 0.5s;
          -o-transition: background 0.5s;
          transition: background 0.5s; }
        .megaaction .summary .btn.red:after {
          content: none; }
      .megaaction .summary .btn.white {
        background: #FFFFFF;
        color: #F8512C;
        padding-left: 2.8125em; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .summary .btn.white {
            margin-bottom: 1.5625em;
            padding-left: 3.75em; } }
        .megaaction .summary .btn.white:hover {
          background: #FFF0EA;
          -webkit-transition: background 0.5s;
          -o-transition: background 0.5s;
          transition: background 0.5s; }
        .megaaction .summary .btn.white::after {
          right: 2.5em; }
          @media (max-width: 1024px) {
            .megaaction .summary .btn.white::after {
              right: 1.875em; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .megaaction .summary .btn.white::after {
              right: 2.5em; } }
      .megaaction .summary .btn::after {
        content: '';
        position: absolute;
        right: 1.875em;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1.25em;
        height: 0.75em;
        background: url("../img/btn-arrow-orange.svg?v=78d8ca41") no-repeat center top/cover; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .summary .btn::after {
            right: 1.875em;
            width: 1.6875em;
            height: 1.0625em; } }
    .megaaction .summary .balls {
      position: absolute;
      left: 0;
      bottom: 1.5625em;
      width: 120em;
      height: 69.6875em; }
      @media (max-width: 1024px) {
        .megaaction .summary .balls {
          position: absolute;
          left: -2.5625em;
          bottom: -1.0625em;
          width: 59em;
          height: 36.25em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .summary .balls {
          width: 34.5625em;
          height: 19.0625em;
          left: -7.8125em;
          bottom: 1.5625em;
          -webkit-transform: rotate(6.5deg);
              -ms-transform: rotate(6.5deg);
                  transform: rotate(6.5deg); } }
    .megaaction .summary .description {
      font-family: Open Sans;
      font-size: 1em;
      line-height: 1.8125em;
      text-align: center;
      color: #FFFFFF;
      font-style: italic;
      max-width: 65.625em;
      margin: 0 auto;
      letter-spacing: 0.3px; }
      @media (max-width: 1024px) {
        .megaaction .summary .description {
          max-width: 43.125em;
          font-size: 1em;
          line-height: 1.8125em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .summary .description {
          font-size: 0.875em;
          line-height: 1.875em;
          max-width: 21.875em; } }
      @media (max-width: 1024px) {
        .megaaction .summary .description br {
          display: none; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .summary .description br {
          display: block; } }
      .megaaction .summary .description .yellow {
        color: #FFD700;
        font-family: Open Sans;
        font-weight: 800;
        letter-spacing: 0.5px;
        font-size: 1.0625em; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .summary .description .yellow {
            letter-spacing: normal;
            font-size: 1.125em; } }
  .megaaction .video {
    padding-bottom: 5.625em;
    padding-top: 6.25em;
    background: #FAFAFA; }
    @media (max-width: 1024px) {
      .megaaction .video {
        position: relative;
        z-index: 3;
        padding-top: 1.875em;
        margin-top: -3.75em;
        padding-bottom: 4.375em; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .video {
        padding-top: 0.625em;
        margin-top: 0em;
        padding-bottom: 1.75em; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .video .container {
        padding: 0; } }
    .megaaction .video .title {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 2.875em;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      color: #D1083E;
      margin-bottom: 1.25em; }
      @media (max-width: 1024px) {
        .megaaction .video .title {
          font-size: 1.875em;
          line-height: 1;
          margin-bottom: 1.4375em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .video .title {
          font-size: 1.25em;
          line-height: 1.4;
          margin-bottom: 0.8125em; } }
    .megaaction .video .video-wrap {
      position: relative;
      max-width: 79.125em;
      margin: 0 auto;
      overflow: hidden;
      -webkit-border-radius: 0.625em;
              border-radius: 0.625em;
      height: 38.75em; }
      @media (max-width: 1024px) {
        .megaaction .video .video-wrap {
          max-width: 46.0625em;
          height: 22.5em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .video .video-wrap {
          max-width: 21.25em;
          height: 10.375em; } }
      .megaaction .video .video-wrap .video-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .video .video-wrap .video-overlay {
            display: none; } }
      .megaaction .video .video-wrap .play {
        width: 9.125em;
        height: 9.125em;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: url("../img/video-play.svg?v=a12f8350") no-repeat center top/cover;
        border: none; }
        @media (max-width: 1024px) {
          .megaaction .video .video-wrap .play {
            width: 7.5em;
            height: 7.5em; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .video .video-wrap .play {
            width: 3.4375em;
            height: 3.4375em; } }
      .megaaction .video .video-wrap iframe {
        border: 0;
        width: 100%;
        height: 100%; }
  .megaaction .subscribe {
    padding-bottom: 7.5em;
    background: #FAFAFA; }
    @media (max-width: 1024px) {
      .megaaction .subscribe {
        padding-bottom: 3.75em; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .megaaction .subscribe {
        padding-bottom: 1.875em; } }
    .megaaction .subscribe .title {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 2.25em;
      line-height: 1.7;
      text-align: center;
      text-transform: uppercase;
      color: #1F1F1F;
      max-width: 31.25em;
      margin: 0 auto;
      margin-bottom: 1.5625em; }
      @media (max-width: 1024px) {
        .megaaction .subscribe .title {
          font-size: 1.875em;
          line-height: 1.4;
          margin-bottom: 1.25em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .subscribe .title {
          font-size: 1em;
          line-height: 1.9;
          margin-bottom: 1em; } }
    .megaaction .subscribe .form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1024px) {
        .megaaction .subscribe .form {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .megaaction .subscribe .input {
      width: 24.25em;
      height: 3.25em;
      background: #FFFFFF;
      border: 1px solid #C1C1C1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 0.3125em;
              border-radius: 0.3125em;
      margin-right: 1.25em;
      padding: 0em 1.875em;
      font-family: 'Proxima-Nova-Rg';
      font-style: normal;
      font-weight: normal;
      font-size: 1.5em;
      line-height: 1.875em; }
      @media (max-width: 1024px) {
        .megaaction .subscribe .input {
          margin-right: 0em;
          width: 24.375em;
          height: 3.3125em;
          margin-bottom: 1.75em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .subscribe .input {
          width: 18.75em;
          height: 4.0625em;
          font-size: 1em;
          line-height: 1;
          padding: 0em 1.25em;
          margin-bottom: 2.0625em;
          -webkit-border-radius: 0.625em;
                  border-radius: 0.625em; } }
      .megaaction .subscribe .input::-webkit-input-placeholder {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 0.9375em;
        line-height: 1.875em;
        letter-spacing: 0.0375em;
        color: #B4B4B4; }
      .megaaction .subscribe .input::-moz-placeholder {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 0.9375em;
        line-height: 1.875em;
        letter-spacing: 0.0375em;
        color: #B4B4B4; }
      .megaaction .subscribe .input:-ms-input-placeholder {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 0.9375em;
        line-height: 1.875em;
        letter-spacing: 0.0375em;
        color: #B4B4B4; }
      .megaaction .subscribe .input::-ms-input-placeholder {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 0.9375em;
        line-height: 1.875em;
        letter-spacing: 0.0375em;
        color: #B4B4B4; }
      .megaaction .subscribe .input::placeholder {
        font-family: 'Proxima-Nova-Rg';
        font-style: normal;
        font-weight: normal;
        font-size: 0.9375em;
        line-height: 1.875em;
        letter-spacing: 0.0375em;
        color: #B4B4B4; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .subscribe .input::-webkit-input-placeholder {
            font-size: 1em;
            line-height: 1.875em;
            letter-spacing: 0em; }
          .megaaction .subscribe .input::-moz-placeholder {
            font-size: 1em;
            line-height: 1.875em;
            letter-spacing: 0em; }
          .megaaction .subscribe .input:-ms-input-placeholder {
            font-size: 1em;
            line-height: 1.875em;
            letter-spacing: 0em; }
          .megaaction .subscribe .input::-ms-input-placeholder {
            font-size: 1em;
            line-height: 1.875em;
            letter-spacing: 0em; }
          .megaaction .subscribe .input::placeholder {
            font-size: 1em;
            line-height: 1.875em;
            letter-spacing: 0em; } }
    .megaaction .subscribe .submit {
      position: relative;
      width: 14.0625em;
      height: 3.75em;
      background: #D1083E;
      -webkit-border-radius: 0.3125em;
              border-radius: 0.3125em;
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 1.25em;
      line-height: 1.5em;
      color: #FFFFFF;
      text-align: left;
      border: none;
      padding-left: 2.6875em; }
      @media (max-width: 1024px) {
        .megaaction .subscribe .submit {
          height: 4.0625em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .subscribe .submit {
          width: 15em;
          height: 4.6875em;
          font-size: 0.875em;
          line-height: 1.5em;
          padding-left: 3.125em;
          -webkit-border-radius: 0.625em;
                  border-radius: 0.625em; } }
      .megaaction .subscribe .submit::after {
        content: '';
        position: absolute;
        right: 2.5em;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1.25em;
        height: 0.75em;
        background: url("../img/btn-arrow.svg?v=55460e35") no-repeat center top/cover; }
        @media (min-width: 320px) and (max-width: 767px) {
          .megaaction .subscribe .submit::after {
            right: 2.375em;
            width: 1.375em;
            height: 1em; } }
      .megaaction .subscribe .submit:hover {
        background: #F21E41;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s; }
    .megaaction .subscribe .thank {
      font-family: 'Proxima-Nova-Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 3.125em;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      color: #D1083E;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
      margin-bottom: -11.875em;
      padding-top: 0.625em;
      padding-bottom: 12.5em; }
      @media (max-width: 1024px) {
        .megaaction .subscribe .thank {
          padding-bottom: 6.25em;
          margin-bottom: -5.625em; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .megaaction .subscribe .thank {
          font-size: 1.875em;
          padding-bottom: 3.125em;
          margin-bottom: -2.8125em; } }
