@import url("https://fonts.googleapis.com/css2?family=Anton&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

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

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.wrapper {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
}

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

body .lp_gray-logos {
  background: #f8f6f0;
}

body .lp_gray-logos img {
  filter: unset;
}

.header {
  position: relative;
  height: 105px;
  padding: 9px 0;
  transition: all 0.4s ease;
}

.header__container {
  max-width: 1550px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header img {
  width: 100%;
  max-width: 245px;
  display: block;
  transition: all 0.4s ease;
}

.burger {
  display: block;
  width: 25px;
  height: 17px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.burger span {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.2s linear;
}

.burger span:first-child {
  top: 0;
}

.burger span:last-child {
  top: auto;
  bottom: 0;
}

.burger.active span {
  transform: scale(0);
}

.burger.active span:first-child {
  transform: rotate(-45deg);
  top: 7px;
}

.burger.active span:last-child {
  transform: rotate(45deg);
  bottom: 7px;
}

.nav {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -100%;
  width: 100%;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #fff;
  border-top: 1px solid #4d5660;
}

.nav.active {
  left: 0;
}

.nav__item a {
  padding: 10px 15px;
  display: block;
  color: #000;
  border-bottom: 1px solid #4d5660;
  transition: all 0.3s ease;
}

.nav__item a:hover {
  background-color: rgba(105, 214, 255, 0.2);
}

.view_all_button_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.banner__desktop {
  display: block;
}

.banner__mobile {
  display: none;
}

.steps {
  padding: 20px 0;
  background-color: #1a1a1d;
}

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

.steps__item {
  position: relative;
  display: flex;
  align-items: center;
}

.steps__item:not(:last-child) {
  margin-right: 35px;
  transition: all 0.4s ease;
}

.steps__num {
  margin-right: 9px;
  padding: 9px 22px;
  background: #d4af37;
  border-radius: 4px;
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  transition: all 0.4s ease;
}

.steps__content {
  text-align: left;
  color: #fff;
  transition: all 0.4s ease;
}

.steps__top {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

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

.steps__arrow,
.steps__check {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.steps__check {
  display: none;
}

.steps__arrow img,
.steps__check img {
  width: 100%;
  height: 100%;
}

.title {
  color: #1a1a1d;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.txt {
  margin: 0 auto;
  transition: all 0.4s ease;
}

.disclaimer-wrapper {
  padding: 20px 0;
  text-align: center;
  background: #eaf4fd;
}

.disclaimer-wrapper p {
  color: #1a1a1d;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  max-width: 95%;
  margin: 0 auto;
}

.info {
  padding: 20px 0 10px 0;
  text-align: center;
  background: #f8f6f0;
  transition: all 0.4s ease;
}

.info__title {
  margin-bottom: 20px;
  color: #4a4a4a;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}

.info__txt {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.footer {
  background-color: #d4af37;
}

.footer__txt {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.3px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body .lp_payment_methods {
  background-color: #1a1a1d;
  display: none;
}

body .lp_partners {
  display: none;
}

.banner img {
  width: 100%;
}

/* media */

@media (max-width: 1140px) {
  .games__button {
    font-size: 35px;
  }
}

@media (max-width: 970px) {
  .steps__items {
    flex-direction: column;
  }

  .steps__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .steps__top {
    margin-right: 25px;
    white-space: normal;
  }

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

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

  .guarantee__advantage {
    gap: 57px;
  }

  .guarantee__jackpot {
    gap: 31px;
  }

  .games__button {
    font-size: 30px;
  }
}

@media (max-width: 800px) {
  .advantages-wrapper {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  .guarantee__jackpot {
    gap: 0;
    flex-direction: column;
  }

  .guarantee__advantage {
    margin-bottom: 43px;
    flex-wrap: wrap;
    gap: 31px 10px;
  }

  .guarantee__advantage-img {
    width: calc(50% - 5px);
    max-width: 300px;
  }

  .games__items {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 10px;
    flex-wrap: wrap;
  }

  .games__items-img {
    width: calc(50% - 5px);
    max-width: 300px;
  }

  .games__items img {
    width: 100%;
    margin-bottom: 6px;
    height: auto;
    display: block;
  }
}

@media (max-width: 576px) {
  .header {
    height: 75px;
  }

  .header img {
    max-width: 161px;
  }

  .banner__desktop {
    display: none;
  }

  .banner__mobile {
    display: block;
  }

  .steps__num {
    padding: 7px 14px;
    font-size: 20px;
  }

  .steps__top {
    white-space: wrap;
    margin-right: 36px;
    margin-bottom: 2px;
    font-size: 16px;
  }

  .steps__bottom {
    font-size: 16px;
  }

  .steps__arrow,
  .steps__check {
    top: 0;
  }

  .title {
    font-size: 28px;
    color: #1a1a1d;
    line-height: 1.2;
  }

  .info__txt {
    font-size: 18px;
    line-height: 21.5px;
  }
}
