:root {
  --chance-color: #02881a;
  --lotto-color: #e31d1a;
  --seven-color: #eb1e75;
  --one-color: #ff6b00;
  --prety-title-color: #ab1815;
  --main-background-color: #f7f7f7;
  --main-blue: #244ec4;
  --button-grey-background: #646f8b;
  --main-blue-2: #3e528a;
}
.pulsing-text {
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.pulsing-text-095 {
  animation: pulse2 3s ease-in-out infinite;
}
.pulsing-text-097 {
  animation: pulse3 3s ease-in-out infinite;
}
@keyframes pulse3 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.position-absolute {
  position: absolute !important;
}
.small-button-border-radius {
  border-radius: 7rem !important;
}
.small-content,
.question-block_small {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.75) !important;
  padding: 3rem !important;
  margin-top: 2.2rem !important;
}
.menu-info-note {
  font-size: 3rem;
  color: var(--button-grey-background);
  float: left;
  margin-left: 20rem;
}
.small-content.keyboard {
  margin-top: 72.2rem !important;
}
.button-wrapper-100percent {
  width: 100% !important;
}
.parent-menu-item,
.wellcome_text {
  color: var(--lotto-prety-title-color) !important;
}
.mobile-menu {
  background-color: white !important;
}
.mobile-menu__list::before {
  background-color: var(--lotto-color) !important;
}
.mobile-menu__list {
  border-radius: 7rem !important;
  /* box-shadow: none !important; */
}
.parent-menu-item {
  box-shadow: none !important;
  font-size: 5rem !important;
  background-color: var(--main-background-color);
}
/* header */

.i-header {
  position: fixed;
  width: 100%;
  max-width: 100rem;
  background: white;
  right: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 0 3.3333rem rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.i-header-top-wrap {
  display: flex;
  justify-content: space-between;
  background: #f1f1f1;
  padding: 1.1733rem 4.5066rem;
}

.i-header-top-wrap span {
  font-size: 2.8266rem;
}

.i-header-top-wrap .price {
  font-size: 2.8266rem;
}

.i-header-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 17.8266rem;
  padding: 0 4.5066rem;
  gap: 4.5066rem;
}

.i-header-buttons-wrap {
  display: flex;
  justify-content: space-between;
  gap: 4.5066rem;
  align-items: center;
}

.i-header-button {
  cursor: pointer;
  position: relative;
}
.header-cart-icon {
  margin-top: -1.2rem;
}
.header-lang-icon {
  margin-top: -1.1rem;
}
.cart-summary {
  width: 10rem;
    position: absolute;
    bottom: -2.1rem;
    left: -3rem;
    font-size: 2rem;
    color: #7a7a7a;
}
.header-language-indicator {
  width: 4rem;
  position: absolute;
  bottom: -2rem;
  right: 1rem;
  font-size: 2.3rem;
  color: #7a7a7a;
}
.i-header-button svg {
  width: 4.6666rem;
  height: auto;
}

.i-header-button.menu svg {
  width: 6.5066rem;
}

.i-header-button.back svg {
  width: 4rem;
}

.i-header-logo-wrap {
  position: absolute;
  width: 46.8266rem;
  top: 50%;
  right: 0.5333rem;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}

.i-header-logo-wrap svg {
  width: 100%;
  height: 100%;
}

/* header */

/* content */

.page-content {
  padding-top: 24.6666rem;
}

[class*="__container"] {
  width: 100%;
  max-width: 100rem;
  padding: 0 4.5066rem;
  margin: 0 auto;
}

[class*="__section"] {
  padding: 3.3333rem 0;
}

/* content */

/* buttons */

[class*="__button"] {
  display: flex;
  height: 11.1733rem;
  background: #244ec4;
  padding: 0 2.5066rem;
  color: white;
  font-size: 4.4rem;
  font-weight: 700;
  border-radius: 0.4444rem;
  align-items: center;
  gap: 3.3333rem;
  justify-content: center;
  border: unset;
}

[class*="__button"].chance {
  background: #0c890c;
}

[class*="__button"] .button-icon {
  display: flex;
}

[class*="__button"] .button-icon svg {
  width: 5.4933rem;
  height: auto;
}

[class*="__small-button"] {
  display: flex;
  height: 6.5066rem;
  background: #e31d1a;
  padding: 0 2rem 0 0; 
  color: white;
  font-size: 2.6666rem;
  font-weight: 700;
  border-radius: 0.4444rem;
  align-items: center;
  gap: 1.68rem;
  justify-content: center;
  border: unset;
}
.menu-info-buttons__small-button {
    /* justify-content: right; */
    width: 33.33%;
    position: relative;
}
.banner-wrap img {
    border-radius: 4rem;
}
/* Base styles */
.sub-sub-loto-menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shopping-cart-popup-wrapper .triple-item.triple-item_orange .cards-list__card {
    color: white !important;
    background: #ff6b00;
}
.shopping-cart-popup-wrapper .triple-item.triple-item_pink .triple-item__main-cell .cards-list__card {
    background: #9B0048;
    color: #f7f7f7;
}
.width-100 {
    width: 100% !important;
}
/* */ .mobile-menu-item-animate {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.2s ease-in forwards;
}

/* Dynamic delay using nth-child */
/*  .mobile-menu-item-animate:nth-child(n) {
    animation-delay: calc(0.6s * (var(--index, 1)));
  }
 */
/* Keyframes for fade-in effect */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-question-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
  position: relative;
  padding-left: 30px; /* Adjust for bullet size */
}

.faq-question-wrapper::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg _ngcontent-myn-c63="" xmlns="http://www.w3.org/2000/svg" width="39" height="27" viewBox="0 0 39 27" fill="none" class="ng-tns-c63-0"><path _ngcontent-myn-c63="" d="M12.8134 1.27761C11.4895 1.5629 9.47981 2.30784 9.38411 2.56143C9.30436 2.78333 9.46386 3.00522 11.6809 5.79477C15.7163 10.8667 17.3114 12.9588 17.3114 13.1649C17.3114 13.2758 17.0402 13.6879 16.7212 14.0683C15.5887 15.368 9.17676 23.3562 9.17676 23.4513C9.17676 23.6257 11.0908 24.4657 12.1275 24.7352C13.6588 25.1473 16.2427 25.2265 17.6942 24.9095C19.8315 24.434 21.3787 23.483 22.8939 21.692L23.4681 21.0422L24.0902 21.7871C26.9293 25.1631 31.8899 26.0665 36.962 24.1487C37.6479 23.8951 38.238 23.6098 38.2859 23.5464C38.3337 23.4672 36.4676 21.0422 34.1388 18.1575C29.3059 12.1663 29.6568 13.0222 31.2199 11.1678C32.2089 9.99494 34.2345 7.53824 36.5952 4.62189C38.5092 2.24444 38.5411 2.46633 36.1645 1.67385C34.1707 1.00816 31.4592 0.833815 29.5292 1.26176C27.3759 1.7531 25.1429 3.10032 24.0743 4.57434L23.7552 5.01814L22.6228 3.92451C20.5971 1.97499 18.1567 1.02401 15.2538 1.05571C14.4084 1.07156 13.3079 1.16666 12.8134 1.27761Z" fill="#02881A" class="ng-tns-c63-0"></path></svg>');
  background-size: 16px 16px; /* Adjust size of SVG */
  background-repeat: no-repeat;
  position: absolute;
  right: 0; /* Position bullet to the right */
  top: 50%;
  transform: translateY(-50%);
  width: 16px; /* Adjust size to match SVG */
  height: 16px;
}

.menu-page-centered-container [class*="__small-button"] {
  background: var(--main-blue-2);
}
.html-icon-right::before {  
    color: #ffffff; /* Adjust color as needed */ 
    position: absolute;
    font-size: 4rem;
    right: 6rem;
    top: 2rem;
    z-index: 2;
  }
.html-icon-ticket::before {
    content: '\1F4C4';
}
.user-menu-child-wrapper::before {  
    color: #393939; /* Adjust color as needed */ 
    position: absolute;
    font-size: 4rem;
    left: 6rem;
    top: 2rem;
    z-index: 2;
  }
.user-menu-child-wrapper.active::before {
    content: "\00BB"; /* Unicode for chevron character (») */
    transform: rotate(270deg);
 
}
.user-menu-child-wrapper:not(.active)::before {
    content: "\00BB"; /* Unicode for left-pointing chevron (closed chevron) */
}
.user-menu-child-wrapper {
   position: relative;
}
[class*="__small-button"] .button-icon svg {
  width: 3.4933rem;
  height: auto;
}
.button-right-icon-absolute {
    position: absolute;
    right: 1.8rem;
    top: 1.1rem;
    z-index: 2;
    height: 4rem;    
    font-size: 4.8rem;
    line-height: 4rem;
}
/* buttons */

/* homepage */

.homepage-banner__section {
  margin: 0 -4.5066rem;
}

.homepage-buttons__section {
  display: flex;
  gap: 3.3333rem;
}

.homepage-buttons__small-button {
  width: 33.33%;
  position: relative;
}

.homepage-alert__section {
  text-align: center;
  font-size: 3.1733rem;
}

/* homepage */

/* lottery-button */

.lottery-buttons__section {
  display: flex;
  gap: 4.5066rem;
  row-gap: 5.4933rem;
  flex-wrap: wrap;
}

.lottery-button {
  position: relative;
  display: flex;
  width: calc(50% - 2.3466rem);
  height: 21.3333rem;
  background: white;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.75);
  border-radius: 0.4444rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1733rem;
  padding: 0;
  padding-right: 2.6666rem;
  border: unset;
}

.lottery-button-icon {
  position: absolute;
  top: 2.5066rem;
  right: 2.5066rem;
}

.lottery-button-icon svg {
  width: 8.6666rem;
  height: auto;
}

.lottery-button-sub-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: -0.75rem;
}

.lottery-button.chance .lottery-button-sub-title {
  color: var(--chance-color);
}

.lottery-button.lotto .lottery-button-sub-title {
  color: var(--lotto-color);
}

.lottery-button-name {
  font-size: 8.16rem;
  line-height: 8.1616rem;
  font-weight: 700;
}

.lottery-button.chance .lottery-button-name {
  color: var(--chance-color);
  font-size: 8.2666rem;
}

.lottery-button.lotto .lottery-button-name {
  color: var(--lotto-color);
  font-size: 9.6rem;
}

.lottery-button.seven .lottery-button-name {
  color: var(--seven-color);
  font-size: 8rem;
}

.lottery-button.onetwo .lottery-button-name {
  color: var(--one-color);
  font-size: 8.6666rem;
}

.lottery-button.chance svg path {
  fill: var(--chance-color);
}

.lottery-button.lotto svg path {
  fill: var(--lotto-color);
}

.lottery-button.seven svg path {
  fill: var(--seven-color);
}

.lottery-button.onetwo svg path {
  fill: var(--one-color);
}

.lottery-button-timer {
  font-size: 3.1733rem;
  font-weight: 700;
}

/* lottery-button */

/* contact buttons */

.contact-buttons__section {
  display: flex;
  gap: 4.5066rem;
}

.contact__button {
  width: 50%;
}

/* contact buttons */

/* @media (max-width: 600px) {
    html, body {
        font-size: 2.667vw;
    }
} */

/* homepage banner */

.homepage-banner {
  display: flex;
  background: white;
  aspect-ratio: 600 / 228;
  align-items: center;
  justify-content: space-evenly;
}

.homepage-banner-content {
  text-align: center;
  color: #244ec4;
  font-size: 4.5rem;
  line-height: 0.95;
}

.homepage-banner-content .red {
  color: #e31d1a;
}

.homepage-banner-content .number {
  font-size: 14rem;
  font-weight: 900;
}

.homepage-banner-image {
  width: 49rem;
}

.homepage-banner-image img {
  width: 100%;
  height: auto;
}

/* homepage banner */
