@import url(https://fonts.googleapis.com/css?family=Noto+Rashi+Hebrew:100,200,300,regular,500,600,700,800,900);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
:target {
  scroll-margin-top: 70px;
}
.jS {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jC {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.jE {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.j {
  display: flex;
  justify-content: space-between;
}
.flexCol {
  display: flex;
  flex-direction: column;
}
.gap30 {
  gap: 30px;
}
.gap25 {
  gap: 30px;
}
.gap20 {
  gap: 20px;
}
.gap15 {
  gap: 15px;
}
.gap10 {
  gap: 10px;
}
.gap5 {
  gap: 10px;
}
.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.g3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.g4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  .g5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .g4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .g5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .jS,
  .jC,
  .jE,
  .j {
    align-items: center;
    flex-direction: column;
  }
  .g5,
  .g2,
  .g3,
  .g4 {
    grid-template-columns: 1fr;
  }
}

.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}

textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  background: #bbe1be;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Noto Rashi Hebrew", sans-serif;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: #fff;
  text-align: center;

  /* Body/Large/Semi Bold */

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
  border-radius: 9999px;
  background: #006ed5;

  padding: 12px 32px;
}
.btn img {
  width: 24px;
  height: 24px;
}
.header {
  background: #bbe1be;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-block: 20px;
}

.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: block;
  color: #00a40c;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 35.2px */
  letter-spacing: 0.32px;
}

.header__links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__links a {
  display: block;
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__btns-mob {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.header__btn1-mob,
.header__btn1 {
  display: block;
  width: fit-content;
  border-radius: 9999px;
  background: #00a40c;
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
  padding: 8px 16px;
}
.header__btn2-mob,
.header__btn2 {
  display: block;
  padding: 8px 16px;
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
  border-radius: 9999px;
  border: 1px solid #000;
  opacity: 0.8;
}

.header__btn1-mob,
.header__btn2-mob {
  width: 100%;
}
.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 34px;
  height: 34px;
  padding: 5px;
  flex-shrink: 0;
}
section {
  padding-block: 80px;
}

.home {
}
.container {
}
.home__inner {
}
.home__title {
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
  margin-bottom: 24px;
}
.home__subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
  margin-bottom: 24px;
}
.home__text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
  margin-bottom: 42px;
}
.home__blocks {
  margin-bottom: 80px;
}

.home__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.home__label {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
  letter-spacing: 0.2px;
}
.home__img {
  height: 329px;
}
.home__img img {
  object-fit: cover;
}

.about__imgs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about__title {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
  margin-bottom: 24px;
}
.about__subtitle {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: 0.24px;
  margin-bottom: 24px;
}
.about__text {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
  margin-bottom: 42px;
}
.about__blocks {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.about__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__label {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.16px;
}
.about__text2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
}
.about__list * {
  list-style: initial;
}
.about__list {
  margin-left: 20px;
}
.about__list {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
}

.reviews__title {
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
  margin-bottom: 24px;
}
.reviews__subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
  margin-bottom: 40px;
}

.reviews__item {
  padding: 32px;
  background: #3f7d44;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reviews__label {
  color: #fff;
  font-family: "Noto Rashi Hebrew";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
  letter-spacing: 0.2px;
}
.reviews__text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
}
.reviews__name {
  color: #fff;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.16px;
}

.features__title {
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
  margin-bottom: 16px;
}
.features__subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  margin-bottom: 40px;
}

.features__item {
  border: 1px solid #3f7d44;
  background: #3f7d44;
  backdrop-filter: blur(12px);
  padding: 32px;
}
.features__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.features__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.features__label {
  color: #fff;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: 0.24px;
}
.features__text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  margin-bottom: 24px;
}
.features__btn img {
  width: 24px;
  height: 24px;
}
.features__btn {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
  border-radius: 9999px;
  border: 1px solid #fff;
  opacity: 0.8;
}

.jackpot__title {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
  margin-bottom: 16px;
}
.jackpot__subtitle {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  margin-bottom: 60px;
}
.jackpot__label {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: 0.24px;
  margin-bottom: 16px;
}
.jackpot__text {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  margin-bottom: 60px;
}
.jackpot__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 60px;
}
.jackpot__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jackpot__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.jackpot__label2 {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
}
.jackpot__btn {
  display: block;
  width: fit-content;
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
  padding: 8px 16px;
  border-radius: 9999px;
  background: #00a40c;
}

.play__title {
  color: #00a40c;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
  margin-bottom: 16px;
}
.play__subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  margin-bottom: 60px;
}

.play__item {
  border: 1px solid rgba(0, 164, 12, 0.24);
  background: rgba(0, 0, 0, 0.01);
  padding: 32px;
}
.play__label {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: 0.24px;
  margin-bottom: 16px;
}
.play__text {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  margin-bottom: 24px;
}
.play__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.play__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.play__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.play__label2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
}
.play__nums {
  max-width: 244px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
.play__num {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%; /* 12.8px */
  letter-spacing: 0.16px;
}

.countdown__inner {
  padding: 42px 24px;
  background: #3f7d44;
  backdrop-filter: blur(22px);
}
.countdown__title {
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 37.4px */
  letter-spacing: 0.34px;
  margin-bottom: 16px;
}
.countdown__subtitle {
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 22px */
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
.countdown__text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  margin-bottom: 40px;
}
.countdown__text2 {
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 23.1px */
  letter-spacing: 0.21px;
  margin-bottom: 24px;
}
.countdown__timer {
  max-width: 504px;
  width: 100%;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
details > summary::-webkit-details-marker {
  display: none;
}
.countdown__item {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.24);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.countdown__label {
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 23.1px */
  letter-spacing: 0.21px;
}
.countdown__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.countdown__btn1 {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 9999px;
  background: #00a40c;
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
}
.countdown__btn2 {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid #fff;
  opacity: 0.8;
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
}

.winners__top {
  max-width: 628px;
  width: 100%;
  margin: 0 auto 40px;
}
.winners__title {
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
  margin-bottom: 16px;
}
.winners__label1 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
.winners__text1 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
}

.winners__item {
  padding: 32px;
  border: 1px solid #3f7d44;
  background: rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.winners__wrapper {
  align-items: flex-start;
}
.winners__label {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.24px;
}
.winners__sum {
  color: #000;
  width: fit-content;
  display: block;
  padding: 8px 16px;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
  border-radius: 9999px;
  border: 1px solid #000;
  opacity: 0.8;
}

.faq__top {
  max-width: 674px;
  width: 100%;
  margin: 0 auto 40px;
}
.faq__title {
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
  margin-bottom: 16px;
}
.faq__subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
}
.faq__blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__item {
  border: 1px solid #3f7d44;
  background: #3f7d44;
  padding: 32px;
}
.faq__label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 24px;
  background-image: url(../images/arr2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.faq__item[open] .faq__label:before {
  transform: translateY(-50%) rotate(0);
}
.faq__label {
  padding-right: 34px;
  user-select: none;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: 0.24px;
}
.faq__textBody {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  padding-top: 16px;
}

.bottom__title {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
.bottom__subtitle {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
  margin-bottom: 76px;
}
.bottom__label {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
.bottom__text {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
  margin-bottom: 20px;
}
.bottom__list * {
  list-style: initial;
}
.bottom__list {
  margin-left: 20px;
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
  margin-bottom: 15px;
}
.bottom__text2 {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
  margin-bottom: 40px;
}
.bottom__label2 {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.bottom__text3 {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
  margin-bottom: 40px;
}
.bottom__label3 {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.bottom__text4 {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.216px;
  margin-bottom: 16px;
}
.bottom__list2 a {
  text-decoration: underline;
}
.bottom__list2 {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bottom__list2 * {
  list-style: initial;
}
.bottom__list2 a,
.bottom__list2 {
  color: #3f7d44;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.168px;
}
.logos {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.logos__logoItem {
  display: block;
  height: 76px;
}
.logos__age {
  height: 76px;
}

.contact {
  background: #0e0e0e url(../images/bg1.png) center / cover no-repeat;
}
.contact__inner {
  max-width: 722px;
  width: 100%;
  margin-inline: auto;
  padding: 32px;
  border: 1px solid #3f7d44;
  background: rgba(0, 0, 0, 0.66);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contact__title {
  color: #00a40c;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 37.4px */
  letter-spacing: 0.34px;
  margin-bottom: 24px;
}
.contact__subtitle {
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
  margin-bottom: 24px;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact__form textarea {
  height: 196px;
}
.contact__form input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Rashi Hebrew";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 13.2px */
  letter-spacing: 0.12px;
}
.contact__form button {
  margin-top: 16px;
  display: block;
  border-radius: 8px;
  background: #00a40c;
  width: 100%;
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.16px;
}

/* contact__inner2 */
.contact2__inner {
  background: rgba(0, 0, 0, 0.08);
  padding: 40px;
}
.contact2__title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.contact2__content {
  background: rgba(0, 0, 0, 0.08);
  padding: 32px;
}
.contact2__map {
  height: 220px;
  margin-top: 24px;
  width: 100%;
  display: block;
}

.contact2__blocks {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact2 .contact__form {
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  padding: 32px;
  background: rgba(0, 0, 0, 0.08);
}

.contact2__label {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  margin-bottom: 10px;
}
.contact2__text a,
.contact2__text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.192px;
}
.contact2 .contact__form textarea {
  height: 196px;
}
.contact2 .contact__form input::placeholder,
.contact2 .contact__form textarea::placeholder {
  color: #fff;
}
.contact2 .contact__form input,
.contact2 .contact__form textarea {
  color: #fff;
  font-family: "League Spartan";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px 24px;
  border-radius: 10px;
  background: #000;

  /* Shadow xs */
  box-shadow: 0px 1px 2px 0px rgba(18, 26, 43, 0.05);
}
.contact2 .contact__form button {
  border-radius: 10px;
  background: #000;
  padding: 16px;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "League Spartan";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.footer {
  padding-block: 40px 24px;
}

.footer .logos {
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  justify-content: center;
}

.footer .logos__logoItem {
  height: 50px;
}

.footer__inner {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__col1 {
  max-width: 419px;
  width: 100%;
}
.footer__col2 {
  max-width: 661px;
  width: 100%;
}

.footer__label {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}
.footer__age {
  max-width: 64px;
  width: 100%;
  flex-shrink: 0;
}

.footer__text a,
.footer__text {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.footer__copyright a,
.footer__text a {
  text-decoration: underline;
}
.footer__address a,
.footer__address {
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.footer__links2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.footer__links2 a {
  display: block;
  color: #000;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.footer__copyright a,
.footer__copyright {
  color: #000;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}

@media (max-width: 1004px) {
  .header__btns {
    display: none;
  }
  .header {
    padding-block: 16px;
  }
  .header__btns-mob {
    display: flex;
  }
  .header__nav {
    display: none;
    transform: translateY(-100%);
  }
  .header__menu {
    display: block;
  }

  .show-menu .menu-img {
    display: none;
  }
  .show-menu .close-img {
    display: block;
  }
  .show-menu {
    overflow-y: hidden;
  }
  .show-menu .header__links {
    flex-direction: column;
  }
  .show-menu .header__nav {
    position: absolute;
    padding: 30px 12px;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: calc(102vh - 64px);
    display: flex;
    flex-direction: column;
    background-color: #bbe1be;
    z-index: 10;
    gap: 48px;
    transition: all 0.3s;
    opacity: 1;
    transform: translateY(99%);
  }
  .show-menu .header__links a {
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact2__title,
  .home__title,
  h2 {
    font-size: 32px !important;
  }
  .about__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  section {
    padding-block: 40px;
  }
  .logos {
    justify-content: center;
    gap: 24px;
  }
  .logos__logoItem,
  .logos__age {
    height: 62px;
  }
  .footer__row,
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__col {
    max-width: initial;
  }
}
@media (max-width: 584px) {
  .contact2__content,
  .contact2 .contact__form,
  .contact2__inner {
    padding-inline: 20px;
  }
}

@media (max-width: 480px) {
  .countdown__btns {
    flex-direction: column;
  }
  .countdown__btn1,
  .countdown__btn2 {
    width: 100%;
  }
  .countdown__label span {
    display: block;
  }
  .countdown__label {
    font-size: 16px;
  }
}

@media (max-width: 370px) {
  .countdown__label {
    font-size: 13px;
  }
  .contact2__inner {
    background: initial;
    padding: 0;
  }
}
/* age verification */
.showAgeModal {
  overflow: hidden;
}
.ageModal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.954);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.ageModal__wrapper {
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(143, 146, 146, 0.24);
  background: #fff;
  box-shadow: 0px 275px 77px 0px rgba(0, 0, 0, 0),
    0px 176px 70px 0px rgba(0, 0, 0, 0.01),
    0px 99px 59px 0px rgba(0, 0, 0, 0.05), 0px 44px 44px 0px rgba(0, 0, 0, 0.09),
    0px 11px 24px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  padding: 32px;
}

.ageModal__title {
  color: #0c1311;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 3px solid #55897d8d;
}

.ageModal__label {
  color: #5c6160;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  margin-bottom: 16px;
}

.ageModal__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ageModal__btn-yes,
.ageModal__btn-no {
  display: block;
  padding: 24px;
  width: 100%;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
}

.ageModal__btn-yes {
  background: #28a745;
}

.ageModal__btn-yes:hover {
  transform: translateY(-1px);
}

.ageModal__btn-no {
  background: #dc3545;
}

.ageModal__btn-no:hover {
  transform: translateY(-1px);
}

.ageModal__btn-yes:active,
.ageModal__btn-no:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ageModal__wrapper {
    max-width: 342px;
  }
  .ageModal__title {
    font-size: 28px;
  }

  .ageModal__btns {
    gap: 12px;
  }

  .ageModal__btn-yes,
  .ageModal__btn-no {
    padding: 20px;
  }
}
/* login and register forms */

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.786);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal-overlay.active {
  display: flex;
}

.modal {
  border-radius: 24px;
  border: 1px solid rgba(143, 146, 146, 0.24);
  background: #fff;
  backdrop-filter: blur(24px);
  padding: 32px;
  width: 90%;
  max-width: 400px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.modal-header {
  text-align: center;
  margin-bottom: 16px;
}

.modal-title {
  color: #0c1311;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(143, 146, 146, 0.24);
}

.modal-subtitle {
  color: #5c6160;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  color: #5c6160;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  margin-bottom: 4px;
}

.form-input {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #5c6160;
  color: #5c6160;
  background-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
}

.form-input:focus {
  outline: none;
  border-color: #007bff;
}

.date-inputs {
  display: flex;
  gap: 8px;
}

.date-inputs select {
  flex: 1;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  background: white;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.checkbox {
  width: 12px;
  height: 12px;
  margin-top: 6px;
}

.checkbox-label {
  color: #5c6160;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
}

.submit-button {
  display: block;
  width: 100%;
  border-radius: 9999px;
  background: #00a40c;
  color: #fff;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
  padding: 8px;
  margin-bottom: 16px;
}

.modal-footer a {
  color: #5c6160;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;

  text-decoration: underline;
}
.modal-footer {
  color: #5c6160;
  text-align: center;
  font-family: "Noto Rashi Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
}

.switch-link:hover {
  text-decoration: underline;
}

.form__err-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
.visible.form__err-message {
  display: block;
}
.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}

.close-modal:hover {
  color: #333;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.terms {
  padding-block: 80px;
}

.terms__title {
  color: #000;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 72.6px */
  letter-spacing: 0.66px;
  margin-bottom: 34px;
}

.terms__content h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}

.terms__content ul {
  margin-left: 30px;
}
.terms__content ul * {
  list-style: initial;
}

.terms__content a,
.terms__content * {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2px;
}
.terms__content a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .modal {
    padding: 32px 20px;
  }
  .terms__title {
    font-size: 42px;
    margin-bottom: 24px;
  }
}
@media (max-width: 380px) {
  .terms__title {
    font-size: 36px;
  }
}
/* th */
.thModal {
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.786);
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thModal.active {
  display: flex;
}
.th1,
.th2 {
  display: none;
}
.thModal.show-th1 .th1 {
  display: block;
}
.thModal.show-th2 .th2 {
  display: block;
}
.thModal__block {
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;

  padding: 32px;
  background: #bbe1be;
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.thModal__title {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  letter-spacing: 0.42px;
}
.thModal__label {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: 0.2px;
}
.thModal__text a {
  text-decoration: underline;
}
.thModal__text a,
.thModal__text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.16px;
}
.thModal__label2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: 0.2px;
}
.thModal__btn {
  display: block;
  padding: 8px 16px;
  border-radius: 9999px;
  background: #00a40c;
  width: fit-content;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.192px;
}
@media (max-width: 768px) {
  .thModal__block {
    padding: 32px 24px;
  }
  .thModal__title {
    font-size: 36px;
  }
}
@media (max-width: 380px) {
  .thModal__block {
    padding: 32px 20px;
  }
}

 .form-input.error {
            border-color: #e74c3c;
            background: #fdf2f2;
        }

        .error-message {
            color: #e74c3c;
            font-size: 0.85rem;
            margin-top: 0.5rem;
            display: none;
            animation: errorSlideIn 0.3s ease-out;
        }

        .error-message.show {
            display: block;
        }

        @keyframes errorSlideIn {
            from {
                opacity: 0;
                transform: translateY(-5px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }