@import url(../fonts/fonts.css);
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  scrollbar-gutter: stable;
}

body {
  font-family: "HelveticaNeueCyr", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  min-height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.container {
  width: 100%;
  max-width: 440px;
  padding: 5px 0;
  margin: 0 auto;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 215px;
  height: auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 15px 0;
}
@media (max-width: 390px) {
  .header {
    padding: 0;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.header__logo > img {
  margin: 0 10px 0 0;
}
.header__logo > span {
  color: rgb(51, 215, 48);
}
.header__logo > p {
  font-family: "nougat_cyrillic";
  font-weight: 0;
  color: #fff;
  -webkit-text-stroke: 0.6px #000;
  text-stroke: 0.6px #000;
  margin: 0 5px 0 0;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 550;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  background: rgb(2, 183, 87);
}
.header__info img, .header__info-raz{
  animation: blink 2s infinite;
}
@keyframes blink {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 1.5375rem;
}
.logo.white {
  margin: 0 0 1.875rem 0;
}
@media (width < 37.5rem) {
  .logo.white {
    justify-content: center;
  }
}
.logo.cabinet {
  margin: 0 0 4.375rem 0;
}
.logo-name {
  font-size: 1.5rem;
  font-weight: 800;
}
@media (width < 30.625rem) {
  .logo-name {
    font-size: 0.9375rem;
  }
}
.logo-name.white {
  color: #fff;
}
.logo-name > span {
  color: #f97300;
}
@media (width < 30.625rem) {
  .logo-img {
    width: 1.875rem;
  }
}
/* Group 1000001974 */

.email-input {
  width: 362px;
  height: 76px;
  left: 20px;
  top: 611px;
  margin-bottom: 50px;
}

.email-input input {
  box-sizing: border-box;

  width: 100%;
  margin-bottom: 20px;
  left: 20px;
  top: 633px;

  background: rgba(136, 136, 136, 0.1);
  border: 1px solid rgba(136, 136, 136, 0.25);
  border-radius: 12px;
}

/* Введите данные от аккаунта */
.email-input input::placeholder {
  width: 493px;
  height: 24px;
  left: 40px;
  top: 20px;

  font-family: 'HelveticaNeueCyr';
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 14px;
}


/* E-mail или номер телефона */
.email-input label {
  width: 180px;
  height: 14px;
  left: 20px;
  top: 611px;

  font-family: 'HelveticaNeueCyr';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.distribution {
  position: relative;
  padding: 50px 0;
  margin: 0 0 15px 0;
  background-image: url(https://mrwallpaper.com/images/file/popular-characters-in-roblox-4k-9wdi4erg215tve26.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.distribution::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.distribution__title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin: 0 0 15px 0;
}
.distribution__subtitle {
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.carousel {
  margin: 0 0 15px 0;
  border-bottom: 0.75px solid rgba(136, 136, 136, 0.5)
}
.carousel__wrapper {
  display: flex;
  margin: 0 0 10px 0;
}
.carousel__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(57, 59, 61);
  background: rgba(136, 136, 136, 0.05);
}
.carousel__item-img {
  margin: 0 0 5px 0;
}

.reward {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border-top: 0.75px solid rgba(136, 136, 136, 0.5); */
  padding: 20px;
  background-image: url(../images/default/pngwing.png);
  background-repeat: no-repeat;
  background-size: 90%;
}
.reward__title {
  font-size: 18px;
  font-weight: 550;
  color: rgb(57, 59, 61);
  margin: 0 0 15px 0;
}
.reward__img {
  max-width: 200px;
  max-height: 200px;
  margin: 0 0 20px 0;
}
.reward__prize {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;
  border: 1px solid rgba(51, 215, 48, 0.5);
  border-radius: 16px;
  background: rgba(51, 215, 48, 0.05);
  margin: 0 0 30px 0;
}
.reward__prize-text {
  font-size: 32px;
  font-weight: 700;
}
.reward__link {
  border-radius: 12px;
  background: linear-gradient(45deg, #3b9801, #3b9801, #3b9801, rgba(183, 255, 92, 0.8), #3b9801, #3b9801, #3b9801);
  background-size: 500% 500%;
  animation: button 2s infinite ease-in-out;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.reward__agree {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 15px 0;
}
.reward__agree:last-child{
  margin: 0;
}
.reward__agree-checkbox {
  border: 0.75px solid #f97300;
  border-radius: 6px;
  background: rgba(215, 134, 48, 0.05);
  padding: 5px 7px;
  cursor: pointer;
}
.reward__agree-checkbox > input{
  appearance: none;
  width: 11px;
  height: 11px;
}
.reward__agree-checkbox > input:checked::after{
  content: url(../images/brawlstars/checkbox.webp);
}
.reward__agree-text {
  font-size: 13px;
  color: rgba(17, 17, 17, 0.7);
}
.reward__agree-text > a {
  color: #f97300;
}

.plus-sheet__gradient {
  width: 100%;
  /* bottom: -20px; */
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(234,232,252,0)), color-stop(27.25%, #eae8fc)); */
  /* background: linear-gradient(180deg, rgba(234,232,252,0) 0%, #eae8fc 27.25%); */
}

.plus-sheet__button {
  position: relative;
  border-radius: 12px;
  background: linear-gradient(45deg, #3b9801, #3b9801, #3b9801, rgba(183, 255, 92, 0.8), #3b9801, #3b9801, #3b9801);
  background-size: 500% 500%;
  -webkit-animation: none !important;
  animation: none !important;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  max-width: 440px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 60px;
  overflow: hidden;
}

.plus-sheet__button i {
  position: absolute;
  top: 0;
  left: -30%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,0.3)), color-stop(50%, rgba(255,255,255,0.4)), color-stop(70%, rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.3) 70%, rgba(255,255,255,0) 100%);
  width: 50px;
  height: 100%;
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  -webkit-animation: move 5s;
  animation: move 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1.165s;
  animation-delay: 1.165s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@keyframes move {
  0% {
      left: -10%;
      opacity: 0;
  }
  5% {
      opacity: 1;
  }
  25% {
      left: 100%;
  }
  100% {
      width: 0;
      left: 110%;
  }
}

.blink {
  animation: blinkAnimation 0.5s ease;
}

@keyframes button {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */

@keyframes button {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}/*# sourceMappingURL=style.css.map */