@-webkit-keyframes loaderanim {
  0% {
    opacity: 0.3;
    background: #fff;
  }
  50% {
    opacity: 1;
    background: #EA5B0C;
  }
  100% {
    opacity: 0.3;
    background: #EA5B0C;
  }
}
@keyframes loaderanim {
  0% {
    opacity: 0.3;
    background: #fff;
  }
  50% {
    opacity: 1;
    background: #EA5B0C;
  }
  100% {
    opacity: 0.3;
    background: #EA5B0C;
  }
}
@-webkit-keyframes circleBase {
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes circleBase {
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
* {
  min-width: 0;
  font-size: 16px;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  background: url(../img/bg_def.jpg) center top no-repeat black;
  background-size: cover;
  color: #fff;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}
body.js-open {
  overflow: hidden;
  max-height: 100vh;
}
body.js-open .modal-container {
  visibility: visible;
  opacity: 1;
}

.promo-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.promo-code span {
  position: relative;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 60px;
  padding: 0 16px;
  margin-left: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.promo-code span:before {
  position: absolute;
  content: "Copied!";
  left: 0;
  right: 0;
  top: -20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.promo-code span.active {
  background: rgba(250, 213, 20, 0.8);
}
.promo-code span.active:before {
  visibility: visible;
  opacity: 1;
}

.terms {
  position: relative;
  max-width: 767px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.terms p {
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 400;
  top: -8px;
  border-radius: 16px;
  margin: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
}
.terms a {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  padding-right: 18px;
  color: #fff;
  z-index: 2;
  font-weight: 400;
  text-decoration: none;
}
.terms a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../img/arrow.svg) no-repeat;
  top: 50%;
  margin-top: -3px;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.terms a.active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.terms a.active + p {
  padding: 32px 16px 16px 16px;
  max-height: 1000px;
  color: #fff;
  background: rgba(250, 213, 20, 0.45);
}

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 1042;
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader-wrapper .loader {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader-wrapper .logo {
  margin-right: -32px;
  margin-bottom: 32px;
}
.loader-wrapper .dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loader-wrapper .dots span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  margin: 0 8px;
  opacity: 0.3;
}
.loader-wrapper .dots span:nth-child(1) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
          animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loader-wrapper .dots span:nth-child(2) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
          animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loader-wrapper .dots span:nth-child(3) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
          animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
}

.container {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
}
.container:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: calc(360px * 1);
  height: calc(388px * 1);
  background: url(../img/before.png) no-repeat;
  background-size: 100% 100%;
}
.container:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: calc(500px * 1);
  height: calc(595px * 1);
  background: url(../img/after.png) no-repeat;
  background-size: 100% 100%;
}

.layer {
  position: absolute;
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}
.layer.decor1 {
  top: -35px;
  left: 64px;
}
.layer.decor2 {
  top: -35px;
  left: 255px;
  max-width: 85px;
}
.layer.decor3 {
  top: -35px;
  right: 318px;
}
.layer.decor4 {
  top: -35px;
  right: 51px;
}
.layer.img1 {
  left: calc(50%);
  margin-left: -480px;
  bottom: -132px;
}
.layer.img2 {
  top: -46px;
  left: calc(50%);
  margin-left: -480px;
}
.layer.img3 {
  right: 50%;
  margin-right: -570px;
  top: 0;
}
.layer.img4 {
  bottom: -56px;
  right: 50%;
  margin-right: -480px;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 64px;
  margin-bottom: 175px;
}
.top .logo {
  max-width: 212px;
  margin-bottom: 64px;
}
.top .logo img {
  width: 100%;
  height: auto;
}
.top h1 {
  font-size: 64px;
  line-height: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 75px 0;
  text-transform: uppercase;
}

.circle-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  margin-bottom: 184px;
}
.circle-container .text-wrp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.circle-container .text-wrp span {
  height: 220px;
  width: 500px;
  background: url(../img/frame.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 56px;
  text-transform: uppercase;
}
.circle-container .text-wrp span:before {
  position: absolute;
  content: "";
  z-index: 2;
}
.circle-container .text-wrp span:first-child:before {
  left: -6px;
  right: 6px;
  height: 81px;
  top: -40px;
  width: auto;
  background: url(../img/snow1.png) no-repeat;
  background-size: 100% 100%;
}
.circle-container .text-wrp span:last-child:before {
  left: -6px;
  right: 0px;
  height: 118px;
  top: -28px;
  width: auto;
  background: url(../img/snow2.png) no-repeat;
  background-size: 100% 100%;
}
.circle-container:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: url(../img/light.png) no-repeat;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: calc(908px * 1);
  height: calc(628px * 1);
  background-size: 100% 100%;
  z-index: -1;
  -webkit-animation: light 2s ease-in-out infinite alternate;
          animation: light 2s ease-in-out infinite alternate;
}

.circle-bg {
  position: relative;
  padding: 11px;
  background: url(../img/circle-border.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}
.circle-bg .button-wrp {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEF95E), to(#FFA800));
  background: linear-gradient(180deg, #FEF95E 0%, #FFA800 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
.circle-bg .button-wrp:before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#981C0E), to(#CE0000));
  background: linear-gradient(0deg, #981C0E 0%, #CE0000 100%);
}
.circle-bg .button-wrp button {
  min-width: 196px;
  z-index: 5;
  height: 60px;
  border: none;
  text-transform: uppercase;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEF95E), to(#FFA800));
  background: linear-gradient(180deg, #FEF95E 0%, #FFA800 100%);
  outline: none;
  font-size: 40px;
  font-weight: 700;
  color: #CE0101;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.circle-bg .button-wrp button:hover {
  opacity: 0.9;
}
.circle-bg:before {
  position: absolute;
  content: "";
  left: 11px;
  right: 11px;
  top: 11px;
  bottom: 11px;
  z-index: 1;
  border-radius: 50%;
  background: url(../img/overlay.png) center center no-repeat;
  background-size: 100% 100%;
}
.circle-bg:after {
  position: absolute;
  content: "";
  width: calc(297px * 1);
  height: calc(390px * 1);
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  background: url(../img/prize.png) 100% 100% no-repeat;
}

.circle {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.b1st .circle {
  -webkit-transition: -webkit-transform ease-out 4s;
  transition: -webkit-transform ease-out 4s;
  transition: transform ease-out 4s;
  transition: transform ease-out 4s, -webkit-transform ease-out 4s;
  -webkit-transform: rotate(2250deg);
          transform: rotate(2250deg);
}

.b2st .circle {
  -webkit-transition: -webkit-transform ease-out 4.5s;
  transition: -webkit-transform ease-out 4.5s;
  transition: transform ease-out 4.5s;
  transition: transform ease-out 4.5s, -webkit-transform ease-out 4.5s;
  -webkit-transform: rotate(1710deg);
          transform: rotate(1710deg);
}

.b3st .circle {
  -webkit-transition: -webkit-transform ease-out 5s;
  transition: -webkit-transform ease-out 5s;
  transition: transform ease-out 5s;
  transition: transform ease-out 5s, -webkit-transform ease-out 5s;
  -webkit-transform: rotate(1980deg);
          transform: rotate(1980deg);
}

.footer {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flex-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -60px;
  margin-right: -60px;
}
.footer .flex-wrp .item-wrp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .item span {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.footer .item .ico {
  width: 128px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: radial-gradient(50% 50% at 50% 50%, #CE0000 43.23%, #92170A 95.31%);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 19px;
}
.footer .item .ico:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: url(../img/circle-border.png) no-repeat;
  background-size: 100% 100%;
}
.footer .item .ico img {
  vertical-align: middle;
}

.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-y-scrolling: touch;
  padding-top: 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-container .modal-body {
  position: relative;
  z-index: 3;
  padding-top: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal-container .modal-body:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(563px * 1);
  height: calc(372px * 1);
  background: url(../img/modal-gift.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  z-index: 1;
}
.modal-container .modal-body:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: url(../img/light.png) no-repeat;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: calc(908px * 1);
  height: calc(628px * 1);
  background-size: 100% 100%;
  z-index: -1;
  -webkit-animation: light 2s ease-in-out infinite alternate;
          animation: light 2s ease-in-out infinite alternate;
}
.modal-container .modal {
  padding: 56px 16px;
  width: 767px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: url(../img/frame.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 24px;
  text-transform: uppercase;
  z-index: 3;
  margin-bottom: 24px;
}
.modal-container .prize {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 16px;
}
.modal-container h2 {
  font-size: 56px;
  line-height: 56px;
  padding: 0;
  margin: 0 0 24px 0;
  text-align: center;
  color: #FAD514;
}
.modal-container h2 i {
  font-size: 56px;
  line-height: 56px;
  font-style: normal;
}
.modal-container h2 span {
  display: block;
  font-size: 24px;
  line-height: 32px;
  padding-top: 24px;
  color: #fff;
}
.modal-container .claim {
  width: 242px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEF95E), to(#FFA800)), -webkit-gradient(linear, left top, left bottom, from(#FDF659), color-stop(133.33%, #BA7700));
  background: linear-gradient(180deg, #FEF95E 0%, #FFA800 100%), linear-gradient(180deg, #FDF659 0%, #BA7700 133.33%);
  color: #a1170c;
  font-size: 26px;
  text-align: center;
  line-height: 64px;
  border-radius: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modal-container .claim:hover {
  opacity: 0.8;
}

.au {
  background: url(../img/bg_au.png) center top no-repeat;
  background-size: cover;
}
.au .container:after {
  background: url(../img/after_au.png) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 1890px) {
  .top h1 {
    margin-bottom: 0;
  }

  .layer.decor3 {
    right: 0;
  }

  .layer.decor4 {
    right: 140px;
  }
}
@media (max-width: 1715px) {
  .top h1 {
    font-size: 54px;
  }

  .top {
    padding-top: 54px;
  }

  .top .logo {
    margin-bottom: 46px;
  }

  .container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .circle-container .text-wrp span {
    font-size: 42px;
    width: 480px;
  }
}
@media (max-width: 1600px) {
  .modal-container {
    padding-top: 64px;
  }

  .modal-container .modal-body {
    padding-top: 180px;
  }

  .modal-container .modal-body:before {
    width: calc(563px * .7);
    height: calc(372px * .7);
  }

  .layer.decor1 {
    left: 0;
  }

  .layer.decor2 {
    left: 110px;
  }

  .layer.img1 {
    max-width: 320px;
  }

  .layer.img1 {
    margin-left: -400px;
    bottom: -100px;
  }

  .layer.img2 {
    margin-left: -400px;
    max-width: 250px;
  }

  .container:after {
    width: calc(500px * .7);
    height: calc(595px * .7);
  }

  .circle-container .text-wrp span:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 48px;
  }

  .circle-container .text-wrp span:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 80px;
  }

  .circle-container .text-wrp span {
    font-size: 36px;
    line-height: 1.35;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1500px) {
  .circle {
    width: 540px;
  }

  .top {
    padding-top: 32px;
  }

  .top h1 {
    font-size: 46px;
  }

  .circle-bg:after {
    width: calc(297px * .9);
    height: calc(390px * .9);
    background-size: 100% 100%;
    top: -70px;
  }

  .circle-container .text-wrp span {
    font-size: 28px;
    height: 180px;
  }

  .footer .flex-wrp {
    margin-left: -46px;
    margin-right: -46px;
  }

  .footer .flex-wrp .item-wrp {
    padding: 0 46px;
  }

  .footer {
    max-width: 767px;
  }

  .footer .item span {
    font-size: 24px;
    line-height: 32px;
  }

  .circle-container {
    margin-bottom: 124px;
  }

  .footer .item .ico {
    width: 112px;
    height: 112px;
  }
  .footer .item .ico img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  .layer.decor1,
.layer.decor3 {
    max-width: 80px;
    height: auto;
  }

  .layer.decor2,
.layer.decor4 {
    max-width: 50px;
  }

  .layer.img4 {
    margin-right: -400px;
    max-width: 250px;
  }

  .layer.img3 {
    margin-right: -500px;
    max-width: 300px;
  }
}
@media (max-width: 1280px) {
  .modal-container .prize {
    font-size: 24px;
    line-height: 1;
  }

  .promo-code {
    margin-bottom: 24px;
  }

  .modal-container h2 {
    font-size: 43px;
    line-height: 1;
  }
  .modal-container h2 i {
    font-size: 43px;
    line-height: 1;
  }

  .container:after {
    width: calc(500px * .5);
    height: calc(595px * .5);
  }

  .container:before {
    width: calc(360px * .8);
    height: calc(388px * .8);
  }

  .top h1 {
    font-size: 32px;
    position: relative;
    z-index: 5;
  }

  .top {
    margin-bottom: 124px;
  }
  .top .logo {
    max-width: 122px;
  }

  .container {
    padding: 0 46px 124px;
  }

  .circle {
    max-width: 420px;
  }

  .circle-bg .button-wrp {
    width: 120px;
    height: 120px;
  }

  .circle-bg .button-wrp button {
    height: 48px;
    font-size: 24px;
    min-width: 160px;
  }

  .circle-bg:after {
    width: calc(297px * .7);
    height: calc(390px * .7);
    top: -64px;
  }

  .circle-container .text-wrp span:last-child:before {
    top: -42px;
  }

  .top .logo {
    margin-bottom: 24px;
  }

  .layer.img3 {
    margin-right: -400px;
    max-width: 240px;
  }

  .layer.img2 {
    margin-left: -300px;
    max-width: 200px;
  }

  .layer.img1 {
    margin-left: -300px;
    bottom: -60px;
    max-width: 220px;
  }

  .layer.img4 {
    margin-right: -340px;
    max-width: 200px;
    bottom: 0;
  }
}
@media (max-width: 1140px) {
  .modal-container .modal-body {
    width: 100%;
    max-width: 767px;
  }

  .modal-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-container .modal {
    width: 100%;
  }

  .circle {
    max-width: 320px;
  }

  .circle-bg:before,
.circle-bg .button-wrp:before {
    left: 4px;
    top: 4px;
    bottom: 4px;
    right: 4px;
  }

  .circle-bg {
    padding: 4px;
  }

  .circle-bg:after {
    width: calc(297px * .5);
    height: calc(390px * .5);
    top: -32px;
  }

  .circle-bg .button-wrp {
    width: 96px;
    height: 96px;
  }

  .circle-container:before {
    width: calc(908px * .7);
    height: calc(628px * .7);
  }

  .top {
    margin-bottom: 80px;
  }

  .circle-container .text-wrp span {
    width: 200px;
    height: 100px;
  }

  .circle-container .text-wrp span:first-child:before {
    height: 40px;
    top: -20px;
  }

  .circle-container .text-wrp span:first-child,
.circle-container .text-wrp span:last-child {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    line-height: 1.35;
  }

  .layer.img3 {
    margin-right: -300px;
    max-width: 180px;
    top: -24px;
  }

  .layer.img2 {
    margin-left: -240px;
    max-width: 120px;
    top: 0;
  }

  .layer.img1 {
    margin-left: -240px;
    bottom: 0;
    max-width: 160px;
  }

  .layer.img4 {
    margin-right: -240px;
    max-width: 140px;
    bottom: 0;
  }

  .circle-container .text-wrp span:last-child:before {
    height: 60px;
    top: -16px;
  }

  .circle-container {
    margin-bottom: 32px;
  }

  .footer {
    max-width: 577px;
  }

  .footer .flex-wrp {
    margin-left: -24px;
    margin-right: -24px;
  }

  .footer .flex-wrp .item-wrp {
    padding: 0 24px;
  }

  .footer .item span {
    font-size: 18px;
    line-height: 1.25;
  }

  .footer .item .ico {
    margin-bottom: 12px;
    width: 80px;
    height: 80px;
  }

  .footer .item .ico img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }

  .container:after {
    width: calc(500px * .4);
    height: calc(595px * .4);
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .layer.decor1, .layer.decor3 {
    max-width: 40px;
    top: 0;
  }

  .layer.decor2, .layer.decor4 {
    max-width: 20px;
    top: 0;
  }

  .layer.decor4 {
    right: 40px;
  }

  .layer.decor2 {
    left: 40px;
  }

  .circle {
    max-width: 260px;
  }

  .container:after {
    width: calc(500px * .3);
    height: calc(595px * .3);
  }

  .container:before {
    width: calc(360px * .4);
    height: calc(388px * .4);
  }

  .top .logo {
    margin-bottom: 16px;
    max-width: 112px;
  }

  .top h1 {
    max-width: 320px;
    text-align: center;
  }

  .circle-bg:after {
    width: calc(297px * .4);
    height: calc(390px * .4);
    top: -32px;
  }

  .circle-bg .button-wrp button {
    height: 32px;
    font-size: 18px;
    min-width: 96px;
  }

  .circle-bg .button-wrp {
    width: 64px;
    height: 64px;
  }

  .circle-container:before {
    width: calc(908px * .4);
    height: calc(628px * .5);
  }

  .top {
    margin-bottom: 46px;
  }

  .layer.img2 {
    margin-left: -170px;
    max-width: 100px;
    top: 0px;
  }

  .layer.img1 {
    margin-left: -170px;
    bottom: 0;
    max-width: 100px;
  }

  .layer.img3 {
    margin-right: -240px;
    max-width: 140px;
    top: 0;
  }

  .layer.img4 {
    margin-right: -190px;
    max-width: 100px;
    bottom: 0;
  }

  .circle-container .text-wrp span:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 8px;
  }

  .circle-container .text-wrp span:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 8px;
  }

  .circle-container .text-wrp span:first-child, .circle-container .text-wrp span:last-child {
    font-size: 16px;
    width: 140px;
    height: 80px;
  }

  .circle-container .text-wrp span:last-child:before {
    height: 30px;
    top: -8px;
  }

  .circle-container .text-wrp span:first-child:before {
    height: 20px;
    top: -10px;
    left: 0;
  }

  .footer {
    max-width: 240px;
  }

  .container {
    padding-bottom: 80px;
  }

  .footer .flex-wrp {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer .flex-wrp .item-wrp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 577px) {
  .modal-container .modal {
    padding: 52px 16px;
  }

  .modal-container .prize {
    font-size: 22px;
    line-height: 30px;
  }

  .modal-container {
    padding-top: 32px;
  }

  .modal-container h2,
.modal-container h2 i {
    font-size: 24px;
    max-width: 280px;
  }
  .modal-container h2 span,
.modal-container h2 i span {
    padding-top: 12px;
    font-size: 16px;
    max-width: 260px;
    line-height: 1.35;
    margin-left: auto;
    margin-right: auto;
  }

  .top {
    padding-top: 16px;
  }

  .container {
    max-width: calc(330px + 32px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
    padding-top: 0;
    padding-bottom: 300px;
  }

  .au .container {
    padding-bottom: 180px;
  }

  .container:after {
    width: calc(500px * .7);
    height: calc(595px * .7);
  }

  .container:before {
    width: calc(360px * .7);
    height: calc(388px * .7);
    z-index: 2;
  }

  .circle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .circle-container .text-wrp {
    position: static;
    -webkit-transform: none;
            transform: none;
    background: url(../img/frame.png) no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 43px 0;
  }
  .circle-container .text-wrp span br {
    display: none;
  }
  .circle-container .text-wrp span:before {
    content: none;
  }

  .circle-container .text-wrp span:first-child, .circle-container .text-wrp span:last-child {
    background: transparent;
    width: 100%;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .layer.img3 {
    margin-right: -180px;
  }

  .circle-container .text-wrp {
    margin-top: 32px;
  }

  .circle-container:before {
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .layer.img4 {
    margin-right: -160px;
    max-width: 100px;
    bottom: 35%;
  }

  .layer.img1 {
    margin-left: -170px;
    bottom: 35%;
    max-width: 100px;
  }
}