* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  display: inline-block;
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: MontserratRegular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/jackpotfinderau-fonts/jackpotfinderau-MontserratRegular.woff2) format("woff2");
}
@font-face {
  font-family: MontserratSemiBold;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/jackpotfinderau-fonts/jackpotfinderau-MontserratSemiBold.woff2) format("woff2");
}
@font-face {
  font-family: MontserratBlack;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/jackpotfinderau-fonts/jackpotfinderau-MontserratBlack.woff2) format("woff2");
}
:root {
  --font-main: "MontserratRegular", sans-serif;
  --background-page: #e6e6e6;
  --main: #161616;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
.pd {
  padding: 0 100px 70px;
}
@media (max-width: 768px) {
  .pd {
    padding: 0 24px 70px;
  }
}
.title {
  text-align: center;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 34px;
}
.subtitle {
  font-size: 16px;
  line-height: 140%;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  background: gold;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  color: #161616;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #e6c700;
}
.site-header {
  background: #009b0a;
  padding: 8px 100px;
}
@media (max-width: 768px) {
  .site-header {
    padding: 8px 24px;
  }
}
.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.site-header__logo img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}
.site-header__burger {
  display: none;
  background: 0 0;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.site-header__burger img {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .site-header__burger {
    display: block;
  }
}
.site-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .site-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
  }
}
.site-header__nav a {
  color: #fff;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.site-header__nav a.active {
  font-family: MontserratBlack, sans-serif;
}
@media (max-width: 768px) {
  .site-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: -24px;
    background: gold;
    width: 100vw;
    z-index: 10;
  }
  .site-header__nav a {
    color: #272727;
  }
  .site-header__nav.open {
    display: block;
  }
}
.hero {
  background: #009b0a;
  padding: 20px 100px;
}
@media (max-width: 768px) {
  .hero {
    padding: 20px 64px;
  }
}
@media (max-width: 400px) {
  .hero {
    padding: 20px 16px;
  }
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 1380px) {
  .hero__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #fff;
  max-width: 742px;
  width: 100%;
}
.hero__title {
  font-family: MontserratSemiBold, sans-serif;
  font-size: 48px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero__subtitle {
  font-size: 16px;
  line-height: 140%;
}
.hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .hero__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  max-width: 330px;
  width: 100%;
}
.hero__info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0a8815),
    to(#31f448)
  );
  background: linear-gradient(90deg, #0a8815 0, #31f448 100%);
  color: #fff;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.hero__info-value {
  color: #fff;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__info-value {
    text-align: left;
  }
}
.hero__divider {
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .hero__divider {
    display: none;
  }
}
.hero__image {
  width: 400px;
  height: 400px;
  aspect-ratio: 1/1;
  background: url(/jackpotfinderau-img/jackpotfinderau-world.webp) no-repeat center/contain;
}
@media (max-width: 768px) {
  .hero__image {
    height: 328px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 360px) {
  .hero__btn {
    max-width: 262px;
    margin: 0 auto;
  }
}
.how-to-play__container {
  margin-top: 70px;
}
.how-to-play__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 29px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.how-to-play__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-radius: 20px;
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
  max-width: 400px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 1029px) {
  .how-to-play__card {
    max-width: 820px;
  }
}
@media (max-width: 400px) {
  .how-to-play__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.how-to-play .wide {
  max-width: 820px;
}
.how-to-play__card-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  max-width: 609px;
  width: 100%;
}
@media (max-width: 1029px) {
  .how-to-play__card-textbox {
    max-width: 820px;
  }
}
.how-to-play__card-title {
  font-family: MontserratSemiBold, sans-serif;
  color: #fff;
  font-size: 24px;
}
.how-to-play__card-text {
  font-size: 16px;
  line-height: 140%;
}
.how-to-play__icon--lotto {
  background: url(/jackpotfinderau-img/jackpotfinderau-lotto.webp) no-repeat center/contain;
  width: 122.769px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  aspect-ratio: 122.77/152;
}
@media (max-width: 400px) {
  .how-to-play__icon--lotto {
    width: 113px;
    height: 140px;
    aspect-ratio: 113/140;
    margin: 0 auto;
  }
}
.how-to-play__icon--ticket {
  background: url(/jackpotfinderau-img/jackpotfinderau-ticket.webp) no-repeat center/contain;
  width: 154.252px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  aspect-ratio: 154.25/152;
}
@media (max-width: 400px) {
  .how-to-play__icon--ticket {
    width: 138px;
    height: 140px;
    aspect-ratio: 69/70;
    margin: 0 auto;
  }
}
.results {
  text-align: center;
}
.results__ticket {
  position: relative;
  max-width: 700px;
  margin: 40px auto;
  background: url(/jackpotfinderau-img/jackpotfinderau-svg/jackpotfinderau-orange-ticket.svg) no-repeat
    center/contain;
  aspect-ratio: 2.5/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .results__ticket {
    width: 323.327px;
    height: 173.257px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.results__ticket-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .results__ticket-content {
    gap: 4.24px;
  }
}
.results__date {
  color: #ececec;
  text-align: center;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .results__date {
    font-size: 10px;
  }
}
.results__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: MontserratSemiBold, sans-serif;
}
@media (max-width: 768px) {
  .results__label {
    font-size: 6px;
    padding: 1.06px 6.36px;
    gap: 5.3px;
    max-width: 195px;
    width: 100%;
    margin: 0 auto;
  }
}
.results__amount {
  color: #fff;
  text-align: center;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 48px;
}
@media (max-width: 768px) {
  .results__amount {
    font-size: 24px;
  }
}
.results__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.results .result__number {
  width: 48px;
  height: 48px;
  border-radius: 34px;
  border: 1px solid #fff;
  background: #fff;
  color: #161616;
  text-align: center;
  font-family: MontserratBlack, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .results .result__number {
    width: 24px;
    height: 24px;
    gap: 10px;
    font-size: 10px;
  }
}
.results__winners-label {
  color: #ececec;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .results__winners-label {
    font-size: 8.48px;
  }
}
.results__btn {
  max-width: 610px;
  margin: 0 auto;
}
.footer {
  background: var(--Color-1, #009b0a);
  color: #fff;
  text-align: center;
  padding: 20px 150px 50px 150px;
}
@media (max-width: 1029px) {
  .footer {
    padding: 20px 24px 50px 24px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.footer__age {
  font-family: MontserratSemiBold, sans-serif;
  font-size: 48px;
}
.footer__title {
  font-size: 34px;
  font-family: MontserratSemiBold, sans-serif;
}
.footer__text {
  color: #161616;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .footer__text {
    text-align: left;
  }
}
.footer__text--small {
  color: #d5d5d5;
  font-size: 16px;
  line-height: 24px;
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  max-width: 1298px;
  width: 100%;
  padding: 0 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
@media (max-width: 768px) {
  .footer__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__logos li img {
  max-height: 62px;
  width: auto;
  display: block;
}
.footer__label {
  color: #272727;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .footer__label {
    text-align: left;
  }
}
.footer__copy {
  color: #272727;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer__copy {
    text-align: left;
  }
}
.lotto-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
  padding: 24px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .lotto-info__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .lotto-info__block {
    padding: 24px 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.lotto-info__image {
  max-width: 404px;
  width: 100%;
  height: 252.844px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: url(/jackpotfinderau-img/jackpotfinderau-australia.webp) #d3d3d3 0 -0.02px/138.679%
    100.012% no-repeat;
}
@media (max-width: 500px) {
  .lotto-info__image {
    width: 296px;
    height: 185.252px;
  }
}
.lotto-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 768px;
  width: 100%;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 10px;
}
.lotto-info__subtitle {
  color: #fff;
  margin-bottom: 16px;
}
.lotto-info__list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style: none;
  color: #fff;
}
.lotto-info__list li {
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .lotto-info__list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.faq {
  text-align: center;
}
.faq__container {
  margin: 0 auto;
}
.faq h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__item {
  border-radius: 25px;
  border: 1px solid var(--1, #0a8815);
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.faq__item.active .faq__answer {
  max-height: 500px;
  padding: 0 24px 24px;
  text-align: left;
}
.faq__item.active .faq__question img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .faq__item.active .faq__answer {
    padding: 0 16px 16px;
  }
}
.faq__question {
  width: 100%;
  padding: 24px;
  background: 0 0;
  border: none;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 24px;
  text-align: left;
}
.faq__question img {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.results-filter {
  text-align: center;
  margin-top: 70px;
}
.results-filter__container {
  margin: 0 auto;
}
.results-filter__description {
  margin: 70px 0 16px;
  text-align: left;
}
.results-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--1, #0a8815);
  background: #fff;
}
.results-filter__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  outline: 0;
  padding: 12px;
  background: 0 0;
  color: #a5a5a5;
  font-size: 17px;
  line-height: 24px;
}
.results-filter__submit {
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.results-filter__submit img {
  width: 20px;
  height: 20px;
}
.combinations {
  padding: 0 80px 70px;
}
@media (max-width: 981px) {
  .combinations {
    padding: 0 0 70px 16px;
  }
}
.combinations .combinations__swiper {
  overflow: hidden;
}
.combinations .combinations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
}
@media (min-width: 981px) {
  .combinations .combinations__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.combinations .combination-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-radius: 24px;
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
  width: 100%;
}
@media (max-width: 980px) {
  .combinations .combination-card {
    width: 320px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.combinations .combination-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.combinations .combination-card .card-header .date {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}
.combinations .combination-card .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 980px) {
  .combinations .combination-card .numbers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.combinations .combination-card .ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 34px;
  background: #fff;
  color: #161616;
  text-align: center;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .combinations .combination-card .special-ball {
    width: 100%;
    margin-bottom: 16px;
  }
}
.combinations .combination-card .winners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 980px) {
  .combinations .combination-card .winners {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.combinations .combination-card .jackpot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #161616;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
.combinations .combination-card .jackpot__amount {
  color: #161616;
  text-align: center;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  margin-top: 20px;
}
.about {
  margin-top: 70px;
}
.about__container {
  text-align: left;
}
.about__subtitle {
  font-family: MontserratSemiBold, sans-serif;
  color: #161616;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  margin: 40px 0 24px;
}
.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 87px 24px 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .about__block {
    padding: 24px 8px;
  }
}
.about__block--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  max-width: 795px;
  width: 100%;
}
.about__block p strong {
  display: block;
  margin-top: 16px;
}
.about__block .white {
  color: #fff;
}
.about__block ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.about__block ul li {
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .about__block ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.about__legal,
.about__security {
  margin-bottom: 24px;
}
.about__legal ul,
.about__security ul {
  margin: 0;
  list-style-type: none;
}
.about__legal ul li,
.about__security ul li {
  margin-bottom: 20px;
  color: #161616;
  font-size: 16px;
  line-height: 140%;
}
.about__legal .last-st,
.about__security .last-st {
  margin-top: 20px;
}
.jackpots {
  padding-top: 70px;
}
.jackpots__container {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jackpots__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.jackpots__intro {
  text-align: left;
  padding-bottom: 70px;
}
.jackpots__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .jackpots__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jackpots__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15.988px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 24px;
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
}
.jackpots__card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.jackpots__card article p {
  text-align: left;
}
.jackpots__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
  color: #161616;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.responsible {
  padding-top: 70px;
  cursor: default;
}
.responsible__container {
  margin: 0 auto;
}
.responsible__block {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 24px;
  background: var(--1, linear-gradient(90deg, #0a8815 0, #31f448 100%));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.responsible__block section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.responsible__block section h2 {
  color: #161616;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
}
.responsible__block section ul {
  list-style: none;
  margin: 0;
}
.responsible__block section ul li {
  margin-bottom: 16px;
  color: #161616;
  font-size: 16px;
  line-height: 140%;
}
.responsible__block section ul li:last-child {
  margin-bottom: 0;
}
.responsible__block section .responsible__contacts {
  list-style: none;
  padding: 0;
}
.responsible__block section .responsible__contacts li {
  color: #161616;
  font-size: 16px;
  line-height: 140%;
}
.responsible__block section .responsible__contacts li div {
  margin-bottom: 16px;
}
.responsible__block section .res-last {
  margin-top: -16px;
}
.flatpickr-calendar {
  border-radius: 12px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.flatpickr-months .flatpickr-month {
  font-family: Montserrat, sans-serif;
  color: var(--Regular, #1f1f1f);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.flatpickr-day.today {
  border-color: transparent;
}

.flatpickr-day.selected {
  border-radius: 4.648px;
  background: var(--1, linear-gradient(90deg, #0a8815 0%, #31f448 100%));
  color: white;
  border: none;
  &:hover {
    background: var(--1, linear-gradient(90deg, #0a8815 0%, #31f448 100%));
  }
}

.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #00b24f;
}
