* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  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;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 100px 15px 40px;
  min-height: 100vh;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 10px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 620px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 410px) {
  html {
    font-size: 5.5px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 4.6px;
  }
}
@media screen and (max-height: 420px) and (orientation: landscape) {
  html {
    font-size: 4.5px;
  }
}

body {
  font-size: 2rem;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

img,
svg {
  display: block;
}

.success-text {
  z-index: 200;
  line-height: 1.4;
  font-size: 3rem;
  text-align: center;
  font-weight: normal;
  max-width: 1177px;
  width: 100%;
  margin: 0 auto 50px;
  font-weight: 300;
}
.success-text span span {
  color: #E40000;
  font-weight: bold;
  font-size: 6.5rem;
  line-height: 1;
}
.success-text b,
.success-text strong {
  line-height: 1;
}

.success-arrow {
  position: fixed;
  top: 35px;
  left: 37%;
  -webkit-animation-name: arrowLeft;
          animation-name: arrowLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.success-arrow:before {
  content: "";
  background: url(../images/arrow.svg) center no-repeat;
  background-size: contain;
  width: 4.2rem;
  height: 6rem;
  display: block;
}

.wrapper__menu {
  margin-top: auto;
  font-size: 1.4rem;
  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;
}
.wrapper__menu li {
  padding: 0 1.8rem;
}
.wrapper__menu li a {
  color: #989898;
}

.wrapper__logo {
  margin-bottom: 25px;
}
.wrapper__logo img {
  display: block;
  margin: 0 auto;
  width: 12rem;
}

.wrapper__top {
  text-align: center;
}

.wrapper__text-1 {
  display: inline-block;
  background: #2EB473;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
}

.wrapper__text-2 {
  font-weight: 800;
  font-size: 5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.wrapper__text-3 {
  font-weight: 500;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}

.wrapper__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper__prize li {
  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;
  width: calc(33.3333% - 15px);
  margin-bottom: 4rem;
  height: 20rem;
  border: 5px solid #F1F1F1;
  border-radius: 5px;
}
.wrapper__prize li img {
  width: 6.4rem;
}

@-webkit-keyframes arrowLeft {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes arrowLeft {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes arrowTop {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes arrowTop {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@media screen and (max-height: 900px) {
  html:not(.tablet):not(.mobile) {
    font-size: 7px;
  }
}

.tablet .wrapper,
.mobile .wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px 15px 30px;
}
.tablet .success-text,
.mobile .success-text {
  position: relative;
  -webkit-transform: none;
          transform: none;
  font-size: 4rem;
  margin-top: auto;
  margin-bottom: 30px;
}
.tablet .player__play,
.mobile .player__play {
  margin-top: 0;
}
.tablet .wrapper__menu,
.mobile .wrapper__menu {
  margin-top: 0;
}
.tablet .wrapper__prize,
.mobile .wrapper__prize {
  max-width: 200px;
  margin: 0 auto;
}
.tablet .wrapper__prize li,
.mobile .wrapper__prize li {
  display: none;
  width: 100%;
  height: 150px;
}
.tablet .wrapper__prize li:first-child,
.mobile .wrapper__prize li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tablet .success-arrow,
.mobile .success-arrow {
  position: fixed;
  -webkit-animation-name: arrowTop;
          animation-name: arrowTop;
  left: calc(50% + 30px);
  top: auto;
  bottom: 30rem;
}
.tablet .success-arrow:before,
.mobile .success-arrow:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tablet.android .success-arrow,
.mobile.android .success-arrow {
  left: auto;
  right: 30px;
}
.tablet .text-bottom,
.mobile .text-bottom {
  font-size: 12px;
  text-align: center;
  bottom: 7px;
  max-width: 700px;
}
@media screen and (orientation: landscape) {
  .tablet .wrapper__prize,
.mobile .wrapper__prize {
    display: none;
  }
  .tablet .wrapper,
.mobile .wrapper {
    max-width: 800px;
    padding-top: 15px;
  }
  .tablet .wrapper__menu,
.mobile .wrapper__menu {
    display: none;
  }
  .tablet .success-arrow,
.mobile .success-arrow {
    display: none;
  }
  .tablet .success-text,
.mobile .success-text {
    margin-bottom: 0;
  }
}