:root {
  --color-primary-red: #dd0000;
  --color-dark-blue: #2e3c53;
  --color-black: #000;
  --color-white: #fff;
  --color-light-gray-background: #f0f0f0;
  --color-text-gray: #5f5f5f;
  --color-text-dark-gray: #333;
  --container-max-width: calc(100% - 128px);
  --padding-container: 0 15px;
  --gap-sections: 50px;
  --gap-content-blocks: 15px;
  --gap-buttons: 20px;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Barlow", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  color: var(--color-black);
  font-size: 18px;
}

.app-landing {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.app-lmax {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--padding-container);
  display: flex;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.app-landing h1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0;
  color: var(--color-black);
}

.app-landing h2 {
  font-weight: 700;
  font-size: 2.2rem;
}

.app-hero {
  background-color: var(--color-white);
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-top: 10vh;
}

.app-hero .app-lmax {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
  min-height: 85vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

img.logo_hero {
  max-width: 500px;
  height: auto;
  margin-bottom: 0;
}

.app-hero-content {
  max-width: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 1;
  color: var(--color-black);
}

.app-new-label {
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  padding: 5px 12px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  max-width: fit-content;
  margin-bottom: 10px;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
}

.app-hero-content p.hero-subtitle {
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-black);
  margin-top: 0;
  margin-bottom: 15px;
}

.app-hero-content p {
  font-size: 1.25rem;
  color: var(--color-text-dark-gray);
  line-height: 1.6;
  margin: 0;
}

.app-hero-content p strong {
  font-weight: 700;
}

.app-download-buttons-hero {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.app-sports-betting .app-lmax {
  justify-content: flex-end;
  padding: 10vh 0;
  margin-bottom: 64px;
}

section.app-section.app-casino-slots .app-section-image {
  right: -20% !important;
  left: unset;
  max-width: 60%;
}

.app-button-icon {
  display: flex;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.app-button-icon img {
  height: 48px;
  max-width: 100%;
  width: auto;
}

.app-button-icon:hover {
  opacity: 0.8;
}

.app-hero-image-wrapper {
  width: 90vh;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -5px;
  right: 0;
  border: 5px solid var(--color-primary-red);
  border-radius: 25% 25% 0 0;
  padding: 10vh;
  right: -10%;
  height: 70vh;
}

.app-hero-image-wrapper .hero-app-image {
  position: relative;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.decorative-M-common {
  position: absolute;
  height: auto;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.hero-decorative-M {
  width: clamp(350px, 35vw, 550px);
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  z-index: 3;
}

.app-section {
  padding: 70px 0;
  position: relative;
}

.app-section .app-lmax {
  align-items: center;
  gap: 50px;
}

.app-section-content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-content-blocks);
  background: #0b2c56d1;
  border-radius: 18px;
  padding: 24px;
  color: var(--color-white);
  z-index: 1;
  max-width: 40%;
}

.app-section-content p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
  color: var(--color-white);
}

.app-section-content p.small-margin-bottom {
  margin-bottom: 15px;
}

.app-section-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.app-section-content ul li {
  position: relative;
  padding-left: 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-white);
}

.app-section-content ul li .list-bullet {
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--color-white);
}

.app-section-image {
  text-align: center;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  max-width: 60%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.app-section-image img {
  width: 100%;
  height: auto;
}

.app-section-content h2 {
  background: #0b2c56;
  max-width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 16px 5px 0;
  border-radius: 8px;
  position: relative;
  padding-left: 3.2rem;
  color: var(--color-white);
  margin: -40px 0 10px 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.app-section-content h2 img {
  height: 3.25rem;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 3.25rem;
  object-fit: contain;
}

.app-sports-betting {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  position: relative;
  z-index: 0;
}

.sports-decorative-M {
  width: clamp(300px, 32vw, 480px);
  top: 50%;
  left: -80px;
  transform: translateY(-50%) rotate(-10deg);
  z-index: 0;
}

.app-casino-slots {
}

.app-casino-slots .app-section-image img {
}
.casino-decorative-M {
  width: clamp(330px, 38vw, 550px);
  bottom: -80px;
  right: -100px;
  transform: rotate(12deg);
  z-index: 0;
}

.app-advantages {
  background: url(imgs/bg-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.app-advantages .app-section-content {
  background: none;
  padding: 0;
  color: var(--color-text-dark-gray);
}
.app-advantages .app-section-content p,
.app-advantages .app-section-content ul li {
  color: var(--color-text-dark-gray);
}

.app-advantages h2 {
  color: var(--color-black);
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  background: none;
  font-style: normal;
  padding-left: 0;
  font-size: 2.2rem;
  display: block;
}
.app-advantages .app-lmax.column {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  text-align: center;
}
.app-advantages-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  width: 100%;
}
.app-advantages-list p {
  font-size: 1rem;
  color: var(--color-text-dark-gray);
  position: relative;
  padding-left: 40px;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}
.app-advantages-list p span {
  position: absolute;
  left: 0;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.app-advantages-list p span img {
  width: 22px;
  height: 22px;
}

.app-download-buttons-advantages {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: center;
}
.advantages-decorative-M {
  width: clamp(380px, 40vw, 600px);
  bottom: -120px;
  right: -150px;
  z-index: 0;
}

.app-footer {
  background-color: var(--color-white);
  padding: 40px 0;
  text-align: center;
  color: var(--color-text-gray);
  font-size: 0.85rem;
  position: relative;
  overflow: hidden;
  max-width: var(--container-max-width);
  border: 2px solid var(--color-dark-blue);
  margin: 0 auto;
  border-radius: 25px 25px 0 0;
}
.app-footer .app-lmax.column {
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.app-footer-main-logo {
  max-width: 180px;
  margin-bottom: 10px;
}
.app-footer p {
  margin: 0;
  max-width: 100%;
  color: var(--color-text-gray);
  line-height: 1.5;
}
.app-footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.app-footer-logos img.app-adm-logo {
  max-height: 35px;
  width: auto;
}
.app-footer-payment-methods {
  max-width: 400px;
  width: 90%;
  margin-top: 15px;
}
.footer-decorative-M {
  width: clamp(250px, 25vw, 380px);
  bottom: -60px;
  left: -70px;
  z-index: 0;
}

@media (min-width: 768px) {
  .app-section .app-lmax.reverse-mobile {
    flex-direction: row-reverse;
  }
}

@media all and (max-width: 1440px) {
  .app-hero-image-wrapper {
    width: 40vw !important;
  }
}

@media (max-width: 1024px) {
  :root {
    --gap-sections: 30px;
    --container-max-width: calc(100% - 30px) !important;
    --padding-container: 0 15px;
    --gap-content-blocks: 15px;
    --gap-buttons: 20px;
  }

  .app-lmax {
    flex-direction: column;
    gap: 30px;
  }

  .app-landing h1 {
    font-size: 2rem;
  }
  .app-landing h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .app-section-content h2 {
    font-size: 1.5rem;
    margin-top: -30px;
    margin-bottom: 15px;
    padding-left: 2.8rem;
    padding-right: 10px;
  }
  .app-section-content h2 img {
    height: 2.8rem;
    left: -0.8rem;
    max-width: 2.8rem;
  }
  .app-advantages h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .app-hero {
    padding: 15px;
  }
  .app-hero .app-lmax {
    gap: 25px;
    min-height: auto;
    padding-bottom: 0;
    flex-direction: column-reverse;
    padding: 0;
  }
  .app-hero-content {
    max-width: 100%;
    text-align: center;
    align-items: center;
    order: 1;
  }
  img.logo_hero {
    max-width: 220px;
  }
  .app-hero-content p.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .app-hero-content p {
    font-size: 0.9rem;
  }

  .app-download-buttons-hero {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .app-button-icon img {
    height: 40px;
  }

  .app-hero-image-wrapper {
    width: 100% !important;
    min-height: auto;
    margin-top: 30px;
    order: 2;
    padding-bottom: 0;
    margin: 0;
    max-width: 100%;
    height: unset;
    position: relative;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    padding: 0;
    border: 0;
  }

  .app-hero-image-wrapper::before {
    clip-path: none;
    width: 100%;
    height: 75%;
    border-radius: 70px 70px 0 0;
    left: 0;
    transform: translateX(0);
    bottom: 0;
    top: auto;
    background-color: var(--color-primary-red);
  }

  .app-hero-image-wrapper .hero-app-image {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    bottom: 0;
    transform: none;
  }

  .app-section {
    padding: var(--gap-sections) 0;
  }
  .app-section .app-lmax {
    gap: 25px;
  }
  .app-section-content {
    padding: 20px;
    border-radius: 12px;
    max-width: 100%;
  }

  .app-sports-betting .app-section-image {
    order: -1;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    max-width: 100%;
  }

  .app-section-content p {
    font-size: 0.9rem;
    text-align: left;
  }
  .app-section-content p.small-margin-bottom {
    margin-bottom: 10px;
  }
  .app-section-content ul {
    align-items: flex-start;
    padding: 0;
    max-width: 100%;
  }
  .app-section-content ul li {
    text-align: left;
    font-size: 0.9rem;
  }
  .app-section-content ul li .list-bullet {
    top: 7px;
  }
  .app-section-image img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .app-advantages .app-section-content {
    padding: 0;
    color: var(--color-text-dark-gray);
  }
  .app-advantages .app-section-content p,
  .app-advantages .app-section-content ul li {
    color: var(--color-text-dark-gray);
  }
  .app-advantages-list {
    gap: 15px;
  }
  .app-advantages-list p {
    font-size: 0.9rem;
    text-align: left;
    padding-left: 35px;
  }
  .app-advantages-list p span img {
    width: 20px;
    height: 20px;
  }
  .app-download-buttons-advantages {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .app-download-buttons-advantages .app-button-icon img {
    height: 40px;
  }

  .app-footer {
    padding: 30px 0;
  }
  .app-footer .app-lmax.column {
    gap: 20px;
    flex-direction: column;
    font-size: 12px;
  }

  section.app-section.app-advantages .app-lmax {
    align-items: flex-start;
  }

  .app-footer-logos {
    flex-direction: row;
    gap: 15px;
    margin-top: 0;
    justify-content: center;
  }

  .app-sports-betting .app-lmax {
    padding: 0;
  }

  section.app-section.app-casino-slots .app-section-image {
    position: relative;
    max-width: 100%;
    top: unset !important;
    transform: unset !important;
    right: unset !important;
    left: unset !important;
  }

  section.app-section.app-casino-slots .app-lmax {
    flex-direction: column-reverse;
  }

  .app-footer-logos img.app-adm-logo {
    max-height: 30px;
  }
}

.app-sports-betting::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(imgs/bg-red.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: skewY(-2deg);
    z-index: -1;
}

.app-sports-betting > * {
    position: relative;
    z-index: 1;
}