@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&family=Roboto:wght@400;700;800;900&display=swap");

*,
::before,
::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  background: #000000;
}

a {
  text-decoration: none;
}

.wrapper {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.17;
  color: #ffffff;
  background-color: #000000;
}

.container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background: #ffffff;
}

.header img {
  max-width: 175px;
  margin: 17px 0 9px 135px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero {
  background: #000000 url(../img/header-background-1.jpg) 50% 0 / cover no-repeat;
}

.hero__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero__offer {
  margin-top: 50px;
  text-align: center;
  flex: 1 1 55%;
}

.hero__bonus {
  width: 100%;
  max-width: 694px;
  margin-bottom: 10px;
}

.hero__subtitle {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 51px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__subbonus {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 81px;
  color: #f7ec69;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__button {
  margin-bottom: 48px;
  padding: 14px 23px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #9191ff 51.56%, #4d4dff 53.88%);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  filter: drop-shadow(0px 4px 37px rgba(255, 255, 255, 0.25));
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__button:hover {
  background: linear-gradient(180deg, #9494ee 51.56%, #5d5ddb 53.88%);
}

.hero__img {
  flex: 1 1 45%;
  align-self: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__img_small {
  display: none;
}

.hero__img img {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.hero__steps-inner {
  margin-bottom: 55px;
  display: block;
  text-align: left;
}

.hero__steps {
  display: flex;
  justify-content: center;
}

.hero__steps-item {
  padding: 9px;
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  background: #000000;
  border-radius: 4px;
}

.hero__steps-item:not(:last-child) {
  margin-right: 47px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__steps-num {
  margin-right: 9px;
  padding: 9px 18px;
  background: linear-gradient(180deg, #f7ec69 0%, #c47827 100%);
  border-radius: 4px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  font-size: 35px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__steps-content {
  font-weight: 700;
  font-size: 27px;
  text-align: left;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__steps-top {
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: 800;
  white-space: nowrap;
}

.hero__steps-bottom {
  font-size: 15px;
  font-weight: 400;
}

.hero__steps-arrow,
.hero__steps-check {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__steps-check {
  display: none;
}

.hero__steps-arrow img,
.hero__steps-check img {
  width: 100%;
  height: 100%;
}

/* TOP BANNER */

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.responsive_img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }
}

.disclaimer__title {
  text-align: center;
}

.disclaimer__title a,
.disclaimer__title a:visited {
  color: #fff;
}

/* media */

@media (max-width: 1400px) {
  .hero__offer {
    flex: 1 1 50%;
  }

  .hero__button {
    font-size: 55px;
  }

  .hero__img {
    flex: 1 1 50%;
  }

  .hero__steps {
    flex-direction: column;
  }

  .hero__steps-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .hero__steps-num {
    font-size: 41px;
  }

  .hero__steps-top {
    font-size: 20px;
  }

  .hero__steps-bottom {
    font-size: 17px;
  }

  .hero__steps-arrow {
    top: 12px;
    left: calc(100% - 9px);
    transform: translateX(-100%) rotate(90deg);
  }

  .hero__steps-check {
    top: 12px;
    left: calc(100% - 9px);
    display: block;
    transform: translateX(-100%);
  }
}

@media (max-width: 1000px) {
  .hero__inner {
    flex-wrap: wrap;
  }

  .hero__offer {
    flex: 1 1 auto;
  }

  .hero__img_big {
    display: none;
  }

  .hero__img_small {
    display: flex;
  }

  .hero__img {
    flex: 1 1 auto;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 500px) {
  .header img {
    max-width: 124px;
    margin: 21px 0 8px;
  }

  .hero__subtitle {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .hero__subbonus {
    font-size: 41px;
    margin-bottom: 5px;
  }

  .hero__button {
    width: 100%;
    margin-bottom: 15px;
  }

  .hero__steps-item {
    margin-bottom: 10px;
  }

  .hero__subbonus-item {
    font-size: 28px;
  }

  .hero__img {
    margin-bottom: 0;
  }

  .hero__steps-inner {
    margin-bottom: 15px;
  }
}

@media (max-width: 390px) {
  .hero__steps-top {
    white-space: wrap;
    margin-right: 36px;
  }

  .hero__button {
    font-size: 40px;
  }
}