html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.logo__text {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

body,
.btn-box__rules {
  font-family: 'Betandyou-Main', sans-serif;
}

.instruction__action span {
  font-family: 'Betandyou-Main_1', sans-serif;
  font-weight: 400;
}

.instruction__action {
  font-family: 'Rounds', sans-serif;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  overflow-x: hidden;
}

body.webp .wrapper {
  background-image: url("../images/main-bg.webp");
}

body.webp .instruction {
  background-image: url("../images/instruction-back.webp");
}

body.webp .instruction::before {
  background-image: url("../images/players.webp");
}

@media (max-width: 768px) {
  body.webp .instruction::before {
    background-image: url("../images/player-left.webp");
  }
}

body.webp .instruction::after {
  background-image: url("../images/player-right.webp");
}

@media (max-width: 768px) {
  body.webp .instruction::after {
    background-image: url("../images/player-right.webp");
  }
}

body.webp .instruction.instruction--pt::before {
  width: 35vw;
  height: 39.8vw;
  max-width: 540px;
  background-image: url("../images/players-pt.webp");
}

@media (min-width: 2000px) {
  body.webp .instruction.instruction--pt::before {
    left: 15vw;
  }
}

@media (max-width: 1350px) {
  body.webp .instruction.instruction--pt::before {
    width: 35vw;
    height: 39.8vw;
    right: 64%;
  }
}

@media (max-width: 768px) {
  body.webp .instruction.instruction--pt::before {
    width: 57.15vw;
    height: 65.7vw;
    background-image: url("../images/player-leftpt.webp");
  }
}

body.webp .instruction.instruction--pt::after {
  background-image: url("../images/player-rightpt.webp");
}

@media (max-width: 768px) {
  body.webp .instruction.instruction--pt::after {
    width: 41.15vw;
    height: 65.7vw;
    background-image: url("../images/player-rightpt.webp");
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.container--fluid {
  max-width: 100%;
  padding: 0;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-image: url("../images/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.title {
  color: #fff;
  font-size: 30px;
  line-height: 1.34;
}

.subtitle {
  color: #FAFAFA;
  font-size: 22px;
  line-height: 1.46;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.ttf") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.ttf") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Betandyou-Main';
  font-style: normal;
  src: url("../fonts/Betandyou-Main.woff2") format("woff2"), url("../fonts/Betandyou-Main.woff") format("woff"), url("../fonts/Betandyou-Main.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Betandyou-Main_1';
  font-style: normal;
  src: url("../fonts/Betandyou-Main_1.woff2") format("woff2"), url("../fonts/Betandyou-Main_1.woff") format("woff"), url("../fonts/Betandyou-Main_1.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Cyrvetica';
  font-style: normal;
  src: url("../fonts/ofont.ru_Cyrvetica Extra Outline.woff2") format("woff2"), url("../fonts/ofont.ru_Cyrvetica Extra Outline.woff") format("woff"), url("../fonts/ofont.ru_Cyrvetica Extra Outline.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Rounds';
  font-style: normal;
  src: url("../fonts/Rounds.woff2") format("woff2"), url("../fonts/Rounds.woff") format("woff"), url("../fonts/Rounds.ttf") format("ttf");
  font-display: swap;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__link {
  position: relative;
  z-index: 3;
  margin-right: 5px;
}

.logo__svg {
  width: 263px;
  height: 34px;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
}

@media (max-width: 768px) {
  .logo__svg {
    width: 30vw;
  }
}

@media (max-width: 576px) {
  .logo__svg {
    width: 40vw;
    height: 5.2vw;
  }
}

.logo__slogan {
  position: relative;
}

.logo__slogan::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 266px;
  height: 20px;
  background-image: url("../images/slogan-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .logo__slogan::before {
    width: 25.85vw;
    height: 2.04vw;
  }
}

.logo__text {
  position: relative;
  color: #e1e1e1;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 992px) {
  .logo__text {
    font-size: 2vw;
  }
}

.header {
  background: #292929;
  background: -webkit-gradient(linear, left top, right top, from(#292929), to(#181818));
  background: -o-linear-gradient(left, #292929 0%, #181818 100%);
  background: linear-gradient(90deg, #292929 0%, #181818 100%);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3em 0;
}

@media (max-width: 576px) {
  .header__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.3em 0;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 230px;
  width: 100%;
}

@media (max-width: 576px) {
  .socials {
    display: none;
  }
}

.socials.socials--mobile {
  display: none;
}

@media (max-width: 576px) {
  .socials.socials--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.socials__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffbc00;
  border-radius: 50%;
  -webkit-transition: background-color, 0.3s linear, border-color 0.3s linear, -webkit-filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, -webkit-filter 0.3s linear;
  -o-transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear, -webkit-filter 0.3s linear;
  overflow: hidden;
}

.socials__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 30px;
  border-radius: 0;
  margin-left: -100%;
  -webkit-box-shadow: inset 0 0 0 60px #ffbc00;
  box-shadow: inset 0 0 0 60px #ffbc00;
}

.socials__link:hover::before {
  margin-left: 0;
}

.socials__link:hover use {
  fill: #fff;
}

.socials__link:focus {
  border-color: #f7e335;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}

.socials__icon {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
}

.socials__icon use {
  fill: #ffbc00;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.page {
  position: relative;
  padding-bottom: 2vw;
}

.page__inner {
  padding-top: 1.4vw;
}

@media (min-width: 2300px) {
  .page__inner {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .page__inner {
    position: relative;
    z-index: 11;
  }
}

.page__top {
  position: relative;
  z-index: 1;
  max-width: 42%;
  margin-left: auto;
  text-align: center;
}

.page__top .btn-box {
  display: none;
}

@media (max-width: 768px) {
  .page__top {
    max-width: 100% !important;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .page__top {
    max-width: 100%;
  }
}

.page__bonus,
.page__promo {
  font-weight: 600;
}

.page__bonus-name {
  font-size: clamp(16px, 2.2vw, 45px);
  font-weight: 400;
  /* text-shadow: 1px 1px; */
}

.page__bonus-name span {
  display: block;
  margin: 0.1em 0;
  font-size: 6.14vw;
  font-size: clamp(57px, 6.14vw, 115px);
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffbc00;
  -webkit-text-stroke: 3px;
  text-stroke: 3px;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .page__bonus-name span {
    font-size: 9.1vw;
    letter-spacing: 0.05em;
    -webkit-text-stroke: 2px;
    text-stroke: 2px;
  }
}

.page__for {
  font-size: clamp(18px, 3.1vw, 40px);
  font-weight: 400;
}

.page__bonus-summ {
  margin: 0.1em 0 0.3em;
  font-size: clamp(57px, 6.8vw, 117px);
  line-height: 1;
  color: #ffbc00;
  font-weight: 600;
  -webkit-text-stroke: 3px;
  text-stroke: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation: scale;
  animation: scale;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: alternate;
  animation-timing-function: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  text-shadow: 1px 1px #ffbc00, 2px 1px #ffbc00, 1px 2px #ffbc00, 1px 1px 0.1em #ffbc00;
}

@media (max-width: 768px) {
  .page__bonus-summ {
    margin-bottom: 0.9em;
    font-size: 10.14vw;
    letter-spacing: 0.05em;
    text-shadow: none;
  }
}

@media (max-width: 576px) {
  .page__bonus-summ {
    letter-spacing: 0.05em;
    -webkit-text-stroke: 2px;
    text-stroke: 2px;
  }
}

.page__promo {
  margin-bottom: 2vw;
}

@media (max-width: 768px) {
  .page__promo {
    position: relative;
    margin-bottom: 30vw;
  }
}

.page__promo span {
  text-transform: uppercase;
}

.page__promo .btn-box {
  display: none;
}

@media (max-width: 768px) {
  .page__promo .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(20vw);
    -ms-transform: translateY(20vw);
    transform: translateY(20vw);
  }
}

.page__promo-title {
  font-size: 2.5vw;
  font-size: clamp(14px, 2.5vw, 40px);
  font-weight: 400;
}

.page__promo-title span {
  color: #f7e335;
  text-transform: lowercase;
}

.page__promo-code {
  display: inline-block;
  padding: 0.2em 1.2em;
  margin: 0.3em auto 0;
  font-size: clamp(18px, 4.2vw, 82px);
  color: #f7e335;
  border: 4px solid #f7e335;
  border-radius: 0.5em;
  font-weight: 600;
  background-image: -o-radial-gradient(circle, #f7e335 30%, transparent 70%);
  background-image: radial-gradient(circle, #f7e335 30%, transparent 70%);
  background-size: 550%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-name: flashAnim;
  animation-name: flashAnim;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (max-width: 576px) {
  .page__promo-code {
    border-width: 2px;
  }
}

@-webkit-keyframes scale {
  0% {
    scale: 1;
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    scale: 1;
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes flashAnim {
  0% {
    color: #f7e335;
    background-position: 100%;
  }

  20% {
    color: #fff;
  }

  49% {}

  50% {
    background-position: 0%;
  }

  51% {}

  80% {
    color: #fff;
  }

  100% {
    color: #f7e335;
    background-position: 100%;
  }
}

@keyframes flashAnim {
  0% {
    color: #f7e335;
    background-position: 100%;
  }

  20% {
    color: #fff;
  }

  49% {}

  50% {
    background-position: 0%;
  }

  51% {}

  80% {
    color: #fff;
  }

  100% {
    color: #f7e335;
    background-position: 100%;
  }
}

.btn-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;
  padding: 2.0vw 0 0;
}

@media (max-width: 1350px) {
  .btn-box {
    padding: 3.5vw 0 1.5vw;
  }
}

@media (max-width: 992px) {
  .btn-box {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .btn-box {
    display: none;
  }
}

.btn-box__new {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0 2.8em;
  font-family: 'Arial';
  font-weight: 600;
  color: #454444;
  font-size: clamp(18px, 2.03vw, 26px);
  line-height: 2.5;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7e234), to(rgba(234, 189, 44, 0.99608)));
  background: -o-linear-gradient(top, #f7e234 0%, rgba(234, 189, 44, 0.99608) 100%);
  background: linear-gradient(180deg, #f7e234 0%, rgba(234, 189, 44, 0.99608) 100%);
  -webkit-box-shadow: 0 0 20px #fff000;
  box-shadow: 0 0 20px #fff000;
  overflow: hidden;
  -webkit-transition: border-color 0.3s linear, -webkit-box-shadow 0.3s linear;
  transition: border-color 0.3s linear, -webkit-box-shadow 0.3s linear;
  -o-transition: border-color 0.3s linear, box-shadow 0.3s linear;
  transition: border-color 0.3s linear, box-shadow 0.3s linear;
  transition: border-color 0.3s linear, box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

@media (max-width: 768px) {
  .btn-box__new {
    border-radius: 7px;
    -webkit-box-shadow: 0 0 20px #fff000;
    box-shadow: 0 0 20px #fff000;
  }
}

@media (max-width: 576px) {
  .btn-box__new {
    width: 60vw;
    text-align: center;
    padding: 0 1em;
    font-size: 5vw;
  }
}

.btn-box__new:after {
  content: "";
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  display: block;
  width: 7rem;
  height: 40rem;
  margin-left: 60px;
  background: #fff;
  opacity: 0.5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-box__new:hover {
  -webkit-box-shadow: 0 0 4rem #fff000;
  box-shadow: 0 0 4rem #fff000;
}

.btn-box__new:active {
  -webkit-box-shadow: 0 0 4rem #fff000;
  box-shadow: 0 0 4rem #fff000;
}

.btn-box__new:focus {
  border-color: 1px solid #000;
}

.btn-box__old {
  margin-bottom: 1.1em;
  padding: 0 40px;
  padding: 0 3.5em;
  font-family: 'Arial';
  font-weight: 600;
  font-size: 1.1vw;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.5;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
  -o-transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
  transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
}

@media (max-width: 768px) {
  .btn-box__old {
    padding: 0 1em;
    line-height: 2;
    font-weight: 400;
    border-width: 1px;
    border-radius: 7px;
  }
}

@media (max-width: 576px) {
  .btn-box__old {
    font-size: 4vw;
    border-radius: 4px;
  }
}

.btn-box__old:hover {
  color: #ffbc00;
}

.btn-box__old:active {
  border-color: #ffbc00;
}

.btn-box__old:focus {
  outline-color: #ffbc00;
}

.btn-box__rules {
  font-size: clamp(10px, 1.12vw, 22px);
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
  -o-transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
  transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
  font-weight: 400;
}

@media (max-width: 576px) {
  .btn-box__rules {
    font-size: 3.5vw;
  }
}

.btn-box__rules:hover {
  color: #ffbc00;
}

.btn-box__rules:active {
  border-color: #ffbc00;
}

.btn-box__rules:focus {
  outline-color: #ffbc00;
}

@-webkit-keyframes slideme {
  0% {
    left: -130px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -130px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.instruction {
  position: relative;
  z-index: 10;
}

.instruction.instruction--pt::before {
  background-image: url("../images/players-pt.png");
}

@media (max-width: 768px) {
  .instruction.instruction--pt::before {
    width: 50.15vw;
    height: 56.7vw;
    background-image: url("../images/player-leftpt.png");
  }
}

.instruction.instruction--pt::after {
  background-image: url("../images/player-right.png");
}

@media (max-width: 768px) {
  .instruction.instruction--pt::after {
    width: 42.15vw;
    height: 56.7vw;
    background-image: url("../images/player-rightpt.png");
  }
}

.instruction::after {
  display: none;
  content: '';
  position: absolute;
  right: 5vw;
  bottom: 100%;
  width: 26.15vw;
  height: 44.7vw;
  background-image: url("../images/player-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {
  .instruction::after {
    display: block;
    right: 3%;
    width: 42.15vw;
    height: 71.7vw;
  }
}

.instruction::before {
  content: '';
  position: absolute;
  right: 60%;
  bottom: 100%;
  width: 27vw;
  height: 31.8vw;
  max-width: 518px;
  max-height: 610px;
  background-image: url("../images/players.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1350px) {
  .instruction::before {
    width: 30vw;
    height: 34.8vw;
  }
}

@media (max-width: 1124px) {
  .instruction::before {
    width: 32vw;
    height: 36.8vw;
  }
}

@media (max-width: 768px) {
  .instruction::before {
    left: 2%;
    width: 36.15vw;
    height: 74.7vw;
    background-image: url("../images/player-left.png");
  }
}

.instruction__wrapper {
  position: relative;
  padding: 1.4% 0 1.4%;
  height: 100%;
  width: 100%;
  background-image: url("../images/instruction-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.98;
}

.instruction__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.98;
  z-index: 1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background: #181818;
  background: -webkit-gradient(linear, left top, right top, from(#110101), to(#292929));
  background: -o-linear-gradient(left, #110101 0%, #292929 100%);
  background: linear-gradient(90deg, #110101 0%, #292929 100%);
}

@media (max-width: 992px) {
  .instruction__wrapper::before {
    opacity: 0.95;
  }
}

.instruction__line {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  font-size: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #f7e335;
}

@media (max-width: 576px) {
  .instruction__line {
    width: 90%;
    left: 5%;
  }
}

.instruction__items {
  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;
  counter-reset: my-awesome-counter;
}

@media (max-width: 992px) {
  .instruction__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.instruction__number {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  counter-increment: my-awesome-counter;
  opacity: 0;
}

@media (max-width: 992px) {
  .instruction__number {
    margin: 0 15vw;
    width: 60%;
  }
}

@media (max-width: 576px) {
  .instruction__number {
    margin: 0 5vw;
  }
}

@media (max-width: 992px) {
  .instruction__number:not(:last-child) {
    margin-bottom: 1vw;
  }
}

.instruction__number::before {
  content: counter(my-awesome-counter);
  font-size: 5.7vw;
  font-family: 'Cyrvetica';
  color: #727272;
}

@media (max-width: 992px) {
  .instruction__number::before {
    font-size: 11vw;
  }
}

@media (max-width: 992px) {
  .instruction__number:nth-child(odd) {
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  .instruction__number:nth-child(odd) {
    margin-right: auto;
  }
}

@media (max-width: 992px) {
  .instruction__number:nth-child(even) {
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .instruction__number:nth-child(even) {
    margin-left: auto;
  }
}

.instruction__action {
  font-size: 26px;
  color: #f7e335;
  text-transform: uppercase;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

@media (max-width: 1124px) {
  .instruction__action {
    -webkit-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
    font-size: 2vw;
  }
}

@media (max-width: 992px) {
  .instruction__action {
    font-size: 4vw;
  }
}

.instruction__action span {
  display: block;
  padding-left: 35px;
  color: #fff;
  font-style: italic;
  text-transform: lowercase;
}

@media (max-width: 992px) {
  .instruction__action span {
    font-size: 3.5vw;
  }
}

.instruction__number.active {
  -webkit-animation: moveIn .8s ease-in;
  animation: moveIn .8s ease-in;
  opacity: 1;
}

@-webkit-keyframes moveIn {
  from {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    opacity: 1;
  }
}

@keyframes moveIn {
  from {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .players {
    width: 100%;
  }
}

.players__image {
  width: 40.15vw;
  height: 47.73vw;
}

@media (max-width: 768px) {
  .players__image {
    margin: 0 auto;
    width: 35.15vw;
    height: 40.73vw;
  }
}

.players__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .players {
    width: 100%;
  }
}

.players__image {
  width: 40.15vw;
  height: 47.73vw;
}

@media (max-width: 768px) {
  .players__image {
    margin: 0 auto;
    width: 35.15vw;
    height: 40.73vw;
  }
}

.players__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}