.main-page {
  position: relative;
}

.banner-section {
  width: 100vw;
  min-width: 1240px;
  max-width: 1920px;
  min-height: 800px;
  position: relative;
}

.main-page-top-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 957px;
}
.main-page-banner-background-image {
  width: 1920px;
  height: 957px;
}

.main-page-banner-section {
  position: relative;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-width);
}

.main-page-text {
  position: absolute;
  top: 140px;
  left: 0;
  width: 715px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main-page-header-description {
  height: 120px;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  font-size: 28px;
  line-height: 44px;
  width: 433px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-page-header {
  font-style: italic;
  font-weight: 700;
  font-size: 84px;
  line-height: 96px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding-left: 10px;

  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 25.41%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 75%,
      rgba(255, 255, 255, 0) 0%
    ),
    #ffaa5b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.main-page-header:lang(ru) {
  font-size: 63px;
  line-height: 73px;
}

.navbar-item.locale-switch.promo {
  display: flex;
}

@media screen and (max-width: 1239px) {
  .navbar-item.locale-switch.promo {
    display: none;
  }
}

.main-page-banner-section .play-button-wrapper {
  margin-top: 32px;
}

.main-page-banner-section .play-button {
  padding: 22px 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  min-width: 350px;
}

.inner-game-list-wrapper {
  margin-top: -80px;
}

.inner-game-list {
  overflow: visible !important;
}

.promo-section {
  max-width: 1270px;
  margin: 0 auto;
  padding: 64px 15px;
}

.promo-section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  margin: 0 0 64px;
}

.bonuses-list-title {
  text-align: center;
  margin-bottom: 50px;
}

.deposit-bonuses {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

.deposit-bonuses .bonus-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 8px;
}

.deposit-bonuses .bonus-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.deposit-bonuses li {
  display: flex;
  flex: 1 1 300px;
  min-width: 300px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.bonus-icon {
  margin-bottom: 24px;
}

section {
  padding-bottom: 60px;
}

h2 {
  margin: 80px auto;
  text-align: center;
}

.game-banners-section .banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.game-banners-section .banner {
  overflow: hidden;
  border-radius: 10px;
}

.game-banners-section .banner img {
  aspect-ratio: 16/10;
}

.onboard-instructions-section .section-content {
  max-width: 1320px;
}

.onboard-instructions-section h2 {
  margin-top: 0px;
}

.onboard-instructions-section .instructions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

.onboard-instructions-section .instruction {
  display: flex;
  align-items: center;
  gap: 32px;
  min-width: 400px;
  min-height: 176px;

  padding: 48px 32px;
  background: linear-gradient(
    360deg,
    rgba(78, 22, 160, 0.3) -15.91%,
    rgba(106, 23, 189, 0) 142.61%
  );
  border-radius: 16px;
}

.onboard-instructions-section .instruction .step-number {
  font-weight: 700;
  font-size: 96px;
  line-height: 80px;

  background: linear-gradient(67.47deg, #f4964b -10.23%, #fac88e 91.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.onboard-instructions-section .instruction .texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onboard-instructions-section .instruction .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
}

.onboard-instructions-section .instruction .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.onboard-instructions-section .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.onboard-instructions-section .play-button {
  padding: 15px 60px;
  font-size: 20px;
  line-height: 30px;
}

.wide-banner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: linear-gradient(
    89.95deg,
    #590fd1 0.03%,
    #ff3d00 58.39%,
    #ffae10 114.93%
  );
  gap: 20px;
}

.wide-banner-content {
  flex: 1;
  width: 100%;
  max-width: 610px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 28px;
  padding: 50px 0;
}

.wide-banner-slot-img {
  flex: 1;
  width: 100%;
  max-width: 610px;
  height: auto;
  object-fit: contain;
  margin-top: -86px;
}

.wide-banner-slot-img-mobile {
  display: none;
  height: auto;
  object-fit: contain;
}

.wide-banner .text {
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.wide-banner .cards-left {
  background: url(/cards-1.png);
  background-repeat: no-repeat;
  background-position: bottom 15% right;
  flex-grow: 1;
}

.wide-banner .cards-right {
  background: url(/cards-2.png);
  background-repeat: no-repeat;
  background-position: top 25% left;
  flex-grow: 1;
}

.wide-banner .cta-button {
  border: 3px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  padding: 14px 40px;
}

.attractive-features {
  position: relative;
  min-height: 800px;
}

.attractive-features h2 {
  text-align: center;
}

.attractive-features .feature {
  display: grid;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 24.35%, #3f068e 91.53%);
  align-items: center;
  grid-template-columns: max-content minmax(300px, 550px) 1fr;
  gap: 40px;
}

.attractive-features .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.attractive-features .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.attractive-features .features-list {
  position: relative;
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

.attractive-features .phone {
  position: absolute;
  left: 898px;
  top: 42px;
  z-index: var(--zAbove);
}
.attractive-features .chip {
  position: absolute;
  left: 1124px;
  top: 470px;
}

.security-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000000;
}

.security-section .section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.security-section h2 {
  text-align: left;
}

.security-text {
  position: relative;
  z-index: 1;
  max-width: 620px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-right: -100px;
}

.security-section .icons {
  margin-top: 57px;
}

.security-logos {
  width: 100%;
}

.security-bg-wrapper {
  min-width: 30%;
}

.security-section .security-bg {
  margin-left: -35%;
  margin-right: -65%;
  background-size: contain;
  background-image: url(/shield-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

@supports (background-image: -webkit-image-set(url(/shield-bg.webp) 1x)) {
  .security-section .security-bg {
    background-image: -webkit-image-set(
      url(/shield-bg.webp) 1x,
      url(/shield-bg.png) 2x
    );
  }
}
@supports (background-image: image-set(url(/shield-bg.webp) 1x)) {
  .security-section .security-bg {
    background-image: image-set(
      url(/shield-bg.webp) 1x,
      url(/shield-bg.png) 2x
    );
  }
}

.security-section .shield,
.security-section .shield > * {
  width: 500px;
  height: 458px;
}

.providers-section {
  border: 1px solid #000000;
  padding: 64px 16px;
  background: #000000;
}

.providers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1240px;
}

.provider,
.provider-picture {
  width: 240px;
  height: 120px;
}

.support-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.support {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.messengers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}

.messengers > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
}

.messengers > a > img {
  filter: drop-shadow(0px 1px 1px rgba(255, 255, 255, 0));
  transition: filter 0.2s;
  transform: scale(0.857);
}

.messengers a:hover img {
  filter: drop-shadow(0px 4px 30px rgba(255, 255, 255, 0.5));
}

.messengers a:active img {
  filter: drop-shadow(0px 3px 15px rgba(255, 255, 255, 0.7));
}

@media screen and (max-width: 1240px) {
  body {
    min-width: 325px;
  }
  section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header {
    justify-content: center;
  }

  .attractive-features-section {
    padding-top: 0px;
  }
  .attractive-features-section > .mobile-only {
    display: block;
  }

  .attractive-features {
    margin-top: 46px;
    position: relative;
    min-height: 0px;
  }

  .attractive-features-image {
    position: relative;
    width: 100%;
    height: 360px;
    background: linear-gradient(
      180deg,
      rgba(125, 73, 209, 0) 30.96%,
      rgba(41, 6, 142, 0.7) 126.76%
    );
  }

  .attractive-features-image .phone-container {
    position: absolute;
    width: 220px;
    left: 0;
    right: 0;
    bottom: 4px;
    margin: 0 auto;
    z-index: var(--zAbove);
  }
  .attractive-features-image .phone {
    width: 220px;
    left: 0;
    right: 0;
  }
  .attractive-features-image .chip-behind-phone {
    position: absolute;
    width: 102px;
    right: 0;
    bottom: 60px;
    z-index: var(--zBelow);
  }
  .attractive-features-image .chip-above-phone {
    position: absolute;
    width: 110px;
    left: -40px;
    top: -20px;
    z-index: var(--zAfter);
    transform: rotate(7deg) scaleX(-1);
  }
  .attractive-features-image .chip-blurred {
    position: absolute;
    width: 140px;
    left: -130px;
    bottom: -24px;
    filter: blur(3.5px);
    transform: rotate(3.88deg);
  }

  .attractive-features .features-list {
    width: auto;
    align-items: center;
    gap: 48px;
  }

  .attractive-features .feature {
    column-gap: 16px;
    row-gap: 0px;

    grid-template-columns: auto minmax(100px, 330px);
    background: none;
  }

  .attractive-features .feature img {
    width: 92px;
  }

  .attractive-features .feature .extraMedia {
    /* FIXME: заменить картинку на отдельные изображения. Они уже есть */
    grid-column: 2;
    width: 100%;
  }

  .attractive-features .title {
    font-size: 16px;
    line-height: 24px;
  }

  .attractive-features .description {
    font-size: 14px;
    line-height: 20px;
  }

  .wide-banner {
    flex-direction: column;
    gap: 25px;
    padding: 0 24px;
  }

  .wide-banner-slot-img {
    display: none;
  }

  .wide-banner-slot-img-mobile {
    display: block;
    width: 100%;
    min-width: 312px;
    max-width: 610px;
    margin: -24px auto 0;
  }

  .wide-banner-content {
    align-items: center;
    margin: 0 auto;
  }

  .wide-banner .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }

  .security-section {
    padding-top: 40px;
  }

  .security-section .section-content {
    flex-direction: column;
    align-items: center;
  }

  .security-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .security-section .icons {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .security-bg-wrapper {
    width: 100%;
  }

  .security-section .security-bg {
    margin-left: auto;
    margin-right: auto;
    background-image: url(/shield-bg-2.png);
    display: block;
    height: 270px;
    padding: 0px;
    width: 360px;
    height: 270px;
  }
  @supports (background-image: -webkit-image-set(url(/shield-bg-2.webp) 1x)) {
    .security-section .security-bg {
      background-image: -webkit-image-set(
        url(/shield-bg-2.webp) 1x,
        url(/shield-bg-2.png) 2x
      );
    }
  }
  @supports (background-image: image-set(url(/shield-bg-2.webp) 1x)) {
    .security-section .security-bg {
      background-image: image-set(
        url(/shield-bg-2.webp) 1x,
        url(/shield-bg-2.png) 2x
      );
    }
  }

  .security-section .shield {
    position: relative;
    top: 20px;
    left: -30px;
  }

  .security-section .shield > * {
    width: 250px;
    height: 229px;
  }

  .providers-section {
    padding: 40px 16px;
  }

  .provider,
  .provider-picture {
    width: 180px;
    height: 90px;
  }

  .support-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .support {
    max-width: 340px;
  }

  .messengers {
    gap: 32px;
  }

  .messengers > a {
    width: 64px;
    height: 64px;
  }

  .messengers > a img {
    transform: scale(0.457);
  }

  .support-subtitle {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .main-page-header {
    font-size: 8vw !important;
    line-height: 8vw !important;
  }
}

.cta-button {
  padding: 17px 28px;
  height: fit-content;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.component-registration {
  width: 525px;
  max-width: 525px;
  min-height: 640px;
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid #60368e;

  border-top-color: #7745ac;
  border-right-color: #6f409f;
  border-left-color: rgba(188, 141, 238, 0.3);
  box-shadow: 0 0 44px 0 rgba(20, 11, 30, 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(133, 83, 211, 0.3);
}

.modal-content .component-registration {
  background: #401a75;
}

.modal-content .component-registration {
  background: #401a75;
}

.promopage-steps {
  margin-bottom: 80px;
}

.special-offers-section .header .show-all-button {
  margin-bottom: 42px;
  margin-left: auto;
  height: 44px;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
  .component-registration {
    width: 80vw;
    min-width: 344px;
    min-height: 572px;
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid rgba(215, 202, 230, 0.1);
    background: linear-gradient(
        0deg,
        rgba(99, 72, 122, 0.2),
        rgba(99, 72, 122, 0.2)
      ),
      linear-gradient(
        197.72deg,
        rgba(148, 63, 230, 0) 4.95%,
        rgba(66, 53, 79, 0.6) 100.64%
      );
    box-shadow: 0 0 44px 0 rgba(20, 11, 30, 0.4);
  }
}
@media screen and (max-width: 360px) {
  .component-registration {
    width: 95vw;
    min-width: 310px;
  }
}

@media screen and (max-width: 800px) {
  .main-page-banner-section {
    height: 640px;
  }

  .main-page-text {
    position: initial;
    margin: 0 auto;
    width: 232px;
    align-items: center;
    text-align: center;
    z-index: var(--zAbove);
  }

  .main-page-header {
    width: 350px;
    margin-top: 32px;
    font-size: 43px;
    line-height: 48px;
  }

  .main-page-header:lang(ru),
  .main-page-header:lang(de) {
    width: 400px;
    font-size: 32px;
    line-height: 42px;
  }

  .main-page-header-description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    height: unset;
    width: unset;
    text-align: center;
  }

  .main-page-banner-section .play-button-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: var(--zAbove);
  }

  .main-page-banner-section .play-button {
    padding: 17px 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    min-width: 312px;
  }

  .inner-game-list-wrapper {
    margin-top: -50px;
    scale: 0.5;
    width: 200%;
    position: relative;
    left: -50%;
  }

  .promo-section {
    padding: 40px 15px;
  }

  .promo-section-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 22px;
  }

  .bonuses-list-title {
    margin-bottom: 24px;
  }

  .deposit-bonuses {
    gap: 32px;
  }

  .deposit-bonuses li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .deposit-bonuses .bonus-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .deposit-bonuses .bonus-description {
    font-size: 14px;
    line-height: 20px;
  }

  .bonus-icon {
    margin: 0;
    width: 92px;
  }
}
